Re: [PATCH 2/2] drm/fbdev: Move damage clip check to higher level

2022-12-21 Thread Hogander, Jouni
On Wed, 2022-12-21 at 13:05 +0100, Thomas Zimmermann wrote: > Hi > > Am 21.12.22 um 12:19 schrieb Jouni Högander: > > Checking if damage clip is valid is common to all fb helpers. > > Makes more sense to check it in higher level than adding into > > all helpers. > > It was a deliberate decision t

Re: [PATCH 2/2] drm/fbdev: Move damage clip check to higher level

2022-12-21 Thread Thomas Zimmermann
Hi Am 21.12.22 um 12:19 schrieb Jouni Högander: Checking if damage clip is valid is common to all fb helpers. Makes more sense to check it in higher level than adding into all helpers. It was a deliberate decision to separate damage clipping and dirty updates; done in [1]. Clipping is an opti

[PATCH 2/2] drm/fbdev: Move damage clip check to higher level

2022-12-21 Thread Jouni Högander
Checking if damage clip is valid is common to all fb helpers. Makes more sense to check it in higher level than adding into all helpers. Cc: Ville Syrjälä Cc: Thomas Zimmermann Cc: Jani Nikula Signed-off-by: Jouni Högander --- drivers/gpu/drm/drm_fb_helper.c | 4 drivers/gpu/drm/drm_