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