aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_atomic_plane.c
AgeCommit message (Expand)Author
2018-05-11drm/i915: Enable display workaround 827 for all planes, v2.Maarten Lankhorst
2018-03-01Merge tag 'drm-intel-next-2018-02-21' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2018-02-20drm/i915: Move the policy for placement of the GGTT vma into the callerChris Wilson
2018-02-16Merge tag 'drm-misc-next-2018-02-13' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2018-02-05drm/i915: Deprecate I915_SET_COLORKEY_NONEVille Syrjälä
2018-01-23drm/i915: Use drm_mode_get_hv_timing() to populate plane clip rectangleVille Syrjälä
2017-09-01drm/i915: Pass proper old/new states to intel_plane_atomic_check_with_state()Ville Syrjälä
2017-07-04drm/i915/skl+: Check for supported plane configuration in Interlace modeMahesh Kumar
2017-05-30Merge tag 'drm-intel-next-2017-05-29' of git://anongit.freedesktop.org/git/dr...Dave Airlie
2017-05-22drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPIRobert Foss
2017-05-11drm/i915: Remove vma unpin in intel_plane_destroyMaarten Lankhorst
2017-05-10drm/i915: Pass intel_plane and intel_crtc to plane hooksVille Syrjälä
2017-03-03drm/i915: Add plane update/disable tracepointsVille Syrjälä
2017-03-03drm/i915: Track visible planes in a bitmaskVille Syrjälä
2017-01-19drm/i915: Track pinned vma in intel_plane_stateChris Wilson
2016-12-19drm/i915: Add a cursor hack to allow converting legacy page flip to atomic, v3.Maarten Lankhorst
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä
2016-11-30Merge tag 'drm-misc-next-2016-11-29' of git://anongit.freedesktop.org/git/drm...Dave Airlie
2016-11-17Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter
2016-11-17drm: Nuke modifier[1-3]Ville Syrjälä
2016-11-14drm/i915: Add horizontal mirroring support for CHV pipe B planesVille Syrjälä
2016-11-12drm: move allocation out of drm_get_format_name()Eric Engestrom
2016-10-28drm/i915: Move GEM activity tracking into a common struct reservation_objectChris Wilson
2016-10-21drm: Add drm_rotation_90_or_270()Ville Syrjälä
2016-08-16drm: remove `const` attribute to hint at caller that they now own the memoryEric Engestrom
2016-08-15drm: make drm_get_format_name thread-safeEric Engestrom
2016-08-08drm/i915: Use drm_plane_helper_check_state()Ville Syrjälä
2016-08-08drm/i915: Use drm_plane_state.{src,dst,visible}Ville Syrjälä
2016-08-08drm: BIT(DRM_ROTATE_?) -> DRM_ROTATE_?Joonas Lahtinen
2016-03-10drm/i915: Pass the correct crtc state to .update_plane()Ville Syrjälä
2016-01-07drm/i915: Remove commit_plane function pointer.Maarten Lankhorst
2016-01-07drm/i915: Do not use commit_plane for sprite planes.Maarten Lankhorst
2015-12-22drm/i915: Calculate visibility in check_plane correctly regardless of dpms.Maarten Lankhorst
2015-11-02drm/i915: Wait for object idle without locks in atomic_commit, v2.Maarten Lankhorst
2015-09-10drm/i915: Do not handle a null plane state.Maarten Lankhorst
2015-06-22drm/i915: Remove transitional references from intel_plane_atomic_check.Maarten Lankhorst
2015-06-22drm/i915: Make setting color key atomic.Maarten Lankhorst
2015-06-22drm/i915: clean up atomic plane check functions, v2.Maarten Lankhorst
2015-06-22drm/i915: Split plane updates of crtc->atomic into a helper, v2.Maarten Lankhorst
2015-05-08drm/i915: Use atomic helpers for computing changed flagsAnder Conselvan de Oliveira
2015-05-08drm/i915: Call drm helpers when duplicating crtc and plane statesAnder Conselvan de Oliveira
2015-05-08Merge tag 'drm-intel-next-2015-04-23-fixed' of git://anongit.freedesktop.org/...Dave Airlie
2015-04-16drm/atomic-helper: Don't call atomic_update_plane when it stays offDaniel Vetter
2015-04-10drm/i915/skl: Support for 90/270 rotationSonika Jindal
2015-03-10drm/i915: Rotation property is now handled in DRM coreTvrtko Ursulin
2015-01-27drm/i915: Switch plane properties to full atomic helper.Matt Roper
2015-01-27drm/i915: Add .atomic_{get, set}_property() entrypoints to planesMatt Roper
2015-01-27drm/i915: Move rotation from intel_plane to drm_plane_stateMatt Roper
2015-01-27drm/i915: Make intel_crtc->config a pointerAnder Conselvan de Oliveira
2015-01-13drm/i915: Fix kerneldoc for i915 atomic plane codeMatt Roper