Re: [PATCH] drm/panel: simple: fix data type in KEO TX31D200VM0BAA timings

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Apr 19, 2018 at 11:20:03PM +0200, Stefan Agner wrote:
> All values in a struct struct timing_entry (every entry in
> struct display_timing) require an integer. Choose the closest
> safe integer of 32.
> 
> This avoids a warning seen with clang:
>   drivers/gpu/drm/panel/panel-simple.c:1250:27: warning: implicit
>        conversion from 'double' to 'u32' (aka 'unsigned int')
>        changes value from 33.5 to 33 [-Wliteral-conversion]
>          .vfront_porch = { 6, 21, 33.5 },
>                          ~        ^~~~
>   drivers/gpu/drm/panel/panel-simple.c:1251:26: warning: implicit
>         conversion from 'double' to 'u32' (aka 'unsigned int')
>         changes value from 33.5 to 33 [-Wliteral-conversion]
>           .vback_porch = { 6, 21, 33.5 },
>                          ~        ^~~~
> 
> Signed-off-by: Stefan Agner <stefan@xxxxxxxx>
> ---
>  drivers/gpu/drm/panel/panel-simple.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Applied, thanks.

Thierry

Attachment: signature.asc
Description: PGP signature

_______________________________________________
dri-devel mailing list
dri-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.freedesktop.org/mailman/listinfo/dri-devel

[Index of Archives]     [Linux DRI Users]     [Linux Intel Graphics]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux