Re: [PATCH v5 9/9] drm: ci: Update xfails

2023-10-19 Thread Daniel Stone
Hi Vignesh, On Thu, 19 Oct 2023 at 09:07, Vignesh Raman wrote: > +# Some tests crashes with malloc error and IGT tests floods > +# the CI log with error messages and we end up with a warning message > +# Job's log exceeded limit of 4194304 bytes. > +# Job execution will continue but no more

Re: [PATCH] drm/virtio: set fb_modifiers_not_supported

2022-08-31 Thread Daniel Stone
. > > Fixes: 2af104290da5 ("drm: introduce fb_modifiers_not_supported flag in > mode_config") > Suggested-by: Shao-Chuan Lee > Signed-off-by: Chia-I Wu Reviewed-by: Daniel Stone ___ Virtualization mailing li

Re: [PATCH] drm/cirrus: rewrite and modernize driver.

2019-04-03 Thread Daniel Stone
On Wed, 3 Apr 2019 at 16:12, Adam Jackson wrote: > On Wed, 2019-04-03 at 09:23 +0200, Gerd Hoffmann wrote: > > - Only DRM_FORMAT_RGB565 (depth 16) is supported. The old driver does > >that too by default. There was a module parameter which enables 24/32 > >bpp support and disables

Re: [PATCH 2/2] drm/virtio: send vblank event on plane atomic update

2016-03-23 Thread Daniel Stone
Hi, On 21 March 2016 at 19:23, Gustavo Padovan wrote: > @@ -96,6 +98,11 @@ static void virtio_gpu_plane_atomic_update(struct > drm_plane *plane, > plane->state->crtc_y, > plane->state->crtc_w, >

Re: [PATCH] Add virtio gpu driver.

2015-03-25 Thread Daniel Stone
Hi, On 24 March 2015 at 16:07, Gerd Hoffmann kra...@redhat.com wrote: +static int virtio_gpu_crtc_page_flip(struct drm_crtc *crtc, +struct drm_framebuffer *fb, +struct drm_pending_vblank_event *event, +

Re: [PATCH] Add virtio gpu driver.

2015-03-25 Thread Daniel Stone
Hi, On Wednesday, March 25, 2015, Dave Airlie airl...@gmail.com wrote: On 25 March 2015 at 08:50, Daniel Stone dan...@fooishbar.org javascript:; wrote: I'm not going to lie, I was really hoping the 5th (?) GPU option for Qemu would support pageflipping. Daniel's comment about conversion