Skip to content

Commit e323890

Browse files
committed
sdma_6 mqd struct fix
1 parent 4233314 commit e323890

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ static int sdma_v6_0_start(struct amdgpu_device *adev)
833833
static int sdma_v6_0_mqd_init(struct amdgpu_device *adev, void *mqd,
834834
struct amdgpu_mqd_prop *prop)
835835
{
836-
struct v11_sdma_mqd *m = mqd;
836+
volatile struct v11_sdma_mqd *m = mqd;
837837
uint64_t wb_gpu_addr;
838838

839839
m->sdmax_rlcx_rb_cntl =

0 commit comments

Comments
 (0)