summaryrefslogtreecommitdiff
path: root/sys/dev/drm2
Commit message (Expand)AuthorAgeFilesLines
* MFC r329873 (by emaste@):Dmitry Chagin2019-04-281-1/+1
* MFC r342888:Mark Johnston2019-01-122-8/+0
* MFC r342182:Mark Johnston2019-01-029-10809/+33
* MFC r334946:Dimitry Andric2018-06-171-1/+9
* Revert r330897:Eitan Adler2018-03-295-11/+1
* MFC r317055,r317056 (glebius): Include sys/vmmeter.h as includedKyle Evans2018-03-151-0/+1
* Partial merge of the SPDX changesEitan Adler2018-03-145-1/+11
* MFC r323868Alan Cox2017-09-302-4/+3
* MFC r323880:Mark Johnston2017-09-281-7/+6
* MFC r318479:Mark Johnston2017-05-251-1/+1
* MFC r318476, r318478:Mark Johnston2017-05-251-2/+2
* MFC: r317591Yoshihiro Takahashi2017-05-071-0/+17
* MFC r316749 (by cem):Mark Johnston2017-04-302-0/+2
* MFC r310593,r310599:Michal Meloun2017-04-163-0/+209
* MFC r308612,r308614:Michal Meloun2017-04-165-40/+178
* MFC r315281:Konstantin Belousov2017-03-281-1/+1
* MFC r312888:Mateusz Guzik2017-03-141-1/+0
* MFC r309712:Konstantin Belousov2017-01-131-49/+18
* MFC r307218:Konstantin Belousov2016-10-202-3/+3
* MFC r305344:Dimitry Andric2016-09-071-2/+10
* MFC r302571,r302572,r302577,r302841:Enji Cooper2016-08-033-5/+3
* [drm] fix up hex_dump_to_buffer to not overflow linebuf.Adrian Chadd2016-06-031-1/+1
* Don't repeat the the word 'the'Eitan Adler2016-05-177-8/+8
* 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-0314-26/+26
* Revert bus_get_cpus() for now.John Baldwin2016-05-032-2/+2
* Add a new bus method to fetch device-specific CPU sets.John Baldwin2016-05-022-2/+2
* etc: minor spelling fixes.Pedro F. Giffuni2016-05-024-6/+6
* i915kms: Fix memory leak if a CRT is detectedConrad Meyer2016-04-201-2/+5
* drm2(4): Fix double-free in low-memory error pathConrad Meyer2016-04-201-1/+3
* i915kms intel_pm: Read from actual tsc_freq instead of uninitialized localConrad Meyer2016-04-201-3/+4
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* Handle the driver KPI change from r292373. Ensure that managed deviceKonstantin Belousov2016-03-242-28/+23
* 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: Fix dev->ioctl_count references leakJean-Sébastien Pédron2016-03-111-0/+4
* drm/i915: Update to match Linux 3.8.13Jean-Sébastien Pédron2016-03-0854-8608/+19486
* Remove taskqueue_enqueue_fast().John Baldwin2016-03-011-1/+1
* As <machine/param.h> is included from <sys/param.h>, there is no needSvatopluk Kraus2016-02-221-1/+0
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toSvatopluk Kraus2016-02-221-1/+0
* drm: Revert the part of r288653 about M_WAITOK vs M_NOWAITJean-Sébastien Pédron2016-01-132-11/+11
* drm/i915: Further reduce the diff with Linux 3.8Jean-Sébastien Pédron2016-01-138-69/+82
* Introduce a new mechanism for relocating virtual pages to a new physicalAlan Cox2015-12-192-12/+8
* 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-162-2/+3
* drm/i915: Reduce diff with Linux 3.8Jean-Sébastien Pédron2015-11-281-130/+130