Re: [RFT PATCH v2 14/48] drm/panel: ltk050h3146w: Stop tracking prepared

2024-05-07 Thread Quentin Schulz
Hi Douglas, On 5/3/24 11:32 PM, Douglas Anderson wrote: [You don't often get email from diand...@chromium.org. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ] As talked about in commit d2aacaf07395 ("drm/panel: Check for already prepared/enabled in drm_panel"), w

Re: [RFT PATCH v2 14/48] drm/panel: ltk050h3146w: Stop tracking prepared

2024-05-06 Thread Heiko Stübner
Am Freitag, 3. Mai 2024, 23:32:55 CEST schrieb Douglas Anderson: > As talked about in commit d2aacaf07395 ("drm/panel: Check for already > prepared/enabled in drm_panel"), we want to remove needless code from > panel drivers that was storing and double-checking the > prepared/enabled state. Even if

[RFT PATCH v2 14/48] drm/panel: ltk050h3146w: Stop tracking prepared

2024-05-03 Thread Douglas Anderson
As talked about in commit d2aacaf07395 ("drm/panel: Check for already prepared/enabled in drm_panel"), we want to remove needless code from panel drivers that was storing and double-checking the prepared/enabled state. Even if someone was relying on the double-check before, that double-check is now