summaryrefslogtreecommitdiff
path: root/shared
AgeCommit message (Expand)AuthorFilesLines
2003-04-26Remove the map argument from DRM_*MEMORYBARRIER. Not all of the uses ofEric Anholt3-6/+6
2003-04-26Ensure driver has been initialized (dev_private != NULL) before installingLeif Delgass8-14/+48
2003-04-22get rid of superfluous fields in struct drm_radeon_ring_bufferMichel Daenzer2-18/+17
2003-04-22Remove AGP dependency in kernel config for radeon, sis. RemoveLeif Delgass1-17/+0
2003-04-22add more get_param queries for embedded projectKeith Whitwell5-0/+32
2003-04-21Check for NULL map before calling DRM(ioremapfree) on cleanup. Prevents anLeif Delgass3-9/+18
2003-03-29buf->filp is a pointer, so make printf format args be %p not %dEric Anholt1-4/+4
2003-03-28merged drm-filp-0-1-branchdrm-filp-1-20020328-mergeKeith Whitwell12-328/+300
2003-03-25XFree86 4.3.0 mergeX_4_3_0-20030324-mergeAlan Hourihane8-194/+194
2003-03-04DRM_FREE/2 patch from Philip BrownKeith Whitwell2-63/+67
2003-02-21Merge from bsd-4-0-0-branch.bsd-4-0-0-20030221-mergeEric Anholt6-62/+56
2003-02-08reclaim DMA buffers in DRIVER_RELEASE() (Felix Kühling)Michel Daenzer1-0/+1
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 Whitwell2-26/+16
2003-01-02Bump radeon drm version nr on recent interface relaxationKeith Whitwell1-1/+2
2003-01-02Remove printkKeith Whitwell1-2/+0
2003-01-02Make the radeon drm module better at cleaning up after itself if all theKeith Whitwell3-3/+35
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-11-23allow unprivileged clients to use the GETPARAM ioctl (Wang WenRui)Michel Daenzer1-1/+1
2002-10-30Kernel support for vblank syncing on Rage 128 and Matrox.Eric Anholt10-7/+319
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 Paul4-4/+78
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 Whitwell3-86/+46
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
2002-09-26BSD vblank framework.Eric Anholt1-1/+0
2002-09-25change RADEON_PARAM_IRQ_ACTIVE to RADEON_PARAM_IRQ_NRMichel Daenzer2-4/+3
2002-09-25common ioctl to wait for vertical blank IRQsMichel Daenzer4-80/+97
2002-09-23merged r200-0-2-branch to trunkKeith Whitwell7-20/+785
2002-08-29standardize use of __FUNCTION__ (Linus)Keith Whitwell9-41/+41
2002-08-28Turn boxes off.Keith Whitwell1-1/+1