diff options
author | Dmytro Laktyushkin <[email protected]> | 2018-06-28 11:31:13 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2018-07-13 14:52:13 -0500 |
commit | 5fbac0a5ff99071919976a5434b19e9cc792a2ca (patch) | |
tree | 43adad5e316962f05e46ada2a682198cd684274b | |
parent | dbcac9c8abb117b11728da44fcaffcdc0d2fcc81 (diff) |
drm/amd/display: update dml to match DV dml
DV updated their dml with an option to use max vstartup,
this updates dc dml with the same option
Signed-off-by: Dmytro Laktyushkin <[email protected]>
Reviewed-by: Tony Cheng <[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 | 1 |
1 files changed, 1 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 c43d68bc9d5c..cbafce649e33 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 @@ -305,6 +305,7 @@ struct _vcs_dpi_display_pipe_dest_params_st { unsigned char otg_inst; unsigned char odm_split_cnt; unsigned char odm_combine; + unsigned char use_maximum_vstartup; }; struct _vcs_dpi_display_pipe_params_st { |