Re: [PATCH] drm/mipi-dbi: Fix blanking for non-16 bit formats

2025-04-29 Thread Maxime Ripard
On Mon, 14 Apr 2025 22:32:59 -0700, Russell Cloran wrote: > On r6x2b6x2g6x2 displays not enough blank data is sent to blank the > entire screen. When support for these displays was added, the dirty > function was updated to handle the different amount of data, but > blanking was not, and remained h

[PATCH] drm/mipi-dbi: Fix blanking for non-16 bit formats

2025-04-15 Thread Russell Cloran
On r6x2b6x2g6x2 displays not enough blank data is sent to blank the entire screen. When support for these displays was added, the dirty function was updated to handle the different amount of data, but blanking was not, and remained hardcoded as 2 bytes per pixel. This change applies almost the sam