Re: [Freedreno] [PATCH] drm/bridge: adv7533: remove dynamic lane switching from adv7533 bridge

2022-10-11 Thread Abhinav Kumar
On 10/7/2022 6:56 AM, Robert Foss wrote: On Thu, 6 Oct 2022 at 17:07, Abhinav Kumar wrote: Hi Robert Thanks for the review. On 10/4/2022 8:55 AM, Robert Foss wrote: On Mon, 29 Aug 2022 at 20:23, Abhinav Kumar wrote: adv7533 bridge tries to dynamically switch lanes based on the mode by

Re: [Freedreno] [PATCH] drm/bridge: adv7533: remove dynamic lane switching from adv7533 bridge

2022-10-07 Thread Robert Foss
On Thu, 6 Oct 2022 at 17:07, Abhinav Kumar wrote: > > Hi Robert > > Thanks for the review. > > On 10/4/2022 8:55 AM, Robert Foss wrote: > > On Mon, 29 Aug 2022 at 20:23, Abhinav Kumar > > wrote: > >> > >> adv7533 bridge tries to dynamically switch lanes based on the > >> mode by detaching and at

Re: [Freedreno] [PATCH] drm/bridge: adv7533: remove dynamic lane switching from adv7533 bridge

2022-10-06 Thread Abhinav Kumar
Hi Robert Thanks for the review. On 10/4/2022 8:55 AM, Robert Foss wrote: On Mon, 29 Aug 2022 at 20:23, Abhinav Kumar wrote: adv7533 bridge tries to dynamically switch lanes based on the mode by detaching and attaching the mipi dsi device. This approach is incorrect because this method of d

Re: [PATCH] drm/bridge: adv7533: remove dynamic lane switching from adv7533 bridge

2022-10-04 Thread Robert Foss
On Mon, 29 Aug 2022 at 20:23, Abhinav Kumar wrote: > > adv7533 bridge tries to dynamically switch lanes based on the > mode by detaching and attaching the mipi dsi device. > > This approach is incorrect because this method of dynamic switch of > detaching and attaching the mipi dsi device also res

[PATCH] drm/bridge: adv7533: remove dynamic lane switching from adv7533 bridge

2022-08-29 Thread Abhinav Kumar
adv7533 bridge tries to dynamically switch lanes based on the mode by detaching and attaching the mipi dsi device. This approach is incorrect because this method of dynamic switch of detaching and attaching the mipi dsi device also results in removing and adding the component which is not necessar