search for: lureau

Displaying 20 results from an estimated 29 matches for "lureau".

Did you mean: bureau
2016 May 31
2
[PATCH] virtio-gpu: use src not crtc
Pick up the correct source rectangle from framebuffer. Without this multihead setups are not working correctly. Signed-off-by: Gerd Hoffmann <kraxel at redhat.com> --- drivers/gpu/drm/virtio/virtgpu_plane.c | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/drivers/gpu/drm/virtio/virtgpu_plane.c b/drivers/gpu/drm/virtio/virtgpu_plane.c
2016 May 31
2
[PATCH] virtio-gpu: use src not crtc
Pick up the correct source rectangle from framebuffer. Without this multihead setups are not working correctly. Signed-off-by: Gerd Hoffmann <kraxel at redhat.com> --- drivers/gpu/drm/virtio/virtgpu_plane.c | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/drivers/gpu/drm/virtio/virtgpu_plane.c b/drivers/gpu/drm/virtio/virtgpu_plane.c
2016 Jun 14
0
[PATCH] virtio-gpu: use src not crtc
On Di, 2016-06-14 at 12:13 +0200, Marc-Andr? Lureau wrote: > Hi > > On Tue, May 31, 2016 at 2:52 PM, Gerd Hoffmann <kraxel at redhat.com> wrote: > > Pick up the correct source rectangle from framebuffer. > > Without this multihead setups are not working correctly. > > > > Signed-off-by: Gerd Hoffmann <kraxe...
2016 Jun 14
0
[PATCH] virtio-gpu: use src not crtc
...On Tue, May 31, 2016 at 2:52 PM, Gerd Hoffmann <kraxel at redhat.com> wrote: > Pick up the correct source rectangle from framebuffer. > Without this multihead setups are not working correctly. > > Signed-off-by: Gerd Hoffmann <kraxel at redhat.com> Reviewed-by: Marc-Andr? Lureau <marcandre.lureau at redhat.com> Additionally, I had to modify the page_flip() function to take the plane source coordinates for virgl/3d multihead to work. Feel free to squash. --- a/drivers/gpu/drm/virtio/virtgpu_display.c +++ b/drivers/gpu/drm/virtio/virtgpu_display.c @@ -68,11 +68,16 @@...
2010 Mar 31
1
[Bug 27392] New: swfdec won't compile
http://bugs.freedesktop.org/show_bug.cgi?id=27392 Summary: swfdec won't compile Product: swfdec Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: library AssignedTo: swfdec at lists.freedesktop.org ReportedBy: b3nton at gmail.com
2019 May 07
0
[PATCH AUTOSEL 5.0 85/99] Revert "drm/virtio: drop prime import/export callbacks"
...airlied: This broke userspace for virtio-gpus, and regressed things from DRI3 to DRI2. This brings back the original problem, but it's better than regressions.] Fixes: b318e3ff7ca065d6b107e424c85a63d7a6798a ("drm/virtio: drop prime import/export callbacks") Signed-off-by: Marc-Andr? Lureau <marcandre.lureau at redhat.com> Signed-off-by: Dave Airlie <airlied at redhat.com> Signed-off-by: Sasha Levin <sashal at kernel.org> --- drivers/gpu/drm/virtio/virtgpu_drv.c | 4 ++++ drivers/gpu/drm/virtio/virtgpu_drv.h | 4 ++++ drivers/gpu/drm/virtio/virtgpu_prime.c | 1...
2013 Nov 15
0
[qemu-upstream-unstable test] 21952: regressions - FAIL
...ai.ly@taobao.com> Lluís Vilanova <vilanova@ac.upc.edu> Lucas Meneghel Rodrigues <lmr@redhat.com> Luigi Rizzo <rizzo@iet.unipi.it> Luiz Capitulino <lcapitulino@redhat.com> M. Mohan Kumar <mohan@in.ibm.com> Mans Rullgard <mans@mansr.com> Marc-André Lureau <marcandre.lureau@redhat.com> Marc-André Lureau <mlureau@redhat.com> Marcel Apfelbaum <marcel.a@redhat.com> Marcelo Tosatti <mtosatti@redhat.com> Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Markus Armbruster <armbru@redhat.com> Martijn van den Br...
2013 Nov 14
0
[qemu-upstream-unstable test] 21930: regressions - FAIL
...ai.ly@taobao.com> Lluís Vilanova <vilanova@ac.upc.edu> Lucas Meneghel Rodrigues <lmr@redhat.com> Luigi Rizzo <rizzo@iet.unipi.it> Luiz Capitulino <lcapitulino@redhat.com> M. Mohan Kumar <mohan@in.ibm.com> Mans Rullgard <mans@mansr.com> Marc-André Lureau <marcandre.lureau@redhat.com> Marc-André Lureau <mlureau@redhat.com> Marcel Apfelbaum <marcel.a@redhat.com> Marcelo Tosatti <mtosatti@redhat.com> Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Markus Armbruster <armbru@redhat.com> Martijn van den Br...
2013 Nov 18
0
[qemu-upstream-unstable test] 21993: regressions - FAIL
...ai.ly@taobao.com> Lluís Vilanova <vilanova@ac.upc.edu> Lucas Meneghel Rodrigues <lmr@redhat.com> Luigi Rizzo <rizzo@iet.unipi.it> Luiz Capitulino <lcapitulino@redhat.com> M. Mohan Kumar <mohan@in.ibm.com> Mans Rullgard <mans@mansr.com> Marc-André Lureau <marcandre.lureau@redhat.com> Marc-André Lureau <mlureau@redhat.com> Marcel Apfelbaum <marcel.a@redhat.com> Marcelo Tosatti <mtosatti@redhat.com> Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Markus Armbruster <armbru@redhat.com> Martijn van den Br...
2015 Apr 02
0
[PATCH v2 3/4] Add virtio gpu driver.
...0/0xa0 [virtio_gpu] struct virtio_gpu_ctx_create { struct virtio_gpu_ctrl_hdr hdr; __le32 nlen; __le32 padding; char debug_name[64]; }; Is actually 96 bytes. Perhaps that condition should be changed: + BUG_ON(size >= MAX_INLINE_CMD_SIZE); -- Marc-Andr? Lureau -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.linuxfoundation.org/pipermail/virtualization/attachments/20150402/8b8205a9/attachment.html>
2015 Jul 28
0
[PULL] vhost: cleanups and fixes
...--------------------------------------- vhost: fixes for 4.2 Two bugfixes only here. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> ---------------------------------------------------------------- Igor Mammedov (1): vhost: fix error handling for memory region alloc Marc-Andr? Lureau (1): vhost: actually track log eventfd file drivers/vhost/vhost.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-)
2017 Nov 16
0
[PULL] vhost/virtio/qemu: cleanups and fixes
...io, vhost, qemu: bugfixes, cleanups Fixes in qemu, vhost and virtio. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> ---------------------------------------------------------------- Byungchul Park (1): vhost/scsi: Use safe iteration in vhost_scsi_complete_cmd_work() Marc-Andr? Lureau (1): fw_cfg: fix the command line module name Michael S. Tsirkin (2): virtio_balloon: fix deadlock on OOM vhost: fix end of range for access_ok Stefan Hajnoczi (1): vhost/vsock: fix uninitialized vhost_vsock->guest_cid drivers/firmware/qemu_fw_cfg.c | 8 ++++----...
2017 Dec 04
0
[PULL] vhost: cleanups and fixes
...-- virtio,qemu: bugfixes A couple of bugfixes that just became ready. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> ---------------------------------------------------------------- Jan Stancek (1): virtio_balloon: fix increment of vb->num_pfns in fill_balloon() Marc-Andr? Lureau (1): fw_cfg: fix driver remove weiping zhang (1): virtio: release virtio index when fail to device_register drivers/firmware/qemu_fw_cfg.c | 3 ++- drivers/virtio/virtio.c | 2 ++ drivers/virtio/virtio_balloon.c | 3 +-- 3 files changed, 5 insertions(+), 3 deletions(-)
2018 Feb 15
0
[vhost:vhost 24/24] drivers/firmware/qemu_fw_cfg.c:499:22: error: storage size of 'files' isn't known
On Thu, Feb 15, 2018 at 10:46:50AM +0100, Marc-Andre Lureau wrote: > Hi > > On Wed, Feb 14, 2018 at 9:27 PM, kbuild test robot > <fengguang.wu at intel.com> wrote: > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git vhost > > head: 5d457fe6aeaab9d0a1665eafc8af7139bc6b6f2e > > commit: 5d457fe6aeaab...
2018 Apr 05
0
[PULL] fwcfg, vhost: features and fixes
...ns up the qemu fw cfg device driver. On top of this, vmcore is dumped there on crash to help debugging witH kASLR enabled. Also included are some fixes in vhost. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> ---------------------------------------------------------------- Marc-Andr? Lureau (10): fw_cfg: fix sparse warnings in fw_cfg_sel_endianness() fw_cfg: fix sparse warnings with fw_cfg_file fw_cfg: fix sparse warning reading FW_CFG_ID fw_cfg: fix sparse warnings around FW_CFG_FILE_DIR read fw_cfg: remove inline from fw_cfg_read_blob() fw_cfg: ha...
2015 Jul 28
0
[PULL] vhost: cleanups and fixes
...--------------------------------------- vhost: fixes for 4.2 Two bugfixes only here. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> ---------------------------------------------------------------- Igor Mammedov (1): vhost: fix error handling for memory region alloc Marc-Andr? Lureau (1): vhost: actually track log eventfd file drivers/vhost/vhost.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-)
2017 Nov 16
0
[PULL] vhost/virtio/qemu: cleanups and fixes
...io, vhost, qemu: bugfixes, cleanups Fixes in qemu, vhost and virtio. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> ---------------------------------------------------------------- Byungchul Park (1): vhost/scsi: Use safe iteration in vhost_scsi_complete_cmd_work() Marc-Andr? Lureau (1): fw_cfg: fix the command line module name Michael S. Tsirkin (2): virtio_balloon: fix deadlock on OOM vhost: fix end of range for access_ok Stefan Hajnoczi (1): vhost/vsock: fix uninitialized vhost_vsock->guest_cid drivers/firmware/qemu_fw_cfg.c | 8 ++++----...
2017 Dec 04
0
[PULL] vhost: cleanups and fixes
...-- virtio,qemu: bugfixes A couple of bugfixes that just became ready. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> ---------------------------------------------------------------- Jan Stancek (1): virtio_balloon: fix increment of vb->num_pfns in fill_balloon() Marc-Andr? Lureau (1): fw_cfg: fix driver remove weiping zhang (1): virtio: release virtio index when fail to device_register drivers/firmware/qemu_fw_cfg.c | 3 ++- drivers/virtio/virtio.c | 2 ++ drivers/virtio/virtio_balloon.c | 3 +-- 3 files changed, 5 insertions(+), 3 deletions(-)
2010 Apr 01
1
Ogg/theora a/v sync issue with liboggplay
...liboggplay should do correct sync, given the output of: $ oggplay-info demosite.ogg Reading 2 tracks ... Theora: Track 0 ... ok ... Vorbis: Track 1 ... ok ... track 0 required 1 times [1892128590] track 1 required 2 times [1892128593, 1892128614] thanks for your help -- Marc-Andr? Lureau
2020 Mar 17
5
[PATCH v4 00/34] Configurable policy for handling deprecated interfaces
This series extends QMP introspection to cover deprecation. Additionally, new option -compat lets you configure what to do when deprecated interfaces get used. This is intended for testing users of the management interfaces. It is experimental. -compat deprecated-input=<in-policy> configures what to do when deprecated input is received. Available policies: * accept: Accept deprecated