summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-03-16FreeBSD: Cast map handles to vm_offset_tRobert Noland1-6/+12
2009-03-09FreeBSD: Fix the printing of maps on amd64/i386 to be consistentxgi-0-0-2Robert Noland1-3/+3
2009-03-09FreeBSD: Fix up the flags for bus_dmamem here as well.Robert Noland1-4/+4
2009-03-08FreeBSD: Fix up the flags to bus_dmamem_*Robert Noland1-2/+3
2009-03-08FreeBSD use kdev for kernel device namevehemens11-99/+99
2009-03-06drm/nouveau: make portion of vram as reserved for PRAMIN on all chipsetsBen Skeggs2-6/+2
2009-03-05FreeBSD: Rework DRM_[DEBUG,ERROR,INFO] macros a bit.Robert Noland1-5/+5
2009-03-05FreeBSD: Garbage collect entries from pcireg.h since we now include it.Robert Noland1-9/+0
2009-03-05FreeBSD: We only want drm to ever attach to the primary pci device.Robert Noland2-0/+5
2009-03-05FreeBSD: rework drm_scatter.c which allocates scatter / gather pages for use byRobert Noland2-31/+91
2009-03-03drm: drop Linux < 2.6.21 supportPekka Paalanen3-195/+1
2009-03-03drm, via: drop Linux < 2.6.20 supportPekka Paalanen3-29/+0
2009-03-02drm: drop Linux < 2.6.19 supportPekka Paalanen7-437/+3
2009-03-02drm: drop Linux < 2.6.18 supportPekka Paalanen2-56/+0
2009-03-02drm: drop Linux < 2.6.16 supportPekka Paalanen2-12/+0
2009-03-02drm: drop Linux < 2.6.15 supportPekka Paalanen5-142/+2
2009-03-02drm: drop Linux < 2.6.12 supportPekka Paalanen4-53/+1
2009-03-02drm: drop Linux < 2.6.10 supportPekka Paalanen6-26/+5
2009-03-02drm: drop Linux <= 2.6.8 supportPekka Paalanen1-18/+0
2009-03-01drm: drm_bo_mmap_locked() is static.Pekka Paalanen1-2/+1
2009-02-28drm, ati: fix printf format warningsPekka Paalanen2-4/+4
2009-02-28drm: build fix for Linux drm_vblank_cleanup()Pekka Paalanen1-0/+1
2009-02-27FreeBSD: Introduce a kernel tuneable to disable msi at boot time.Robert Noland1-1/+5
2009-02-27Move vblank_init to driver load time.Robert Noland20-25/+58
2009-02-27intel: Update reloc_tree_size of the first buffer when we count the tree size.Eric Anholt1-1/+14
2009-02-26FreeBSD: Fix up some ioctl permissions issues missed many times over.Robert Noland3-8/+7
2009-02-25i915: Backport jbarnes gm45 vblank counter patch.Robert Noland5-1/+25
2009-02-24intel: Don't copy dirty data out when freeing a BO in the fake bufmgr.Eric Anholt1-7/+12
2009-02-24FreeBSD: Drop the Giant lock.Robert Noland1-1/+1
2009-02-24FreeBSD: Turn on msiRobert Noland3-35/+78
2009-02-24FreeBSD: Add some vblank related debugging and replace DRM_WAIT_ON with a loc...Robert Noland1-9/+23
2009-02-24i915: A few whitespace cleanups.Robert Noland1-6/+6
2009-02-24linux: Add msi_enabled to the drm_device so the build should be happy.Robert Noland1-0/+1
2009-02-24radeon: Prepare radeon for msi support.Robert Noland1-0/+28
2009-02-24i915: This was part of a sync to the intel driver at some pointRobert Noland7-2277/+1908
2009-02-24nouveau: Dist nouvea_dma.h as well.Kristian Høgsberg1-0/+1
2009-02-24nouveau: Also dist nouveau_private.h.Kristian Høgsberg1-1/+2
2009-02-24FreeBSD: Rip out the locked task support now that i915 no longer uses it.Robert Noland4-64/+0
2009-02-23i915: Rip out the use of vblank_swapRobert Noland3-433/+14
2009-02-23FreeBSD: There is no compelling reason to hold the lock here.Robert Noland1-2/+0
2009-02-23FreeBSD: Don't set PZERO in mtx_sleep.Robert Noland1-2/+2
2009-02-23FreeBSD: Set MAP_NOSYNC on mmaps.Robert Noland1-2/+2
2009-02-23Add libdrm_intel.pc by popular demand.libdrm-2.4.5Eric Anholt4-3/+16
2009-02-23Fix DRM_CAS() on Alpha. (#16549)Ivan Kokshaysky1-23/+25
2009-02-23modetest: Print names of properties.Kristian Høgsberg1-2/+18
2009-02-22Fix fix distcheck for optional nouveau stuff.Pekka Paalanen1-1/+1
2009-02-21Fix distcheck for optional nouveau stuff.Eric Anholt2-5/+6
2009-02-21Bump version to 2.4.5 for new API additions.Eric Anholt1-1/+1
2009-02-21intel: Add a new bufmgr alloc function to get BOs ready for rendering to.Eric Anholt6-25/+80
2009-02-20libdrm/nouveau: free drmVersion after we're done with itBen Skeggs1-0/+1