Age | Commit message (Expand) | Author |
2009-03-16 | FreeBSD: Add list_for_each_prev() to our bank of compat functions. | Robert Noland |
2009-03-16 | FreeBSD: Don't set the PZERO flag to mtx_sleep. | Robert Noland |
2009-03-16 | FreeBSD: use flsl() instead of ffsl(). | Robert Noland |
2009-03-16 | FreeBSD: Minor code cleanup. | Robert Noland |
2009-03-16 | FreeBSD: Increase MAX_PCI_RESOURCE | Robert Noland |
2009-03-16 | FreeBSD: Cast map handles to vm_offset_t | Robert Noland |
2009-03-09 | FreeBSD: Fix the printing of maps on amd64/i386 to be consistent | Robert Noland |
2009-03-09 | FreeBSD: Fix up the flags for bus_dmamem here as well. | Robert Noland |
2009-03-08 | FreeBSD: Fix up the flags to bus_dmamem_* | Robert Noland |
2009-03-08 | FreeBSD use kdev for kernel device name | vehemens |
2009-03-06 | drm/nouveau: make portion of vram as reserved for PRAMIN on all chipsets | Ben Skeggs |
2009-03-05 | FreeBSD: Rework DRM_[DEBUG,ERROR,INFO] macros a bit. | Robert Noland |
2009-03-05 | FreeBSD: Garbage collect entries from pcireg.h since we now include it. | Robert Noland |
2009-03-05 | FreeBSD: We only want drm to ever attach to the primary pci device. | Robert Noland |
2009-03-05 | FreeBSD: rework drm_scatter.c which allocates scatter / gather pages for use by | Robert Noland |
2009-03-03 | drm: drop Linux < 2.6.21 support | Pekka Paalanen |
2009-03-03 | drm, via: drop Linux < 2.6.20 support | Pekka Paalanen |
2009-03-02 | drm: drop Linux < 2.6.19 support | Pekka Paalanen |
2009-03-02 | drm: drop Linux < 2.6.18 support | Pekka Paalanen |
2009-03-02 | drm: drop Linux < 2.6.16 support | Pekka Paalanen |
2009-03-02 | drm: drop Linux < 2.6.15 support | Pekka Paalanen |
2009-03-02 | drm: drop Linux < 2.6.12 support | Pekka Paalanen |
2009-03-02 | drm: drop Linux < 2.6.10 support | Pekka Paalanen |
2009-03-02 | drm: drop Linux <= 2.6.8 support | Pekka Paalanen |
2009-03-01 | drm: drm_bo_mmap_locked() is static. | Pekka Paalanen |
2009-02-28 | drm, ati: fix printf format warnings | Pekka Paalanen |
2009-02-28 | drm: build fix for Linux drm_vblank_cleanup() | Pekka Paalanen |
2009-02-27 | FreeBSD: Introduce a kernel tuneable to disable msi at boot time. | Robert Noland |
2009-02-27 | Move vblank_init to driver load time. | Robert Noland |
2009-02-27 | intel: Update reloc_tree_size of the first buffer when we count the tree size. | Eric Anholt |
2009-02-26 | FreeBSD: Fix up some ioctl permissions issues missed many times over. | Robert Noland |
2009-02-25 | i915: Backport jbarnes gm45 vblank counter patch. | Robert Noland |
2009-02-24 | intel: Don't copy dirty data out when freeing a BO in the fake bufmgr. | Eric Anholt |
2009-02-24 | FreeBSD: Drop the Giant lock. | Robert Noland |
2009-02-24 | FreeBSD: Turn on msi | Robert Noland |
2009-02-24 | FreeBSD: Add some vblank related debugging and replace DRM_WAIT_ON with a loc... | Robert Noland |
2009-02-24 | i915: A few whitespace cleanups. | Robert Noland |
2009-02-24 | linux: Add msi_enabled to the drm_device so the build should be happy. | Robert Noland |
2009-02-24 | radeon: Prepare radeon for msi support. | Robert Noland |
2009-02-24 | i915: This was part of a sync to the intel driver at some point | Robert Noland |
2009-02-24 | nouveau: Dist nouvea_dma.h as well. | Kristian Høgsberg |
2009-02-24 | nouveau: Also dist nouveau_private.h. | Kristian Høgsberg |
2009-02-24 | FreeBSD: Rip out the locked task support now that i915 no longer uses it. | Robert Noland |
2009-02-23 | i915: Rip out the use of vblank_swap | Robert Noland |
2009-02-23 | FreeBSD: There is no compelling reason to hold the lock here. | Robert Noland |
2009-02-23 | FreeBSD: Don't set PZERO in mtx_sleep. | Robert Noland |
2009-02-23 | FreeBSD: Set MAP_NOSYNC on mmaps. | Robert Noland |
2009-02-23 | Add libdrm_intel.pc by popular demand. | Eric Anholt |
2009-02-23 | Fix DRM_CAS() on Alpha. (#16549) | Ivan Kokshaysky |
2009-02-23 | modetest: Print names of properties. | Kristian Høgsberg |