Re: [PATCH 0/2] drm/virtio: introduce the HOST_PAGE_SIZE feature

2025-04-04 Thread Sergio Lopez Pascual
Gurchetan Singh writes: > On Tue, Aug 6, 2024 at 1:15 PM Rob Clark wrote: > >> On Tue, Aug 6, 2024 at 9:15 AM Gurchetan Singh >> wrote: >> > >> > >> > >> > On Mon, Aug 5, 2024 at 2:14 AM Sergio Lopez Pascual >> wrote: >> >> >> >> Dmitry Osipenko writes: >> >> >> >> > On 7/23/24 14:49, Sergio

Re: [PATCH 0/2] drm/virtio: introduce the HOST_PAGE_SIZE feature

2024-08-22 Thread Gurchetan Singh
On Thu, Aug 22, 2024 at 8:29 AM Sergio Lopez Pascual wrote: > Gurchetan Singh writes: > > > On Thu, Aug 8, 2024 at 3:38 AM Sergio Lopez Pascual > wrote: > > > >> Gurchetan Singh writes: > >> > >> > On Tue, Aug 6, 2024 at 1:15 PM Rob Clark wrote: > >> > > >> >> On Tue, Aug 6, 2024 at 9:15 AM G

Re: [PATCH 0/2] drm/virtio: introduce the HOST_PAGE_SIZE feature

2024-08-22 Thread Sergio Lopez Pascual
Gurchetan Singh writes: > On Thu, Aug 8, 2024 at 3:38 AM Sergio Lopez Pascual wrote: > >> Gurchetan Singh writes: >> >> > On Tue, Aug 6, 2024 at 1:15 PM Rob Clark wrote: >> > >> >> On Tue, Aug 6, 2024 at 9:15 AM Gurchetan Singh >> >> wrote: >> >> > >> >> > >> >> > >> >> > On Mon, Aug 5, 2024

Re: [PATCH 0/2] drm/virtio: introduce the HOST_PAGE_SIZE feature

2024-08-12 Thread Rob Clark
On Thu, Aug 8, 2024 at 4:16 AM Dmitry Osipenko wrote: > > On 8/5/24 19:24, Rob Clark wrote: > > On Wed, Jul 24, 2024 at 12:00 PM Dmitry Osipenko > > wrote: > >> > >> On 7/23/24 14:49, Sergio Lopez wrote: > >>> There's an incresing number of machines supporting multiple page sizes > >>> and on the

Re: [PATCH 0/2] drm/virtio: introduce the HOST_PAGE_SIZE feature

2024-08-09 Thread Gurchetan Singh
On Thu, Aug 8, 2024 at 3:38 AM Sergio Lopez Pascual wrote: > Gurchetan Singh writes: > > > On Tue, Aug 6, 2024 at 1:15 PM Rob Clark wrote: > > > >> On Tue, Aug 6, 2024 at 9:15 AM Gurchetan Singh > >> wrote: > >> > > >> > > >> > > >> > On Mon, Aug 5, 2024 at 2:14 AM Sergio Lopez Pascual > >> w

Re: [PATCH 0/2] drm/virtio: introduce the HOST_PAGE_SIZE feature

2024-08-08 Thread Dmitry Osipenko
On 8/5/24 19:24, Rob Clark wrote: > On Wed, Jul 24, 2024 at 12:00 PM Dmitry Osipenko > wrote: >> >> On 7/23/24 14:49, Sergio Lopez wrote: >>> There's an incresing number of machines supporting multiple page sizes >>> and on these machines the host and a guest can be running, each one, >>> with a d

Re: [PATCH 0/2] drm/virtio: introduce the HOST_PAGE_SIZE feature

2024-08-08 Thread Sergio Lopez Pascual
Gurchetan Singh writes: > On Tue, Aug 6, 2024 at 1:15 PM Rob Clark wrote: > >> On Tue, Aug 6, 2024 at 9:15 AM Gurchetan Singh >> wrote: >> > >> > >> > >> > On Mon, Aug 5, 2024 at 2:14 AM Sergio Lopez Pascual >> wrote: >> >> >> >> Dmitry Osipenko writes: >> >> >> >> > On 7/23/24 14:49, Sergio

Re: [PATCH 0/2] drm/virtio: introduce the HOST_PAGE_SIZE feature

2024-08-07 Thread Gurchetan Singh
On Tue, Aug 6, 2024 at 1:15 PM Rob Clark wrote: > On Tue, Aug 6, 2024 at 9:15 AM Gurchetan Singh > wrote: > > > > > > > > On Mon, Aug 5, 2024 at 2:14 AM Sergio Lopez Pascual > wrote: > >> > >> Dmitry Osipenko writes: > >> > >> > On 7/23/24 14:49, Sergio Lopez wrote: > >> >> There's an incresin

Re: [PATCH 0/2] drm/virtio: introduce the HOST_PAGE_SIZE feature

2024-08-06 Thread Rob Clark
On Tue, Aug 6, 2024 at 9:15 AM Gurchetan Singh wrote: > > > > On Mon, Aug 5, 2024 at 2:14 AM Sergio Lopez Pascual wrote: >> >> Dmitry Osipenko writes: >> >> > On 7/23/24 14:49, Sergio Lopez wrote: >> >> There's an incresing number of machines supporting multiple page sizes >> >> and on these mac

Re: [PATCH 0/2] drm/virtio: introduce the HOST_PAGE_SIZE feature

2024-08-06 Thread Gurchetan Singh
On Mon, Aug 5, 2024 at 2:14 AM Sergio Lopez Pascual wrote: > Dmitry Osipenko writes: > > > On 7/23/24 14:49, Sergio Lopez wrote: > >> There's an incresing number of machines supporting multiple page sizes > >> and on these machines the host and a guest can be running, each one, > >> with a diffe

Re: [PATCH 0/2] drm/virtio: introduce the HOST_PAGE_SIZE feature

2024-08-05 Thread Rob Clark
On Wed, Jul 24, 2024 at 12:00 PM Dmitry Osipenko wrote: > > On 7/23/24 14:49, Sergio Lopez wrote: > > There's an incresing number of machines supporting multiple page sizes > > and on these machines the host and a guest can be running, each one, > > with a different page size. > > > > For what per

Re: [PATCH 0/2] drm/virtio: introduce the HOST_PAGE_SIZE feature

2024-08-05 Thread Sergio Lopez Pascual
Dmitry Osipenko writes: > On 7/23/24 14:49, Sergio Lopez wrote: >> There's an incresing number of machines supporting multiple page sizes >> and on these machines the host and a guest can be running, each one, >> with a different page size. >> >> For what pertains to virtio-gpu, this is not a pro

Re: [PATCH 0/2] drm/virtio: introduce the HOST_PAGE_SIZE feature

2024-07-24 Thread Dmitry Osipenko
On 7/23/24 14:49, Sergio Lopez wrote: > There's an incresing number of machines supporting multiple page sizes > and on these machines the host and a guest can be running, each one, > with a different page size. > > For what pertains to virtio-gpu, this is not a problem if the page size > of the g

[PATCH 0/2] drm/virtio: introduce the HOST_PAGE_SIZE feature

2024-07-23 Thread Sergio Lopez
There's an incresing number of machines supporting multiple page sizes and on these machines the host and a guest can be running, each one, with a different page size. For what pertains to virtio-gpu, this is not a problem if the page size of the guest happens to be bigger or equal than the host,