Skip to content

Commit 8b881b5

Browse files
committed
drm/amd/display: fix documentation for amdgpu_dm_verify_lut3d_size()
It takes the plane state rather than the crtc state. Fixes: aba8b76 ("drm/amd/display: add plane shaper LUT support") Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Reviewed-by: Melissa Wen <mwen@igalia.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Cc: Melissa Wen <mwen@igalia.com> Cc: Harry.Wentland@amd.com
1 parent a658270 commit 8b881b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_color.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ static int amdgpu_dm_atomic_blend_lut(const struct drm_color_lut *blend_lut,
796796
* amdgpu_dm_verify_lut3d_size - verifies if 3D LUT is supported and if user
797797
* shaper and 3D LUTs match the hw supported size
798798
* @adev: amdgpu device
799-
* @crtc_state: the DRM CRTC state
799+
* @plane_state: the DRM plane state
800800
*
801801
* Verifies if pre-blending (DPP) 3D LUT is supported by the HW (DCN 2.0 or
802802
* newer) and if the user shaper and 3D LUTs match the supported size.

0 commit comments

Comments
 (0)