mirror of https://gitee.com/openkylin/linux.git
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 <Dmytro.Laktyushkin@amd.com> Reviewed-by: Tony Cheng <Tony.Cheng@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
dbcac9c8ab
commit
5fbac0a5ff
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue