AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Mader <robert.mader@collabora.com>
To: Harry Wentland <harry.wentland@amd.com>,
	Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
	"Borah, Chaitanya Kumar" <chaitanya.kumar.borah@intel.com>,
	dri-devel@lists.freedesktop.org
Cc: Maxime Ripard <mripard@kernel.org>,
	Thomas Zimmermann <tzimmermann@suse.de>,
	David Airlie <airlied@gmail.com>, Simona Vetter <simona@ffwll.ch>,
	linux-kernel@vger.kernel.org, amd-gfx@lists.freedesktop.org,
	intel-gfx@lists.freedesktop.org,
	Daniel Stone <daniels@collabora.com>,
	Uma Shankar <uma.shankar@intel.com>,
	Louis Chauvet <louis.chauvet@bootlin.com>,
	Melissa Wen <mwen@igalia.com>, Simon Ser <contact@emersion.fr>,
	Pekka Paalanen <pekka.paalanen@collabora.com>,
	Leandro Ribeiro <leandro.ribeiro@collabora.com>
Subject: Re: [PATCH v3] drm: Guard DRM_CLIENT_CAP_PLANE_COLOR_PIPELINE
Date: Tue, 21 Jul 2026 16:15:49 +0200	[thread overview]
Message-ID: <9339663a-a0ed-4b7d-968e-1ced87db7c65@collabora.com> (raw)
In-Reply-To: <b670d594-0582-4c91-8264-88d1de5de1d8@amd.com>

[-- Attachment #1: Type: text/plain, Size: 2370 bytes --]

Hi Harry,

On 21.07.26 15:55, Harry Wentland wrote:
>>> ...
>> If I understand you correctly you suggest to map legacy COLOR_RANGE and COLOR_ENCODING to the new FIXED_MATRIX colorop in a generic way, instead of having drivers advertise them separately. Do I have that right?
>>
>> It's probably a good idea. It should be easy to make that change after merging the Fixed Matrix series with YUV support.
>>
> I sketched this out but both VKMS and amdgpu have HW generations
> or configs where no color pipeline is created. For that we still
> need the current way of COLOR_RANGE and COLOR_ENCODING handling.
> Because of this the code to create COLOR_RANGE and COLOR_ENCODING
> based on the color pipeline is not really simplifying things, but
> merely adding more code.
>
> At this point I am not convinced adding helpers to create COLOR_RANGE
> and COLOR_ENCODING based on the color pipeline is a net positive.
> Maybe in the future that equation changes.
>
> If anyone is interested I'm still happy to share the code. Just
> let me know.
>
> Harry

thanks for taking a look! I'd be very interested - mainly because in my 
understanding the "both VKMS and amdgpu have HW generations or configs 
where no color pipeline is created" should be fixable:

 1. For amdgpu every hardware generation supporting COLOR_RANGE and
    COLOR_ENCODING should be able to create a color pipeline *only*
    exposing the corresponding FIXED_MATRIX colorop, mapping to the
    exact same hardware block internally. I hope that shouldn't conflict
    too much with the current architecture?
 2. In case of VKMS the "enable_plane_pipeline" config could be adopted
    so that - if it is disabled - the plane pipeline is still
    initialized but only the FIXED_MATRIX colorop is added. Additionally
    we would need to disable DRM_CLIENT_CAP_PLANE_COLOR_PIPELINE -
    possibly by a driver cap similar to v1 of this series - so that
    userspace can't enable/use the colop-op directly. As a result, VKMS
    with enable_plane_pipeline=0 should get the legacy properties via
    your helper, be able to drop explicit handling of them.

Does that make sense / do you think that could work?

Best regards,

Robert

-- 
Robert Mader
Consultant Software Developer

Collabora Ltd.
Platinum Building, St John's Innovation Park, Cambridge CB4 0DS, UK
Registered in England & Wales, no. 5513718

[-- Attachment #2: Type: text/html, Size: 3092 bytes --]

  reply	other threads:[~2026-07-21 14:16 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-03  7:32 [PATCH v3] drm: Guard DRM_CLIENT_CAP_PLANE_COLOR_PIPELINE Robert Mader
2026-07-03 11:11 ` Melissa Wen
2026-07-07  8:03 ` Borah, Chaitanya Kumar
2026-07-07 13:01   ` Maarten Lankhorst
2026-07-07 13:15     ` Robert Mader
2026-07-07 14:17       ` Maarten Lankhorst
2026-07-09  6:44     ` Borah, Chaitanya Kumar
2026-07-09 10:02       ` Maarten Lankhorst
2026-07-09 11:14         ` Robert Mader
2026-07-09 11:49           ` Maarten Lankhorst
2026-07-13 20:05             ` Harry Wentland
2026-07-21 13:55               ` Harry Wentland
2026-07-21 14:15                 ` Robert Mader [this message]
2026-07-21 14:39                   ` Harry Wentland
2026-07-07  8:26 ` Maarten Lankhorst
2026-07-07  8:31   ` Robert Mader

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9339663a-a0ed-4b7d-968e-1ced87db7c65@collabora.com \
    --to=robert.mader@collabora.com \
    --cc=airlied@gmail.com \
    --cc=amd-gfx@lists.freedesktop.org \
    --cc=chaitanya.kumar.borah@intel.com \
    --cc=contact@emersion.fr \
    --cc=daniels@collabora.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=harry.wentland@amd.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=leandro.ribeiro@collabora.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=louis.chauvet@bootlin.com \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=mripard@kernel.org \
    --cc=mwen@igalia.com \
    --cc=pekka.paalanen@collabora.com \
    --cc=simona@ffwll.ch \
    --cc=tzimmermann@suse.de \
    --cc=uma.shankar@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox