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 0b37f47 commit 730548bCopy full SHA for 730548b
drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c
@@ -191,7 +191,7 @@ int amdgpu_vcn_sw_init(struct amdgpu_device *adev)
191
fw_name = FIRMWARE_VCN4_0_2;
192
if ((adev->firmware.load_type == AMDGPU_FW_LOAD_PSP) &&
193
(adev->pg_flags & AMD_PG_SUPPORT_VCN_DPG))
194
- adev->vcn.indirect_sram = false;
+ adev->vcn.indirect_sram = true;
195
break;
196
case IP_VERSION(4, 0, 4):
197
fw_name = FIRMWARE_VCN4_0_4;
0 commit comments