Skip to content

Commit 86151d5

Browse files
committed
sdma_6 mqd struct fix
1 parent b68d775 commit 86151d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@ static int sdma_v6_0_start(struct amdgpu_device *adev)
817817
static int sdma_v6_0_mqd_init(struct amdgpu_device *adev, void *mqd,
818818
struct amdgpu_mqd_prop *prop)
819819
{
820-
struct v11_sdma_mqd *m = mqd;
820+
volatile struct v11_sdma_mqd *m = mqd;
821821
uint64_t wb_gpu_addr;
822822

823823
m->sdmax_rlcx_rb_cntl =

0 commit comments

Comments
 (0)