summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-04-08Use list_entry() to get container struct from struct list_head pointers.Leif Delgass
2003-04-05add 'SG' map type identifier string (pci scatter/gather) to /proc vm infoLeif Delgass
2003-04-01Whitespace and remove a dead commented line.Eric Anholt
2003-03-31Warning fix (use %p format for filp)Leif Delgass
2003-03-30Spelling fixes in comments.Eric Anholt
2003-03-29Remove dead vma code and remove the unused devstate struct definition.Eric Anholt
2003-03-29Add DRMFILE definitions and supply filp for BSD in theEric Anholt
2003-03-29buf->filp is a pointer, so make printf format args be %p not %dEric Anholt
2003-03-28merged drm-filp-0-1-branchKeith Whitwell
2003-03-26Add 2nd arg for DRM_FREEKeith Whitwell
2003-03-25linux merge for drmAlan Hourihane
2003-03-25XFree86 4.3.0 mergeAlan Hourihane
2003-03-11Merge back from FreeBSD-current, adding FreeBSD ID tags to aid futureEric Anholt
2003-03-08Make dma_addr_t an unsigned long not a uint32, don't try to use memrangeEric Anholt
2003-03-06Remove the vbl signal code because it's untested (and has lock issues onEric Anholt
2003-03-05Put cdevsw initialization in line with FreeBSD-current. (From r1.10,r1.11Eric Anholt
2003-03-05Update mmap handling for FreeBSD-current (Based on r1.3 of FreeBSD CVS).Eric Anholt
2003-03-05Remove a paste-o in DRM_SPINUNINIT and add a volatile to the compatibilityEric Anholt
2003-03-04DRM_FREE/2 patch from Philip BrownKeith Whitwell
2003-03-02file savage_drv.h was initially added on branch savage-0-0-1-branch.Jose Fonseca
2003-03-02file savage_drm.h was initially added on branch savage-0-0-1-branch.Jose Fonseca
2003-03-02file savage_bci.c was initially added on branch savage-0-0-1-branch.Jose Fonseca
2003-02-28Update object targetsLeif Delgass
2003-02-27file savage_drv.c was initially added on branch savage-0-0-1-branch.Jose Fonseca
2003-02-27file savage.h was initially added on branch savage-0-0-1-branch.Jose Fonseca
2003-02-26file mach64_irq.c was initially added on branch mach64-0-0-6-branch.Leif Delgass
2003-02-22Fix build on NetBSD.Eric Anholt
2003-02-21Merge from bsd-4-0-0-branch.Eric Anholt
2003-02-16file mach64_drm.h was initially added on branch mach64-0-0-6-branch.Eric Anholt
2003-02-16file mach64_state.c was initially added on branch mach64-0-0-6-branch.Eric Anholt
2003-02-16file mach64_drv.h was initially added on branch mach64-0-0-6-branch.Eric Anholt
2003-02-16file mach64_dma.c was initially added on branch mach64-0-0-6-branch.Eric Anholt
2003-02-16file mach64.h was initially added on branch mach64-0-0-6-branch.Eric Anholt
2003-02-08reclaim DMA buffers in DRIVER_RELEASE() (Felix Kühling)Michel Daenzer
2003-02-06fix EAGAIN handling in radeon_cp_dispatch_texture() (fixes corruption ofMichel Daenzer
2003-02-04disable strict aliasing for building the DRMMichel Daenzer
2003-02-04fix PCI and AGP posting problems (based on testing by Chris Ison andMichel Daenzer
2003-02-04only acknowledge interrupts we handle - others could be used outside theMichel Daenzer
2003-02-03Fix size of VERTEX2 ioctl struct (Egbert Eich)Keith Whitwell
2003-02-02don't inflate relative vblank sequence numbers on repeated calls (e.g. whenMichel Daenzer
2003-01-26Add cast to avoid void * arithmetic warningLeif Delgass
2003-01-24Fix build on -current: Provide M_WAITOK define.Eric Anholt
2003-01-16Fix radeon for BSD.Eric Anholt
2003-01-11limit number of pending vblank signals to 100 to prevent DoS, and minorMichel Daenzer
2003-01-11file agp_30_symbols.h was initially added on branch agpgart_2_0_branch.Jeff Hartmann
2003-01-10Note that radeon_do_cp_idle() can fail, cope with it.Keith Whitwell
2003-01-06[TRIVIAL] [TRIVIAL PATCH 2.5.48] Remove unused function from radeon_mem.cRik Faith
2003-01-03more cleanups, free mem heap data on last client exitKeith Whitwell
2003-01-02Bump radeon drm version nr on recent interface relaxationKeith Whitwell
2003-01-02Remove printkKeith Whitwell