diff options
author | Dmytro Laktyushkin <[email protected]> | 2018-06-28 12:28:00 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2018-07-13 14:52:07 -0500 |
commit | dbcac9c8abb117b11728da44fcaffcdc0d2fcc81 (patch) | |
tree | e180cc28d55ca472457877a71ec559194f655fd9 | |
parent | ece4147fea152fe0761d67b825fb4b4b9f94349b (diff) |
drm/amd/display: add max scl ratio to soc bounding box
Signed-off-by: Dmytro Laktyushkin <[email protected]>
Reviewed-by: Charlene Liu <[email protected]>
Acked-by: Harry Wentland <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/dml/display_mode_structs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dml/display_mode_structs.h b/drivers/gpu/drm/amd/display/dc/dml/display_mode_structs.h index 6943801c5fd3..c43d68bc9d5c 100644 --- a/drivers/gpu/drm/amd/display/dc/dml/display_mode_structs.h +++ b/drivers/gpu/drm/amd/display/dc/dml/display_mode_structs.h @@ -111,6 +111,8 @@ struct _vcs_dpi_soc_bounding_box_st { double xfc_bus_transport_time_us; double xfc_xbuf_latency_tolerance_us; int use_urgent_burst_bw; + double max_hscl_ratio; + double max_vscl_ratio; struct _vcs_dpi_voltage_scaling_st clock_limits[7]; }; |