Commit f8931ea7 authored by Eric Bernstein's avatar Eric Bernstein Committed by Alex Deucher
Browse files

drm/amd/display: Change wb_h/vratio to double

parent b361521f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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	{