[Intel-gfx] [PATCH v5 00/12] drm/i915: Handle fb->offsets[] and rewrite fb rotation handling to be more generic (v5)

ville.syrjala at linux.intel.com ville.syrjala at linux.intel.com
Wed Aug 10 09:23:09 UTC 2016


From: Ville Syrjälä <ville.syrjala at linux.intel.com>

One more unto the breach. Last time I posted this seris was [1]. Changes
since then are mostly just rebasing due to all kinds of churn.

Entire series available here:
git://github.com/vsyrjala/linux.git fb_offsets_17

[1] https://lists.freedesktop.org/archives/intel-gfx/2016-May/094909.html

Ville Syrjälä (12):
  drm/i915: Rewrite fb rotation GTT handling
  drm/i915: Don't pass pitch to intel_compute_page_offset()
  drm/i915: Move SKL hw stride calculation into a helper
  drm/i915: Pass around plane_state instead of fb+rotation
  drm/i915: Use fb modifiers for display tiling decisions
  drm/i915: Adjust obj tiling vs. fb modifier rules
  drm/i915: Limit fb x offset due to fences
  drm/i915: Allow calling intel_adjust_tile_offset() multiple times
  drm/i915: Make intel_adjust_tile_offset() work for linear buffers
  drm/i915: Compute display surface offset in the plane check hook for
    SKL+
  drm/i915: Deal with NV12 CbCr plane AUX surface on SKL+
  drm/i915: Make sure fb offset is (macro)pixel aligned

 drivers/gpu/drm/i915/i915_gem_gtt.c  |  51 +--
 drivers/gpu/drm/i915/i915_gem_gtt.h  |   5 +-
 drivers/gpu/drm/i915/intel_display.c | 790 +++++++++++++++++++++++++++--------
 drivers/gpu/drm/i915/intel_drv.h     |  35 +-
 drivers/gpu/drm/i915/intel_sprite.c  | 111 ++---
 5 files changed, 695 insertions(+), 297 deletions(-)

-- 
2.7.4



More information about the Intel-gfx mailing list