]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: add new virtual display ID
authorYintian Tao <yttao@amd.com>
Sun, 22 Jan 2017 07:16:51 +0000 (15:16 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 27 Jan 2017 17:20:37 +0000 (12:20 -0500)
commit14c1bd4fc0c3139865a9c8ccf21310d39892d850
tree872920f63d224d658a9564d57a98565511aeb86a
parent2504f15fd9ae14a20c7f551bbfa0eb5019a93403
drm/amdgpu: add new virtual display ID

In the case of pass-through, amdgpu.ko may be included into a image
with the hard code ID therefore loading driver with specified virtual
display ID will lose efficacy when the BDF of GPU modifies.So add the
new ID string "all" for it as same as vf case what does.

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Yintian Tao <yttao@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c