]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: bind to any 0x1002 PCI diplay class device
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 3 Aug 2021 21:18:53 +0000 (17:18 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 4 Oct 2021 19:22:58 +0000 (15:22 -0400)
commit80b51a1b5e9c1254c3f5cfe794b212c728b28e4c
treeedb60e3cf4f00951047a3d9e6a4656da454d0a63
parent7ef6a23f0f634feeb532e7b0517efea25dc13f64
drm/amdgpu: bind to any 0x1002 PCI diplay class device

Bind to all 0x1002 GPU devices.

For now we explicitly return -ENODEV for generic bindings.
Remove this check once IP discovery based checking is in place.

v2: rebase (Alex)

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