summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_atomic_plane.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: small isolated c99 types to kernel types switchJani Nikula2019-01-171-2/+2
* drm/i915: drop all drmP.h includesJani Nikula2019-01-091-1/+0Star
* drm/i915: Commit skl+ planes in an order that avoids ddb overlapsVille Syrjälä2018-11-281-11/+85
* drm/i915: Pass the new crtc_state to ->disable_plane()Ville Syrjälä2018-11-281-1/+1
* drm/i915: Introduce crtc_state->update_planes bitmaskVille Syrjälä2018-11-281-4/+4
* drm/i915: Fix plane allocation/free functionsMaarten Lankhorst2018-11-151-19/+21
* drm/i915/gen11: Link nv12 Y and UV planes in the atomic state, v5.Maarten Lankhorst2018-10-241-0/+19
* drm/i915: Move plane_state->scaler_id initialization into intel_create_plane_...Ville Syrjälä2018-10-081-0/+1
* drm/i915: Replace call to commit_planes_on_crtc with internal update, v2.Maarten Lankhorst2018-09-211-19/+22
* drm/i915: Unconditionally clear plane visibility, v2.Maarten Lankhorst2018-09-211-5/+6
* drm/i915: Move chv rotation checks to plane->check()Ville Syrjälä2018-09-121-9/+0Star
* drm/i915: Move skl plane fb related checks into a better placeVille Syrjälä2018-09-121-44/+0Star
* drm/i915: Reject compressed Y/Yf with interlaced modesVille Syrjälä2018-08-281-1/+3
* drm/i915: Don't pass plane to .check_plane()Ville Syrjälä2018-08-281-1/+1
* Merge tag 'drm-intel-next-2018-06-20' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-06-281-2/+4
|\
| * drm/i915: Print prop name/id when rejecting itVille Syrjälä2018-06-191-2/+4
* | Merge drm-upstream/drm-next into drm-misc-nextGustavo Padovan2018-06-201-1/+6
|\|
| * drm/i915: Enable display workaround 827 for all planes, v2.Maarten Lankhorst2018-05-111-1/+6
* | drm/i915: Stop updating plane->fb/crtcVille Syrjälä2018-06-111-12/+0Star
|/
* Merge tag 'drm-intel-next-2018-02-21' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-03-011-0/+1
|\
| * drm/i915: Move the policy for placement of the GGTT vma into the callerChris Wilson2018-02-201-0/+1
* | Merge tag 'drm-misc-next-2018-02-13' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-02-161-8/+0Star
|\ \ | |/ |/|
| * drm/i915: Use drm_mode_get_hv_timing() to populate plane clip rectangleVille Syrjälä2018-01-231-8/+0Star
* | drm/i915: Deprecate I915_SET_COLORKEY_NONEVille Syrjälä2018-02-051-1/+0Star
|/
* drm/i915: Pass proper old/new states to intel_plane_atomic_check_with_state()Ville Syrjälä2017-09-011-19/+30
* drm/i915/skl+: Check for supported plane configuration in Interlace modeMahesh Kumar2017-07-041-0/+15
* Merge tag 'drm-intel-next-2017-05-29' of git://anongit.freedesktop.org/git/dr...Dave Airlie2017-05-301-20/+4Star
|\
| * drm/i915: Remove vma unpin in intel_plane_destroyMaarten Lankhorst2017-05-111-17/+1Star
| * drm/i915: Pass intel_plane and intel_crtc to plane hooksVille Syrjälä2017-05-101-3/+3
* | drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPIRobert Foss2017-05-221-3/+3
|/
* drm/i915: Add plane update/disable tracepointsVille Syrjälä2017-03-031-2/+9
* drm/i915: Track visible planes in a bitmaskVille Syrjälä2017-03-031-0/+6
* drm/i915: Track pinned vma in intel_plane_stateChris Wilson2017-01-191-0/+20
* drm/i915: Add a cursor hack to allow converting legacy page flip to atomic, v3.Maarten Lankhorst2016-12-191-17/+30
* drm: Nuke fb->pixel_formatVille Syrjälä2016-12-151-2/+2
* Merge tag 'drm-misc-next-2016-11-29' of git://anongit.freedesktop.org/git/drm...Dave Airlie2016-11-301-2/+2
|\
| * drm: Nuke modifier[1-3]Ville Syrjälä2016-11-171-2/+2
* | Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2016-11-171-4/+4
|\|
| * drm: move allocation out of drm_get_format_name()Eric Engestrom2016-11-121-4/+4
* | drm/i915: Add horizontal mirroring support for CHV pipe B planesVille Syrjälä2016-11-141-0/+9
|/
* drm/i915: Move GEM activity tracking into a common struct reservation_objectChris Wilson2016-10-281-2/+0Star
* drm: Add drm_rotation_90_or_270()Ville Syrjälä2016-10-211-1/+2
* drm: remove `const` attribute to hint at caller that they now own the memoryEric Engestrom2016-08-161-1/+1
* drm: make drm_get_format_name thread-safeEric Engestrom2016-08-151-2/+4
* drm/i915: Use drm_plane_helper_check_state()Ville Syrjälä2016-08-081-14/+0Star
* drm/i915: Use drm_plane_state.{src,dst,visible}Ville Syrjälä2016-08-081-10/+10
* drm: BIT(DRM_ROTATE_?) -> DRM_ROTATE_?Joonas Lahtinen2016-08-081-1/+1
* drm/i915: Pass the correct crtc state to .update_plane()Ville Syrjälä2016-03-101-3/+1Star
* drm/i915: Remove commit_plane function pointer.Maarten Lankhorst2016-01-071-3/+1Star
* drm/i915: Do not use commit_plane for sprite planes.Maarten Lankhorst2016-01-071-1/+11