[PATCH v3 05/19] videomodes: add helper function to convert from ctfb to display_timing

2020-04-19 Thread sbabic
> This function converts from "struct ctf_res_modes" to > "struct display_timing". > Signed-off-by: Giulio Benetti > Reviewed-by: Anatolij Gustschin Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX

Re: [PATCH v3 05/19] videomodes: add helper function to convert from ctfb to display_timing

2020-04-17 Thread Anatolij Gustschin
On Wed, 8 Apr 2020 17:10:11 +0200 Giulio Benetti giulio.bene...@benettiengineering.com wrote: > This function converts from "struct ctf_res_modes" to > "struct display_timing". > > Signed-off-by: Giulio Benetti Reviewed-by: Anatolij Gustschin -- Anatolij

[PATCH v3 05/19] videomodes: add helper function to convert from ctfb to display_timing

2020-04-08 Thread Giulio Benetti
This function converts from "struct ctf_res_modes" to "struct display_timing". Signed-off-by: Giulio Benetti --- V2->V3: * comment function prototype and make it clear what ctfb is --- drivers/video/videomodes.c | 29 + drivers/video/videomodes.h | 11 +++ 2 f