summaryrefslogtreecommitdiffstats
path: root/drivers/gpu (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-21644-27222/+38094
|\
| * 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-1764-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
| | * drm/amd/powerplay: mv avfs status to smumgr.hrezhu2016-03-142-18/+21
| | * drm/radeon: rework fbdev handling on chips with no connectorsAlex Deucher2016-03-142-8/+17
| * | drm/sti: restore mode_fixup callbackArnd Bergmann2016-03-171-0/+1
| * | Merge branch '2016-02-26-st-drm-next' of http://git.linaro.org/people/benjami...Dave Airlie2016-03-1620-416/+2399
| |\ \
| | * | drm/sti: use u32 to store DMA addressesArnd Bergmann2016-03-031-6/+8
| | * | drm: sti: remove sti_gem_prime_export hackBenjamin Gaignard2016-03-031-10/+1
| | * | drm/sti: add debugfs fps_show/fps_get mechanism for planesVincent Abriou2016-02-266-7/+216
| | * | drm/sti: add debugfs entries for TVOUT encodersVincent Abriou2016-02-261-0/+157
| | * | drm/sti: add debugfs entries for MIXER crtcVincent Abriou2016-02-263-3/+149
| | * | drm/sti: add debugfs entries for VID planeVincent Abriou2016-02-263-5/+95
| | * | drm/sti: add debugfs entries for HQVDP planeVincent Abriou2016-02-261-0/+243
| | * | drm/sti: add debugfs entries for GDP planesVincent Abriou2016-02-261-0/+236
| | * | drm/sti: add debugfs entries for CURSOR planeVincent Abriou2016-02-261-0/+79