summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm2
Commit message (Expand)AuthorAgeFilesLines
* Don't repeat the the word 'the'eadler2016-05-177-8/+8
* Ensure waiting loops terminate during cold boot. This fixes boot withhselasky2016-05-101-0/+4
* sys/dev: minor spelling fixes.pfg2016-05-0314-26/+26
* Revert bus_get_cpus() for now.jhb2016-05-032-2/+2
* Add a new bus method to fetch device-specific CPU sets.jhb2016-05-022-2/+2
* etc: minor spelling fixes.pfg2016-05-024-6/+6
* i915kms: Fix memory leak if a CRT is detectedcem2016-04-201-2/+5
* drm2(4): Fix double-free in low-memory error pathcem2016-04-201-1/+3
* i915kms intel_pm: Read from actual tsc_freq instead of uninitialized localcem2016-04-201-3/+4
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-101-1/+1
* Handle the driver KPI change from r292373. Ensure that managed devicekib2016-03-242-28/+23
* i915: disable GEN6_MBCTL write in gen6_init_clock_gatingemaste2016-03-211-0/+30
* Fix the printf for PAE kernels where it'd be long long to unbreakbz2016-03-141-3/+4
* drm/i915: Import Linux commit 168f83660211b9e059e3bc0638daaa01e9ea0b71dumbbell2016-03-121-0/+8
* drm/i915: Call i915_gem_gtt_fini() when the device is detacheddumbbell2016-03-121-0/+6
* drm/i915: Fix page fault handler failuredumbbell2016-03-121-0/+7
* drm/i915: Fix malloc type in i915_gem_object_bind_to_gtt()dumbbell2016-03-111-2/+2
* drm: Fix dev->ioctl_count references leakdumbbell2016-03-111-0/+4
* drm/i915: Update to match Linux 3.8.13dumbbell2016-03-0854-8641/+19519
* Remove taskqueue_enqueue_fast().jhb2016-03-011-1/+1
* As <machine/param.h> is included from <sys/param.h>, there is no needskra2016-02-221-1/+0
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toskra2016-02-221-1/+0
* drm: Revert the part of r288653 about M_WAITOK vs M_NOWAITdumbbell2016-01-132-11/+11
* drm/i915: Further reduce the diff with Linux 3.8dumbbell2016-01-138-69/+82
* Introduce a new mechanism for relocating virtual pages to a new physicalalc2015-12-192-12/+8
* t seems certain Intel GPUs use GPIO bitbanging over a child devicejhb2015-12-171-1/+1
* A change to KPI of vm_pager_get_pages() and underlying VOP_GETPAGES().glebius2015-12-162-2/+3
* drm/i915: Reduce diff with Linux 3.8dumbbell2015-11-281-130/+130
* drm/i915: Further reduce the diff in i915_dma.cdumbbell2015-11-281-4/+4
* drm/i915: Reduce diff with Linux 3.8dumbbell2015-11-281-56/+34
* drm/i915: Reduce diff with Linux 3.8dumbbell2015-11-081-5/+5
* drm/i915: Reduce diff with Linux 3.8dumbbell2015-11-011-43/+44
* drm/i915: Reduce diff with Linux 3.8dumbbell2015-10-313-86/+89
* drm/i915: Reduce diff with Linux 3.8dumbbell2015-10-271-334/+327
* drm/i915: Reduce diff with Linux 3.8dumbbell2015-10-271-169/+157
* drm/i915: Reduce diff with Linux 3.8dumbbell2015-10-251-6/+8
* drm/i915: Reduce diff with Linux 3.8dumbbell2015-10-252-598/+563
* i915_gem_do_execbuffer() holds the pages backing each relocation region forjhb2015-10-211-9/+12
* drm/i915: Reduce diff with Linux 3.8dumbbell2015-10-172-218/+165
* drm/i915: Remove "Attempting to unbind pinned buffer" messagedumbbell2015-10-101-3/+1
* Remove gen3 check introduced in r286653.adrian2015-10-061-1/+0
* drm2: a few minor fixes after r280183adrian2015-10-048-24/+19
* Most error cases in i915_gem_do_execbuffer() jump to one of two labels tojhb2015-10-011-3/+6
* Hide an unused in FreeBSD function behind #ifdef linux to get rid ofbz2015-09-221-0/+4
* radeon_suspend_kms: don't mess with pci state that's managed by the busavg2015-09-111-8/+0
* drm/ttm: Drain taskqueue if taskqueue_cancel_timeout() returned an errordumbbell2015-09-081-2/+1
* Reduce diff with linux 3.8.13 on i915 headersbapt2015-09-053-7/+31
* Mark ValleyView/Bay Trail as not supportedbapt2015-08-291-0/+2
* More fixes to the new macrosbapt2015-08-271-5/+5
* Fix typo in new macrosbapt2015-08-271-4/+4
OpenPOWER on IntegriCloud