mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-24 20:40:12 +01:00
mga now loads and initializes, but fails when mapping warp microcode. glide
seems to be the problem with the tdfx driver - a small test apps shows
you get the 'non-existent Sst' error. Glide needs a closer look.
This commit is contained in:
parent
31bb8d5e9e
commit
f9d0e7462a
4 changed files with 4 additions and 4 deletions
|
|
@ -4,7 +4,7 @@ KMOD= mga
|
|||
NOMAN= YES
|
||||
SRCS= mga_drv.c mga_state.c mga_warp.c mga_dma.c
|
||||
SRCS+= device_if.h bus_if.h pci_if.h opt_drm_linux.h
|
||||
CFLAGS+= ${DEBUG_FLAGS} -I. -I.. -DSMP -DAPIC_IO
|
||||
CFLAGS+= ${DEBUG_FLAGS} -I. -I..
|
||||
|
||||
@:
|
||||
ln -sf /sys @
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ KMOD= tdfx
|
|||
NOMAN= YES
|
||||
SRCS= tdfx_drv.c
|
||||
SRCS+= device_if.h bus_if.h pci_if.h opt_drm_linux.h
|
||||
CFLAGS+= ${DEBUG_FLAGS} -I. -I.. -DSMP -DAPIC_IO
|
||||
CFLAGS+= ${DEBUG_FLAGS} -I. -I..
|
||||
|
||||
@:
|
||||
ln -sf /sys @
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ KMOD= mga
|
|||
NOMAN= YES
|
||||
SRCS= mga_drv.c mga_state.c mga_warp.c mga_dma.c
|
||||
SRCS+= device_if.h bus_if.h pci_if.h opt_drm_linux.h
|
||||
CFLAGS+= ${DEBUG_FLAGS} -I. -I.. -DSMP -DAPIC_IO
|
||||
CFLAGS+= ${DEBUG_FLAGS} -I. -I..
|
||||
|
||||
@:
|
||||
ln -sf /sys @
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ KMOD= tdfx
|
|||
NOMAN= YES
|
||||
SRCS= tdfx_drv.c
|
||||
SRCS+= device_if.h bus_if.h pci_if.h opt_drm_linux.h
|
||||
CFLAGS+= ${DEBUG_FLAGS} -I. -I.. -DSMP -DAPIC_IO
|
||||
CFLAGS+= ${DEBUG_FLAGS} -I. -I..
|
||||
|
||||
@:
|
||||
ln -sf /sys @
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue