summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm2
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge i915_emit_box_p and i915_emit_box as done in linux 3.8bapt2015-08-263-24/+8
* Back out a change which should not have been committed yetbapt2015-08-261-1/+1
* backout a change that should not have crept inbapt2015-08-261-1/+1
* Reduce diff against linux 3.8bapt2015-08-265-138/+144
* Reduce diff with linux 3.8.13 on i915_drv.cbapt2015-08-261-71/+123
* Add more DRM_* debug macros from linux 3.8.13bapt2015-08-261-2/+27
* Synchronize i915_reg.h with linux 3.8.13 versionbapt2015-08-264-179/+590
* Reduce diff on i915_dma.c against linux 3.8.13bapt2015-08-261-53/+75
* Instead of defining the actualy user and group id in the drmP.h fileskwm2015-08-111-2/+2
* Add a new group named 'video' with the id of 44. And make drm createkwm2015-08-091-1/+1
* drm/i915: Sort functions in i915_gem.c to match Linux 3.8's orderingdumbbell2015-07-283-2068/+2204
* ttm_vm_page_alloc: use vm_page_alloc for pages without dma32 restrictionavg2015-06-151-45/+64
* A miss from r284310. vm_pager_get_pages() updates the array, so there isglebius2015-06-121-3/+0
* Implement lockless resource limits.mjg2015-06-101-1/+1
* Add a new file operations hook for mmap operations. File type-specificjhb2015-06-041-2/+2
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-222-3/+3
* drm: Import Linux commit 9bc3cd5673d84d29272fa7181a4dfca83cbb48c1dumbbell2015-03-292-2/+8
* Fix build.glebius2015-03-171-2/+2
* drm: Update the device-independent code to match Linux 3.8.13dumbbell2015-03-17154-8487/+10612
* Using parent DMA tag in drm_pci_alloc(). This can allow drm2 devices to work...jah2015-03-121-1/+3
* drm: Import Linux commit b7ea85a4fed37835eec78a7be3039c8dc22b8178dumbbell2015-03-041-1/+4
* vt(4): Add support to "downgrade" from eg. vt_fb to vt_vgadumbbell2015-03-012-5/+9
* After r278004 was committed, Bruce Evans noted that the casts weredim2015-02-092-7/+7
* Remove duplicate intel_fbc_enabled prototypeemaste2015-02-031-1/+0
OpenPOWER on IntegriCloud