]> 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)
commit9a0121d65617bfe62307e8fbaafed0cd12757cf2
treeedb60e3cf4f00951047a3d9e6a4656da454d0a63
parent353a57651fb86274e56be2c7d42086e4b4d46b4a
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