summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Free correct block in free_block (K. Rasche)trunk-20021002Keith Whitwell2002-10-022-2/+2
* fix wait condition for vertical blank IRQsMichel Daenzer2002-10-012-2/+2
* Remove some noise being spit to the console.Eric Anholt2002-09-292-4/+0
* Make our set_bit and friends match linux better (cleans up some warnings)Eric Anholt2002-09-292-24/+24
* warnings cleanupEric Anholt2002-09-292-6/+6
* Fix some of my silliness in DRM_WAIT_ON (not returning EINTR).Eric Anholt2002-09-292-14/+10
* Turn boxes off againKeith Whitwell2002-09-292-2/+2
* Move os-dependent stuff out of radeon_irq.cKeith Whitwell2002-09-2911-199/+197
* Fix up BSD irq handling.Eric Anholt2002-09-294-52/+20
* add support for 16K and 64K page sizes (Bjorn Helgaas)Michel Daenzer2002-09-292-4/+16
* make SW interrupts more robust: write sequence number to scratch register,Michel Daenzer2002-09-274-34/+52
* DRM(vblank_wait) is driver specificMichel Daenzer2002-09-264-76/+78
* BSD vblank framework.Eric Anholt2002-09-2613-30/+202
* Fix one warning.Eric Anholt2002-09-262-2/+2
* change RADEON_PARAM_IRQ_ACTIVE to RADEON_PARAM_IRQ_NRMichel Daenzer2002-09-254-8/+6
* common ioctl to wait for vertical blank IRQsMichel Daenzer2002-09-2515-122/+409
* merged r200-0-2-branch to trunkKeith Whitwell2002-09-2324-45/+1513
* make sure we never oops because the hardware lock pointer in the sigdataMichel Daenzer2002-09-216-6/+8
* - Fix various bugs in the DRI support for the i830 and i845G (KeithDavid Dawes2002-09-1110-620/+336
* Remove some extra symlinking for kernel module building that hasn't beenEric Anholt2002-08-309-54/+0
* Remove this one too: it'll be used from the linux version (if ever)Eric Anholt2002-08-301-40/+0
* Remove compat functions for FreeBSD for drivers which weren't available inEric Anholt2002-08-301-2/+7
* file radeon_irq.c was initially added on branch r200-0-2-branch.Keith Whitwell2002-08-300-0/+0
* standardize use of __FUNCTION__ (Linus)Keith Whitwell2002-08-2920-90/+90
* Turn boxes off.Keith Whitwell2002-08-282-2/+2
* Remove i8x0 files from the BSD side. These were not actually ported, andEric Anholt2002-08-2812-3989/+0
* file radeon_mem.c was initially added on branch r200-0-2-branch.Keith Whitwell2002-08-270-0/+0
* Remove drm_linux.h, it's no longer used.Eric Anholt2002-08-271-159/+0
* Include non-radeon modules in the build.Eric Anholt2002-08-273-3/+3
* merged r200-0-1-branchr200-0-1-20020822-mergeKeith Whitwell2002-08-2616-353/+1733
* Don't (re)define vmalloc_to_page for kernel >= 2.4.19, as it has beenLeif Delgass2002-08-227-16/+16
* SetPageLocked only defined in 2.5.x (x=?), use LockPage for 2.4.x (x>=9).Leif Delgass2002-08-224-4/+20
* Change the linux kernel version condition in the i810 driver (according toJose Fonseca2002-08-212-4/+4
* Remove drm_linux.h, move the two useful defines into drm_drv.h (the onlyEric Anholt2002-08-214-36/+154
* add missing include (for udelay), remove unused counter.Leif Delgass2002-08-212-4/+2
* TRUE and FALSE don't seem to be defined everywhere...Michel Daenzer2002-08-212-4/+4
* zero-cliprect case patch from JacekKeith Whitwell2002-08-122-4/+20
* test scratch register writeback before using itMichel Daenzer2002-08-116-8/+54
* Try to open the /dev/dri/cardX device once, then only if it fails check theEric Anholt2002-08-081-1/+11
* Updates from Rusty Russell to:Rik Faith2002-08-0614-82/+80
* fix off-by-one error for right bottom corner in radeon_emit_clip_rect()GEODE-BASE-DRIVERreinit-0-0-1-branchgeode-0-0-1-branchMichel Daenzer2002-07-182-4/+2
* Workaround for Radeon lockups on fast machinesTim Smith2002-07-172-2/+26
* bump DRM minor and check it before using the GETPARAM ioctl to obtainMichel Daenzer2002-07-141-3/+3
* Don't read scratch registers directly, obtain the values via the GET_PARAMMichel Daenzer2002-07-116-58/+84
* Increase the linux-compatibility max ioctl.Eric Anholt2002-07-091-1/+1
* remove obsolete filesAlan Hourihane2002-07-0617-12306/+0
* remove files missed by mergeAlan Hourihane2002-07-053-1003/+0
* merged bsd-3-0-0-branchbsd-3-0-0-20020705-mergeAlan Hourihane2002-07-05141-5315/+18140
* Fix some more pageflipping issues -- existing code was doing MMIO writestrunk-20020705Keith Whitwell2002-07-041-10/+14
* Revert SET_SCISSORS change.Keith Whitwell2002-07-041-3/+4