Re: [PATCH v2] drm/ssd130x: Iterate over damage clips instead of using a merged rect

2022-10-05 Thread Javier Martinez Canillas
On 10/5/22 19:18, Thomas Zimmermann wrote: > > > Am 30.09.22 um 17:29 schrieb Javier Martinez Canillas: >> The drm_atomic_helper_damage_merged() helper merges all the damage clips >> into one rectangle. If there are multiple damage clips that aren't close >> to each other, the resulting rectangle

Re: [PATCH v2] drm/ssd130x: Iterate over damage clips instead of using a merged rect

2022-10-05 Thread Thomas Zimmermann
Am 30.09.22 um 17:29 schrieb Javier Martinez Canillas: The drm_atomic_helper_damage_merged() helper merges all the damage clips into one rectangle. If there are multiple damage clips that aren't close to each other, the resulting rectangle could be quite big. Instead of using that function hel

[PATCH v2] drm/ssd130x: Iterate over damage clips instead of using a merged rect

2022-09-30 Thread Javier Martinez Canillas
The drm_atomic_helper_damage_merged() helper merges all the damage clips into one rectangle. If there are multiple damage clips that aren't close to each other, the resulting rectangle could be quite big. Instead of using that function helper, iterate over all the damage clips and update them one