dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/5] drm: more byteorder fixes
@ 2018-09-19 11:12 Gerd Hoffmann
  2018-09-19 11:12 ` [PATCH v3 1/5] drm: move native byte order quirk to new drm_mode_legacy_fb_format2 function Gerd Hoffmann
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Gerd Hoffmann @ 2018-09-19 11:12 UTC (permalink / raw)
  To: dri-devel; +Cc: michel, Gerd Hoffmann

Fix fbdev emulation.
Fix bochs-drm and virtio-gpu drivers.

Gerd Hoffmann (5):
  drm: move native byte order quirk to new drm_mode_legacy_fb_format2
    function
  drm: use drm_mode_legacy_fb_format2 in drm_gem_fbdev_fb_create
  drm/bochs: fix DRM_FORMAT_* handling for big endian machines.
  drm/bochs: support changing byteorder at mode set time
  drm/virtio: fix DRM_FORMAT_* handling

 drivers/gpu/drm/bochs/bochs.h                |  4 +-
 include/drm/drm_fourcc.h                     |  2 +
 drivers/gpu/drm/bochs/bochs_fbdev.c          | 18 ++++++--
 drivers/gpu/drm/bochs/bochs_hw.c             | 64 ++++++++++++++++++++++------
 drivers/gpu/drm/bochs/bochs_kms.c            | 40 ++++++++++++++++-
 drivers/gpu/drm/drm_fourcc.c                 | 28 ++++++++++++
 drivers/gpu/drm/drm_framebuffer.c            | 15 ++-----
 drivers/gpu/drm/drm_gem_framebuffer_helper.c |  6 ++-
 drivers/gpu/drm/virtio/virtgpu_display.c     |  5 +++
 drivers/gpu/drm/virtio/virtgpu_fb.c          |  2 +-
 drivers/gpu/drm/virtio/virtgpu_gem.c         |  7 ++-
 drivers/gpu/drm/virtio/virtgpu_plane.c       | 54 +----------------------
 12 files changed, 155 insertions(+), 90 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] 8+ messages in thread

end of thread, other threads:[~2018-09-21  9:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-19 11:12 [PATCH v3 0/5] drm: more byteorder fixes Gerd Hoffmann
2018-09-19 11:12 ` [PATCH v3 1/5] drm: move native byte order quirk to new drm_mode_legacy_fb_format2 function Gerd Hoffmann
2018-09-21  9:39   ` Daniel Vetter
2018-09-19 11:12 ` [PATCH v3 2/5] drm: use drm_mode_legacy_fb_format2 in drm_gem_fbdev_fb_create Gerd Hoffmann
2018-09-19 11:12 ` [PATCH v3 3/5] drm/bochs: fix DRM_FORMAT_* handling for big endian machines Gerd Hoffmann
2018-09-19 11:12 ` [PATCH v3 4/5] drm/bochs: support changing byteorder at mode set time Gerd Hoffmann
2018-09-19 11:12 ` [PATCH v3 5/5] drm/virtio: fix DRM_FORMAT_* handling Gerd Hoffmann
2018-09-21  9:40 ` [PATCH v3 0/5] drm: more byteorder fixes Daniel Vetter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox