Skip to content

Commit c5b6c91

Browse files
Jiansong Chenalexdeucher
authored andcommitted
drm/amdgpu: enable cp_fw_write_wait for navy_flounder
It's the same with sienna_cichlid, cp fw for navy_flounder can support WAIT_REG_MEM packet. Signed-off-by: Jiansong Chen <[email protected]> Reviewed-by: Tao Zhou <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 290b4ad commit c5b6c91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3538,6 +3538,7 @@ static void gfx_v10_0_check_fw_write_wait(struct amdgpu_device *adev)
35383538
adev->gfx.cp_fw_write_wait = true;
35393539
break;
35403540
case CHIP_SIENNA_CICHLID:
3541+
case CHIP_NAVY_FLOUNDER:
35413542
adev->gfx.cp_fw_write_wait = true;
35423543
break;
35433544
default:

0 commit comments

Comments
 (0)