search for: virtio_gpu_crtc_page_flip

Displaying 9 results from an estimated 9 matches for "virtio_gpu_crtc_page_flip".

2015 Mar 25
0
[PATCH] Add virtio gpu driver.
On 25 March 2015 at 08:50, Daniel Stone <daniel at fooishbar.org> wrote: > Hi, > > On 24 March 2015 at 16:07, Gerd Hoffmann <kraxel at redhat.com> wrote: >> +static int virtio_gpu_crtc_page_flip(struct drm_crtc *crtc, >> + struct drm_framebuffer *fb, >> + struct drm_pending_vblank_event *event, >> + uint32_t flags) >> +{ >> + return -EINVAL; >>...
2015 Mar 25
0
[PATCH] Add virtio gpu driver.
On Di, 2015-03-24 at 22:50 +0000, Daniel Stone wrote: > Hi, > > On 24 March 2015 at 16:07, Gerd Hoffmann <kraxel at redhat.com> wrote: > > +static int virtio_gpu_crtc_page_flip(struct drm_crtc *crtc, > > + struct drm_framebuffer *fb, > > + struct drm_pending_vblank_event *event, > > + uint32_t flags) > > +{ > > + return -EINVAL; >...
2015 Mar 25
0
[PATCH] Add virtio gpu driver.
On 25 March 2015 at 08:50, Daniel Stone <daniel at fooishbar.org> wrote: > Hi, > > On 24 March 2015 at 16:07, Gerd Hoffmann <kraxel at redhat.com> wrote: >> +static int virtio_gpu_crtc_page_flip(struct drm_crtc *crtc, >> + struct drm_framebuffer *fb, >> + struct drm_pending_vblank_event *event, >> + uint32_t flags) >> +{ >> + return -EINVAL; >>...
2015 Mar 24
1
[PATCH] Add virtio gpu driver.
Hi, On 24 March 2015 at 16:07, Gerd Hoffmann <kraxel at redhat.com> wrote: > +static int virtio_gpu_crtc_page_flip(struct drm_crtc *crtc, > + struct drm_framebuffer *fb, > + struct drm_pending_vblank_event *event, > + uint32_t flags) > +{ > + return -EINVAL; > +} I'm not going to...
2015 Mar 24
1
[PATCH] Add virtio gpu driver.
Hi, On 24 March 2015 at 16:07, Gerd Hoffmann <kraxel at redhat.com> wrote: > +static int virtio_gpu_crtc_page_flip(struct drm_crtc *crtc, > + struct drm_framebuffer *fb, > + struct drm_pending_vblank_event *event, > + uint32_t flags) > +{ > + return -EINVAL; > +} I'm not going to...
2015 Mar 24
10
[PATCH] Add virtio gpu driver.
...ut *output = + container_of(crtc, struct virtio_gpu_output, crtc); + + output->cursor.hdr.type = cpu_to_le32(VIRTIO_GPU_CMD_MOVE_CURSOR); + output->cursor.pos.x = cpu_to_le32(x); + output->cursor.pos.y = cpu_to_le32(y); + virtio_gpu_cursor_ping(vgdev, output); + return 0; +} + +static int virtio_gpu_crtc_page_flip(struct drm_crtc *crtc, + struct drm_framebuffer *fb, + struct drm_pending_vblank_event *event, + uint32_t flags) +{ + return -EINVAL; +} + + +static const struct drm_crtc_funcs virtio_gpu_crtc_funcs = { + .cursor_set2 = virtio_gpu_crtc_cursor_set, + .cursor_move = virtio_gpu...
2015 Mar 24
10
[PATCH] Add virtio gpu driver.
...ut *output = + container_of(crtc, struct virtio_gpu_output, crtc); + + output->cursor.hdr.type = cpu_to_le32(VIRTIO_GPU_CMD_MOVE_CURSOR); + output->cursor.pos.x = cpu_to_le32(x); + output->cursor.pos.y = cpu_to_le32(y); + virtio_gpu_cursor_ping(vgdev, output); + return 0; +} + +static int virtio_gpu_crtc_page_flip(struct drm_crtc *crtc, + struct drm_framebuffer *fb, + struct drm_pending_vblank_event *event, + uint32_t flags) +{ + return -EINVAL; +} + + +static const struct drm_crtc_funcs virtio_gpu_crtc_funcs = { + .cursor_set2 = virtio_gpu_crtc_cursor_set, + .cursor_move = virtio_gpu...
2015 Mar 24
0
[PATCH] Add virtio gpu driver.
...tio_gpu_output, crtc); > + > + output->cursor.hdr.type = cpu_to_le32(VIRTIO_GPU_CMD_MOVE_CURSOR); > + output->cursor.pos.x = cpu_to_le32(x); > + output->cursor.pos.y = cpu_to_le32(y); > + virtio_gpu_cursor_ping(vgdev, output); > + return 0; > +} > + > +static int virtio_gpu_crtc_page_flip(struct drm_crtc *crtc, > + struct drm_framebuffer *fb, > + struct drm_pending_vblank_event *event, > + uint32_t flags) > +{ > + return -EINVAL; > +} > + > + > +static const struct drm_crtc_funcs virtio_gpu_crtc_funcs = { > + .cursor_set2 = virti...
2015 Mar 24
0
[PATCH] Add virtio gpu driver.
...tio_gpu_output, crtc); > + > + output->cursor.hdr.type = cpu_to_le32(VIRTIO_GPU_CMD_MOVE_CURSOR); > + output->cursor.pos.x = cpu_to_le32(x); > + output->cursor.pos.y = cpu_to_le32(y); > + virtio_gpu_cursor_ping(vgdev, output); > + return 0; > +} > + > +static int virtio_gpu_crtc_page_flip(struct drm_crtc *crtc, > + struct drm_framebuffer *fb, > + struct drm_pending_vblank_event *event, > + uint32_t flags) > +{ > + return -EINVAL; > +} > + > + > +static const struct drm_crtc_funcs virtio_gpu_crtc_funcs = { > + .cursor_set2 = virti...