Age | Commit message (Expand) | Author |
2009-03-31 | Move drm_vblank_cleanup() after lastclose. | Robert Noland |
2009-03-16 | FreeBSD: Set up the nouveau build infrastructure | Robert Noland |
2009-03-16 | FreeBSD: Add support for matching solely on vedor id. | Robert Noland |
2009-03-16 | FreeBSD: Improve the debug output of drm_mmap(). | Robert Noland |
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-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-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-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 | 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: This was part of a sync to the intel driver at some point | Robert Noland |
2009-02-24 | FreeBSD: Rip out the locked task support now that i915 no longer uses it. | 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 |
2008-12-23 | [FreeBSD] Fix build on FreeBSD after modesetting import. | Robert Noland |
2008-10-23 | [FreeBSD] We should use dev2unit() rather than minor() | Robert Noland |
2008-10-23 | [FreeBSD] This check isn't correct and causes at least mga to lockup. | Robert Noland |
2008-10-10 | [FreeBSD] Plug memory leak in drm_rmdraw() and drm_drawable_free_all() | Robert Noland |
2008-10-10 | [FreeBSD] Rework all of the memory allocations | Robert Noland |
2008-10-09 | [FreeBSD] Fix linux list compat list_for_each_safe() | Robert Noland |
2008-10-03 | [FreeBSD] Don't explicitly bzero driver softc. | Robert Noland |
2008-10-03 | [FreeBSD] Use M_WAITOK when allocating driver memory. | Robert Noland |
2008-10-03 | [FreeBSD] Do a bit of optimization on drm_order() | Robert Noland |
2008-10-01 | Use devfs_get_cdevpriv in mmap as well. | Robert Noland |
2008-09-17 | [FreeBSD] Convert to using cdevpriv for file_priv tracking | Robert Noland |
2008-09-10 | Remove incomplete and obsolete free/net/open code. | vehemens |
2008-09-08 | [FreeBSD] We need to call drm_detach before we free dev->driver. | Robert Noland |
2008-09-07 | [FreeBSD] Implement drm_ioremap_wc() to set a range of mem to write-combining | Robert Noland |
2008-09-06 | [FreeBSD] IGP gart needs to be un-cached. | Robert Noland |
2008-09-06 | Free temp_pagelist on error. Free in reverse order. Noticed by open. | vehemens |
2008-09-06 | Pass lock data like linux and open. | vehemens |
2008-09-06 | Move order to end like linux. | vehemens |
2008-09-06 | Style white space cleanup part 2. | vehemens |
2008-09-06 | [FreeBSD] Ensure that drm_pci_alloc is never called while locks are held. | Robert Noland |