All of lore.kernel.org
 help / color / mirror / Atom feed
From: Zack Rusin <zackr@vmware.com>
To: <dri-devel@lists.freedesktop.org>
Subject: [PATCH v2 0/8] Misc cleanups and fixes for vmwgfx
Date: Tue, 5 Jan 2021 13:26:04 -0500	[thread overview]
Message-ID: <20210105182612.46431-1-zackr@vmware.com> (raw)

I've been off in December and just now I finally rebased those on top
drm-misc-next. I'd like to move our developlement to drm-misc so
getting commit rights to drm-misc for both me and Roland would be great
("zack" and "sroland" accounts on fdo).

Roland Scheidegger (1):
  drm/vmwgfx: add Zack Rusin as maintainer

Zack Rusin (7):
  drm/vmwgfx: Remove stealth mode
  drm/vmwgfx: Switch to a managed drm device
  drm/vmwgfx: Cleanup fifo mmio handling
  drm/vmwgfx: Cleanup pci resource allocation
  drm/vmwgfx: Remove the throttling code
  drm/vmwgfx: Cleanup the cmd/fifo split
  drm/vmwgfx: Fix display register usage for some older configs

 MAINTAINERS                                   |   1 +
 drivers/gpu/drm/vmwgfx/Makefile               |   6 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_binding.c       |  52 ++---
 .../vmwgfx/{vmwgfx_fifo.c => vmwgfx_cmd.c}    | 127 +++++-----
 drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c        |  22 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_context.c       |  40 ++--
 drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c       |  12 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_drv.c           | 216 +++++++++---------
 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h           |  92 +++-----
 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c       |  22 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_fb.c            |  12 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c         |  28 +--
 drivers/gpu/drm/vmwgfx/vmwgfx_gmr.c           |   8 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c         |  15 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c           |  10 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_kms.c           |  74 +++---
 drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c           |   9 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_marker.c        | 155 -------------
 drivers/gpu/drm/vmwgfx/vmwgfx_mob.c           |  16 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c       |   8 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_resource.c      |   4 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c          |  28 +--
 drivers/gpu/drm/vmwgfx/vmwgfx_shader.c        |  24 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_so.c            |   8 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c          |  32 +--
 drivers/gpu/drm/vmwgfx/vmwgfx_streamoutput.c  |   8 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_surface.c       |  40 ++--
 drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c    |   6 +-
 28 files changed, 431 insertions(+), 644 deletions(-)
 rename drivers/gpu/drm/vmwgfx/{vmwgfx_fifo.c => vmwgfx_cmd.c} (82%)
 delete mode 100644 drivers/gpu/drm/vmwgfx/vmwgfx_marker.c

-- 
2.27.0

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

             reply	other threads:[~2021-01-05 18:26 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-05 18:26 Zack Rusin [this message]
2021-01-05 18:26 ` [PATCH v2 1/8] drm/vmwgfx: add Zack Rusin as maintainer Zack Rusin
2021-01-05 18:26 ` [PATCH v2 2/8] drm/vmwgfx: Remove stealth mode Zack Rusin
2021-01-05 18:26 ` [PATCH v2 3/8] drm/vmwgfx: Switch to a managed drm device Zack Rusin
2021-01-05 18:26 ` [PATCH v2 4/8] drm/vmwgfx: Cleanup fifo mmio handling Zack Rusin
2021-01-05 23:04   ` kernel test robot
2021-01-05 23:04     ` kernel test robot
2021-01-05 18:26 ` [PATCH v2 5/8] drm/vmwgfx: Cleanup pci resource allocation Zack Rusin
2021-01-05 18:26 ` [PATCH v2 6/8] drm/vmwgfx: Remove the throttling code Zack Rusin
2021-01-05 18:26 ` [PATCH v2 7/8] drm/vmwgfx: Cleanup the cmd/fifo split Zack Rusin
2021-01-05 18:26 ` [PATCH v2 8/8] drm/vmwgfx: Fix display register usage for some older configs Zack Rusin

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=20210105182612.46431-1-zackr@vmware.com \
    --to=zackr@vmware.com \
    --cc=dri-devel@lists.freedesktop.org \
    /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 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.