Re: [RFC PATCH 00/10] drm/panel: Remove most store/double-check of prepared/enabled state

2023-09-05 Thread Doug Anderson
Hi, On Thu, Aug 10, 2023 at 1:23 AM Linus Walleij wrote: > > On Fri, Aug 4, 2023 at 11:07 PM Douglas Anderson > wrote: > > > 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

Re: [RFC PATCH 00/10] drm/panel: Remove most store/double-check of prepared/enabled state

2023-08-10 Thread Linus Walleij
On Fri, Aug 4, 2023 at 11:07 PM Douglas Anderson wrote: > 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

[RFC PATCH 00/10] drm/panel: Remove most store/double-check of prepared/enabled state

2023-08-04 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