Lots of DRM fixes: added new pieces of template code so the ffb driver can
authorJeff Hartmann <jhartmann@valinux.com>
Tue, 7 Aug 2001 18:15:10 +0000 (18:15 +0000)
committerJeff Hartmann <jhartmann@valinux.com>
Tue, 7 Aug 2001 18:15:10 +0000 (18:15 +0000)
commit51e38d96ead5700c25c4fddd8017dc7992e96f5a
tree0f0372afa73a701c1be0e9f9b6b65106817d14a6
parent56bd9c207770d41a497f3e8237a1099dd9d4cd91
Lots of DRM fixes: added new pieces of template code so the ffb driver can
    be ported, rolled back r128 and i810 version bumps so 4.1.0 works with
    cvs kernel modules, added Config.in and updated Makefile.kernel,
    incorporated lots of drm fixes inspired by patches sent by Redhat, made
    DRM(realloc) usage check for NULL allocations, restructure driver init
    routines to export dev_priv only when initialized and to check for all
    error conditions.
34 files changed:
linux-core/Config.in [new file with mode: 0644]
linux-core/Makefile.kernel
linux-core/drm_bufs.c
linux-core/drm_context.c
linux-core/drm_drv.c
linux-core/drm_fops.c
linux-core/drm_ioctl.c
linux-core/drm_scatter.c
linux-core/drm_stub.c
linux-core/drm_vm.c
linux-core/i810_dma.c
linux-core/i810_drv.c
linux-core/r128_drv.c
linux/Config.in [new file with mode: 0644]
linux/Makefile.kernel
linux/drm_bufs.h
linux/drm_context.h
linux/drm_drv.h
linux/drm_fops.h
linux/drm_ioctl.h
linux/drm_lists.h
linux/drm_scatter.h
linux/drm_stub.h
linux/drm_vm.h
linux/i810_dma.c
linux/i810_drv.c
linux/mga_dma.c
linux/mga_drv.h
linux/mga_warp.c
linux/r128_cce.c
linux/r128_drv.c
linux/r128_state.c
linux/radeon_bufs.c [deleted file]
linux/radeon_cp.c