Re: [RFC] Plane color pipeline KMS uAPI

2023-06-12 Thread Christopher Braga
On 6/9/2023 12:30 PM, Simon Ser wrote: Hi Christopher, On Friday, June 9th, 2023 at 17:52, Christopher Braga wrote: The new COLOROP objects also expose a number of KMS properties. Each has a type, a reference to the next COLOROP object in the linked list, and other type-specific propertie

Re: [RFC] Plane color pipeline KMS uAPI

2023-06-12 Thread Christopher Braga
Hi all, The goal of this RFC is to expose a generic KMS uAPI to configure the color pipeline before blending, ie. after a pixel is tapped from a plane's framebuffer and before it's blended with other planes. With this new uAPI we aim to reduce the battery life impact of color management and HDR

Re: [PATCH 0/6] drm: Add mouse cursor hotspot support to atomic KMS

2023-06-12 Thread Albert Esteve
On 6/10/22 10:59, Daniel Vetter wrote: On Fri, Jun 10, 2022 at 10:41:05AM +0200, Daniel Vetter wrote: Hi all, Kinda top post because the thread is sprawling and I think we need a summary/restart. I think there's at least 3 issues here: - lack of hotspot property support, which means composit

Re: [RFC] Plane color pipeline KMS uAPI

2023-06-12 Thread Pekka Paalanen
On Fri, 9 Jun 2023 19:11:25 -0400 Christopher Braga wrote: > On 6/9/2023 12:30 PM, Simon Ser wrote: > > Hi Christopher, > > > > On Friday, June 9th, 2023 at 17:52, Christopher Braga > > wrote: > > > >>> The new COLOROP objects also expose a number of KMS properties. Each has a > >>> type, a

Re: [RFC] Plane color pipeline KMS uAPI

2023-06-12 Thread Christopher Braga
On 6/12/2023 5:21 AM, Pekka Paalanen wrote: On Fri, 9 Jun 2023 19:11:25 -0400 Christopher Braga wrote: On 6/9/2023 12:30 PM, Simon Ser wrote: Hi Christopher, On Friday, June 9th, 2023 at 17:52, Christopher Braga wrote: The new COLOROP objects also expose a number of KMS properties.