summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: move atom scratch setup into amdgpu_atombios.cAlex Deucher2017-03-295-28/+32
* amdgpu: detect if we are using atomfirmware or atombios for vbios (v2)Alex Deucher2017-03-292-7/+24
* drm/amdgpu: add the new atomfirmware interface headerAlex Deucher2017-03-293-0/+2720
* drm/amdgpu: add optional fence out-parameter to amdgpu_vm_clear_freedNicolai Hähnle2017-03-294-9/+19
* drm/amd/powerplay: restore disabling power containment on Fiji (v2)Eric Huang2017-03-291-0/+7
* drm/amdgpu/gfx8: further KIQ parameter cleanupAlex Deucher2017-03-291-13/+11
* drm/amdgpu/gfx8: store the eop gpu addr in the ring structureAlex Deucher2017-03-292-8/+7
* drm/amdgpu/gfx8: reduce the functon params for mpq setupAlex Deucher2017-03-291-18/+14
* drm/amdgpu/gfx8: reserve kiq eop object before unmapping itAlex Deucher2017-03-291-0/+4
* drm/amdgpu/gfx8: fold loops in kiq_resume()Alex Deucher2017-03-291-4/+0
* drm/amdgpu/gfx8: test KIQ before compute ringsAlex Deucher2017-03-291-6/+7
* drm/amdgpu/gfx8: reserve mqd objects before mapping themAlex Deucher2017-03-291-11/+21
* drm/amdgpu/gfx8: rename some functionsAlex Deucher2017-03-291-6/+6
* drm/amdgpu/gfx8: whitespace cleanupAlex Deucher2017-03-291-6/+5
* drm/amdgpu: load mc firware in driver for Polaris.Rex Zhu2017-03-291-6/+84
* drm/amdgpu: fix duplicated codeChunming Zhou2017-03-291-4/+0
* drm/amdgpu: enable gfx/system/vce clockgating on Polars12.Rex Zhu2017-03-292-1/+20
* drm/amd/powerplay: add a new register define for APU in VI.Rex Zhu2017-03-294-4/+15
* drm/amdgpu: enable GFX/UVD/VCE PG for BristolEric Huang2017-03-291-1/+4
* drm/amd/amdgpu: Set VCE/UVD off during late initTom St Denis2017-03-291-0/+4
* drm/amdgpu: remove redundant outer loop and remove commented out codeColin Ian King2017-03-291-20/+7
* drm/amd/sched: revise priority numberChunming Zhou2017-03-292-6/+7
* drm/amdgpu: bump version for PRT supportAlex Deucher2017-03-291-1/+2
* drm/amdgpu: fix before and after mapping judgement for replace mappingJunwei Zhang2017-03-291-4/+6
* drm/amdgpu: add a VM mapping replace operation v2Christian König2017-03-293-1/+82
* drm/amdgpu: implement AMDGPU_VA_OP_CLEAR v2Christian König2017-03-294-8/+123
* drm/amdgpu: separate page table allocation from mappingChristian König2017-03-294-62/+92
* drm/amdgpu: make set_prt callback optional and fix error handlingChristian König2017-03-291-14/+15
* drm/amdgpu/vi: add missing error handling when setting uvd dclkAlex Deucher2017-03-291-0/+2
* drm/amdgpu/vi: remove duplicate CG flagsAlex Deucher2017-03-291-2/+0
* drm/amd/powerplay: remove unneeded conversions to boolAndrew F. Davis2017-03-292-2/+2
* drm/amdgpu: remove unneeded conversions to boolAndrew F. Davis2017-03-294-14/+14
* drm/amdgpu: add macro to retrieve timeline name v2Andres Rodriguez2017-03-291-4/+8
* drm/amdgpu: replace fence pointer with fence data in tracesAndres Rodriguez2017-03-291-4/+9
* drm/amdgpu: remove useless pointers from tracesAndres Rodriguez2017-03-291-16/+5
* drm/amdgpu: use sched_job id instead of pointer for tracingAndres Rodriguez2017-03-291-8/+8
* drm/amdgpu: more ftrace formatting consistency fixesAndres Rodriguez2017-03-291-5/+5
* drm/amd/sched: add a unique job id to amd_sched_jobAndres Rodriguez2017-03-292-0/+4
* drm/amdgpu: increase IH ring buffer size to avoid overflowRoger.He2017-03-291-1/+1
* drm/amdgpu: don't init GDS pool if GDS size is 0 (v2)Alex Deucher2017-03-291-18/+27
* drm/amdgpu/gfx6: drop gds unrefsAlex Deucher2017-03-291-4/+0
* drm/amdgpu: refine vce_3.0 code.Rex Zhu2017-03-291-9/+7
* drm/amdgpu: refine vce2.0 dpm sequenceRex Zhu2017-03-291-3/+3
* drm/amdgpu: add new ATIF ACPI methodAlex Deucher2017-03-291-0/+12
* drm/amdgpu: get cs support of AMDGPU_HW_IP_UVD_ENCLeo Liu2017-03-291-0/+9
* drm/amdgpu: add AMDGPU_HW_IP_UVD_ENC to info queryLeo Liu2017-03-291-0/+10
* drm/amdgpu: add uvd enc ring type and functionsLeo Liu2017-03-291-1/+2
* drm/amdgpu: add uvd enc run queueLeo Liu2017-03-291-0/+1
* drm/amdgpu: add uvd enc ringsLeo Liu2017-03-292-1/+4
* drm/amdgpu: move amdgpu_vce structure to vce headerLeo Liu2017-03-292-28/+26