Re: [PATCH] drm/virtio: Support drm_panic with non-vmapped shmem BO

2025-04-16 Thread Ryosuke Yasuoka
On Wed, Apr 16, 2025 at 4:29 PM Dmitry Osipenko wrote: > > On 4/12/25 16:20, Ryosuke Yasuoka wrote: > > Pass array of pages of the scanout buffer [1] to shmem BO, allowing > > drm_panic to work even if the BO is not vmapped. > > > > [1] https://lore.kernel.org/all/20250407140138.162383-3-jfale...@

Re: [PATCH] drm/virtio: Support drm_panic with non-vmapped shmem BO

2025-04-16 Thread Dmitry Osipenko
On 4/12/25 16:20, Ryosuke Yasuoka wrote: > Pass array of pages of the scanout buffer [1] to shmem BO, allowing > drm_panic to work even if the BO is not vmapped. > > [1] https://lore.kernel.org/all/20250407140138.162383-3-jfale...@redhat.com/ > > Signed-off-by: Jocelyn Falempe > Signed-off-by: R

Re: [PATCH] drm/virtio: Support drm_panic with non-vmapped shmem BO

2025-04-16 Thread Dmitry Osipenko
On 4/16/25 10:05, Thomas Zimmermann wrote: > Hi > > Am 12.04.25 um 15:20 schrieb Ryosuke Yasuoka: >> Pass array of pages of the scanout buffer [1] to shmem BO, allowing >> drm_panic to work even if the BO is not vmapped. >> >> [1] https://lore.kernel.org/all/20250407140138.162383-3- >> jfale...@re

Re: [PATCH] drm/virtio: Support drm_panic with non-vmapped shmem BO

2025-04-16 Thread Thomas Zimmermann
Hi Am 12.04.25 um 15:20 schrieb Ryosuke Yasuoka: Pass array of pages of the scanout buffer [1] to shmem BO, allowing drm_panic to work even if the BO is not vmapped. [1] https://lore.kernel.org/all/20250407140138.162383-3-jfale...@redhat.com/ Signed-off-by: Jocelyn Falempe Signed-off-by: Ryos

Re: [PATCH] drm/virtio: Support drm_panic with non-vmapped shmem BO

2025-04-16 Thread Dmitry Osipenko
On 4/12/25 16:20, Ryosuke Yasuoka wrote: > Pass array of pages of the scanout buffer [1] to shmem BO, allowing > drm_panic to work even if the BO is not vmapped. > > [1] https://lore.kernel.org/all/20250407140138.162383-3-jfale...@redhat.com/ > > Signed-off-by: Jocelyn Falempe > Signed-off-by: R

[PATCH] drm/virtio: Support drm_panic with non-vmapped shmem BO

2025-04-12 Thread Ryosuke Yasuoka
Pass array of pages of the scanout buffer [1] to shmem BO, allowing drm_panic to work even if the BO is not vmapped. [1] https://lore.kernel.org/all/20250407140138.162383-3-jfale...@redhat.com/ Signed-off-by: Jocelyn Falempe Signed-off-by: Ryosuke Yasuoka --- drivers/gpu/drm/virtio/virtgpu_pla