Re: [PATCH v5 00/44] Color Pipeline API w/ VKMS

2024-10-03 Thread Harry Wentland
On 2024-08-27 13:49, Louis Chauvet wrote: > Le 19/08/24 - 16:56, Harry Wentland a écrit : >> This is an RFC set for a color pipeline API, along with implementations >> in VKMS and amdgpu. It is tested with a set of IGT tests that can be >> found at [1]. The IGT tests run a pixel-by-pixel compari

Re: [PATCH v5 00/44] Color Pipeline API w/ VKMS

2024-10-03 Thread Harry Wentland
On 2024-09-10 16:37, Alex Goins wrote: > Hi Harry, > > Thanks for this. I just want to remind about a few things that would be > required > for NVIDIA hardware, as discussed at the Display Next Hackfest -- fully > understand that they aren't currently included in this series because they > aren't

Re: [PATCH v5 00/44] Color Pipeline API w/ VKMS

2024-09-10 Thread Alex Goins
Hi Harry, Thanks for this. I just want to remind about a few things that would be required for NVIDIA hardware, as discussed at the Display Next Hackfest -- fully understand that they aren't currently included in this series because they aren't required on AMD hardware. Allowing color ops to be no

Re: [PATCH v5 00/44] Color Pipeline API w/ VKMS

2024-09-09 Thread Harry Wentland
On 2024-08-29 10:55, Xaver Hugl wrote: > Hi, > > I have a WIP implementation of this for KWin at > https://invent.kde.org/plasma/kwin/-/commits/work/zamundaaa/drm-colorop. > It maps KWin's color pipeline to the drm one to get (primary plane > only, for now) direct scanout of HDR content on SDR

Re: [PATCH v5 00/44] Color Pipeline API w/ VKMS

2024-08-29 Thread Xaver Hugl
Hi, I have a WIP implementation of this for KWin at https://invent.kde.org/plasma/kwin/-/commits/work/zamundaaa/drm-colorop. It maps KWin's color pipeline to the drm one to get (primary plane only, for now) direct scanout of HDR content on SDR displays while doing tone mapping (or SDR on HDR, but

Re: [PATCH v5 00/44] Color Pipeline API w/ VKMS

2024-08-27 Thread Louis Chauvet
Le 19/08/24 - 16:56, Harry Wentland a écrit : > This is an RFC set for a color pipeline API, along with implementations > in VKMS and amdgpu. It is tested with a set of IGT tests that can be > found at [1]. The IGT tests run a pixel-by-pixel comparison with an > allowable delta variation as the goa

[PATCH v5 00/44] Color Pipeline API w/ VKMS

2024-08-19 Thread Harry Wentland
This is an RFC set for a color pipeline API, along with implementations in VKMS and amdgpu. It is tested with a set of IGT tests that can be found at [1]. The IGT tests run a pixel-by-pixel comparison with an allowable delta variation as the goal for these transformations is perceptual correctness,