]> git.proxmox.com Git - mirror_ubuntu-kernels.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)
commiteb4fd29afd4aa1c98d882800ceeee7d1f5262803
treeedb60e3cf4f00951047a3d9e6a4656da454d0a63
parentbdbeb0dde4258586bb2f481b12da1e83aa4766f3
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