[Intel-gfx] [PATCH 0/6] FBC bikesheds
Paulo Zanoni
przanoni at gmail.com
Tue Jul 7 11:26:02 PDT 2015
From: Paulo Zanoni <paulo.r.zanoni at intel.com>
Before I continue sending fixes, let's just do some small adjustments to the
codebase. I really think these changes make the code better to work with, but
maybe not everybody agrees. Let's find out :)
Paulo Zanoni (6):
drm/i915: move FBC vfuncs to struct i915_fbc
drm/i915: use dev_priv for the FBC functions
drm/i915: use intel_crtc for the FBC functions
drm/i915: add FBC_IN_DBG_MASTER no_fbc_reason
drm/i915: extract FBC_MULTIPLE_PIPES check
drm/i915: move set_no_fbc_reason() call out of intel_fbc_find_crtc()
drivers/gpu/drm/i915/i915_debugfs.c | 2 +-
drivers/gpu/drm/i915/i915_dma.c | 2 +-
drivers/gpu/drm/i915/i915_drv.h | 10 +-
drivers/gpu/drm/i915/i915_suspend.c | 2 +-
drivers/gpu/drm/i915/intel_display.c | 16 +-
drivers/gpu/drm/i915/intel_drv.h | 8 +-
drivers/gpu/drm/i915/intel_fbc.c | 311 +++++++++++++++++------------------
drivers/gpu/drm/i915/intel_pm.c | 4 +-
8 files changed, 173 insertions(+), 182 deletions(-)
--
2.1.4
More information about the Intel-gfx
mailing list