summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_atomic_plane.c
AgeCommit message (Expand)Author
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
2015-01-12drm/i915: Move to atomic plane helpers (v9)Matt Roper