summaryrefslogtreecommitdiff
path: root/shared-core
AgeCommit message (Expand)AuthorFilesLines
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-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
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 Daenzer3-36/+96
2002-09-23merged r200-0-2-branch to trunkKeith Whitwell6-14/+709
2002-08-29standardize use of __FUNCTION__ (Linus)Keith Whitwell9-41/+41
2002-08-28Turn boxes off.Keith Whitwell1-1/+1
2002-08-26merged r200-0-1-branchr200-0-1-20020822-mergeKeith Whitwell4-168/+859
2002-08-21TRUE and FALSE don't seem to be defined everywhere...Michel Daenzer1-2/+2
2002-08-12zero-cliprect case patch from JacekKeith Whitwell1-2/+10
2002-08-11test scratch register writeback before using itMichel Daenzer3-4/+27
2002-08-06Updates from Rusty Russell to:Rik Faith2-2/+1
2002-07-18fix off-by-one error for right bottom corner in radeon_emit_clip_rect()GEODE-BASE-DRIVERMichel Daenzer1-2/+1
2002-07-17Workaround for Radeon lockups on fast machinesTim Smith1-1/+13
2002-07-11Don't read scratch registers directly, obtain the values via the GET_PARAMMichel Daenzer3-29/+42
2002-07-05merged bsd-3-0-0-branchbsd-3-0-0-20020705-mergeAlan Hourihane15-7/+22458
2002-06-12merged tcl-0-0-branchtrunk-20020617tcl-0-0-20020612-mergeKeith Whitwell1-0/+4
2002-04-09Merged drmcommand-0-0-1drmcommand-0-0-1-20020409-mergeJens Owen1-96/+3
2002-02-14First pass of mesa-4-0 branch merge into trunk.trunk-20020221mesa-4-0-20020214-mergeDavid Dawes1-0/+7