RE: [PATCH 6/7] drm: adv7511: Add link_config feature bit to struct adv7511_chip_info

2023-08-29 Thread Biju Das
Hi Laurent, Thanks for the feedback. > Subject: Re: [PATCH 6/7] drm: adv7511: Add link_config feature bit to > struct adv7511_chip_info > > Hi Biju, > > Thank you for the patch. > > On Sun, Aug 13, 2023 at 07:05:11PM +0100, Biju Das wrote: > > The ADV7511 ne

Re: [PATCH 6/7] drm: adv7511: Add link_config feature bit to struct adv7511_chip_info

2023-08-29 Thread Laurent Pinchart
Hi Biju, Thank you for the patch. On Sun, Aug 13, 2023 at 07:05:11PM +0100, Biju Das wrote: > The ADV7511 needs link configuration whereas ADV75{33,35} does not need > it. Add a feature bit link_config to struct adv7511_chip_info to handle > this difference. > > Signed-off-by: Biju Das > --- >

[PATCH 6/7] drm: adv7511: Add link_config feature bit to struct adv7511_chip_info

2023-08-13 Thread Biju Das
The ADV7511 needs link configuration whereas ADV75{33,35} does not need it. Add a feature bit link_config to struct adv7511_chip_info to handle this difference. Signed-off-by: Biju Das --- drivers/gpu/drm/bridge/adv7511/adv7511.h | 1 + drivers/gpu/drm/bridge/adv7511/adv7511_drv.c | 7 --