Skip to content

Commit 52289ce

Browse files
cristiccalexdeucher
authored andcommitted
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: f545d82 ("drm/amd/display: add plane shaper LUT and TF driver-specific properties") Fixes: 671994e ("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 ec5708d)
1 parent 062ea90 commit 52289ce

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -368,15 +368,15 @@ struct amdgpu_mode_info {
368368

369369
struct drm_property *plane_ctm_property;
370370
/**
371-
* @shaper_lut_property: Plane property to set pre-blending shaper LUT
372-
* that converts color content before 3D LUT. If
373-
* plane_shaper_tf_property != Identity TF, AMD color module will
371+
* @plane_shaper_lut_property: Plane property to set pre-blending
372+
* shaper LUT that converts color content before 3D LUT.
373+
* If plane_shaper_tf_property != Identity TF, AMD color module will
374374
* combine the user LUT values with pre-defined TF into the LUT
375375
* parameters to be programmed.
376376
*/
377377
struct drm_property *plane_shaper_lut_property;
378378
/**
379-
* @shaper_lut_size_property: Plane property for the size of
379+
* @plane_shaper_lut_size_property: Plane property for the size of
380380
* pre-blending shaper LUT as supported by the driver (read-only).
381381
*/
382382
struct drm_property *plane_shaper_lut_size_property;
@@ -400,10 +400,10 @@ struct amdgpu_mode_info {
400400
*/
401401
struct drm_property *plane_lut3d_property;
402402
/**
403-
* @plane_degamma_lut_size_property: Plane property to define the max
404-
* size of 3D LUT as supported by the driver (read-only). The max size
405-
* is the max size of one dimension and, therefore, the max number of
406-
* entries for 3D LUT array is the 3D LUT size cubed;
403+
* @plane_lut3d_size_property: Plane property to define the max size
404+
* of 3D LUT as supported by the driver (read-only). The max size is
405+
* the max size of one dimension and, therefore, the max number of
406+
* entries for 3D LUT array is the 3D LUT size cubed.
407407
*/
408408
struct drm_property *plane_lut3d_size_property;
409409
/**

0 commit comments

Comments
 (0)