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 b68d775 commit 86151d5Copy full SHA for 86151d5
drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c
@@ -817,7 +817,7 @@ static int sdma_v6_0_start(struct amdgpu_device *adev)
817
static int sdma_v6_0_mqd_init(struct amdgpu_device *adev, void *mqd,
818
struct amdgpu_mqd_prop *prop)
819
{
820
- struct v11_sdma_mqd *m = mqd;
+ volatile struct v11_sdma_mqd *m = mqd;
821
uint64_t wb_gpu_addr;
822
823
m->sdmax_rlcx_rb_cntl =
0 commit comments