search for: hot_

Displaying 5 results from an estimated 5 matches for "hot_".

Did you mean: hot
2016 May 27
0
[PATCH] Add virtio gpu driver.
...d fix that up. Atomic drivers really shouldn't use the legacy > cursor interfaces any more at all. > -Daniel Figured that one for the most part, see attached draft. The only thing I'm wondering is how the hotspot is handled. drm_mode_cursor_universal doesn't even look at req->hot_{x,y}. /me looks confused. cheers, Gerd -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-wip-virtio-gpu-switch-to-atomic-cursor-interfaces.patch Type: text/x-patch Size: 10880 bytes Desc: not available URL: <http://lists.linuxfoundation.org/pipermail/v...
2016 May 25
3
[PATCH] Add virtio gpu driver.
On Mon, Mar 30, 2015 at 4:49 PM, Daniel Vetter <daniel at ffwll.ch> wrote: > On Mon, Mar 30, 2015 at 02:23:47PM +0200, Gerd Hoffmann wrote: >> > > Signed-off-by: Dave Airlie <airlied at redhat.com> >> > > Signed-off-by: Gerd Hoffmann <kraxel at redhat.com> >> > >> > Standard request from my side for new drm drivers (especially if
2016 May 25
3
[PATCH] Add virtio gpu driver.
On Mon, Mar 30, 2015 at 4:49 PM, Daniel Vetter <daniel at ffwll.ch> wrote: > On Mon, Mar 30, 2015 at 02:23:47PM +0200, Gerd Hoffmann wrote: >> > > Signed-off-by: Dave Airlie <airlied at redhat.com> >> > > Signed-off-by: Gerd Hoffmann <kraxel at redhat.com> >> > >> > Standard request from my side for new drm drivers (especially if
2016 May 27
2
[PATCH] Add virtio gpu driver.
...y shouldn't use the legacy > > cursor interfaces any more at all. > > -Daniel > > Figured that one for the most part, see attached draft. > > The only thing I'm wondering is how the hotspot is handled. > drm_mode_cursor_universal doesn't even look at req->hot_{x,y}. > > /me looks confused. No need to, you're simply the first virtual driver to wire up atomic cursors. Hence some gaps to be filled out. First we need to wire up the state tracking scaffolding for atomic: - add hot_x/y to drm_plane_state - add property pointers for hot_x/y to dev-...
2016 May 27
2
[PATCH] Add virtio gpu driver.
...y shouldn't use the legacy > > cursor interfaces any more at all. > > -Daniel > > Figured that one for the most part, see attached draft. > > The only thing I'm wondering is how the hotspot is handled. > drm_mode_cursor_universal doesn't even look at req->hot_{x,y}. > > /me looks confused. No need to, you're simply the first virtual driver to wire up atomic cursors. Hence some gaps to be filled out. First we need to wire up the state tracking scaffolding for atomic: - add hot_x/y to drm_plane_state - add property pointers for hot_x/y to dev-...