All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] virtio: fix virtio_gpu_mode_dumb_create
@ 2017-04-03  7:08 Gerd Hoffmann
  2017-04-03  7:08   ` Gerd Hoffmann
                   ` (3 more replies)
  0 siblings, 4 replies; 21+ messages in thread
From: Gerd Hoffmann @ 2017-04-03  7:08 UTC (permalink / raw)
  To: dri-devel; +Cc: lvivier, Gerd Hoffmann

  Hi,

Little series to fix xorg display on virtio on bigendian machines.
First patch factors out the drm -> virtio format mapping code into
a helper function, second patch actually fixes the issue using the
new helper.

cheers,
  Gerd

Gerd Hoffmann (2):
  drm: virtio: add virtio_gpu_translate_format
  drm: virtio: fix virtio_gpu_mode_dumb_create

 drivers/gpu/drm/virtio/virtgpu_drv.h   |  1 +
 drivers/gpu/drm/virtio/virtgpu_fb.c    | 58 +----------------------------
 drivers/gpu/drm/virtio/virtgpu_gem.c   |  6 ++-
 drivers/gpu/drm/virtio/virtgpu_plane.c | 68 ++++++++++++++++++++++++++++++++++
 4 files changed, 75 insertions(+), 58 deletions(-)

-- 
2.9.3

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2017-04-03  9:05 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-03  7:08 [PATCH 0/2] virtio: fix virtio_gpu_mode_dumb_create Gerd Hoffmann
2017-04-03  7:08 ` [PATCH 1/2] drm: virtio: add virtio_gpu_translate_format Gerd Hoffmann
2017-04-03  7:08   ` Gerd Hoffmann
2017-04-03  7:51   ` Daniel Vetter
2017-04-03  7:51     ` Daniel Vetter
2017-04-03  9:05     ` Gerd Hoffmann
2017-04-03  9:05       ` Gerd Hoffmann
2017-04-03  9:05     ` Gerd Hoffmann
2017-04-03  7:51   ` Daniel Vetter
2017-04-03  7:08 ` [PATCH 2/2] drm: virtio: fix virtio_gpu_mode_dumb_create Gerd Hoffmann
2017-04-03  7:08   ` Gerd Hoffmann
2017-04-03  7:45   ` Dave Airlie
2017-04-03  7:45     ` Dave Airlie
2017-04-03  7:53   ` Daniel Vetter
2017-04-03  7:53     ` Daniel Vetter
2017-04-03  9:02     ` Gerd Hoffmann
2017-04-03  9:02     ` Gerd Hoffmann
2017-04-03  9:02       ` Gerd Hoffmann
2017-04-03  7:53   ` Daniel Vetter
2017-04-03  7:08 ` Gerd Hoffmann
2017-04-03  8:31 ` [PATCH 0/2] " Laurent Vivier

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.