Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
b71ac811
Commit
b71ac811
authored
Jul 31, 2003
by
Alan Cox
Committed by
Linus Torvalds
Jul 31, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] re-enable SiS direct render
((Gaël Le Mignot)
parent
57ac16fc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
1 deletion
+14
-1
drivers/char/drm/Kconfig
drivers/char/drm/Kconfig
+9
-0
drivers/char/drm/Makefile
drivers/char/drm/Makefile
+3
-0
drivers/char/drm/sis_mm.c
drivers/char/drm/sis_mm.c
+2
-1
No files found.
drivers/char/drm/Kconfig
View file @
b71ac811
...
...
@@ -72,3 +72,12 @@ config DRM_MGA
Choose this option if you have a Matrox G200, G400 or G450 graphics
card. If M is selected, the module will be called mga. AGP
support is required for this driver to work.
config DRM_SIS
tristate "SiS video cards"
depends on DRM && AGP
help
Choose this option if you have a SiS 630 or compatibel video
chipset. If M is selected the module will be called sis. AGP
support is required for this driver to work.
drivers/char/drm/Makefile
View file @
b71ac811
...
...
@@ -10,6 +10,7 @@ i810-objs := i810_drv.o i810_dma.o
i830-objs
:=
i830_drv.o i830_dma.o i830_irq.o
radeon-objs
:=
radeon_drv.o radeon_cp.o radeon_state.o radeon_mem.o radeon_irq.o
ffb-objs
:=
ffb_drv.o ffb_context.o
sis-objs
:=
sis_drv.o sis_ds.o sis_mm.o
obj-$(CONFIG_DRM_GAMMA)
+=
gamma.o
obj-$(CONFIG_DRM_TDFX)
+=
tdfx.o
...
...
@@ -19,3 +20,5 @@ obj-$(CONFIG_DRM_MGA) += mga.o
obj-$(CONFIG_DRM_I810)
+=
i810.o
obj-$(CONFIG_DRM_I830)
+=
i830.o
obj-$(CONFIG_DRM_FFB)
+=
ffb.o
obj-$(CONFIG_DRM_SIS)
+=
sis.o
drivers/char/drm/sis_mm.c
View file @
b71ac811
...
...
@@ -28,8 +28,9 @@
*
*/
#include <linux/config.h>
#include "sis.h"
#include
<linux/sisfb.h>
#include
"video/sisfb.h"
#include "drmP.h"
#include "sis_drm.h"
#include "sis_drv.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment