]> git.hungrycats.org Git - linux/commit
drm/amdgpu: move struct amdgpu_mqd and helpers into header file
authorShahyan Soltani <shahyan.soltani@amd.com>
Wed, 3 Jun 2026 13:57:18 +0000 (09:57 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 8 Jul 2026 18:20:30 +0000 (14:20 -0400)
commit6d9cea05db72476ea11a72a8e1e67161e5e48b01
treefb7d2bce9183cee0a30f64ad61b64badf95c48fa
parent7513c35eacda4a300830ccef1119e16b670e5cdf
drm/amdgpu: move struct amdgpu_mqd and helpers into header file

Move struct amdgpu_mqd_prop, struct amdgpu_mqd, and helpers from the monolithic amdgpu.h
into existing amdgpu_mes.h file.

This is part of the ongoing effort to reduce the size of amdgpu.h into their own respective
separate headers.

Signed-off-by: Shahyan Soltani <shahyan.soltani@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu.h
drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h