drm/amd/display: add mod_freesync_user_enable to dm_connector_state
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 4 Dec 2017 20:49:59 +0000 (15:49 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 4 Dec 2017 21:41:15 +0000 (16:41 -0500)
commit0858a8f2047007fdb6a50339d72226fa1e242fa2
treeabafe51799f5cc456467e7c930a19e49c53f074f
parent4952d4c584ba769919866c27b442c4239ef20a12
drm/amd/display: add mod_freesync_user_enable to dm_connector_state

We don't currently expose variable refresh rate, but add the state to the
connector state to make it easier to maintain the support for it from a
hw support perspective while we figure out the uapi for drm.

Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c