]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: drive nav10 from the IP discovery table
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 26 Jul 2021 20:49:21 +0000 (16:49 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 4 Oct 2021 19:22:58 +0000 (15:22 -0400)
commit2e84f011ac7f667c64ffae4f046b279feea1eb48
tree39c6403cadb26a2d718b046049d48647c19b60b8
parent8c301bdd4f64d99c8541138051922e9ef92d3a04
drm/amdgpu: drive nav10 from the IP discovery table

Rather than hardcoding based on asic_type, use the IP
discovery table to configure the driver.

Only tested on Navi10 so far.

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