Re: [PATCH v5 9/9] drm: Introduce documentation for hotspot properties

2023-08-10 Thread Albert Esteve
On Mon, Jul 24, 2023 at 1:04 PM Albert Esteve wrote: > > > On Thu, Jul 20, 2023 at 9:32 PM Simon Ser wrote: > >> On Thursday, July 20th, 2023 at 21:28, Zack Rusin >> wrote: >> >> > On Thu, 2023-07-20 at 09:07 +, Simon Ser wrote: >> > >> > > !! External Email >> > > >> > > On Thursday, July

Re: [PATCH v5 9/9] drm: Introduce documentation for hotspot properties

2023-07-24 Thread Albert Esteve
On Thu, Jul 20, 2023 at 9:32 PM Simon Ser wrote: > On Thursday, July 20th, 2023 at 21:28, Zack Rusin > wrote: > > > On Thu, 2023-07-20 at 09:07 +, Simon Ser wrote: > > > > > !! External Email > > > > > > On Thursday, July 20th, 2023 at 10:50, Javier Martinez Canillas > > > javi...@redhat.com

Re: [PATCH v5 9/9] drm: Introduce documentation for hotspot properties

2023-07-20 Thread Simon Ser
On Thursday, July 20th, 2023 at 21:28, Zack Rusin wrote: > On Thu, 2023-07-20 at 09:07 +, Simon Ser wrote: > > > !! External Email > > > > On Thursday, July 20th, 2023 at 10:50, Javier Martinez Canillas > > javi...@redhat.com wrote: > > > > > > On Thursday, July 20th, 2023 at 07:03, Zack R

Re: [PATCH v5 9/9] drm: Introduce documentation for hotspot properties

2023-07-20 Thread Zack Rusin
On Thu, 2023-07-20 at 09:07 +, Simon Ser wrote: > !! External Email > > On Thursday, July 20th, 2023 at 10:50, Javier Martinez Canillas > wrote: > > > > On Thursday, July 20th, 2023 at 07:03, Zack Rusin za...@vmware.com wrote: > > > > > > > I'll give this series a few more hours on the list an

Re: [PATCH v5 9/9] drm: Introduce documentation for hotspot properties

2023-07-20 Thread Simon Ser
On Wednesday, July 19th, 2023 at 03:42, Zack Rusin wrote: > +/** > + * DOC: hotspot properties > + * > + * HOTSPOT_X: property to set mouse hotspot x offset. > + * HOTSPOT_Y: property to set mouse hotspot y offset. > + * > + * When the plane is being used as a cursor image to display a mouse poin

Re: [PATCH v5 9/9] drm: Introduce documentation for hotspot properties

2023-07-20 Thread Simon Ser
On Thursday, July 20th, 2023 at 10:50, Javier Martinez Canillas wrote: > > On Thursday, July 20th, 2023 at 07:03, Zack Rusin za...@vmware.com wrote: > > > > > I'll give this series a few more hours on the list and if no one objects > > > I'll push > > > it to drm-misc later today. Thanks! > >

Re: [PATCH v5 9/9] drm: Introduce documentation for hotspot properties

2023-07-20 Thread Javier Martinez Canillas
Simon Ser writes: Hello Simon, > On Thursday, July 20th, 2023 at 07:03, Zack Rusin wrote: > >> I'll give this series a few more hours on the list and if no one objects >> I'll push >> it to drm-misc later today. Thanks! > > Sorry, but this doesn't seem to be enough to satisfy the DRM merge > r

Re: [PATCH v5 9/9] drm: Introduce documentation for hotspot properties

2023-07-19 Thread Simon Ser
On Thursday, July 20th, 2023 at 07:03, Zack Rusin wrote: > I'll give this series a few more hours on the list and if no one objects I'll > push > it to drm-misc later today. Thanks! Sorry, but this doesn't seem to be enough to satisfy the DRM merge requirements. This introduces a new uAPI but i

Re: [PATCH v5 9/9] drm: Introduce documentation for hotspot properties

2023-07-19 Thread Zack Rusin
On Wed, 2023-07-19 at 11:15 +0300, Pekka Paalanen wrote: > On Tue, 18 Jul 2023 21:42:18 -0400 > Zack Rusin wrote: > > > From: Michael Banack > > > > To clarify the intent and reasoning behind the hotspot properties > > introduce userspace documentation that goes over cursor handling > > in para

Re: [PATCH v5 9/9] drm: Introduce documentation for hotspot properties

2023-07-19 Thread Pekka Paalanen
On Tue, 18 Jul 2023 21:42:18 -0400 Zack Rusin wrote: > From: Michael Banack > > To clarify the intent and reasoning behind the hotspot properties > introduce userspace documentation that goes over cursor handling > in para-virtualized environments. > > The documentation is generic enough to no

Re: [PATCH v5 9/9] drm: Introduce documentation for hotspot properties

2023-07-19 Thread Javier Martinez Canillas
Zack Rusin writes: Hello Zack, > From: Michael Banack > > To clarify the intent and reasoning behind the hotspot properties > introduce userspace documentation that goes over cursor handling > in para-virtualized environments. > > The documentation is generic enough to not special case for any

[PATCH v5 9/9] drm: Introduce documentation for hotspot properties

2023-07-18 Thread Zack Rusin
From: Michael Banack To clarify the intent and reasoning behind the hotspot properties introduce userspace documentation that goes over cursor handling in para-virtualized environments. The documentation is generic enough to not special case for any specific hypervisor and should apply equally t