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

2023-10-23 Thread Pekka Paalanen
ion is generic enough to not special case for any > specific hypervisor and should apply equally to all. > > Signed-off-by: Zack Rusin Hi, the below doc text: Acked-by: Pekka Paalanen Thanks, pq > --- > Documentation/gpu/drm-kms.rst | 6 &

Re: [PATCH v3 1/8] drm: Disable the cursor plane on atomic contexts with virtualized drivers

2023-06-27 Thread Pekka Paalanen
userspace to ask for universal plane list > (v2)") Sounds good to me. Acked-by: Pekka Paalanen Thanks, pq > Cc: # v5.4+ > Cc: Maarten Lankhorst > Cc: Maxime Ripard > Cc: Thomas Zimmermann > Cc: David Airlie > Cc: Daniel Vetter > Cc: Dave Airlie > Cc: Ger

Re: [PATCH v2 1/8] drm: Disable the cursor plane on atomic contexts with virtualized drivers

2023-05-04 Thread Pekka Paalanen
On Thu, 4 May 2023 13:27:22 +0200 Jonas Ã…dahl wrote: > On Thu, May 04, 2023 at 01:39:04PM +0300, Pekka Paalanen wrote: > > On Thu, 4 May 2023 01:50:25 + > > Zack Rusin wrote: > > > > > On Wed, 2023-05-03 at 09:48 +0200, Javier Martinez Canillas wrote

Re: [PATCH v2 1/8] drm: Disable the cursor plane on atomic contexts with virtualized drivers

2023-05-04 Thread Pekka Paalanen
On Thu, 4 May 2023 01:50:25 + Zack Rusin wrote: > On Wed, 2023-05-03 at 09:48 +0200, Javier Martinez Canillas wrote: > > Zack Rusin writes: > > > > > On Tue, 2023-05-02 at 11:32 +0200, Javier Martinez Canillas wrote: > > > > AFAICT this is the only remaining thing to be addressed for

Re: [PATCH v2 1/8] drm: Disable the cursor plane on atomic contexts with virtualized drivers

2023-05-04 Thread Pekka Paalanen
On Thu, 4 May 2023 01:43:51 + Zack Rusin wrote: > On Wed, 2023-05-03 at 10:54 +0300, Pekka Paalanen wrote: > > On Wed, 3 May 2023 03:35:29 + > > Zack Rusin wrote: > > > > > On Tue, 2023-05-02 at 11:32 +0200, Javier Martinez Canillas wrot

Re: [PATCH v2 1/8] drm: Disable the cursor plane on atomic contexts with virtualized drivers

2023-05-03 Thread Pekka Paalanen
On Wed, 03 May 2023 09:48:54 +0200 Javier Martinez Canillas wrote: > Zack Rusin writes: > > > On Tue, 2023-05-02 at 11:32 +0200, Javier Martinez Canillas wrote: > >> !! External Email > >> > >> Daniel Vetter writes: > >> > >> > On Mon, Jul 11, 2022 at 11:32:39PM -0400, Zack Rusin wrote:

Re: [PATCH v2 1/8] drm: Disable the cursor plane on atomic contexts with virtualized drivers

2023-05-03 Thread Pekka Paalanen
On Wed, 3 May 2023 03:35:29 + Zack Rusin wrote: > On Tue, 2023-05-02 at 11:32 +0200, Javier Martinez Canillas wrote: > > !! External Email > > > > Daniel Vetter writes: > > > > > On Mon, Jul 11, 2022 at 11:32:39PM -0400, Zack Rusin wrote: > > > > From: Zack Rusin > > > > > > > >

Re: [PATCH v3 1/2] drm/virtio: Add window server support

2018-02-12 Thread Pekka Paalanen
On Mon, 12 Feb 2018 12:45:40 +0100 Gerd Hoffmann wrote: > Hi, > > > >(a) software rendering: client allocates shared memory buffer, renders > > >into it, then passes a file handle for that shmem block together > > >with some meta data (size, format, ...)

Re: [PATCH v3 1/2] drm/virtio: Add window server support

2018-02-06 Thread Pekka Paalanen
On Mon, 5 Feb 2018 17:03:22 +0100 Gerd Hoffmann wrote: > On Mon, Feb 05, 2018 at 03:46:17PM +0100, Tomeu Vizoso wrote: > > On 02/05/2018 01:20 PM, Gerd Hoffmann wrote: > > >Hi, > > > > > Hmm. I allways assumed the wayland client allocates the buffers, not > the

Re: [PATCH] Add virtio gpu driver.

2016-05-31 Thread Pekka Paalanen
On Tue, 31 May 2016 08:29:20 +0200 Gerd Hoffmann wrote: > Hi, > > > > Why attach the hotspot to the plane? Wouldn't it make more sense to > > > make it a framebuffer property? > > > > We don't have properties on the framebuffer. I guess you /could/ just add > > it