Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-07-04 | Don't need to include linux/wrapper.h - we only use Set/ClearPageReservedmach64-0-0-6-branch | Leif Delgass | 2 | -10/+0 | |
from linux/mm.h now and wrapper.h has been removed in 2.5.69 and later. | |||||
2003-06-30 | Fixes compilation of mach64 kernel module for kernel 2.5 (Colin Leroy). | Jose Fonseca | 4 | -4/+40 | |
2003-05-21 | mach64 drm support for YUV textures | Leif Delgass | 4 | -0/+12 | |
2003-05-14 | more missing merge bits | Leif Delgass | 4 | -4/+0 | |
2003-05-14 | pick up change missed in merge | Leif Delgass | 2 | -4/+4 | |
2003-05-09 | update from trunk | Leif Delgass | 2 | -4/+4 | |
2003-05-03 | Merge from trunk (texmem). Convert mach64 to use generic utility functions | Leif Delgass | 15 | -85/+57 | |
and common vblank code. Still need to convert to generic texmem code. | |||||
2003-04-30 | Compile fix with memory debugging off. Rename MEMORY_DEBUG to | Leif Delgass | 6 | -18/+30 | |
DRM_MEMORY_DEBUG and move #define to drmP.h | |||||
2003-04-29 | Fix compiling with debug on. | Eric Anholt | 2 | -2/+2 | |
2003-04-29 | Add mach64 to the list of modules to build. | Eric Anholt | 3 | -3/+3 | |
2003-04-29 | Get bus_address of PCI buffers in DRM(addbufs_pci) for Linux and remove | Leif Delgass | 13 | -33/+5 | |
DRM_VTOPHYS() macro. For now this is done with virt_to_bus() until the consistent PCI interface is used. Add drm_pci.h to Makefile.linux, merge cleanup of unused vars in drm_proc.h from trunk. | |||||
2003-04-29 | Prototypes for DRM(pci_alloc/free) | Leif Delgass | 2 | -0/+14 | |
2003-04-29 | Fix misplaced #endif | Leif Delgass | 2 | -2/+2 | |
2003-04-29 | Initial version of consistent PCI DMA API for Linux. Use DRM(pci_alloc) for | Leif Delgass | 6 | -36/+350 | |
PCI ring buffer in shared mach64 drm code. | |||||
2003-04-28 | Add mach64 option to Kconfig | Leif Delgass | 2 | -0/+22 | |
2003-04-28 | Remove debug print. | Leif Delgass | 2 | -2/+0 | |
2003-04-28 | Merge fix from trunk | Leif Delgass | 2 | -10/+16 | |
2003-04-28 | Use AGP for ring (part 2 - drm) | Leif Delgass | 8 | -118/+100 | |
2003-04-27 | Add drm_pci.h for BSD (missed in merge) | Leif Delgass | 0 | -0/+0 | |
2003-04-27 | Merge trunk DRM changes | Leif Delgass | 130 | -9071/+2037 | |
2003-04-27 | Ensure irq handler is removed on cleanup and call cleanup on takedown. Also | Leif Delgass | 12 | -29/+1493 | |
some formatting tweaks. | |||||
2003-04-25 | compile fix (Colin Leroy) | Leif Delgass | 8 | -2/+1295 | |
2003-04-09 | Resync with trunk of 04-09-2003 | Leif Delgass | 4 | -28/+26 | |
2003-04-09 | Fix last-minute breakage of list_add_tail. | Eric Anholt | 2 | -4/+4 | |
Pointy hat to: anholt | |||||
2003-04-08 | Merge in trunk changes to Linux drm (incl. RH9 fix) | Leif Delgass | 26 | -94/+117 | |
2003-04-08 | Add mach64_drv.c, almost the last changes necessary for mach64 on BSD. I | Eric Anholt | 2 | -0/+162 | |
think the PCI ID list here is complete. | |||||
2003-04-08 | Use DRM_VTOPHYS instead of virt_to_bus and supply the argument to | Eric Anholt | 2 | -6/+6 | |
DRM_READMEMORYBARRIER. | |||||
2003-04-08 | Add a DRM_VTOPHYS macro (to virt_to_bus) like the BSDs have. | Eric Anholt | 2 | -0/+2 | |
2003-04-08 | Add fake le32_to_cpu macros and always include drm_linux_list.h. | Eric Anholt | 6 | -0/+6 | |
2003-04-08 | Add the mach64 makefile for BSD. | Eric Anholt | 2 | -0/+46 | |
2003-04-08 | de-spam the r128 Makefile. (I had cp -Rp'ed r128 to mach64). | Eric Anholt | 2 | -4/+4 | |
2003-04-08 | Link mach64_irq.c. | Eric Anholt | 1 | -0/+1 | |
2003-04-08 | Makefile for the mach64 module. | Eric Anholt | 2 | -4/+4 | |
2003-04-08 | Add a set of list macros used by the mach64 code. | Eric Anholt | 2 | -0/+140 | |
2003-04-08 | Use DRM_READ32/DRM_WRITE32 and drm_local_map_t. | Eric Anholt | 2 | -22/+14 | |
2003-04-08 | inline --> __inline__ | Eric Anholt | 2 | -4/+4 | |
2003-03-30 | Merge trunk - 4.3.0, filpmach64-0-0-6-20030330 | Leif Delgass | 130 | -3613/+4089 | |
2003-02-26 | Add VBLANK sync/throttle support. Many code cleanups, including moving themach64-0-0-6-20030329-freeze | Leif Delgass | 14 | -492/+680 | |
interrupt-related code in the DRM to the new mach64_irq.c. | |||||
2003-02-18 | More os-independence changes for mach64 DRM, move list_for_each_safe() | Leif Delgass | 10 | -340/+330 | |
definition (for older Linux kernels) to drmP.h, add some additional checks and enhancements to vertex buffer copy/verify, reduce logging verbosity. | |||||
2003-02-17 | os-independence changes (DRM_IOCTL_ARGS, DRM_DEVICE, DRM_COPY*USER_IOCTL) | Eric Anholt | 6 | -164/+84 | |
2003-02-16 | Mach64 doesn't need pcigart/scatter headers, since we use plain PCI DMA for | Leif Delgass | 2 | -4/+0 | |
PCI cards. | |||||
2003-02-16 | Move module info/driver ioctls to shared mach64.h | Leif Delgass | 3 | -48/+29 | |
2003-02-16 | Move the mach64 DRM files to shared/drm/kernel. | Eric Anholt | 10 | -0/+3574 | |
2003-02-11 | Initial merge from mach64-0-0-5-branch | Leif Delgass | 13 | -3/+3895 | |
2003-02-08 | reclaim DMA buffers in DRIVER_RELEASE() (Felix Kühling) | Michel Daenzer | 1 | -0/+1 | |
2003-02-06 | fix EAGAIN handling in radeon_cp_dispatch_texture() (fixes corruption of | Michel Daenzer | 2 | -18/+14 | |
large textures), and get rid of superfluous local y variable | |||||
2003-02-04 | disable strict aliasing for building the DRM | Michel Daenzer | 1 | -1/+1 | |
2003-02-04 | fix PCI and AGP posting problems (based on testing by Chris Ison and | Michel Daenzer | 2 | -18/+14 | |
suggestions by Benjamin Herrenschmidt and Arjan van de Ven) remove radeon_flush_write_combine() which has been unused for a while | |||||
2003-02-04 | only acknowledge interrupts we handle - others could be used outside the | Michel Daenzer | 2 | -10/+16 | |
DRM | |||||
2003-02-03 | Fix size of VERTEX2 ioctl struct (Egbert Eich)mesa-4-0-4-20030203 | Keith Whitwell | 2 | -2/+2 | |