summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm
Commit message (Expand)AuthorAgeFilesLines
* MFC r258779,r258780,r258787,r258822:eadler2014-02-049-49/+49
* MFC r259902:dim2013-12-301-48/+0
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-071-2/+2
* Fix white spaces.jkim2013-04-231-2/+2
* Remove always-true conditions from if statement.eadler2013-04-231-2/+2
* Switch vm_object lock to be a rwlock.attilio2013-02-201-0/+1
* Cast VIA_READ to (void) where the result is unused.rdivacky2012-11-092-3/+3
* Make sure to define __BIG_ENDIAN and __LITTLE_ENDIAN with the appropriatenwhitehorn2012-10-261-0/+5
* Streamline use of cdevpriv and correct some corner cases.hselasky2012-08-151-8/+6
* In sys/dev/drm/radeon_state.c, use the correct printf length modifiersdim2011-12-301-1/+1
* Fix format string Z --> z, since the former is a deprecated and (in FreeBSD)se2011-12-161-2/+2
* Do not define bool/true/false if the symbols already exist.mdf2011-12-121-1/+1
* Fix display of the drm sysctls.kib2011-04-231-1/+1
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls tojhb2011-03-231-1/+1
* - Remove no longer in usemiwi2011-02-222-87/+0
* Fix typos - remove duplicate "the".brucec2011-02-212-2/+2
* Introduce and use a new VM interface for temporarily pinning pages. Thisalc2010-12-251-25/+14
* fix atomic_set_xxx misuse in drmavg2010-12-111-1/+1
* Make drm(4) build, if not work reliably, on PowerPC.nwhitehorn2010-11-166-11/+13
* Fix typos.brucec2010-11-091-6/+6
* Add support for ATI Radeon HD 4250.olli2010-08-031-0/+1
* Push down the acquisition of the page queues lock into vm_page_unwire().alc2010-05-051-2/+0
* Add page locking to the vm_page_cow* functions.alc2010-05-041-2/+0
* Acquire the page lock around vm_page_unwire(). For consistency, extend thealc2010-05-031-0/+2
* On Alan's advice, rather than do a wholesale conversion on a singlekmacy2010-04-301-0/+2
* fx->lock is used as an index, correct test case.rnoland2010-04-281-1/+1
* remove vm obect tracker that slipped in from prior work.rnoland2010-04-241-1/+0
* Address some WITNESS panics that occur when using the via driver.rnoland2010-04-234-8/+10
* Now that we properly set write-combining on the pages that back the GART,rnoland2010-04-222-5/+8
* re-write scatter gather memory allocation yet again...rnoland2010-04-226-113/+62
* Rework how drm maps are handled.rnoland2010-04-2223-168/+201
* Fix build after typo.rnoland2010-03-131-1/+1
* Add support for Intel Pineview chips, aka IGDrnoland2010-03-133-3/+15
* Welcome drm support for VIA unichrome chips.rnoland2010-01-3114-0/+5908
* Import simple drm memory manager.rnoland2010-01-3111-5/+1296
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.rnoland2009-12-291-2/+2
* Fix botched git -> svn merge.rnoland2009-10-301-1/+1
* Cleanup in r600_blitrnoland2009-10-301-29/+39
* A bit of cleanup work on radeon_freelist_get()rnoland2009-10-301-41/+4
* Some general cleanup of scatter/gather memory allocationrnoland2009-10-301-44/+25
* Use system specified memory barriers rather than rolling our own.rnoland2009-10-301-17/+3
* Fix blitter support for RS880 chipsrnoland2009-10-301-3/+3
* Check pointer for NULL before dereferencing it, not after.brueffer2009-10-211-1/+2
* Add support for Intel G41 chipsetrnoland2009-10-112-1/+4
* Fix offset handlingrnoland2009-09-281-7/+7
* radeon_family is an enum, so ordering can be important.rnoland2009-09-281-2/+2
* Fix blit pitch for 4 byte transfers on r600.rnoland2009-09-281-1/+1
* R600 doesn't support IRQs yet, so don't try to use them.rnoland2009-09-282-1/+19
* Add a couple of small fixes from the AMD folks.rnoland2009-09-131-4/+8
* Add missing pci id for Radeon 4850 X2rnoland2009-09-131-0/+1
OpenPOWER on IntegriCloud