Re: [PATCH 20/27] drm: bridge: dw-hdmi: Store current connector in struct dw_hdmi

2020-05-26 Thread Neil Armstrong
On 26/05/2020 03:14, Laurent Pinchart wrote: > Store the connector that the bridge is currently wired to in the dw_hdmi > structure. This is currently identical to the connector field, but will > differ once the driver supports disabling connector creation. > > Signed-off-by: Laurent Pinchart > -

[PATCH 20/27] drm: bridge: dw-hdmi: Store current connector in struct dw_hdmi

2020-05-25 Thread Laurent Pinchart
Store the connector that the bridge is currently wired to in the dw_hdmi structure. This is currently identical to the connector field, but will differ once the driver supports disabling connector creation. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/bridge/synopsys/dw-hdmi.c | 18 ++