Re: [Spice-devel] [PATCH v2 10/11] drm: Use state helper instead of the plane state pointer

2021-01-26 Thread Ville Syrjälä
struct drm_plane_state *new_state = > drm_atomic_get_new_plane_state(state, plane); > ... > } > > @ include depends on adds_new_state @ > @@ > > #include > > @ no_include depends on !include && adds_new_state @ > @@ > > + #include >

Re: [Spice-devel] [PATCH 2/6] drm: Add drm_simple_encoder_{init, create}()

2020-02-07 Thread Ville Syrjälä
ossible_crtcs > == 0 means from an uabi pov. I had some improvements for this stuff. Just re-sent the remainder. -- Ville Syrjälä Intel ___ Spice-devel mailing list Spice-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/spice-devel

Re: [Spice-devel] [PATCH v3 23/23] drm/qxl: add overflow checks to qxl_mode_dumb_create()

2019-01-18 Thread Ville Syrjälä
args->size = ALIGN(size, PAGE_SIZE); > > > > switch (args->bpp) { > > case 16: > > -- > > 2.9.3 > > > > -- > Daniel Vetter > Software Engineer, Intel Corporation > http://blog.ffwll.ch > ___ > dri-devel mailing lis

Re: [Spice-devel] intel vgpu & spice & cursor

2017-10-13 Thread Ville Syrjälä
be (0,0). > > > > Joonas, could you please give us some comments here? > > How does i915 handle the cursor hotspot configuration? Is there a register > > for > > cursor spot setting. If so, we can decode the register and send the hot > > sport > > info to user space.