]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: make set_prt callback optional and fix error handling
authorChristian König <christian.koenig@amd.com>
Mon, 13 Mar 2017 09:13:36 +0000 (10:13 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 30 Mar 2017 03:53:59 +0000 (23:53 -0400)
commit3463e1802f2a97e89bd056169e6c168fcc07e92f
treeaaed2442332d9ecfe63488799b40db40184405db
parentcb7290546f5d6a0cd55360376303181072abb86b
drm/amdgpu: make set_prt callback optional and fix error handling

PRT support is completely implemented now and we left it
turned on accidentially in the error path.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Junwei Zhang <Jerry.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c