Re: [PATCH v2 5/6] video: Fill video handoff in video post probe

2023-12-05 Thread Devarsh Thakkar
Hi Simon, Thanks for the review. On 02/12/23 23:53, Simon Glass wrote: > Hi Devarsh, > > On Sat, 25 Nov 2023 at 07:27, Devarsh Thakkar wrote: >> >> Hi Simon, >> >> Thanks for the review. >> >> On 13/11/23 01:31, Simon Glass wrote: >>> Hi Devarsh, >>> >>> On Fri, 10 Nov 2023 at 08:29, Devarsh

Re: [PATCH v2 5/6] video: Fill video handoff in video post probe

2023-12-02 Thread Simon Glass
Hi Devarsh, On Sat, 25 Nov 2023 at 07:27, Devarsh Thakkar wrote: > > Hi Simon, > > Thanks for the review. > > On 13/11/23 01:31, Simon Glass wrote: > > Hi Devarsh, > > > > On Fri, 10 Nov 2023 at 08:29, Devarsh Thakkar wrote: > >> > >> Fill video handoff fields in video_post_probe > >> as at

Re: [PATCH v2 5/6] video: Fill video handoff in video post probe

2023-11-25 Thread Devarsh Thakkar
Hi Simon, Thanks for the review. On 13/11/23 01:31, Simon Glass wrote: > Hi Devarsh, > > On Fri, 10 Nov 2023 at 08:29, Devarsh Thakkar wrote: >> >> Fill video handoff fields in video_post_probe >> as at this point we have full framebuffer-related >> information. >> >> Also fill all the fields

Re: [PATCH v2 5/6] video: Fill video handoff in video post probe

2023-11-12 Thread Simon Glass
Hi Devarsh, On Fri, 10 Nov 2023 at 08:29, Devarsh Thakkar wrote: > > Fill video handoff fields in video_post_probe > as at this point we have full framebuffer-related > information. > > Also fill all the fields available in video hand-off > struct as those were missing earlier and U-boot U-Boot

[PATCH v2 5/6] video: Fill video handoff in video post probe

2023-11-10 Thread Devarsh Thakkar
Fill video handoff fields in video_post_probe as at this point we have full framebuffer-related information. Also fill all the fields available in video hand-off struct as those were missing earlier and U-boot framework expects them to be filled for some of the functionalities. Reported-by: