Re: [PATCH 21/64] drm/vc4: dpi: Embed DRM structures into the private structure

2022-06-14 Thread Dave Stevenson
On Fri, 10 Jun 2022 at 10:30, Maxime Ripard wrote: > > The VC4 DPI driver private structure contains only a pointer to the > encoder it implements. This makes the overall structure somewhat > inconsistent with the rest of the driver, and complicates its > initialisation without any apparent gain.

[PATCH 21/64] drm/vc4: dpi: Embed DRM structures into the private structure

2022-06-10 Thread Maxime Ripard
The VC4 DPI driver private structure contains only a pointer to the encoder it implements. This makes the overall structure somewhat inconsistent with the rest of the driver, and complicates its initialisation without any apparent gain. Let's embed the drm_encoder structure (through the