dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Gerd Hoffmann <kraxel@redhat.com>
To: dri-devel@lists.freedesktop.org
Cc: michel@daenzer.net, Gerd Hoffmann <kraxel@redhat.com>
Subject: [PATCH v3 0/5] drm: more byteorder fixes
Date: Wed, 19 Sep 2018 13:12:47 +0200	[thread overview]
Message-ID: <20180919111252.7932-1-kraxel@redhat.com> (raw)

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

             reply	other threads:[~2018-09-19 11:12 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-19 11:12 Gerd Hoffmann [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180919111252.7932-1-kraxel@redhat.com \
    --to=kraxel@redhat.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=michel@daenzer.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox