summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-08drm/amdgpu: add interface for editing a foreign process's prioritywip-process-priorities-v1Andres Rodriguez6-19/+180
2017-06-08drm/amdgpu: add plumbing for ctx priority changesAndres Rodriguez2-1/+50
2017-06-08drm/amd/sched: allow clients to edit an entity's rqAndres Rodriguez2-4/+28
2017-06-08drm/amdgpu: move priority decay logic into amd_sched_priority_ctrAndres Rodriguez4-54/+164
2017-06-08drm/amdgpu: make amdgpu_to_sched_priority detect invalid parametersAndres Rodriguez2-4/+7
2017-06-08drm/amdgpu: implement ring set_priority for gfx_v8 compute v9Andres Rodriguez3-0/+111
2017-06-08drm/amdgpu: add framework for HW specific priority settings v8Andres Rodriguez5-1/+103
2017-06-08drm/amdgpu: add parameter to allocate high priority contexts v11Andres Rodriguez3-6/+70
2017-06-08drm/amdgpu/gfx6: fix tiling setup for oland 64/128 variants (v2)Alex Deucher1-2/+4
2017-06-08drm/amdgpu: add virtual display support for ravenAlex Deucher1-0/+2
2017-06-08drm/amdgpu: drop deprecated drm_get_pci_dev and drm_put_devAlex Deucher1-2/+26
2017-06-08drm/amdgpu: call pci_[un]register_driver() directlyAlex Deucher1-2/+2
2017-06-08drm/amdgpu/radeon: Use radeon by default for CIK GPUsMichel Dänzer5-14/+14
2017-06-08drm/radeon: Make si_support and cik_support parameters always availableMichel Dänzer3-13/+0
2017-06-08drm/amdgpu: Update Kconfig help for SI and CIK supportFelix Kuehling1-4/+12
2017-06-08drm/amdgpu: Add module param to control SI supportFelix Kuehling3-0/+26
2017-06-08drm/radeon: Add module param to control SI supportFelix Kuehling3-0/+23
2017-06-08drm/amdgpu: Add module param to control CIK supportFelix Kuehling3-0/+26
2017-06-07drm/amdgpu/gfx: consolidate mqd buffer setup codeAlex Deucher4-132/+74
2017-06-07drm/amdgpu/gfx: move mec parameter setup into sw_initAlex Deucher3-47/+47
2017-06-07drm/amdgpu/gfx: move more common KIQ code to amdgpu_gfx.cAlex Deucher4-211/+122
2017-06-07drm/amdgpu: move mec queue helpers to amdgpu_gfx.hAlex Deucher6-39/+40
2017-06-07drm/amdgpu/gfx9: remove spurious line in kiq setupAlex Deucher1-1/+0
2017-06-07drm/amdgpu/gfx8: whitespace changeAlex Deucher1-1/+2
2017-06-07drm/amdgpu/gfx9: Raven has two MECsAlex Deucher1-0/+1
2017-06-07drm/amdgpu: move gfx_v*_0_compute_queue_acquire to common codeAlex Deucher5-114/+42
2017-06-07drm/amdgpu: fix mec queue policy on single MEC asicsAlex Deucher3-9/+27
2017-06-07drm/amdgpu/gfx: create a common bitmask function (v2)Alex Deucher5-40/+25
2017-06-07drm/amdgpu/gfx8: drop per-APU CU limitsAlex Deucher1-69/+2
2017-06-06drm/amdgpu/gfx6: properly cache mc_arb_ramcfgAlex Deucher1-1/+2
2017-06-06drm/amdgpu/gfx9: new queue policy, take first 2 queues of each pipeAlex Deucher1-2/+2
2017-06-06drm/amdgpu/gfx9: allocate queues horizontally across pipesAlex Deucher1-63/+52
2017-06-06drm/amd/powerplay: fix memory leak in cz_hwmgr backendHawking Zhang1-0/+6
2017-06-06drm/amd/powerplay: fix memory leak in rv_hwmgr backendHawking Zhang1-0/+10
2017-06-06drm/amd/powerplay: add sclk and mclk overdrive for vega10Eric Huang1-15/+133
2017-06-06drm/amd/powerplay: fix populate dpm level failed when s3 on vega10.Rex Zhu1-7/+6
2017-06-06drm/amdgpu: update to use RREG32_SOC15/WREG32_SOC15 for gmc9Huang Rui1-5/+5
2017-06-06drm/amdgpu: update to use RREG32_SOC15/WREG32_SOC15 for mmhubHuang Rui1-94/+83
2017-06-06drm/amdgpu: update to use RREG32_SOC15/WREG32_SOC15 for gfxhubHuang Rui1-77/+64
2017-06-06drm/amdgpu: fix the gart table cleared issue for S3Huang Rui6-1/+14
2017-06-06drm/amdgpu: add ip block number printsHuang Rui1-0/+3
2017-06-06drm/amdgpu: add ip name print for selecting ips with ip_block_maskHuang Rui1-1/+2
2017-06-06drm/amdgpu: remove mmhub ipHuang Rui4-97/+0
2017-06-06drm/amdgpu: remove gfxhub ipHuang Rui4-97/+0
2017-06-06drm/amdgpu: export mmhub get clockgating into gmcHuang Rui3-3/+10
2017-06-06drm/amdgpu: export mmhub set clockgating into gmcHuang Rui3-5/+13
2017-06-06drm/amdgpu: export mmhub sw_init into gmcHuang Rui3-12/+17
2017-06-06drm/amdgpu: export gfxhub sw_init into gmcHuang Rui3-12/+17
2017-06-06drm/amdgpu: fix to miss program invalidation at resumeHuang Rui2-24/+30
2017-06-06drm/amdgpu: abstract setup vmid config for gfxhub/mmhubHuang Rui2-48/+55