aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/drm2/i915
Commit message (Expand)AuthorAgeFilesLines
* Reapply, with minor tweaks, r338025, from the original commit:Warner Losh2018-09-261-1/+1
* Convert x86 cache invalidation functions to ifuncs.Konstantin Belousov2018-09-191-4/+5
* Revert drm2 removal.Warner Losh2018-08-2447-0/+63642
* Remove legacy drm and drm2 from treeMatt Macy2018-08-2247-63642/+0
* Back out r338035 until Warner is finished churning GSoC PNP patchesConrad Meyer2018-08-191-1/+1
* Remove unused and easy to misuse PNP macro parameterConrad Meyer2018-08-191-1/+1
* Make timespecadd(3) and friends publicAlan Somers2018-07-302-4/+3
* Fix build of i915kms with base gccDimitry Andric2018-06-111-1/+9
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-061-2/+0
* vm_wait() rework.Konstantin Belousov2018-02-202-2/+2
* These drivers have a sentinel at the end of the device list. ExcludeWarner Losh2017-12-231-1/+1
* Use '#' rather than some made up name for fields we want to ignore.Warner Losh2017-12-221-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Unrevert r324059Conrad Meyer2017-09-271-0/+2
* Remove PNP metadata from drm2 drivers until kldxref problem is resolvedConrad Meyer2017-09-271-2/+0
* Add PNP metadata to more driversConrad Meyer2017-09-261-0/+2
* Simplify i915_gem_wire_page() and avoid unneeded page-busying.Mark Johnston2017-09-211-7/+6
* Modernize calls to vm_page_unwire(). As of r288122, vm_page_unwire()Alan Cox2017-09-212-4/+3
* drm2: Add some missing PCIIDs for some Haswell systemsConrad Meyer2017-04-131-0/+1
* Fix bug in r309712, do not leak gem object pin count in case of errorKonstantin Belousov2016-12-131-1/+3
* Use the populate() driver paging method for i915 driver.Konstantin Belousov2016-12-081-52/+19
* Fix a race in vm_page_busy_sleep(9).Konstantin Belousov2016-10-131-2/+2
* Remove redundant declarations for intel_fbc_enabled(..) andEnji Cooper2016-07-111-3/+0
* Don't repeat the the word 'the'Eitan Adler2016-05-172-2/+2
* Ensure waiting loops terminate during cold boot. This fixes boot withHans Petter Selasky2016-05-101-0/+4
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-034-5/+5
* Revert bus_get_cpus() for now.John Baldwin2016-05-031-1/+1
* Add a new bus method to fetch device-specific CPU sets.John Baldwin2016-05-021-1/+1
* etc: minor spelling fixes.Pedro F. Giffuni2016-05-022-3/+3
* i915kms: Fix memory leak if a CRT is detectedConrad Meyer2016-04-201-2/+5
* i915kms intel_pm: Read from actual tsc_freq instead of uninitialized localConrad Meyer2016-04-201-3/+4
* Handle the driver KPI change from r292373. Ensure that managed deviceKonstantin Belousov2016-03-241-13/+11
* i915: disable GEN6_MBCTL write in gen6_init_clock_gatingEd Maste2016-03-211-0/+30
* Fix the printf for PAE kernels where it'd be long long to unbreakBjoern A. Zeeb2016-03-141-3/+4
* drm/i915: Import Linux commit 168f83660211b9e059e3bc0638daaa01e9ea0b71Jean-Sébastien Pédron2016-03-121-0/+8
* drm/i915: Call i915_gem_gtt_fini() when the device is detachedJean-Sébastien Pédron2016-03-121-0/+6
* drm/i915: Fix page fault handler failureJean-Sébastien Pédron2016-03-121-0/+7
* drm/i915: Fix malloc type in i915_gem_object_bind_to_gtt()Jean-Sébastien Pédron2016-03-111-2/+2
* drm/i915: Update to match Linux 3.8.13Jean-Sébastien Pédron2016-03-0845-8567/+18802
* drm/i915: Further reduce the diff with Linux 3.8Jean-Sébastien Pédron2016-01-138-69/+82
* t seems certain Intel GPUs use GPIO bitbanging over a child deviceJohn Baldwin2015-12-171-1/+1
* A change to KPI of vm_pager_get_pages() and underlying VOP_GETPAGES().Gleb Smirnoff2015-12-161-1/+1
* drm/i915: Reduce diff with Linux 3.8Jean-Sébastien Pédron2015-11-281-130/+130
* drm/i915: Further reduce the diff in i915_dma.cJean-Sébastien Pédron2015-11-281-4/+4
* drm/i915: Reduce diff with Linux 3.8Jean-Sébastien Pédron2015-11-281-56/+34
* drm/i915: Reduce diff with Linux 3.8Jean-Sébastien Pédron2015-11-081-5/+5
* drm/i915: Reduce diff with Linux 3.8Jean-Sébastien Pédron2015-11-011-43/+44
* drm/i915: Reduce diff with Linux 3.8Jean-Sébastien Pédron2015-10-313-86/+89
* drm/i915: Reduce diff with Linux 3.8Jean-Sébastien Pédron2015-10-271-334/+327
* drm/i915: Reduce diff with Linux 3.8Jean-Sébastien Pédron2015-10-271-169/+157