summaryrefslogtreecommitdiff
path: root/shared-core
AgeCommit message (Expand)AuthorFilesLines
2003-06-30Fixes compilation of mach64 kernel module for kernel 2.5 (Colin Leroy).Jose Fonseca1-0/+9
2003-05-21mach64 drm support for YUV texturesLeif Delgass2-0/+6
2003-05-14more missing merge bitsLeif Delgass2-2/+0
2003-05-14pick up change missed in mergeLeif Delgass1-2/+2
2003-05-09update from trunkLeif Delgass1-2/+2
2003-05-03Merge from trunk (texmem). Convert mach64 to use generic utility functionsLeif Delgass5-40/+26
2003-04-29Get bus_address of PCI buffers in DRM(addbufs_pci) for Linux and removeLeif Delgass1-4/+1
2003-04-29Initial version of consistent PCI DMA API for Linux. Use DRM(pci_alloc) forLeif Delgass1-18/+10
2003-04-28Use AGP for ring (part 2 - drm)Leif Delgass4-59/+50
2003-04-27Merge trunk DRM changesLeif Delgass13-60/+120
2003-04-27Ensure irq handler is removed on cleanup and call cleanup on takedown. AlsoLeif Delgass3-14/+26
2003-04-25compile fix (Colin Leroy)Leif Delgass1-1/+1
2003-04-08Use DRM_VTOPHYS instead of virt_to_bus and supply the argument toEric Anholt1-3/+3
2003-04-08Use DRM_READ32/DRM_WRITE32 and drm_local_map_t.Eric Anholt1-11/+7
2003-04-08inline --> __inline__Eric Anholt1-2/+2
2003-03-30Merge trunk - 4.3.0, filpmach64-0-0-6-20030330Leif Delgass15-313/+277
2003-02-26Add VBLANK sync/throttle support. Many code cleanups, including moving themach64-0-0-6-20030329-freezeLeif Delgass5-200/+334
2003-02-18More os-independence changes for mach64 DRM, move list_for_each_safe()Leif Delgass3-149/+138
2003-02-17os-independence changes (DRM_IOCTL_ARGS, DRM_DEVICE, DRM_COPY*USER_IOCTL)Eric Anholt3-82/+42
2003-02-16Move the mach64 DRM files to shared/drm/kernel.Eric Anholt4-0/+3569
2003-02-06fix EAGAIN handling in radeon_cp_dispatch_texture() (fixes corruption ofMichel Daenzer1-9/+7
2003-02-04fix PCI and AGP posting problems (based on testing by Chris Ison andMichel Daenzer1-9/+7
2003-02-04only acknowledge interrupts we handle - others could be used outside theMichel Daenzer1-5/+8
2003-02-03Fix size of VERTEX2 ioctl struct (Egbert Eich)mesa-4-0-4-20030203Keith Whitwell1-1/+1
2003-01-26Add cast to avoid void * arithmetic warningmesa-4-0-4-20030129Leif Delgass1-1/+1
2003-01-16Fix radeon for BSD.Eric Anholt1-1/+5
2003-01-10Note that radeon_do_cp_idle() can fail, cope with it.Keith Whitwell1-5/+10
2003-01-06[TRIVIAL] [TRIVIAL PATCH 2.5.48] Remove unused function from radeon_mem.cRik Faith1-10/+0
2003-01-03more cleanups, free mem heap data on last client exitKeith Whitwell1-3/+4
2003-01-02Remove printkKeith Whitwell1-2/+0
2003-01-02Make the radeon drm module better at cleaning up after itself if all theKeith Whitwell2-3/+29
2002-12-12enums should be intsDavid Dawes1-1/+1
2002-12-06Rewrite radeon_cp_dispatch_texture() to avoid pingponging back to userspaceKeith Whitwell1-102/+99
2002-12-04further vertical blank interrupt cleanups: remove unused variable,Michel Daenzer3-3/+3
2002-12-03vertical blank interrupt cleanups: use spinlock instead of semaphore, sendMichel Daenzer3-12/+3
2002-11-30vertical blank ioctl can send signal instead of blockingMichel Daenzer4-8/+29
2002-11-25Silence the radeon_freelist_get 'returning NULL' message. It's not an errorKeith Whitwell1-1/+1
2002-10-30Kernel support for vblank syncing on Rage 128 and Matrox.Eric Anholt8-0/+304
2002-10-29updated e-mail addresses for Keith, Alan and JensJens Owen4-4/+4
2002-10-29preserve CRTC{,2}_OFFSET_CNTL in 2D driver to avoid bad effects whenMichel Daenzer4-21/+79
2002-10-28merge from mesa-4-1-branch to get cube-map registers. bumped version to 1.7Brian Paul3-3/+73
2002-10-27s/udelay/DRM_UDELAY/Eric Anholt1-1/+1
2002-10-10Jonny Strom's mga_dma.c patchKeith Whitwell1-1/+10
2002-10-02Free correct block in free_block (K. Rasche)trunk-20021002Keith Whitwell1-1/+1
2002-10-01fix wait condition for vertical blank IRQsMichel Daenzer1-1/+1
2002-09-29Turn boxes off againKeith Whitwell1-1/+1
2002-09-29Move os-dependent stuff out of radeon_irq.cKeith Whitwell2-83/+35
2002-09-29Fix up BSD irq handling.Eric Anholt1-6/+10
2002-09-27make SW interrupts more robust: write sequence number to scratch register,Michel Daenzer2-17/+26
2002-09-26DRM(vblank_wait) is driver specificMichel Daenzer1-0/+39