aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/drm
Commit message (Expand)AuthorAgeFilesLines
* Don't try to setup interrupts for drivers that don't support them.Robert Noland2009-04-191-19/+22
* check offsets for R300_ZB_ZPASS_ADDRRobert Noland2009-04-071-2/+5
* Add regs required for occlusion queries supportRobert Noland2009-04-074-2/+11
* Add support for RV790 (HD 4890) asicsRobert Noland2009-04-031-0/+2
* A little more cleanup from AMD, if we don't have the right microcodeRobert Noland2009-04-032-38/+37
* Simplify the radeon microcode loading.Robert Noland2009-03-312-213/+132
* We don't know what these pages are going to be used for, they should beRobert Noland2009-03-301-1/+1
* Load the right microcode for RS780.Robert Noland2009-03-301-4/+4
* Fix up waiting on vblank again... This reverts a last minute change thatRobert Noland2009-03-261-5/+8
* Rework the management of vblank interrupts a bit.Robert Noland2009-03-251-22/+31
* Intel handled the management of the breadcrumb counter inconsistently.Robert Noland2009-03-252-11/+12
* The GART allocations are a propery of the gart, not of scatter-gatherRobert Noland2009-03-253-10/+9
* Fix up the flags to bus_dmamem again. The man page incorrectly showedRobert Noland2009-03-222-10/+9
* vm_offset_t is unsigned, so compare of >= 0 is not needed.Robert Noland2009-03-201-1/+1
* Remove the DRM_ERROR to fix build. It didn't make any sense anyway.Robert Noland2009-03-201-2/+0
* Fix what appears to be a typo, and restore the registers correctly.Robert Noland2009-03-201-1/+1
* Don't deref dev->dev_private before checking that it exists.Robert Noland2009-03-201-2/+1
* Only issue the wakeup and store the counter if vblank is enabled onRobert Noland2009-03-201-4/+6
* Add a couple of radeon pci ids.Robert Noland2009-03-201-0/+2
* Adjust the flags to bus_dmamem around here too.Robert Noland2009-03-201-7/+8
* Add some debugging so I can see when syscalls are being restartedRobert Noland2009-03-193-1/+12
* Rework vblank handling to try to resolve some reports of "slow" windowsRobert Noland2009-03-191-19/+36
* Sync up the rest of the code that we use with what Intel is shippingRobert Noland2009-03-192-83/+111
* Pull in some suspend / resume changes from Intel's codeRobert Noland2009-03-193-15/+69
* Cast to (unsigned long) to make printf happy on i386Robert Noland2009-03-171-2/+3
* Add support for matching solely on vendor id.Robert Noland2009-03-171-2/+6
* Improve the debugging output of drm_mmapRobert Noland2009-03-171-1/+6
* Add list_for_each_prev to our linux compatibility.Robert Noland2009-03-171-0/+4
* Minor code cleanupRobert Noland2009-03-171-1/+1
* We can have more than 3 pci resourcesRobert Noland2009-03-171-1/+1
* Cast register maps and offsets to vm_offset_tRobert Noland2009-03-171-6/+12
* Change the logic around to match ati_pcigart.Robert Noland2009-03-171-2/+2
* Use flsl() here rather than ffsl()Robert Noland2009-03-171-1/+1
* Use the right MSI_REARM for RS600.Robert Noland2009-03-161-0/+1
* Get rid of any remaining PZERO flags in mtx_sleep()Robert Noland2009-03-163-14/+2
* Fix R600 writeback across suspend/resume.Robert Noland2009-03-161-3/+0
* Consistently use kdev for the kernel device.Robert Noland2009-03-0910-91/+91
* Clean up the printing on amd64. Should also be consistent on i386.Robert Noland2009-03-091-3/+3
* There is no need to sync these buffers to swap.Robert Noland2009-03-091-3/+4
* Change the flags to bus_dmamem around to allow it to sleep waiting forRobert Noland2009-03-091-4/+4
* Fix the flags to bus_dmamem_* to allow the allocation to sleep whileRobert Noland2009-03-091-2/+3
* -Make the PCI(E)/AGP calculations consistentRobert Noland2009-03-091-19/+22
* Call the right function for the right chipset.Robert Noland2009-03-091-1/+1
* Import support for ATI Radeon R600 and R700 series chips.Robert Noland2009-03-078-384/+26950
* Initialize the vblank structures at load time. Previously we did thisRobert Noland2009-02-2816-20/+44
* Add a tuneable to allow disabling msi on drm at runtime.Robert Noland2009-02-271-1/+5
* Fix up some ioctl permissions issues long overlooked.Robert Noland2009-02-273-8/+7
* The GM45 handles vblank differently. Pull the changes from Intel in.Robert Noland2009-02-255-1/+25
* Remove D_NEEDGIANT.Robert Noland2009-02-251-1/+1
* Turn on MSI if the card supports it. There is a blacklist for chipsRobert Noland2009-02-253-35/+78