mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-05 22:28:00 +00:00
drm/amd/display: Change wb_h/vratio to double
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>
This commit is contained in:
parent
b361521f59
commit
f8931ea730
1 changed files with 2 additions and 2 deletions
|
@ -215,8 +215,8 @@ struct writeback_st {
|
||||||
int wb_vtaps_luma;
|
int wb_vtaps_luma;
|
||||||
int wb_htaps_chroma;
|
int wb_htaps_chroma;
|
||||||
int wb_vtaps_chroma;
|
int wb_vtaps_chroma;
|
||||||
int wb_hratio;
|
double wb_hratio;
|
||||||
int wb_vratio;
|
double wb_vratio;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _vcs_dpi_display_output_params_st {
|
struct _vcs_dpi_display_output_params_st {
|
||||||
|
|
Loading…
Add table
Reference in a new issue