We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e725c2 commit 21f6137Copy full SHA for 21f6137
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
@@ -2188,15 +2188,8 @@ static int amdgpu_device_parse_gpu_info_fw(struct amdgpu_device *adev)
2188
2189
adev->firmware.gpu_info_fw = NULL;
2190
2191
- if (adev->mman.discovery_bin) {
2192
- /*
2193
- * FIXME: The bounding box is still needed by Navi12, so
2194
- * temporarily read it from gpu_info firmware. Should be dropped
2195
- * when DAL no longer needs it.
2196
- */
2197
- if (adev->asic_type != CHIP_NAVI12)
2198
- return 0;
2199
- }
+ if (adev->mman.discovery_bin)
+ return 0;
2200
2201
switch (adev->asic_type) {
2202
default:
0 commit comments