mbox series

[v2,0/3] drm/i915/xe3: FBC Dirty rect feature support

Message ID 20241217084245.246218-1-vinod.govindapillai@intel.com (mailing list archive)
Headers show
Series drm/i915/xe3: FBC Dirty rect feature support | expand

Message

Vinod Govindapillai Dec. 17, 2024, 8:42 a.m. UTC
Dirty rect support for FBC in xe3 onwards based on the comments after the
initial RFC series.

v2: Dirty rect related compute and storage moved to fbc state (Ville)

Vinod Govindapillai (3):
  drm/i915/xe: add register definitions for fbc dirty rect support
  drm/i915/xe3: add dirty rect support for FBC
  drm/i915/xe3: disable FBC if PSR2 selective fetch is enabled

 drivers/gpu/drm/i915/display/intel_display.c  |   4 +
 drivers/gpu/drm/i915/display/intel_fbc.c      | 105 +++++++++++++++++-
 drivers/gpu/drm/i915/display/intel_fbc.h      |   4 +
 drivers/gpu/drm/i915/display/intel_fbc_regs.h |   9 ++
 4 files changed, 119 insertions(+), 3 deletions(-)