mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-28 21:46:02 -04:00
drm/amd/display: add config for sending VSIF
Signed-off-by: Anthony Koo <Anthony.Koo@amd.com> Reviewed-by: Aric Cyr <Aric.Cyr@amd.com> Acked-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
4c1fa3630b
commit
69ff884526
@@ -78,6 +78,7 @@ enum mod_vrr_state {
|
||||
|
||||
struct mod_freesync_config {
|
||||
enum mod_vrr_state state;
|
||||
bool vsif_supported;
|
||||
bool ramping;
|
||||
bool btr;
|
||||
unsigned int min_refresh_in_uhz;
|
||||
@@ -103,6 +104,7 @@ struct mod_vrr_params_fixed_refresh {
|
||||
|
||||
struct mod_vrr_params {
|
||||
bool supported;
|
||||
bool send_vsif;
|
||||
enum mod_vrr_state state;
|
||||
|
||||
uint32_t min_refresh_in_uhz;
|
||||
|
||||
Reference in New Issue
Block a user