Skip to content

Commit

Permalink
sdma_6 mqd struct fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Coreforge committed Nov 21, 2024
1 parent fad1d03 commit e53b1f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ static int sdma_v6_0_start(struct amdgpu_device *adev)
static int sdma_v6_0_mqd_init(struct amdgpu_device *adev, void *mqd,
struct amdgpu_mqd_prop *prop)
{
struct v11_sdma_mqd *m = mqd;
volatile struct v11_sdma_mqd *m = mqd;
uint64_t wb_gpu_addr;

m->sdmax_rlcx_rb_cntl =
Expand Down

0 comments on commit e53b1f2

Please sign in to comment.