[PATCH 0/3] Fixes for selective fetch are calculation

Jouni Högander jouni.hogander at intel.com
Thu May 5 06:33:34 UTC 2022


Currently there is possibility that selective fetch area calculation
ends up as bogus area. Couple of case identified:

1. Updated plane is partially or fully outside pipe area
2. Big fb with only part of memory area used for plane

These end up as y1 = 0, y2 = 4 or y2 being outside pipe area. This patch
set addresses these by ensuring update area is within pipe area or falling
back to full update.

Jouni Högander (3):
  drm/i915: Use full update In case of area calculation fails
  drm/i915: Ensure damage clip area is within pipe area
  drm/i915: Set x1 and x2 also for drm_rect_intersect

 drivers/gpu/drm/i915/display/intel_psr.c | 20 ++++++++++++++++----
 1 file changed, 16 insertions(+), 4 deletions(-)

-- 
2.25.1



More information about the Intel-gfx-trybot mailing list