summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-03-2510-80/+121
|\
| * Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2016-03-254-58/+102
| |\
| | * drm/radeon/mst: cleanup code indentationDave Airlie2016-03-221-8/+6
| | * drm/radeon/mst: fix regression in lane/link handling.Dave Airlie2016-03-221-10/+2
| | * drm/amdgpu: add invalidate_page callback for userptrsChristian König2016-03-211-26/+72
| | * drm/amdgpu: Revert "remove the userptr rmn->lock"Christian König2016-03-211-8/+14
| | * drm/amdgpu: clean up path handling for powerplayAlex Deucher2016-03-211-7/+7
| | * drm/amd/powerplay: fix memory leak of tdp_tableColin Ian King2016-03-211-1/+3
| * | Merge tag 'topic/drm-misc-2016-03-22' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-03-246-22/+19
| |\ \ | | |/ | |/|
| | * drm: remove excess descriptionLuis de Bethencourt2016-03-201-1/+0
| | * dma-buf, drm, ion: Propagate error code from dma_buf_start_cpu_access()Chris Wilson2016-03-193-14/+10
| | * drm/atmel-hlcdc: use helper to get crtc stateAndrzej Hajda2016-03-151-1/+1
| | * drm/atomic: use helper to get crtc stateAndrzej Hajda2016-03-151-6/+8
* | | drivers/gpu/drm/amd/amdkfd: use in_compat_syscall to check open() caller typeAndy Lutomirski2016-03-222-2/+2
* | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-03-21640-27190/+37948
|\| |
| * | drm/amdgpu: release_pages requires linux/pagemap.hStephen Rothwell2016-03-212-0/+2
| * | Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2016-03-1864-2332/+1844
| |\ \
| | * | drm/amdgpu/gfx7: add MTYPE definitionFlora Cui2016-03-171-0/+6
| | * | drm/amdgpu: removing BO_VAs shouldn't be interruptibleChristian König2016-03-171-1/+1
| | * | drm/amd/powerplay: show uvd/vce power gate enablement for tonga.Rex Zhu2016-03-171-1/+3
| | * | drm/amd/powerplay: show uvd/vce power gate info for fijiRex Zhu2016-03-171-1/+4
| | * | drm/amdgpu: use sched fence if possibleMonk Liu2016-03-171-1/+4
| | * | drm/amdgpu: move ib.fence to job.fenceMonk Liu2016-03-1710-6/+16
| | * | drm/amdgpu: give a fence param to ib_freeMonk Liu2016-03-178-10/+12
| | * | drm/amdgpu: include the right version of gmc header files for icelandKen Wang2016-03-171-2/+2
| | * | drm/radeon: fix indentation.Jérome Glisse2016-03-1639-406/+407
| | * | drm/amd/powerplay: add uvd/vce dpm enabling flag to fix the performance issue...Eric Huang2016-03-161-0/+5
| | * | drm/amdgpu: switch back to 32bit hw fences v2Christian König2016-03-162-32/+21
| | * | drm/amdgpu: remove amdgpu_fence_is_signaledChristian König2016-03-161-25/+0
| | * | drm/amdgpu: drop the extra fence range check v2Christian König2016-03-161-3/+0
| | * | drm/amdgpu: signal fences directly in amdgpu_fence_processChristian König2016-03-162-68/+31
| | * | drm/amdgpu: cleanup amdgpu_fence_wait_empty v2Christian König2016-03-161-54/+15
| | * | drm/amdgpu: keep all fences in an RCU protected array v2Christian König2016-03-162-3/+31
| | * | drm/amdgpu: add number of hardware submissions to amdgpu_fence_driver_init_ringChristian König2016-03-163-4/+12
| | * | drm/amdgpu: RCU protected amd_sched_fence_releaseChristian König2016-03-161-1/+22
| | * | drm/amdgpu: RCU protected amdgpu_fence_releaseChristian König2016-03-161-1/+22
| | * | drm/amdgpu: merge amdgpu_fence_process and _activityChristian König2016-03-161-19/+5
| | * | drm/amdgpu: cleanup amdgpu_fence_activityChristian König2016-03-161-32/+3
| | * | drm/amdgpu: move fence structure into amdgpu_fence.cChristian König2016-03-142-26/+25
| | * | drm/amdgpu: remove amdgpu_fence_wait_nextChristian König2016-03-142-21/+0
| | * | drm/amdgpu: remove amdgpu_ring_from_fenceChristian König2016-03-142-25/+0
| | * | drm/amdgpu: stop using the ring index in the SAChristian König2016-03-142-36/+22
| | * | drm/amdgpu: stop waiting on UVD messages before mapping themChristian König2016-03-141-7/+0
| | * | drm/amdgpu: always wait before kmap a BOChristian König2016-03-141-5/+11
| | * | drm/radeon: refactor SI tiling table initializationJosh Poimboeuf2016-03-141-486/+439
| | * | drm/radeon: refactor CIK tiling table initializationJosh Poimboeuf2016-03-141-1025/+666
| | * | drm/amdgpu: allow write access to mapped userptrsChristian König2016-03-141-5/+3
| | * | drm/amd/powerplay: use pp_endian.h for TongaAlex Deucher2016-03-141-11/+1
| | * | drm/amd/powerplay: use pp_endian.h for FijiAlex Deucher2016-03-141-11/+1
| | * | drm/amd/powerplay: add a common pp endian headerAlex Deucher2016-03-141-0/+38