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 A51922D8376 for ; Wed, 6 May 2026 19:27: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=1778095653; cv=none; b=oO01NmN+gRyzLO9kjpobHoTGrHijZP5pLURmPE0aTy9XzSV5t11jHp+nxD/4+gRIEyod5qK+7z0Q45YtgbqKavBFCreuatYuTOW6zRumnA6wUSLoLiO95zQvYpI8CjJL6CknRnnSi+PT2Dn1yr0I1XP4DNnv1tuwZJ1xFe1fn/U= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778095653; c=relaxed/simple; bh=QGj+mIQaddN+4zVF0BNaRZGhmxIUMET7GfRlpZ6SmRM=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=LSOWUDeVV9SIUN3JUilhCKbimDpEFJRyTRnzV0ZRojMKL5wBz2KBTgvlptFhGAnv/7YLzPhRSyQ8CrtttH5Vjr4UJPdlE0EebNAY2MZAIozStyCgBGMUtxsOprY2ybldy2t3Icaqs3YKIAt+tD/65HOvRGIcfq5iQa7gVjaRYQc= 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=GCMEKaL8; 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="GCMEKaL8" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=igalia.com; s=20170329; h=Content-Transfer-Encoding:MIME-Version: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: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=bJqPJBF9SekaGU8cT1ZSfs50O5CZ6j8t03exIfnIX5g=; b=GCMEKaL8BImfivcNvz2qWGWCNU 3ag8PoZDocq3DiBG+dLvm+gh/PMQpK2UeDzzn+KX8AlaBLMbO08ZXrgaz3FgSO23WlNRMV20EZ1Mx y7BqQ9hWfuMzRHRQo+fVjEfxqwK4qoA4uVCCs3l+oDttuEDmHY6ky0+twzYNq/jFSnqDSyEQVTDp+ EXldSNHoQroC1oi3xGZoopFrdGQRFok4C1xdY3Ga4gSmS5h6VnN47pZetENXJSmxChNANkw6sqSHw H3innj188AQd5inku2jK8gH+XUBhsokQezhDU7YldUZuc8BYINqYiU3Hktlv9x3nM8QJFKlUH9iuF Bp5D+vXA==; 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 1wKhtR-0072dZ-Q5; Wed, 06 May 2026 21:26:49 +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 v5 0/6] drm/atomic: track individual colorop updates Date: Wed, 6 May 2026 16:23:46 -0300 Message-ID: <20260506192633.16066-1-mwen@igalia.com> X-Mailer: git-send-email 2.53.0 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 This series aims to track updates for each individual color operation, allowing the driver to react accordingly. - Patches 1 and 2 make colorop update process more consistent and optimized by only keeping colorop states from active color pipelines. - Patches 3 and 4 make lut1d_interpolation and lut3d_interpolation colorops correctly behave as mutable, handling their changes via drm_colorop_state. - Finally, patches 5 and 6 track colorop updates of a given plane color pipeline by setting plane `color_mgmt_changed` flag, similar to what is done for tracking CRTC color mgmt property changes with CRTC `color_mgmt_changed` flag. The flag also tracks when a different color pipeline is set to a given plane. That way, the driver can react accordingly and update their color blocks. It also fixes shaper/3D LUT updates when changing night mode settings on gamescope with a custom branch that supports `COLOR_PIPELINE`: - https://github.com/ValveSoftware/gamescope/pull/2113 v1: https://lore.kernel.org/dri-devel/20260318162348.299807-1-mwen@igalia.com/ Changes: - include linux types for function's bool return type (kernel bot on MSM driver) - add Harry's r-b tags v2: https://lore.kernel.org/dri-devel/20260323131942.494217-1-mwen@igalia.com/ Changes: - [NEW] two patches to only consider colorop updates from active color pipelines (Chaitanya) - [NEW] make lut interpolation properties mutable + Alex H patch for kernel docs - track lut(1/3)d_interpolation updates (Chaitanya) - rebase changes according to new patches v3: https://lore.kernel.org/dri-devel/20260403135909.214378-1-mwen@igalia.com/ Changes: rebase on drm-misc-next v4: https://lore.kernel.org/dri-devel/20260501132527.522320-1-mwen@igalia.com/ Changes: fix kernel doc (kernel bot) Melissa Wen Alex Hung (1): drm/colorop: Remove read-only comments from interpolation fields Melissa Wen (5): drm/atomic: only add colorop state from active color pipeline drm/atomic: don't set colorop properties of inactive color pipelines drm/colorop: make lut(1/3)d_interpolation mutable drm/atomic: track individual colorop updates drm/amd/display: use plane color_mgmt_changed to track colorop changes .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 6 +- drivers/gpu/drm/drm_atomic.c | 43 +++++---- drivers/gpu/drm/drm_atomic_helper.c | 9 +- drivers/gpu/drm/drm_atomic_uapi.c | 93 +++++++++++++++---- drivers/gpu/drm/drm_colorop.c | 16 +++- include/drm/drm_atomic.h | 2 +- include/drm/drm_atomic_uapi.h | 4 +- include/drm/drm_colorop.h | 34 ++++--- 8 files changed, 136 insertions(+), 71 deletions(-) -- 2.53.0