]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amdgpu: remove unused struct 'hqd_registers'
authorDr. David Alan Gilbert <linux@treblig.org>
Fri, 17 May 2024 23:35:46 +0000 (00:35 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 20 May 2024 20:20:26 +0000 (16:20 -0400)
commit191ef65b4ecb27a7e1fefd71c78e8d0aba9fc3aa
tree62d3b155e71f9bae7cdbd17a11ab4345efaf089d
parent90bc75b08f30ac2ed98bdff60ced0e6d97eb813d
drm/amdgpu: remove unused struct 'hqd_registers'

'hqd_registers' used to be used in a member of the 'bonaire_mqd'
struct. 'bonaire_mqd' was removed by
commit 486d807cd9a9 ("drm/amdgpu: remove duplicate definition of cik_mqd")
It's now unused.

Remove 'hqd_registers' as well.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c