RE: [PATCH 3/7] drm: adv7511: Add max_lane_freq variable to struct adv7511_chip_info

2023-08-29 Thread Biju Das
Hi Laurent, > Subject: Re: [PATCH 3/7] drm: adv7511: Add max_lane_freq variable to struct > adv7511_chip_info > > Hi Biju, > > Thank you for the patch. > > On Sun, Aug 13, 2023 at 07:05:08PM +0100, Biju Das wrote: > > The ADV7533 supports a maximum lane clock of 8

Re: [PATCH 3/7] drm: adv7511: Add max_lane_freq variable 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:08PM +0100, Biju Das wrote: > The ADV7533 supports a maximum lane clock of 800MHz whereas it is 891MHz > for ADV7535. Add max_lane_freq variable to struct adv7511_chip_info to > handle this difference. > > While at it, drop the unu

[PATCH 3/7] drm: adv7511: Add max_lane_freq variable to struct adv7511_chip_info

2023-08-13 Thread Biju Das
The ADV7533 supports a maximum lane clock of 800MHz whereas it is 891MHz for ADV7535. Add max_lane_freq variable to struct adv7511_chip_info to handle this difference. While at it, drop the unused local variable max_lane_freq. Signed-off-by: Biju Das --- drivers/gpu/drm/bridge/adv7511/adv7511.