summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: SR-IOV data exchange between PF&VFHorace Chen2017-10-194-0/+262
* drm/amdgpu: Move old fence waiting before reservation lock is aquired v2Andrey Grodzovsky2017-10-193-10/+34
* drm/amdgpu: Refactor amdgpu_cs_ib_vm_chunk and amdgpu_cs_ib_fill.Andrey Grodzovsky2017-10-191-51/+61
* drm/amdgpu: make function uvd_v6_0_enc_get_destroy_msg staticColin Ian King2017-10-191-2/+3
* drm/amd/pp: remove polaris10_smc/smumgr split.Rex Zhu2017-10-194-2400/+2226Star
* drm/amd/pp: remove tonga_smc/smumgr split.Rex Zhu2017-10-195-3344/+3128Star
* drm/amd/pp: remove iceland_smc/smumgr split.Rex Zhu2017-10-194-2629/+2480Star
* drm/amd/pp: remove fiji_smc/smumgr split.Rex Zhu2017-10-195-2558/+2381Star
* drm/amd/pp: rename ci_smc.c to ci_smumgr.cRex Zhu2017-10-192-1/+1
* drm/amdgpu: refine code delete duplicated error handlingRex Zhu2017-10-191-2/+2
* drm/amd/pp: move common function to smu7_smumgr.cRex Zhu2017-10-195-2094/+49Star
* drm/amd/pp: implement function notify_cac_buffer_info on VIRex Zhu2017-10-198-0/+125
* drm/amd/pp: implement function notify_cac_buffer_info on VegaRex Zhu2017-10-191-0/+28
* drm/amd/pp: add new function point in hwmgr.Rex Zhu2017-10-191-0/+6
* drm/amd/pp: export new smu messages for vega10Rex Zhu2017-10-191-0/+2
* drm/amd/powerplay: get the temperature on CZSatyajit Sahu2017-10-191-0/+1
* drm/amdgpu: bump version for new AMDGPU_SCHED ioctlAlex Deucher2017-10-191-1/+2
* drm/amdgpu: rename context priority levelsAndres Rodriguez2017-10-192-8/+8
* drm/amdgpu: add interface for editing a foreign process's priority v3Andres Rodriguez2017-10-096-21/+164
* drm/amdgpu: add plumbing for ctx priority changes v2Andres Rodriguez2017-10-092-1/+34
* drm/amdgpu: introduce AMDGPU_CTX_PRIORITY_UNSETAndres Rodriguez2017-10-093-1/+5
* drm/amd/sched: allow clients to edit an entity's rq v2Andres Rodriguez2017-10-092-2/+25
* drm/amdgpu: make amdgpu_to_sched_priority detect invalid parametersAndres Rodriguez2017-10-092-4/+7
* drm/amdgpu: implement ring set_priority for gfx_v8 compute v9Andres Rodriguez2017-10-093-0/+105
* drm/amdgpu: add framework for HW specific priority settings v9Andres Rodriguez2017-10-095-1/+103
* drm/amdgpu: add parameter to allocate high priority contexts v11Andres Rodriguez2017-10-093-6/+70
* drm/amdgpu: introduce AMDGPU_GEM_CREATE_EXPLICIT_SYNC v2Andres Rodriguez2017-10-098-11/+29
* drm/amdgpu: add helper to convert a ttm bo to amdgpu_boAndres Rodriguez2017-10-093-9/+13
* drm/amdgpu: add VM support for huge pages v2Christian König2017-10-091-3/+22
* drm/ttm: DMA map/unmap consecutive pages as a whole v2Christian König2017-10-091-9/+39
* drm/ttm: allocate/free multiple pages in a single callChristian König2017-10-091-15/+14Star
* drm/amdgpu: Reserve shared memory on VRAM for SR-IOVHorace Chen2017-10-094-1/+116
* drm/amdgpu: Set the correct value for PDEs/PTEs of ATC memory on RavenYong Zhao2017-10-092-3/+16
* Merge branch 'drm-next-4.15' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2017-10-0988-22439/+6754Star
|\
| * drm/radeon/dp: make radeon_dp_get_dp_link_config staticAlex Deucher2017-10-092-8/+4Star
| * drm/radeon: move ci_send_msg_to_smc to where it's usedAlex Deucher2017-10-093-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/+1Star
| * 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-064-12/+14
| * drm/ttm: remove unsued options from ttm_mem_global_alloc_pageChristian König2017-10-064-10/+5Star
| * 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