]> git.ipfire.org Git - thirdparty/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 21:32:34 +0000 (16:32 -0500)
commitec5708d6e547f7efe2f009073bfa98dbc4c5c2ac
tree1602f265d84cd4cf4f96d6274a6c88ec9ee26cda
parent71036457ad85a5b08e5101738c4803a45b4e1555
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>
drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h