summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_display.c
AgeCommit message (Expand)Author
2018-03-21Merge airlied/drm-next into drm-misc-nextSean Paul
2018-03-16drm: Reduce object size of DRM_ERROR and DRM_DEBUG usesJoe Perches
2018-03-14Merge tag 'drm-intel-next-2018-03-08' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2018-03-14Merge tag 'drm-misc-next-2018-03-09-3' of git://anongit.freedesktop.org/drm/d...Dave Airlie
2018-03-05drm: Don't pass clip to drm_atomic_helper_check_plane_state()Ville Syrjälä
2018-03-05drm/i915: Unwind vma pinning for intel_pin_and_fence_fb_obj error pathChris Wilson
2018-03-02drm/i915: Add support for the YCbCr COLOR_RANGE propertyVille Syrjälä
2018-03-02drm/i915: Change the COLOR_ENCODING prop default value to BT.709Ville Syrjälä
2018-03-02drm/i915: Add support for the YCbCr COLOR_ENCODING propertyVille Syrjälä
2018-03-02drm/i915: Fix plane YCbCr->RGB conversion for GLKVille Syrjälä
2018-03-01drm/i915: Check for I915_MODE_FLAG_INHERITED before drm_atomic_helper_check_m...Maarten Lankhorst
2018-03-01Merge drm-next into drm-intel-next-queued (this time for real)Joonas Lahtinen
2018-03-01Merge tag 'drm-intel-next-2018-02-21' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2018-02-26drm/i915: Remove the pipe/plane ID checks from skl_check_ccs_aux_surface()Ville Syrjälä
2018-02-22drm/i915: Extract intel_plane_{pin,unpin}_fb()Ville Syrjälä
2018-02-22drm/i915: Require fence only for FBC capable planesVille Syrjälä
2018-02-22drm/i915: Clean up fbc vs. plane checksVille Syrjälä
2018-02-22drm/i915: Only pin the fence for primary planes (and gen2/3)Ville Syrjälä
2018-02-22drm/i915: Fail if we can't get a fence for gen2/3 tiled scanoutVille Syrjälä
2018-02-21drm/i915: Rename drm_i915_gem_request to i915_requestChris Wilson
2018-02-20drm/i915: Move the policy for placement of the GGTT vma into the callerChris Wilson
2018-02-20drm/i915: Set the primary plane pipe select bits on gen4Ville Syrjälä
2018-02-20drm/i915: Don't set cursor pipe select bits on g4x+Ville Syrjälä
2018-02-19drm/i915: Release connector iterator on a digital port conflict.Maarten Lankhorst
2018-02-16Merge tag 'topic/hdcp-2018-02-13' of git://anongit.freedesktop.org/drm/drm-mi...Dave Airlie
2018-02-16Merge tag 'drm-misc-next-2018-02-13' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2018-02-15drm/i915/vblank: Make the vblank counter u64 -> u32 typecast explicitDhinakaran Pandiyan
2018-02-14drm/i915: Fixup kerneldocChris Wilson
2018-02-13drm/i915/icl: program mbus during pipe enableMahesh Kumar
2018-02-09drm/i915: Use INTEL_GEN everywhereTvrtko Ursulin
2018-02-09drm/i915: Give all ioctl functions an _ioctl suffixVille Syrjälä
2018-02-05drm/i915: Deprecate I915_SET_COLORKEY_NONEVille Syrjälä
2018-01-31drm/i915/icl: Handle expanded PLANE_CTL_FORMAT fieldJames Ausmus
2018-01-30drm/i915/cnl: Enable DDI-F on Cannonlake.Rodrigo Vivi
2018-01-30drm/i915: Add WA for planes ending close to left screen edgeImre Deak
2018-01-30drm/i915: Add display WA #1175 for planes ending close to right screen edgeImre Deak
2018-01-29drm/i915: Provide a device level .mode_valid() hookVille Syrjälä
2018-01-24drm/i915: Add a comment exlaining CCS hsub/vsubVille Syrjälä
2018-01-24drm/i915: Use enum plane_id for frontbuffer trackingVille Syrjälä
2018-01-23drm/i915: Use drm_mode_get_hv_timing() to populate plane clip rectangleVille Syrjälä
2018-01-23drm/i915: Reject odd pipe source width with double wide/dual linkVille Syrjälä
2018-01-19drm/i915: Add CCS capability for spritesVille Syrjälä
2018-01-19drm/i915: Nuke a pointless unreachable()Ville Syrjälä
2018-01-18drm/i915: Avoid waitboosting on the active requestChris Wilson
2018-01-09drm/i915: Fix using BIT_ULL() vs. BIT() for power domain masksImre Deak
2018-01-08drm/i915: Add HDCP framework + base implementationSean Paul
2017-12-22drm/i915: Put all non-blocking modesets onto an ordered wqVille Syrjälä
2017-12-21drm/i915: Disable all planes for load detection, v2.Ville Syrjälä
2017-12-20i915: Reject CCS modifiers for pipe C on GeminilakeGabriel Krisman Bertazi
2017-12-18drm/i915/cnl: Add support for horizontal plane flippingJoonas Lahtinen