Re: [Intel-gfx] [RFC PATCH 11/20] drm/i915: Remove gem and overlay frontbuffer tracking

2022-12-23 Thread Tvrtko Ursulin
On 22/12/2022 22:21, Matthew Brost wrote: From: Maarten Lankhorst Frontbuffer update handling should be done explicitly by using dirtyfb calls only. A bit terse - questions around if this breaks something, and if it does what and why it is okay, were left hanging in the air in the previous

[RFC PATCH 11/20] drm/i915: Remove gem and overlay frontbuffer tracking

2022-12-22 Thread Matthew Brost
From: Maarten Lankhorst Frontbuffer update handling should be done explicitly by using dirtyfb calls only. Signed-off-by: Maarten Lankhorst --- drivers/gpu/drm/i915/display/i9xx_plane.c | 1 + drivers/gpu/drm/i915/display/intel_drrs.c | 1 + drivers/gpu/drm/i915/display/intel_fb.c