All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sam Ravnborg <sam@ravnborg.org>
To: dri-devel@lists.freedesktop.org, openchrome-devel@lists.freedesktop.org
Cc: "Thomas Hellstrom" <thellstrom@vmware.com>,
	"Kevin Brace" <kevinbrace@gmx.com>,
	"David Airlie" <airlied@linux.ie>,
	"Daniel Vetter" <daniel.vetter@ffwll.ch>,
	"Michel Dänzer" <michel@daenzer.net>,
	"Gustavo A. R. Silva" <gustavo@embeddedor.com>,
	"Emil Velikov" <emil.velikov@collabora.com>,
	"Ira Weiny" <ira.weiny@intel.com>,
	"Mike Marshall" <hubcap@omnibond.com>
Subject: [PATCH v3 0/4] drm/via: drop use of deprecated headers drmP.h and drm_os_linux.h
Date: Mon, 22 Jul 2019 22:38:44 +0200	[thread overview]
Message-ID: <20190722203844.GA8751@ravnborg.org> (raw)
In-Reply-To: <20190722203545.8612-1-sam@ravnborg.org>

Added subject

On Mon, Jul 22, 2019 at 10:35:41PM +0200, Sam Ravnborg wrote:
> The first three patches prepare for the removal of drmP.h.
> The last patch remove use of drmP.h and replace with necessary
> include files to fix build.
> 
> Build tested with various configs and various architectures.
> 
> I had preferred that the via driver was replaced by the
> openchrome driver, but until we have it then we need
> to deal with the legacy via driver when removing old cruft
> in the drm subsystem.
> 
> v3:
> - Use static inline functions for the read/write operations (Emil)
> - Use dedicated *_mask_or() and *_mask_and() (Emil)
> - Replace DRM_WAIT_ON in same path that introduces VIA_WAIT_ON (Emil)
> - Collected r-b's
> - Changelog adjustments
> - Rebased on top of drm-misc-next
> 
> v2:
> - Add a copy of DRM_WAIT_ON to the via driver, keeping
>   the changes to this legacy driver to a minimum.
>   This also gives much more confidence that the
>   driver continues to work as there is no changes
>   in logic. Therefore dropped "RFT".
> - Added Cc: Michel Dänzer <michel@daenzer.net> to all
>   patches, as Michael have commented on the series.
> 
>         Sam
> 
> Sam Ravnborg (4):
>       drm/via: drop use of DRM(READ|WRITE) macros
>       drm/via: copy DRM_WAIT_ON as VIA_WAIT_ON and use it
>       drm/via: make via_drv.h self-contained
>       drm/via: drop use of drmP.h
> 
>  drivers/gpu/drm/via/via_dma.c      | 43 +++++++++++---------
>  drivers/gpu/drm/via/via_dmablit.c  | 41 ++++++++++---------
>  drivers/gpu/drm/via/via_drv.c      |  7 +++-
>  drivers/gpu/drm/via/via_drv.h      | 83 +++++++++++++++++++++++++++++++++++---
>  drivers/gpu/drm/via/via_irq.c      | 54 +++++++++++++------------
>  drivers/gpu/drm/via/via_map.c      |  6 ++-
>  drivers/gpu/drm/via/via_mm.c       |  7 +++-
>  drivers/gpu/drm/via/via_verifier.c | 22 +++++-----
>  drivers/gpu/drm/via/via_video.c    |  5 ++-
>  9 files changed, 182 insertions(+), 86 deletions(-)
> 
> 
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel
_______________________________________________
openchrome-devel mailing list
openchrome-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/openchrome-devel

      parent reply	other threads:[~2019-07-22 20:38 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-22 20:35 (no subject) Sam Ravnborg
2019-07-22 20:35 ` [PATCH v3 1/4] drm/via: drop use of DRM(READ|WRITE) macros Sam Ravnborg
2019-07-22 20:35 ` [PATCH v3 2/4] drm/via: copy DRM_WAIT_ON as VIA_WAIT_ON and use it Sam Ravnborg
2019-07-22 20:35 ` [PATCH v3 3/4] drm/via: make via_drv.h self-contained Sam Ravnborg
2019-07-22 20:35 ` [PATCH v3 4/4] drm/via: drop use of drmP.h Sam Ravnborg
2019-07-22 20:38 ` Sam Ravnborg [this message]

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=20190722203844.GA8751@ravnborg.org \
    --to=sam@ravnborg.org \
    --cc=airlied@linux.ie \
    --cc=daniel.vetter@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=emil.velikov@collabora.com \
    --cc=gustavo@embeddedor.com \
    --cc=hubcap@omnibond.com \
    --cc=ira.weiny@intel.com \
    --cc=kevinbrace@gmx.com \
    --cc=michel@daenzer.net \
    --cc=openchrome-devel@lists.freedesktop.org \
    --cc=thellstrom@vmware.com \
    /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.