From nobody Mon Apr 6 19:39:15 2026 Received: from bali.collaboradmins.com (bali.collaboradmins.com [148.251.105.195]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C4DAE370D6F for ; Thu, 5 Mar 2026 11:17:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=148.251.105.195 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772709431; cv=none; b=nbYwp89jzgWf3ZbUOkbYpsFylnkJujS9eWWmIdcqvw+TDKgbhQjow16XTY7deZ/2Zx8jDoMQiaE2GgROigGEyYWUeHd3bqksf3Aw/LGv/S96plvLs8UvYiOg98dmJp3yoCXBjJWtNl40Rvtz90K2lST1wc2fx7QOsCuPZtCtKLU= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772709431; c=relaxed/simple; bh=xoI3uEeKezd1w98mLIfWwGUIXlD6/QYFnMrHiXqKCa0=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:To:Cc; b=YsTRT45szH1yFDszjuSsCvjw9x4TfM+Nm5BJhZlnztj9+O0yiQanJGDIRbUk7YsusCVm7Dkxcw2QnINTUBzQE8ZjVidOotgU+w2H+sQbAM8+KnV+rv5rMM7AfGs6cCq57gUbqVR9yxnogTl9JEnpFXLyLQx6MDg7sW+uL2LEeYQ= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=collabora.com; spf=pass smtp.mailfrom=collabora.com; dkim=pass (2048-bit key) header.d=collabora.com header.i=@collabora.com header.b=iNZMzjgW; arc=none smtp.client-ip=148.251.105.195 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=collabora.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=collabora.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=collabora.com header.i=@collabora.com header.b="iNZMzjgW" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1772709428; bh=xoI3uEeKezd1w98mLIfWwGUIXlD6/QYFnMrHiXqKCa0=; h=From:Date:Subject:To:Cc:From; b=iNZMzjgWxaRlIYqfGlnBdubEF8eG+l4cxcc/3auYKEv4XmOwrv5hnGjoEf0BT65cy QcJ1uuNiQrB/ODotZr9jagho0pQAaMNpYu4mT3BYNs4hzIuanmeTkQGf4MOjeYNVZ5 VGj89aYannggCQtSp6M1jB/f6qcrTNGimvo3xv3cIRnKVeqnNMn3F8edNGKI2i4RQJ ilVTWt/2Trk3GvZUggL9DedsSR9hFHFRgueYhswqcYLbsjZzQCxQoGoH8oHdiuIQ8i YBp5WYltH/dS8ZMnSLE3mJH3MPGq0EnzwH9+WSJMYYIz/5Y5O+zglKiHtKnHg9WANk FdHwqDIhpVUaw== Received: from localhost (unknown [86.123.23.225]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: cristicc) by bali.collaboradmins.com (Postfix) with ESMTPSA id E878A17E0071; Thu, 5 Mar 2026 12:17:07 +0100 (CET) From: Cristian Ciocaltea Date: Thu, 05 Mar 2026 13:16:36 +0200 Subject: [PATCH RESEND v2] drm/amdgpu: Fix kernel-doc comments for some LUT properties Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <20260305-amdgpu-fix-kdoc-lut-v2-1-37947aca68e8@collabora.com> To: Alex Deucher , =?utf-8?q?Christian_K=C3=B6nig?= , David Airlie , Simona Vetter , Harry Wentland , Melissa Wen Cc: kernel@collabora.com, amd-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Cristian Ciocaltea X-Mailer: b4 0.14.3 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-s= pecific properties") Fixes: 671994e3bf33 ("drm/amd/display: add plane 3D LUT driver-specific pro= perties") Reviewed-by: Melissa Wen Signed-off-by: Cristian Ciocaltea Reviewed-by: AngeloGioacchino Del Regno --- Changes in v2: - Collected R-b tag from Melissa - Rebased onto latest drm-misc-next - Link to v1: https://lore.kernel.org/r/20250823-amdgpu-fix-kdoc-lut-v1-1-3= 06bcad41267@collabora.com --- drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h b/drivers/gpu/drm/amd= /amdgpu/amdgpu_mode.h index dc8d2f52c7d6..e244c12ceb23 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h @@ -368,15 +368,15 @@ struct amdgpu_mode_info { =20 struct drm_property *plane_ctm_property; /** - * @shaper_lut_property: Plane property to set pre-blending shaper LUT - * that converts color content before 3D LUT. If - * plane_shaper_tf_property !=3D Identity TF, AMD color module will + * @plane_shaper_lut_property: Plane property to set pre-blending + * shaper LUT that converts color content before 3D LUT. + * If plane_shaper_tf_property !=3D Identity TF, AMD color module will * combine the user LUT values with pre-defined TF into the LUT * parameters to be programmed. */ struct drm_property *plane_shaper_lut_property; /** - * @shaper_lut_size_property: Plane property for the size of + * @plane_shaper_lut_size_property: Plane property for the size of * pre-blending shaper LUT as supported by the driver (read-only). */ struct drm_property *plane_shaper_lut_size_property; @@ -400,10 +400,10 @@ struct amdgpu_mode_info { */ struct drm_property *plane_lut3d_property; /** - * @plane_degamma_lut_size_property: Plane property to define the max - * size of 3D LUT as supported by the driver (read-only). The max size - * is the max size of one dimension and, therefore, the max number of - * entries for 3D LUT array is the 3D LUT size cubed; + * @plane_lut3d_size_property: Plane property to define the max size + * of 3D LUT as supported by the driver (read-only). The max size is + * the max size of one dimension and, therefore, the max number of + * entries for 3D LUT array is the 3D LUT size cubed. */ struct drm_property *plane_lut3d_size_property; /** --- base-commit: be4cd2a13a31496c7fb9e46a244c4391b8b7cf31 change-id: 20250823-amdgpu-fix-kdoc-lut-357db8b57fee --=20 Cristian Ciocaltea