aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_atomic_plane.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-28drm/i915: Commit skl+ planes in an order that avoids ddb overlapsVille Syrjälä1-11/+85
2018-11-28drm/i915: Pass the new crtc_state to ->disable_plane()Ville Syrjälä1-1/+1
2018-11-28drm/i915: Introduce crtc_state->update_planes bitmaskVille Syrjälä1-4/+4
2018-11-15drm/i915: Fix plane allocation/free functionsMaarten Lankhorst1-19/+21
2018-10-24drm/i915/gen11: Link nv12 Y and UV planes in the atomic state, v5.Maarten Lankhorst1-0/+19
2018-10-08drm/i915: Move plane_state->scaler_id initialization into intel_create_plane_state()Ville Syrjälä1-0/+1
2018-09-21drm/i915: Replace call to commit_planes_on_crtc with internal update, v2.Maarten Lankhorst1-19/+22
2018-09-21drm/i915: Unconditionally clear plane visibility, v2.Maarten Lankhorst1-5/+6
2018-09-12drm/i915: Move chv rotation checks to plane->check()Ville Syrjälä1-9/+0
2018-09-12drm/i915: Move skl plane fb related checks into a better placeVille Syrjälä1-44/+0
2018-08-28drm/i915: Reject compressed Y/Yf with interlaced modesVille Syrjälä1-1/+3
2018-08-28drm/i915: Don't pass plane to .check_plane()Ville Syrjälä1-1/+1
2018-06-28Merge tag 'drm-intel-next-2018-06-20' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-2/+4
2018-06-20Merge drm-upstream/drm-next into drm-misc-nextGustavo Padovan1-1/+6
2018-06-19drm/i915: Print prop name/id when rejecting itVille Syrjälä1-2/+4
2018-06-11drm/i915: Stop updating plane->fb/crtcVille Syrjälä1-12/+0
2018-05-11drm/i915: Enable display workaround 827 for all planes, v2.Maarten Lankhorst1-1/+6
2018-03-01Merge tag 'drm-intel-next-2018-02-21' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-0/+1
2018-02-20drm/i915: Move the policy for placement of the GGTT vma into the callerChris Wilson1-0/+1
2018-02-16Merge tag 'drm-misc-next-2018-02-13' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-8/+0
2018-02-05drm/i915: Deprecate I915_SET_COLORKEY_NONEVille Syrjälä1-1/+0
2018-01-23drm/i915: Use drm_mode_get_hv_timing() to populate plane clip rectangleVille Syrjälä1-8/+0
2017-09-01drm/i915: Pass proper old/new states to intel_plane_atomic_check_with_state()Ville Syrjälä1-19/+30
2017-07-04drm/i915/skl+: Check for supported plane configuration in Interlace modeMahesh Kumar1-0/+15
2017-05-30Merge tag 'drm-intel-next-2017-05-29' of git://anongit.freedesktop.org/git/drm-intel into drm-nextDave Airlie1-20/+4
2017-05-22drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPIRobert Foss1-3/+3
2017-05-11drm/i915: Remove vma unpin in intel_plane_destroyMaarten Lankhorst1-17/+1
2017-05-10drm/i915: Pass intel_plane and intel_crtc to plane hooksVille Syrjälä1-3/+3
2017-03-03drm/i915: Add plane update/disable tracepointsVille Syrjälä1-2/+9
2017-03-03drm/i915: Track visible planes in a bitmaskVille Syrjälä1-0/+6
2017-01-19drm/i915: Track pinned vma in intel_plane_stateChris Wilson1-0/+20
2016-12-19drm/i915: Add a cursor hack to allow converting legacy page flip to atomic, v3.Maarten Lankhorst1-17/+30
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä1-2/+2
2016-11-30Merge tag 'drm-misc-next-2016-11-29' of git://anongit.freedesktop.org/git/drm-misc into drm-nextDave Airlie1-2/+2
2016-11-17Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter1-4/+4
2016-11-17drm: Nuke modifier[1-3]Ville Syrjälä1-2/+2
2016-11-14drm/i915: Add horizontal mirroring support for CHV pipe B planesVille Syrjälä1-0/+9
2016-11-12drm: move allocation out of drm_get_format_name()Eric Engestrom1-4/+4
2016-10-28drm/i915: Move GEM activity tracking into a common struct reservation_objectChris Wilson1-2/+0
2016-10-21drm: Add drm_rotation_90_or_270()Ville Syrjälä1-1/+2
2016-08-16drm: remove `const` attribute to hint at caller that they now own the memoryEric Engestrom1-1/+1
2016-08-15drm: make drm_get_format_name thread-safeEric Engestrom1-2/+4
2016-08-08drm/i915: Use drm_plane_helper_check_state()Ville Syrjälä1-14/+0
2016-08-08drm/i915: Use drm_plane_state.{src,dst,visible}Ville Syrjälä1-10/+10
2016-08-08drm: BIT(DRM_ROTATE_?) -> DRM_ROTATE_?Joonas Lahtinen1-1/+1
2016-03-10drm/i915: Pass the correct crtc state to .update_plane()Ville Syrjälä1-3/+1
2016-01-07drm/i915: Remove commit_plane function pointer.Maarten Lankhorst1-3/+1
2016-01-07drm/i915: Do not use commit_plane for sprite planes.Maarten Lankhorst1-1/+11
2015-12-22drm/i915: Calculate visibility in check_plane correctly regardless of dpms.Maarten Lankhorst1-2/+2
2015-11-02drm/i915: Wait for object idle without locks in atomic_commit, v2.Maarten Lankhorst1-0/+2