Skip to content

Commit

Permalink
drm/via: Embed via_verifier in via_dri1
Browse files Browse the repository at this point in the history
Embed the header file in via_drv.h and the code in via_dri1.
All functions are made static as there are no more external users.

Signed-off-by: Sam Ravnborg <[email protected]>
Acked-by: Thomas Zimmermann <[email protected]>
Cc: Kevin Brace <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
  • Loading branch information
sravnborg committed Jul 16, 2022
1 parent f99995a commit 8f8ed7f
Show file tree
Hide file tree
Showing 5 changed files with 1,099 additions and 1,175 deletions.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/via/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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_dri1.o via_verifier.o
via-y := via_dri1.o

obj-$(CONFIG_DRM_VIA) +=via.o
Loading

0 comments on commit 8f8ed7f

Please sign in to comment.