]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdgpu: Fix kernel-doc comments for some LUT properties
authorCristian Ciocaltea <cristian.ciocaltea@collabora.com>
Thu, 5 Mar 2026 11:16:36 +0000 (13:16 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 6 Mar 2026 22:11:15 +0000 (17:11 -0500)
commit52289ce48ef1f8a81cd39df1574098356e3c9d4c
tree0bb2994a1644f8f363b6debec0fe581d9601d8c1
parent062ea905fff7756b2e87143ffccaece5cdb44267
drm/amdgpu: Fix kernel-doc comments for some LUT properties

The following members of struct amdgpu_mode_info do not have valid
references in the related kernel-doc sections:

 - plane_shaper_lut_property
 - plane_shaper_lut_size_property,
 - plane_lut3d_size_property

Correct all affected comment blocks.

Fixes: f545d82479b4 ("drm/amd/display: add plane shaper LUT and TF driver-specific properties")
Fixes: 671994e3bf33 ("drm/amd/display: add plane 3D LUT driver-specific properties")
Reviewed-by: Melissa Wen <mwen@igalia.com>
Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
(cherry picked from commit ec5708d6e547f7efe2f009073bfa98dbc4c5c2ac)
drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h