Skip to content

Commit 730548b

Browse files
Sonny Jiangalexdeucher
authored andcommitted
drm/amdgpu: Enable sram on vcn_4_0_2
Enable sram on vcn_4_0_2 Signed-off-by: Sonny Jiang <[email protected]> Reviewed-by: James Zhu <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 0b37f47 commit 730548b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ int amdgpu_vcn_sw_init(struct amdgpu_device *adev)
191191
fw_name = FIRMWARE_VCN4_0_2;
192192
if ((adev->firmware.load_type == AMDGPU_FW_LOAD_PSP) &&
193193
(adev->pg_flags & AMD_PG_SUPPORT_VCN_DPG))
194-
adev->vcn.indirect_sram = false;
194+
adev->vcn.indirect_sram = true;
195195
break;
196196
case IP_VERSION(4, 0, 4):
197197
fw_name = FIRMWARE_VCN4_0_4;

0 commit comments

Comments
 (0)