summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-16drm/amdgpu/vcn2.5: implement indirect DPG SRAM modeJames Zhu1-0/+3
2020-01-16drm/amdgpu/vcn: support multiple instance direct SRAM read and write (v2)James Zhu1-14/+13
2020-01-16drm/amdgpu/vcn: support multiple-instance dpg pause modeJames Zhu1-2/+2
2019-12-23drm/amdgpu: disable VCN2.5 ib test for Arcturus sriovJane Jian1-0/+10
2019-12-18drm/amdgpu/vcn: remove unnecessary included headersLeo Liu1-6/+0
2019-12-18drm/amdgpu/vcn: remove JPEG related code from idle handler and begin useLeo Liu1-23/+5
2019-12-18drm/amdgpu/vcn1.0: use its own idle handler and begin use funcsLeo Liu1-3/+0
2019-11-19drm/amdgpu: move JPEG2.5 out from VCN2.5Leo Liu1-105/+0
2019-11-19drm/amdgpu: use the JPEG structure for general driver supportLeo Liu1-5/+3
2019-11-13drm/amdgpu/vcn: finish delay work before release resourcesAlex Deucher1-0/+2
2019-10-17drm/amdgpu/vcn: fix allocation size in enc ring testAlex Deucher1-12/+23
2019-08-22Revert "drm/amdgpu: use direct loading on renoir vcn for the moment"Thong Thai1-6/+3
2019-08-12drm/amdgpu: use direct loading on renoir vcn for the momentHuang Rui1-3/+6
2019-08-12drm/amdgpu: enable Renoir VCN firmware loadingLeo Liu1-0/+8
2019-08-02drm/amdgpu: add Navi12 VCN firmware supportBoyuan Zhang1-1/+9
2019-07-30drm/amdgpu: correct VCN powergate routine for acturusEvan Quan1-2/+2
2019-07-18drm/amdgpu: add harvest support for ArcturusJames Zhu1-0/+11
2019-07-18drm/amdgpu: add multiple instances support for ArcturusJames Zhu1-77/+89
2019-07-18drm/amdgpu: modify amdgpu_vcn to support multiple instancesJames Zhu1-34/+34
2019-07-18drm/amdgpu: add Arcturus to the VCN familyLeo Liu1-0/+5
2019-07-18drm/amdgpu/vcn: enable indirect DPG SRAM mode for navi14Xiaojie Yuan1-0/+3
2019-07-18drm/amdgpu: Enable VCN on navi14James Zhu1-0/+5
2019-06-25Merge branch 'drm-next' into drm-next-5.3Alex Deucher1-5/+6
2019-06-21drm/amdgpu/VCN: enable indirect DPG SRAM modeLeo Liu1-0/+3
2019-06-21drm/amdgpu/VCN: add buffer for indirect SRAM usageLeo Liu1-0/+16
2019-06-21drm/amdgpu: enable vcn dpm scheme for naviJack Xiao1-2/+2
2019-06-21drm/amd/powerplay: set dpm_enabled flag but don't enable vcn dpmHuang Rui1-2/+2
2019-06-21drm/amdgpu: add JPEG2.0 decode ring ib testLeo Liu1-2/+2
2019-06-21drm/amdgpu: add JPEG2.0 decode ring testLeo Liu1-5/+3
2019-06-21drm/amdgpu: add VCN2.0 decode ib testLeo Liu1-4/+4
2019-06-21drm/amdgpu: add VCN2.0 decode ring testLeo Liu1-5/+3
2019-06-21drm/amdgpu: add Navi10 VCN firmware supportLeo Liu1-0/+5
2019-06-19Merge v5.2-rc5 into drm-nextDaniel Vetter1-1/+3
2019-06-14Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter1-5/+6
2019-06-11drm/amdgpu/{uvd,vcn}: fetch ring's read_ptr after allocShirish S1-1/+3
2019-06-11drm/amdgpu/{uvd,vcn}: fetch ring's read_ptr after allocShirish S1-1/+3
2019-06-10drm/amd: drop use of drmP.h in amdgpu/amdgpu*Sam Ravnborg1-1/+2
2019-06-10drm/amd: drop dependencies on drm_os_linux.hSam Ravnborg1-4/+4
2019-05-24drm/amdgpu: make VCN DPG pause mode detached from general VCNLeo Liu1-128/+2
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