OSDN Git Service

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

index 09affa1..e296de6 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       {