aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_sprite.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-19drm/i915: Track pinned vma in intel_plane_stateChris Wilson1-4/+4
2017-01-04Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm-misc into drm-intel-next-queuedDaniel Vetter1-7/+7
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä1-6/+6
2016-12-15drm: Replace drm_format_plane_cpp() with fb->format->cpp[]Ville Syrjälä1-1/+1
2016-12-05Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter1-7/+7
2016-11-30Merge tag 'drm-misc-next-2016-11-29' of git://anongit.freedesktop.org/git/drm-misc into drm-nextDave Airlie1-7/+7
2016-11-23drm/i915: Use enum plane_id in VLV/CHV sprite codeVille Syrjälä1-37/+37
2016-11-23drm/i915: Use enum plane_id in SKL plane codeVille Syrjälä1-21/+21
2016-11-23drm/i915: Add per-pipe plane identifierVille Syrjälä1-0/+1
2016-11-17Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter1-9/+2
2016-11-17drm: Nuke modifier[1-3]Ville Syrjälä1-7/+7
2016-11-15drm/i915/gen9+: Program watermarks as a separate step during evasion, v3.Maarten Lankhorst1-18/+0
2016-11-14drm/i915: Add horizontal mirroring support for CHV pipe B planesVille Syrjälä1-0/+9
2016-11-14drm/i915: Clean up rotation DSPCNTR/DVSCNTR/etc. setupVille Syrjälä1-12/+14
2016-11-14drm/i915: Use & instead if == to check for rotationsVille Syrjälä1-3/+3
2016-11-11Merge tag 'topic/drm-misc-2016-11-10' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-9/+2
2016-11-08drm: add helpers to go from plane state to drm_rectRob Clark1-9/+2
2016-11-08drm/i915: Grab the rotation from the passed plane state for VLV spritesVille Syrjälä1-1/+1
2016-11-01drm/i915: Pass dev_priv to plane constructorsVille Syrjälä1-6/+6
2016-10-31drm/i915: Reorganize sprite initVille Syrjälä1-39/+31
2016-10-31drm/i915: Bail if plane/crtc init failsVille Syrjälä1-4/+4
2016-10-31drm/i915: Don't try to initialize sprite planes on pre-ilkVille Syrjälä1-3/+0
2016-10-25Merge tag 'drm-intel-next-2016-10-24' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-17/+23
2016-10-21drm/i915: Use the per-plane rotation propertyVille Syrjälä1-1/+13
2016-10-19drm/i915/gen9: Get rid of redundant watermark valuescpaul@redhat.com1-2/+6
2016-10-17drm: Add reference counting to drm_atomic_stateChris Wilson1-3/+1
2016-10-14drm/i915: Make IS_GEN macros only take dev_privTvrtko Ursulin1-2/+2
2016-10-14drm/i915: Make INTEL_GEN only take dev_privTvrtko Ursulin1-4/+4
2016-10-14drm/i915: Make IS_CHERRYVIEW only take dev_privTvrtko Ursulin1-4/+6
2016-10-14drm/i915: Make IS_BROADWELL only take dev_privTvrtko Ursulin1-4/+4
2016-10-14drm/i915: Make IS_IVYBRIDGE only take dev_privTvrtko Ursulin1-1/+1
2016-09-07drm/i915/skl: Don't try to update plane watermarks if they haven't changedLyude1-2/+7
2016-08-23drm/i915/skl: Update plane watermarks atomically during plane updatesLyude1-0/+9
2016-08-15Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter1-46/+56
2016-08-15Merge tag 'drm-intel-next-2016-08-08' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-6/+7
2016-08-11drm/i915: Compute display surface offset in the plane check hook for SKL+Ville Syrjälä1-23/+10
2016-08-11drm/i915: Use fb modifiers for display tiling decisionsVille Syrjälä1-9/+6
2016-08-11drm/i915: Pass around plane_state instead of fb+rotationVille Syrjälä1-11/+11
2016-08-11drm/i915: Move SKL hw stride calculation into a helperVille Syrjälä1-10/+2
2016-08-11drm/i915: Don't pass pitch to intel_compute_page_offset()Ville Syrjälä1-15/+11
2016-08-11drm/i915: Rewrite fb rotation GTT handlingVille Syrjälä1-47/+50
2016-08-08drm/i915: Use drm_plane_helper_check_state()Ville Syrjälä1-0/+10
2016-08-08drm/i915: Use drm_plane_state.{src,dst,visible}Ville Syrjälä1-42/+42
2016-08-08drm: BIT(DRM_ROTATE_?) -> DRM_ROTATE_?Joonas Lahtinen1-3/+3
2016-08-05drm/i915: Repack fence tiling mode and stride into a single integerChris Wilson1-6/+6
2016-08-04drm/i915: Separate intel_frontbuffer into its own headerChris Wilson1-0/+1
2016-08-03drm/i915: Check PSR setup time vs. vblank lengthVille Syrjälä1-3/+3
2016-07-04drm/i915: Mass convert dev->dev_private to to_i915(dev)Chris Wilson1-9/+9
2016-06-16drm/i915: Signal drm events for atomicDaniel Vetter1-0/+14
2016-05-30drm/i915: Give meaningful names to all the planesVille Syrjälä1-4/+12