summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm2
Commit message (Expand)AuthorAgeFilesLines
* Import the preliminary port of the TTM.kib2013-03-0524-8/+9963
* Import the drm_global references helpers.kib2013-03-052-0/+165
* Import the drm_mm_debug_table() function.kib2013-03-052-0/+39
* Import the likely() compat macro.kib2013-03-051-0/+1
* - If DRM_DEBUG_DEFAULT_ON is defined, then initialize drm_debug_flagi toglebius2012-11-021-2/+3
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* Reduce delays in several wait loops from 10ms to 10us, same is it is donemav2012-09-251-5/+5
* Prefer __containerof() above member2struct().ed2012-09-152-2/+2
* Add drm and i915 ioctl translations for 32 bit process on 64 bit host.kib2012-08-186-6/+976
* Streamline use of cdevpriv and correct some corner cases.hselasky2012-08-151-8/+6
* Fix millisecond to ticks conversion in drm_msleep().mav2012-06-281-1/+1
* Add PCI IDs for Ivy Bridgeemaste2012-06-211-0/+6
* Use right size when freeing unneeded GTT mapping.kib2012-06-151-1/+1
* A small simplification to i915_gem_pager_fault().alc2012-05-281-1/+1
* Disable end of buffer fixup by default. New DDX does not need this, andkib2012-05-281-1/+1
* Fix calculation of the execution buffer end in the mapped pageskib2012-05-281-3/+3
* Fix the following clang warning in drm2:dim2012-05-241-1/+1
* Add the code for new Intel GPU driver, which supports GEM, KMS andkib2012-05-2281-0/+72060
OpenPOWER on IntegriCloud