All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sam Ravnborg <sam@ravnborg.org>
To: dri-devel@lists.freedesktop.org
Cc: Kevin Brace <kevinbrace@bracecomputerlab.com>,
	Sam Ravnborg <sam@ravnborg.org>,
	Javier Martinez Canillas <javierm@redhat.com>,
	Thomas Zimmermann <tzimmermann@suse.de>
Subject: [PATCH v1 01/11] drm/via: Rename via_drv to via_dri1
Date: Sun, 10 Jul 2022 10:54:56 +0200	[thread overview]
Message-ID: <20220710085506.1384056-2-sam@ravnborg.org> (raw)
In-Reply-To: <20220710085506.1384056-1-sam@ravnborg.org>

The via driver implements the DRI1 interface, and we have a new
implementation of the via driver coming that supports atomic
modesetting.

It is not acceptable just to replace the existing driver so
this is first step to make it a single-file implementation allowing
it to stay without interfering with the new driver.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
---
 drivers/gpu/drm/via/Makefile                  | 2 +-
 drivers/gpu/drm/via/{via_drv.c => via_dri1.c} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename drivers/gpu/drm/via/{via_drv.c => via_dri1.c} (100%)

diff --git a/drivers/gpu/drm/via/Makefile b/drivers/gpu/drm/via/Makefile
index 84db4eee7828..acfd916541ea 100644
--- a/drivers/gpu/drm/via/Makefile
+++ b/drivers/gpu/drm/via/Makefile
@@ -3,6 +3,6 @@
 # Makefile for the drm device driver.  This driver provides support for the
 # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
 
-via-y    := via_irq.o via_drv.o via_map.o via_mm.o via_dma.o via_verifier.o via_video.o via_dmablit.o
+via-y    := via_irq.o via_dri1.o via_map.o via_mm.o via_dma.o via_verifier.o via_video.o via_dmablit.o
 
 obj-$(CONFIG_DRM_VIA)	+=via.o
diff --git a/drivers/gpu/drm/via/via_drv.c b/drivers/gpu/drm/via/via_dri1.c
similarity index 100%
rename from drivers/gpu/drm/via/via_drv.c
rename to drivers/gpu/drm/via/via_dri1.c
-- 
2.34.1


  reply	other threads:[~2022-07-10  8:55 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-10  8:54 [PATCH v1 0/11] drm/via: Make via a single file driver Sam Ravnborg
2022-07-10  8:54 ` Sam Ravnborg [this message]
2022-07-10  8:54 ` [PATCH v1 02/11] drm/via: Embed via_dma in via_dri1 Sam Ravnborg
2022-07-10  8:54 ` [PATCH v1 03/11] drm/via: Embed via_map " Sam Ravnborg
2022-07-10  8:54 ` [PATCH v1 04/11] drm/via: Embed via_mm " Sam Ravnborg
2022-07-10  8:55 ` [PATCH v1 05/11] drm/via: Embed via_video " Sam Ravnborg
2022-07-10  8:55 ` [PATCH v1 06/11] drm/via: Embed via_irq " Sam Ravnborg
2022-07-10  8:55 ` [PATCH v1 07/11] drm/via: Embed via_dmablit " Sam Ravnborg
2022-07-10  8:55 ` [PATCH v1 08/11] drm/via: Embed via_verifier " Sam Ravnborg
2022-07-10  8:55 ` [PATCH v1 09/11] drm/via: Embed via_drv.h " Sam Ravnborg
2022-07-10  8:55 ` [PATCH v1 10/11] drm/via: Rename the via driver to via_dri1 Sam Ravnborg
2022-07-10  8:55 ` [PATCH v1 11/11] drm/via: Update to the latest via_3d_reg file Sam Ravnborg
2022-07-11  7:01 ` [PATCH v1 0/11] drm/via: Make via a single file driver Thomas Zimmermann
2022-07-11  9:01   ` Sam Ravnborg
2022-07-11  9:08     ` Thomas Zimmermann

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=20220710085506.1384056-2-sam@ravnborg.org \
    --to=sam@ravnborg.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=javierm@redhat.com \
    --cc=kevinbrace@bracecomputerlab.com \
    --cc=tzimmermann@suse.de \
    /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.