]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/amd/display: Enable VM support only on APUs newer than CZ
authorHarry Wentland <harry.wentland@amd.com>
Mon, 30 Oct 2017 17:41:51 +0000 (13:41 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 19 Feb 2018 19:17:40 +0000 (14:17 -0500)
commit6e227308a91db544c6f91edcf37c56764db2ae47
tree3e87a13ba60ec4b3a8467fdda470e8e878507893
parent2c9c178b7d76efd9933e709c16063e65135aca74
drm/amd/display: Enable VM support only on APUs newer than CZ

VM support is only available for CZ and newer APUs. Trying to
enable it for dGPU will blow up in DC.

v2: Don't enable gpu_vm_support for Raven yet since it leads to
    a black screen. Need to debug this further before enabling.

Change-Id: Ibe467c36affe2e7a7ee740c8d4f73027ca807178
Signed-off-by: Harry Wentland <harry.wentland@amd.com>
Suggested-by: Alex Deucher <alexander.deucher@amd.com>
CC: Christian Koenig <christian.koenig@amd.com>
Reviewed-by: Andrey Grodzovsky <andrey.grodzovsky@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c