]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - rpmsg/remoteproc.git/commit
drm/amd/display: enable S/G for RAVEN chip
authorShirish S <shirish.s@amd.com>
Tue, 16 Jul 2019 09:19:48 +0000 (14:49 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 31 Jul 2019 04:23:12 +0000 (23:23 -0500)
commit1c4259159132ae4ceaf7c6db37a6cf76417f73d9
tree4ac51006ca277702bbfd3bb3b01333a08afea36f
parentddcb7fc62f4be99faedfa1764c971a2f31468962
drm/amd/display: enable S/G for RAVEN chip

enables gpu_vm_support in dm and adds
AMDGPU_GEM_DOMAIN_GTT as supported domain

v2:
Move BO placement logic into amdgpu_display_supported_domains

v3:
Use amdgpu_bo_validate_uswc in amdgpu_display_supported_domains.

v4:
amdgpu_bo_validate_uswc moved to sepperate patch.

Signed-off-by: Shirish S <shirish.s@amd.com>
Signed-off-by: Andrey Grodzovsky <andrey.grodzovsky@amd.com>
Reviewed-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_display.c
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c