[Intel-gfx] [PATCH 0/7] FBC frontbuffer tracking conversion, v3

Paulo Zanoni przanoni at gmail.com
Fri Feb 13 11:23:40 PST 2015


From: Paulo Zanoni <paulo.r.zanoni at intel.com>

Hi

Here are the patches with Daniel's latest suggestions applied. I also reordered
them a little bit so the stuff already reviewed by Rodrigo can come first. I
also included a patch that was part of another series in the end.

Thanks,
Paulo

Paulo Zanoni (7):
  drm/i915: extract intel_fbc_find_crtc()
  drm/i915: HSW+ FBC is tied to pipe A
  drm/i915: gen5+ can have FBC with multiple pipes
  drm/i915: pass which operation triggered the frontbuffer tracking
  drm/i915: also do frontbuffer tracking on pwrites
  drm/i915: add frontbuffer tracking to FBC
  drm/i915: don't reallocate the compressed FB at every frame

 drivers/gpu/drm/i915/i915_drv.h            |  17 ++--
 drivers/gpu/drm/i915/i915_gem.c            |  27 ++++--
 drivers/gpu/drm/i915/i915_gem_execbuffer.c |   2 +-
 drivers/gpu/drm/i915/i915_gem_stolen.c     |   2 +-
 drivers/gpu/drm/i915/intel_drv.h           |   9 +-
 drivers/gpu/drm/i915/intel_fbc.c           | 148 ++++++++++++++++++-----------
 drivers/gpu/drm/i915/intel_frontbuffer.c   |  18 +---
 drivers/gpu/drm/i915/intel_ringbuffer.c    |  41 +-------
 drivers/gpu/drm/i915/intel_ringbuffer.h    |   1 -
 9 files changed, 139 insertions(+), 126 deletions(-)

-- 
2.1.4



More information about the Intel-gfx mailing list