Re: [PATCH 1/2] drm/panel: Remove redundant checks in multiple panels

2024-03-25 Thread Emilio Mendoza Reyes
Hi, I'd like to first thank you for your time and for looking at my patch. On Monday, March 25, 2024 8:21:20 PM EDT Doug Anderson wrote: > Aside from the formatting issues (several lines start with an extra > "-" and there is the PGP stuff), there are a few high-level issues > here: Yeah so sorry

Re: [PATCH 1/2] drm/panel: Remove redundant checks in multiple panels

2024-03-25 Thread Doug Anderson
Hi, On Sat, Mar 23, 2024 at 7:05 PM Emilio Mendoza Reyes wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > From: Emilio Mendoza Reyes > > The patch ("drm/panel: Check for already prepared/enabled in drm_panel") > moved checking for (en/dis)abled and [un]prepared panels before

[PATCH 1/2] drm/panel: Remove redundant checks in multiple panels

2024-03-24 Thread Emilio Mendoza Reyes
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 From: Emilio Mendoza Reyes The patch ("drm/panel: Check for already prepared/enabled in drm_panel") moved checking for (en/dis)abled and [un]prepared panels before specific function calls to drm_panel.c.Those checks that still exist within the