summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/vcn_v1_0.h
diff options
context:
space:
mode:
authorGustavo A. R. Silva <gustavoars@kernel.org>2025-08-29 12:58:21 +0300
committerAlex Deucher <alexander.deucher@amd.com>2025-09-03 00:36:20 +0300
commit1e6d36e15b8873fc3ade8b714d35d69efd5e1427 (patch)
tree1436b57a5a50cbc6d775648e014e26d6c19186fc /drivers/gpu/drm/amd/amdgpu/vcn_v1_0.h
parent1ee9d1a0962c13ba5ab7e47d33a80e3b8dc4b52e (diff)
downloadlinux-1e6d36e15b8873fc3ade8b714d35d69efd5e1427.tar.xz
drm/amdgpu/amdkfd: Avoid a couple hundred -Wflex-array-member-not-at-end warnings
-Wflex-array-member-not-at-end was introduced in GCC-14, and we are getting ready to enable it, globally. Move the conflicting declarations to the end of the corresponding structures. Notice that `struct dev_pagemap` is a flexible structure, this is a structure that contains a flexible-array member. struct dev_pagemap always has room for at least one range. amdgpu only uses a single range. Therefore no change are needed to the allocation of struct amdgpu_device. Fix 283 of the following type of warnings: 283 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h:111:28: warning: structure containing a flexible array member is not at the end of another structure [-Wflex-array-member-not-at-end] Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org> Signed-off-by: Felix Kuehling <felix.kuehling@amd.com> Reviewed-by: Felix Kuehling <felix.kuehling@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/vcn_v1_0.h')
0 files changed, 0 insertions, 0 deletions