aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/umc_v12_0.c
diff options
context:
space:
mode:
authorSamasth Norway Ananda <[email protected]>2024-01-18 07:53:53 +0000
committerAlex Deucher <[email protected]>2024-01-22 22:13:25 +0000
commit3e22174603daeddeb98f5d7f317cf4b3d7afbef8 (patch)
treeccd27b1f05cb7533550f6bf7bc4074bc7309dff0 /drivers/gpu/drm/amd/amdgpu/umc_v12_0.c
parentdrm/amdgpu: Enable seq64 manager and fix bugs (diff)
downloadkernel-3e22174603daeddeb98f5d7f317cf4b3d7afbef8.tar.gz
kernel-3e22174603daeddeb98f5d7f317cf4b3d7afbef8.zip
drm/amdgpu: fix wrong sizeof argument
voltage_parameters is a point to a struct of type SET_VOLTAGE_PARAMETERS_V1_3. Passing just voltage_parameters would not print the right size of the struct variable. So we need to pass *voltage_parameters to sizeof(). Fixes: 4630d5031cd8 ("drm/amdgpu: check PS, WS index") Signed-off-by: Samasth Norway Ananda <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/umc_v12_0.c')
0 files changed, 0 insertions, 0 deletions