]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3e848d318b00496a86f5e8e3be6e4a0b7b6149f2
treeabafe51799f5cc456467e7c930a19e49c53f074f
parentb705e56d2169b43a0b6a4cbb7df70e7520330db5
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