Re: [PATCH] drm/mcde: Do not use dirty GEM FB handling

2023-03-10 Thread Thomas Zimmermann
Hi Am 09.03.23 um 09:24 schrieb Linus Walleij: This driver has no way to handle damage, the reason the drm_gem_fb_create_with_dirty() was used was because I had the ambition that the driver would only send out updates to DSI command displays whenever something changed, so as to minimize traffic.

[PATCH] drm/mcde: Do not use dirty GEM FB handling

2023-03-09 Thread Linus Walleij
This driver has no way to handle damage, the reason the drm_gem_fb_create_with_dirty() was used was because I had the ambition that the driver would only send out updates to DSI command displays whenever something changed, so as to minimize traffic. It turns out this ambition with command mode isn