Re: [PATCH v2 6/8] drm: adv7511: Add has_dsi variable to struct adv7511_chip_info

2023-10-16 Thread Robert Foss
On Wed, Aug 30, 2023 at 4:24 PM Biju Das wrote: > > The ADV7533 and ADV7535 have DSI support. Add a variable has_dsi to > struct adv7511_chip_info for handling configuration related to DSI. > > Signed-off-by: Biju Das > --- > v1->v2: > * Replaced variable type from unsigned->bool. > * Restored

[PATCH v2 6/8] drm: adv7511: Add has_dsi variable to struct adv7511_chip_info

2023-08-30 Thread Biju Das
The ADV7533 and ADV7535 have DSI support. Add a variable has_dsi to struct adv7511_chip_info for handling configuration related to DSI. Signed-off-by: Biju Das --- v1->v2: * Replaced variable type from unsigned->bool. * Restored check using type for low_refresh_rate and regmap_register_patch