summaryrefslogtreecommitdiff
path: root/shared/radeon_cp.c
AgeCommit message (Expand)AuthorFilesLines
2003-11-04Memory layout transition:Michel Daenzer1-9/+20
2003-10-17- Move IRQ functions from drm_dma.h to new drm_irq.h and disentangle themEric Anholt1-1/+1
2003-08-26Remove artificial PCI GART limitations, rename AGP to GART whereMichel Daenzer1-34/+31
2003-08-18Clean up Radeon DRI resume codeMichel Daenzer1-170/+49
2003-05-20DRM part of Radeon DRI suspend/resume support (Charl Botha).config-0-0-1-20031005-freezeconfig-0-0-1-branchDavid Dawes1-0/+180
2003-05-16Support AGP bridges where the AGP aperture can't be accessed directly byMichel Daenzer1-14/+14
2003-05-06fix warning on machines where sizeof(drm_addr_t) != 4 (Randy Dunlap)Michel Daenzer1-2/+2
2003-04-26Ensure driver has been initialized (dev_private != NULL) before installingLeif Delgass1-0/+10
2003-04-22get rid of superfluous fields in struct drm_radeon_ring_bufferMichel Daenzer1-11/+12
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 Whitwell1-0/+7
2003-04-21Check for NULL map before calling DRM(ioremapfree) on cleanup. Prevents anLeif Delgass1-3/+6
2003-03-28merged drm-filp-0-1-branchdrm-filp-1-20020328-mergeKeith Whitwell1-18/+67
2003-03-25XFree86 4.3.0 mergeX_4_3_0-20030324-mergeAlan Hourihane1-56/+7
2003-02-21Merge from bsd-4-0-0-branch.bsd-4-0-0-20030221-mergeEric Anholt1-3/+4
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-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 Whitwell1-3/+28
2002-11-25Silence the radeon_freelist_get 'returning NULL' message. It's not an errorKeith Whitwell1-1/+1
2002-09-29Turn boxes off againKeith Whitwell1-1/+1
2002-09-29Move os-dependent stuff out of radeon_irq.cKeith Whitwell1-1/+1
2002-09-23merged r200-0-2-branch to trunkKeith Whitwell1-0/+3
2002-08-29standardize use of __FUNCTION__ (Linus)Keith Whitwell1-3/+3
2002-08-28Turn boxes off.Keith Whitwell1-1/+1
2002-08-26merged r200-0-1-branchr200-0-1-20020822-mergeKeith Whitwell1-12/+351
2002-08-21TRUE and FALSE don't seem to be defined everywhere...Michel Daenzer1-2/+2
2002-08-11test scratch register writeback before using itMichel Daenzer1-1/+19
2002-07-11Don't read scratch registers directly, obtain the values via the GET_PARAMMichel Daenzer1-29/+30
2002-07-05merged bsd-3-0-0-branchbsd-3-0-0-20020705-mergeAlan Hourihane1-0/+1287