Re: [PATCH v3 05/16] drm/panel-simple-edp: Split eDP panels out of panel-simple

2021-09-09 Thread Doug Anderson
Hi, On Sun, Sep 5, 2021 at 11:42 AM Sam Ravnborg wrote: > > > +++ b/drivers/gpu/drm/panel/panel-simple-edp.c > > @@ -0,0 +1,1298 @@ > > +/* > > + * Copyright (C) 2013, NVIDIA Corporation. All rights reserved. > > + * > > + * Permission is hereby granted, free of charge, to any person obtaining a

Re: [PATCH v3 05/16] drm/panel-simple-edp: Split eDP panels out of panel-simple

2021-09-05 Thread Sam Ravnborg
Hi Douglas, On Wed, Sep 01, 2021 at 01:19:23PM -0700, Douglas Anderson wrote: > The panel-simple driver handles way too much. Let's start trying to > get a handle on it by splitting out the eDP panels. This patch does > this: > > 1. Start by copying simple-panel verbatim over to a new driver, >

[PATCH v3 05/16] drm/panel-simple-edp: Split eDP panels out of panel-simple

2021-09-01 Thread Douglas Anderson
The panel-simple driver handles way too much. Let's start trying to get a handle on it by splitting out the eDP panels. This patch does this: 1. Start by copying simple-panel verbatim over to a new driver, simple-panel-edp. 2. Rename "panel_simple" to "panel_edp" in the new driver. 3. Keep only