aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_atomic_plane.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-10drm/i915: Do not handle a null plane state.Maarten Lankhorst1-5/+1
2015-06-22drm/i915: Remove transitional references from intel_plane_atomic_check.Maarten Lankhorst1-13/+6
2015-06-22drm/i915: Make setting color key atomic.Maarten Lankhorst1-0/+1
2015-06-22drm/i915: clean up atomic plane check functions, v2.Maarten Lankhorst1-6/+10
2015-06-22drm/i915: Split plane updates of crtc->atomic into a helper, v2.Maarten Lankhorst1-15/+6
2015-05-08drm/i915: Use atomic helpers for computing changed flagsAnder Conselvan de Oliveira1-2/+14
2015-05-08drm/i915: Call drm helpers when duplicating crtc and plane statesAnder Conselvan de Oliveira1-2/+2
2015-05-08Merge tag 'drm-intel-next-2015-04-23-fixed' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-0/+24
2015-04-16drm/atomic-helper: Don't call atomic_update_plane when it stays offDaniel Vetter1-4/+0
2015-04-10drm/i915/skl: Support for 90/270 rotationSonika Jindal1-0/+24
2015-03-10drm/i915: Rotation property is now handled in DRM coreTvrtko Ursulin1-20/+4
2015-01-27drm/i915: Switch plane properties to full atomic helper.Matt Roper1-0/+9
2015-01-27drm/i915: Add .atomic_{get, set}_property() entrypoints to planesMatt Roper1-0/+58
2015-01-27drm/i915: Move rotation from intel_plane to drm_plane_stateMatt Roper1-9/+36
2015-01-27drm/i915: Make intel_crtc->config a pointerAnder Conselvan de Oliveira1-2/+2
2015-01-13drm/i915: Fix kerneldoc for i915 atomic plane codeMatt Roper1-1/+2
2015-01-12drm/i915: Move to atomic plane helpers (v9)Matt Roper1-0/+151