summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-09-29Version test for sys/endian.hi865-agp-0-1-20030929i865-agp-0-1-branchKeith Whitwell2-0/+14
2003-09-22Change mtrr version checkKeith Whitwell2-2/+12
2003-09-09Use spldrm/splx around tsleep() in DRM_WAIT_ONKeith Whitwell2-6/+14
2003-09-05Work around occasionally missed irqs on FreeBSD + certain combinations ofi865-agp-0-1-20030905Keith Whitwell2-6/+6
2003-07-25Match new naming of drm subdevice created by agp_i810.ci865-agp-0-1-20030728Keith Whitwell3-10/+21
2003-07-25Add chipids for 9200 boardsKeith Whitwell2-0/+18
2003-07-21Remove unused varKeith Whitwell1-2/+7
2003-07-21cope better with agp bridge devicesKeith Whitwell4-18/+46
2003-07-07Fix broken i830_wait_ring()i865-agp-0-1-20030707Keith Whitwell1-13/+7
2003-07-07Temporary changes to work with i865 agp patch - will break other driversKeith Whitwell5-22/+17
2003-07-07Use braces around condition in DRM_WAIT_ON. Match linux version's semanticsKeith Whitwell2-6/+2
2003-07-03Fix a couple of small issuesKeith Whitwell1-19/+20
2003-07-03Lift cmpxchg defn from linux (simplified)Keith Whitwell2-2/+28
2003-07-01Get the linux drm building againKeith Whitwell26-68/+46
2003-06-30allow i830 drm to build under bsdKeith Whitwell40-222/+541
2003-06-18move i830 drm to shared directoryKeith Whitwell14-2645/+4
2003-06-18TypoKeith Whitwell2-2/+2
2003-06-18Move flush_queue functionality into dma_quiescent, remove flush_queue()Keith Whitwell2-70/+22
2003-06-18Turn on irq's, fix issue with loosing irqs.Keith Whitwell5-33/+61
2003-06-18Increment counter after all hardware operations, not just vertexbuffers.Keith Whitwell2-6/+26
2003-06-04Add blit ioctlKeith Whitwell7-1/+204
2003-06-03Get the agp heap workingKeith Whitwell7-13/+3
2003-06-03Remove bogus returnKeith Whitwell2-2/+4
2003-06-03First pass at support for agp allocator in i830 driverKeith Whitwell11-109/+576
2003-05-30Make vertex2 function more like the originalKeith Whitwell2-2/+8
2003-05-30new fileKeith Whitwell1-0/+390
2003-05-30Move i830 kernel module to os-independent wrapper usage. Experiment withKeith Whitwell14-708/+739
2003-05-28Restore change to _DRM_VBLANK_SIGNAL from rev. 1.41, which was revertedLeif Delgass3-3/+3
2003-05-28Restore DRM_*MEMORYBARRIER change reverted with documentation mergeLeif Delgass2-6/+6
2003-05-27Merged DRM documentation.Jose Fonseca48-1198/+5048
2003-05-26Add support to r128 for MESA_ycbcr_texture (Ian Romanick, Leif Delgass)Leif Delgass5-3/+25
2003-05-20DRM part of Radeon DRI suspend/resume support (Charl Botha).config-0-0-1-20031005-freezeDavid Dawes7-0/+368
2003-05-20Support for building DRM module on OpenBSD (Wilbern Cobb, Matthieu Herrb).David Dawes4-4/+16
2003-05-17do allow reading from read only mappings...Michel Daenzer2-2/+2
2003-05-16Support AGP bridges where the AGP aperture can't be accessed directly byMichel Daenzer30-181/+537
2003-05-06fix warning on machines where sizeof(drm_addr_t) != 4 (Randy Dunlap)Michel Daenzer2-4/+4
2003-04-30Merged texmem-0-0-1texmem-0-0-1-20030429-mergeIan Romanick6-18/+8
2003-04-29remove unused variablestexmem-0-0-1-20030429-premergeLeif Delgass2-18/+0
2003-04-28Fix a typo: On takedown the mtrr operation is MEMRANGE_SET_REMOVE, notEric Anholt2-2/+2
2003-04-28Restore Eric Anholt's DRM_*MEMORYBARRIER changes from rev 1.11Leif Delgass2-4/+6
2003-04-28Only free original pagelist in addbufs_pci if one already exists (fixesLeif Delgass2-10/+14
2003-04-28DRM_READ/WRITEMEMORYBARRIER was given an argument in the bsd tree, fix forAlan Hourihane2-6/+4
2003-04-27Put back __HAVE_KERNEL_CTX_SWITCH for David Miller's sparc drm driverKeith Whitwell2-0/+58
2003-04-27Use real endian conversion functions.Eric Anholt4-4/+12
2003-04-26Fix formatting of hw.dri sysctl.Eric Anholt6-48/+32
2003-04-26Remove the map argument from DRM_*MEMORYBARRIER. Not all of the uses ofEric Anholt14-36/+82
2003-04-26MFL: Don't install irq handler unless the driver has been initialized.Eric Anholt2-0/+6
2003-04-26Add PCI DMA memory functions and make addbufs_pci and associated code useEric Anholt12-160/+380
2003-04-26Ensure driver has been initialized (dev_private != NULL) before installingLeif Delgass31-101/+257
2003-04-26Missed files in the last commit: Remove memory debugging sysctl unlessEric Anholt4-2/+10