From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from fanzine2.igalia.com (fanzine2.igalia.com [213.97.179.56]) (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 7B0961C84AB for ; Fri, 1 May 2026 13:26:31 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.97.179.56 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777641992; cv=none; b=D3XxDyuYW3wWrT67VptNgTkJI4w8D9EDK2Uli3kbPVos3rDoSOdhTvM8in7pamjLjDsxxQyxT1HVWBwGI/dPixoYtkYrEz2mVr201UYs7hpJfa0sdkOS/ayKGY4Mp6M80NG93hIlyAd2HDLD/Tnt4U2J/XaICXhuGTmG3A5cpHY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777641992; c=relaxed/simple; bh=gQZ2rRjLfZhkN7Me3nJU5QoboAkgEhKKtqDcEWTn6x0=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=a6ey+f6nv0bWVdnNGI9sIUfkL+BuMPS5B/BEG3ivX771M7l0YAMX4bCxCgrN/izs5o2PGB1WYAsU9WL7mI8tGaENjeq43QMUsQJANfaALLRRlM2PuJrM0+uSk4GQif56Wv1Lio8LGvrHOecs+CaRwTYhTSCWjm1NRPkj7wShxjU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=igalia.com; spf=pass smtp.mailfrom=igalia.com; dkim=pass (2048-bit key) header.d=igalia.com header.i=@igalia.com header.b=XW5iGjrV; arc=none smtp.client-ip=213.97.179.56 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=igalia.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=igalia.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=igalia.com header.i=@igalia.com header.b="XW5iGjrV" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=igalia.com; s=20170329; h=Content-Transfer-Encoding:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=tLR8fOrH/XWlPxrLzyB6f4fqRweePSBKOoEQzJ38xk4=; b=XW5iGjrVUCU3IlAQiBYW8CPnjB ov+NE03aHgfyrBr9OokUN2t1QRQV/WPBFE+/FUGRk967QykR153tDuTVXrnd5P/zaVzG0TJLDvsOu jRhOACr3lW/KfAwYPTlWmxeD49Ub+lBdpAtwFHKQOD0Lmt5H2wDEIrB1wVvaG/diACitu6Eltg8Wx Y17VilEWj4PKuyFOw8IyXSkWYAxyGvjRPZ/ctHWObsHy/3etbYqyZ91gstwtsHTgTszfwNgKTzuaL Nckr7wLnhiUy4YOXJ7W8fyJsP0RY6AGPSoacYclsfaGB7Pl7UEul2tO4PlvvmcU8o5n1EODLKIpT0 hgh/wIMA==; Received: from [186.208.73.228] (helo=killbill.home) by fanzine2.igalia.com with esmtpsa (Cipher TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim) id 1wInsd-004r12-Kk; Fri, 01 May 2026 15:26:07 +0200 From: Melissa Wen To: airlied@gmail.com, alexander.deucher@amd.com, christian.koenig@amd.com, harry.wentland@amd.com, maarten.lankhorst@linux.intel.com, mripard@kernel.org, simona@ffwll.ch, siqueira@igalia.com, sunpeng.li@amd.com, tzimmermann@suse.de Cc: Alex Hung , Simon Ser , Uma Shankar , Chaitanya Kumar Borah , Xaver Hugl , Pekka Paalanen , Louis Chauvet , Matthew Schwartz , amd-gfx@lists.freedesktop.org, kernel-dev@igalia.com, Rob Clark , Dmitry Baryshkov , Abhinav Kumar , Jessica Zhang , Sean Paul , Marijn Suijten , linux-arm-msm@vger.kernel.org, freedreno@lists.freedesktop.org, dri-devel@lists.freedesktop.org Subject: [PATCH v4 3/6] drm/colorop: Remove read-only comments from interpolation fields Date: Fri, 1 May 2026 10:06:49 -0300 Message-ID: <20260501132527.522320-4-mwen@igalia.com> X-Mailer: git-send-email 2.53.0 In-Reply-To: <20260501132527.522320-1-mwen@igalia.com> References: <20260501132527.522320-1-mwen@igalia.com> Precedence: bulk X-Mailing-List: linux-arm-msm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: Alex Hung The lut1d_interpolation and lut3d_interpolation fields and their associated properties were marked as read-only, but userspace can set them via drm_atomic_colorop_set_property(). Signed-off-by: Alex Hung --- include/drm/drm_colorop.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/include/drm/drm_colorop.h b/include/drm/drm_colorop.h index bd082854ca74..61cc8206b4c4 100644 --- a/include/drm/drm_colorop.h +++ b/include/drm/drm_colorop.h @@ -309,7 +309,6 @@ struct drm_colorop { /** * @lut1d_interpolation: * - * Read-only * Interpolation for DRM_COLOROP_1D_LUT */ enum drm_colorop_lut1d_interpolation_type lut1d_interpolation; @@ -317,7 +316,6 @@ struct drm_colorop { /** * @lut3d_interpolation: * - * Read-only * Interpolation for DRM_COLOROP_3D_LUT */ enum drm_colorop_lut3d_interpolation_type lut3d_interpolation; @@ -325,7 +323,7 @@ struct drm_colorop { /** * @lut1d_interpolation_property: * - * Read-only property for DRM_COLOROP_1D_LUT interpolation + * Property for DRM_COLOROP_1D_LUT interpolation */ struct drm_property *lut1d_interpolation_property; @@ -353,7 +351,7 @@ struct drm_colorop { /** * @lut3d_interpolation_property: * - * Read-only property for DRM_COLOROP_3D_LUT interpolation + * Property for DRM_COLOROP_3D_LUT interpolation */ struct drm_property *lut3d_interpolation_property; -- 2.53.0