summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2002-11-25added missing return fd (Alexander Stohr)mesa-4-1-branchBrian Paul1-0/+1
2002-11-15merge from trunkBrian Paul51-251/+906
2002-10-25Added support for cube mapping registers/packets. Bumped version number toBrian Paul7-7/+151
2002-10-15merge from trunkBrian Paul4-4/+22
2002-10-15replace max() with cond expressionBrian Paul2-2/+2
2002-10-08Fix error condition...Keith Whitwell2-2/+2
2002-10-08Call pci_enable_device() in DRM(irq_busid).Keith Whitwell2-4/+30
2002-10-02Free correct block in free_block (K. Rasche)trunk-20021002Keith Whitwell2-2/+2
2002-10-01fix wait condition for vertical blank IRQsMichel Daenzer2-2/+2
2002-09-29Remove some noise being spit to the console.Eric Anholt2-4/+0
2002-09-29Make our set_bit and friends match linux better (cleans up some warnings)Eric Anholt2-24/+24
2002-09-29warnings cleanupEric Anholt2-6/+6
2002-09-29Fix some of my silliness in DRM_WAIT_ON (not returning EINTR).Eric Anholt2-14/+10
2002-09-29Turn boxes off againKeith Whitwell2-2/+2
2002-09-29Move os-dependent stuff out of radeon_irq.cKeith Whitwell11-199/+197
2002-09-29Fix up BSD irq handling.Eric Anholt4-52/+20
2002-09-29add support for 16K and 64K page sizes (Bjorn Helgaas)Michel Daenzer2-4/+16
2002-09-27make SW interrupts more robust: write sequence number to scratch register,Michel Daenzer4-34/+52
2002-09-26DRM(vblank_wait) is driver specificMichel Daenzer4-76/+78
2002-09-26BSD vblank framework.Eric Anholt13-30/+202
2002-09-26Fix one warning.Eric Anholt2-2/+2
2002-09-25change RADEON_PARAM_IRQ_ACTIVE to RADEON_PARAM_IRQ_NRMichel Daenzer4-8/+6
2002-09-25common ioctl to wait for vertical blank IRQsMichel Daenzer15-122/+409
2002-09-23merged r200-0-2-branch to trunkKeith Whitwell24-45/+1513
2002-09-21make sure we never oops because the hardware lock pointer in the sigdataMichel Daenzer6-6/+8
2002-09-11- Fix various bugs in the DRI support for the i830 and i845G (KeithDavid Dawes10-620/+336
2002-08-30Remove some extra symlinking for kernel module building that hasn't beenEric Anholt9-54/+0
2002-08-30Remove this one too: it'll be used from the linux version (if ever)Eric Anholt1-40/+0
2002-08-30Remove compat functions for FreeBSD for drivers which weren't available inEric Anholt1-2/+7
2002-08-30file radeon_irq.c was initially added on branch r200-0-2-branch.Keith Whitwell0-0/+0
2002-08-29standardize use of __FUNCTION__ (Linus)Keith Whitwell20-90/+90
2002-08-28Turn boxes off.Keith Whitwell2-2/+2
2002-08-28Remove i8x0 files from the BSD side. These were not actually ported, andEric Anholt12-3989/+0
2002-08-27file radeon_mem.c was initially added on branch r200-0-2-branch.Keith Whitwell0-0/+0
2002-08-27Remove drm_linux.h, it's no longer used.Eric Anholt1-159/+0
2002-08-27Include non-radeon modules in the build.Eric Anholt3-3/+3
2002-08-26merged r200-0-1-branchr200-0-1-20020822-mergeKeith Whitwell16-353/+1733
2002-08-22Don't (re)define vmalloc_to_page for kernel >= 2.4.19, as it has beenLeif Delgass7-16/+16
2002-08-22SetPageLocked only defined in 2.5.x (x=?), use LockPage for 2.4.x (x>=9).Leif Delgass4-4/+20
2002-08-21Change the linux kernel version condition in the i810 driver (according toJose Fonseca2-4/+4
2002-08-21Remove drm_linux.h, move the two useful defines into drm_drv.h (the onlyEric Anholt4-36/+154
2002-08-21add missing include (for udelay), remove unused counter.Leif Delgass2-4/+2
2002-08-21TRUE and FALSE don't seem to be defined everywhere...Michel Daenzer2-4/+4
2002-08-12zero-cliprect case patch from JacekKeith Whitwell2-4/+20
2002-08-11test scratch register writeback before using itMichel Daenzer6-8/+54
2002-08-08Try to open the /dev/dri/cardX device once, then only if it fails check theEric Anholt1-1/+11
2002-08-06Updates from Rusty Russell to:Rik Faith14-82/+80
2002-07-18fix off-by-one error for right bottom corner in radeon_emit_clip_rect()GEODE-BASE-DRIVERMichel Daenzer2-4/+2
2002-07-17Workaround for Radeon lockups on fast machinesTim Smith2-2/+26
2002-07-14bump DRM minor and check it before using the GETPARAM ioctl to obtainMichel Daenzer1-3/+3