summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-next-4.15' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2017-10-0985-22436/+6731
|\
| * drm/radeon/dp: make radeon_dp_get_dp_link_config staticAlex Deucher2017-10-082-8/+4
| * drm/radeon: move ci_send_msg_to_smc to where it's usedAlex Deucher2017-10-083-22/+22
| * drm/amd/sched: fix deadlock caused by unsignaled fences of deleted jobsNicolai Hähnle2017-10-061-1/+7
| * drm/amd/sched: NULL out the s_fence field after run_jobNicolai Hähnle2017-10-061-0/+4
| * drm/amd/sched: move adding finish callback to amd_sched_job_beginNicolai Hähnle2017-10-061-2/+3
| * drm/amd/sched: fix an outdated commentNicolai Hähnle2017-10-061-2/+1
| * drm/amd/sched: rename amd_sched_entity_pop_jobNicolai Hähnle2017-10-061-2/+2
| * drm/amdgpu: minor coding style fixChristian König2017-10-061-2/+4
| * drm/ttm: add transparent huge page support for DMA allocations v2Christian König2017-10-061-48/+169
| * drm/ttm: add support for different pool sizesChristian König2017-10-063-10/+12
| * drm/ttm: remove unsued options from ttm_mem_global_alloc_pageChristian König2017-10-063-8/+4
| * drm/amdgpu: add uvd enc irqJames Zhu2017-10-061-2/+38
| * drm/amdgpu: add uvd enc ib testJames Zhu2017-10-061-0/+172
| * drm/amdgpu: add uvd enc ring testJames Zhu2017-10-061-1/+54
| * drm/amdgpu: add uvd enc vm functions (v2)James Zhu2017-10-061-2/+44
| * drm/amdgpu: add uvd enc into run queueJames Zhu2017-10-061-0/+14
| * drm/amdgpu: add uvd enc ringsJames Zhu2017-10-061-2/+52
| * drm/amdgpu: add new uvd enc ring methodsJames Zhu2017-10-061-0/+117
| * drm/amdgpu: add uvd enc command in headerJames Zhu2017-10-061-0/+10
| * drm/amdgpu: add uvd enc registers in headerJames Zhu2017-10-061-0/+15
| * drm/amd/powerplay: fix mclk can't switch on TongaRex Zhu2017-10-062-2/+5
| * drm/amd/powerplay: Partially revert changes and fix smu7_notify_smc_display()Tom St Denis2017-10-061-5/+2
| * drm/amd/powerplay: fix typo on avfs disableEvan Quan2017-10-061-1/+1
| * drm/amd/powerplay: get raven sclk and mclk levels (v2)Evan Quan2017-10-061-1/+47
| * drm/amd/powerplay: get raven current sclk and mclk (v2)Evan Quan2017-10-061-2/+26
| * drm/amd/powerplay: get raven max/min gfx clocks (v2)Evan Quan2017-10-062-0/+22
| * drm/amd/powerplay: added new raven ppsmc messagesEvan Quan2017-10-061-1/+6
| * drm/amd/powerplay: fixed wrong return value on error (v2)Evan Quan2017-10-061-4/+4
| * drm/amdgpu: Fixed a potential circular lockozeng2017-10-062-2/+18
| * drm/radeon: make functions alloc_pasid and free_pasid staticColin Ian King2017-10-061-2/+2
| * drm/amdgpu: add FENCE_TO_HANDLE ioctl that returns syncobj or sync_fileMarek Olšák2017-10-064-1/+66
| * drm/syncobj: add a new helper drm_syncobj_get_fdMarek Olšák2017-10-061-14/+19
| * drm/syncobj: extract two helpers from drm_syncobj_createMarek Olšák2017-10-061-4/+45
| * drm/amd/powerplay: delete flag PP_VALIDRex Zhu2017-10-062-5/+1
| * drm/amd/powerplay: move set_clockgating_by_smu to pp func tableRex Zhu2017-10-065-40/+54
| * drm/amd/powerplay: tidy up ret checks in amd_powerplay.c (v3)Rex Zhu2017-10-061-38/+38
| * drm/amd/powerplay: refine code in amd_powerplay.c (v2)Rex Zhu2017-10-013-48/+25
| * amdgpu/pp: rewrite fiji pwr virus upload code.Dave Airlie2017-09-292-9548/+1284
| * amdgpu/pp: rewrite polaris pwrvirus upload code.Dave Airlie2017-09-292-9549/+1285
| * amdgpu/nbio: use constant nbio_hdp_flush_reg structs.Dave Airlie2017-09-297-61/+38
| * amdgpu/soc15: make the pcie index/data registers constant.Dave Airlie2017-09-295-12/+12
| * amdgpu/pp: constify soft_dummy_pp_table.Dave Airlie2017-09-291-1/+1
| * amdgpu/pp: use array_size to size the pwrvirus tables.Dave Airlie2017-09-294-8/+4
| * amdgfx/gfx: don't use static objects for ce/de meta. (v2)Dave Airlie2017-09-292-4/+4
| * drm/amdgpu: Add a new flag for SR-IOV to share memory between PF & VFHorace Chen2017-09-281-0/+1
| * drm/amd/powerplay: export new interfaces in amd_pm_funcsRex Zhu2017-09-281-5/+32
| * drm/amdgpu: add comments in struct amd_pm_funcs defineRex Zhu2017-09-281-22/+29
| * drm/amd/powerplay: change dmesg log level in powerplayRex Zhu2017-09-281-1/+1
| * drm/amdgpu: create powerplay by cgs interfaceRex Zhu2017-09-283-68/+51
OpenPOWER on IntegriCloud