drm/amd/display: Change wb_h/vratio to double
authorEric Bernstein <[email protected]>
Mon, 12 Mar 2018 21:07:24 +0000 (17:07 -0400)
committerAlex Deucher <[email protected]>
Wed, 11 Apr 2018 18:07:40 +0000 (13:07 -0500)
Signed-off-by: Eric Bernstein <[email protected]>
Reviewed-by: Dmytro Laktyushkin <[email protected]>
Acked-by: Harry Wentland <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/display/dc/dml/display_mode_structs.h

index 09affa16cc43b769da3135f965e6b402e9362b93..e296de6ca50295c1e662ec48131ba54513d4777d 100644 (file)
@@ -215,8 +215,8 @@ struct writeback_st {
        int wb_vtaps_luma;
        int wb_htaps_chroma;
        int wb_vtaps_chroma;
-       int wb_hratio;
-       int wb_vratio;
+       double wb_hratio;
+       double wb_vratio;
 };
 
 struct _vcs_dpi_display_output_params_st       {