aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-18drm/amdgpu/vcn:Remove bit 31 for scratch2 to indicate the WA is activeJames Zhu1-2/+2
2018-12-18drm/amdgpu/vcn:Scan enc/jpeg fences to init dpg pause new stateJames Zhu1-4/+14
2018-11-05drm/amdgpu: remove messages from IB testsChristian König1-40/+14
2018-11-05drm/amdgpu: further ring test cleanupsChristian König1-35/+11
2018-10-09drm/amdgpu/vcn:Correct VCN cache window definitionJames Zhu1-2/+1
2018-10-09drm/amdgpu/vcn:Replace value with defined macroJames Zhu1-4/+7
2018-10-09drm/amdgpu/vcn:fix dpg pause mode hang issueJames Zhu1-2/+2
2018-10-04BackMerge v4.19-rc6 into drm-nextDave Airlie1-2/+2
2018-09-27drm/amdgpu: Fix vce work queue was not cancelled when suspendRex Zhu1-2/+2
2018-09-26drm/amdgpu/vcn: whitespace cleanupAlex Deucher1-18/+18
2018-09-26drm/amdgpu:Add DPG pause mode supportJames Zhu1-2/+159
2018-09-26drm/amdgpu:Use register UVD_SCRATCH9 for VCN ring/ib testJames Zhu1-8/+8
2018-09-14drm/amdgpu: simplify Raven, Raven2, and Picasso handlingAlex Deucher1-4/+3
2018-09-14drm/amdgpu: add raven2 vcn firmware supportFeifei Xu1-1/+6
2018-09-14drm/amdgpu: add picasso support for vcnLikun Gao1-0/+5
2018-08-27drm/amdgpu: Disable gfx off if VCN is busyRex Zhu1-0/+2
2018-08-16drm/amdgpu: Use kvmalloc for allocating UVD/VCE/VCN BO backup memoryMichel Dänzer1-3/+3
2018-08-13drm/amdgpu:add VCN booting with firmware loaded by PSPLikun Gao1-7/+10
2018-07-16drm/amdgpu: add amdgpu_job_submit_direct helperChristian König1-13/+4
2018-07-10drm/amdgpu: get VCN start to process in the dpm disabled caseLeo Liu1-1/+1
2018-07-10drm/amdgpu: Take VCN jpeg ring into account in idle work handlerLeo Liu1-0/+2
2018-07-04Merge v4.18-rc3 into drm-nextDave Airlie1-6/+27
2018-06-27drm/amdgpu:Support new VCN FW version naming conventionJames Zhu1-6/+27
2018-06-15drm/amdgpu: add vcn jpeg ib testBoyuan Zhang1-0/+86
2018-06-15drm/amdgpu: add vcn jpeg ring testBoyuan Zhang1-0/+40
2018-06-15drm/amdgpu: add vcn jpeg sw finishBoyuan Zhang1-0/+2
2018-06-13drm/amdgpu: fix the missed vcn fw version reportHuang Rui1-0/+1
2018-05-29drm/amdgpu: remove unnecessary scheduler entity for VCNLeo Liu1-41/+10
2018-05-24drm/amdgpu: Add runtime VCN PG supportRex Zhu1-7/+9
2018-05-18drm/amdgpu: Take vcn encode rings into account in idle workAlex Deucher1-0/+5
2018-05-15drm/scheduler: remove unused parameterNayan Deshmukh1-2/+2
2018-02-19drm/amdgpu: cleanup VCN IB generationChristian König1-69/+18
2018-02-19drm/amdgpu: revert "Add a parameter to amdgpu_bo_create()"Christian König1-2/+2
2017-12-08drm/admgpu: Reduce the usage of soc15ip.hShaoyun Liu1-1/+0
2017-12-07drm: move amd_gpu_scheduler into common locationLucas Stach1-7/+7
2017-12-06drm/amd/include:cleanup raven1 vcn header files.Feifei Xu1-1/+1
2017-12-06drm/amd/include:cleanup vega10 header files.Feifei Xu1-1/+1
2017-12-06drm/ttm: add operation ctx to ttm_bo_validate v2Christian König1-1/+2
2017-12-04drm/amdgpu: change redundant init logs to debug levelpding1-4/+4
2017-12-04drm/amd/scheduler:introduce guilty pointer memberMonk Liu1-2/+2
2017-08-15drm/amdgpu: Add a parameter to amdgpu_bo_create()Yong Zhao1-2/+2
2017-08-15drm/amdgpu: disable vcn power control for nowLeo Liu1-8/+6
2017-05-24drm/amdgpu: update vcn decode create msgLeo Liu1-10/+5
2017-05-24drm/amdgpu: add vcn enc ib testLeo Liu1-51/+33
2017-05-24drm/amdgpu: enable vcn encode ring testsLeo Liu1-1/+1
2017-05-24drm/amdgpu: add vcn enc ringsLeo Liu1-0/+5
2017-05-24drm/amdgpu/vcn: implement ib tests with new message buffer interfaceLeo Liu1-16/+24
2017-05-24drm/amdgpu: move vcn ring test to amdgpu_vcn.cLeo Liu1-0/+36
2017-05-24drm/amdgpu: re-group the functions in amdgpu_vcn.cLeo Liu1-70/+70
2017-05-24drm/amdgpu: add encode tests for vcnLeo Liu1-0/+203