summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-21drm/amdgpu/vcn: merge shared memory into vcpuJames Zhu1-12/+6
2020-07-21Revert "drm/amdgpu/vcn: add shared memory restore after wake up from sleep."James Zhu1-27/+1
2020-07-15drm/amdgpu: add navy_flounder vcn firmware supportBoyuan Zhang1-0/+8
2020-07-15drm/amd/sriov skip vcn powergating and dec_ring_testJack Zhang1-0/+4
2020-07-01drm/amdgpu: set indirect sram mode for VCN3.0Boyuan Zhang1-0/+3
2020-07-01drm/amdgpu: add Sienna_Cichlid VCN to the VCN familyLeo Liu1-0/+5
2020-05-22drm/amdgpu: add apu flags (v2)Alex Deucher1-2/+2
2020-04-22Revert "drm/amdgpu: Disable gfx off if VCN is busy"James Zhu1-2/+0
2020-04-09drm/amdgpu/vcn: add shared memory restore after wake up from sleep.James Zhu1-1/+27
2020-04-01drm/amdgpu/vcn: fix spelling mistake "fimware" -> "firmware"Colin Ian King1-1/+1
2020-04-01drm/amdgpu/vcn: Add firmware share memory supportJames Zhu1-0/+13
2020-04-01drm/amdgpu/vcn: fix race condition issue for dpg unpause mode switchJames Zhu1-11/+21
2020-04-01drm/amdgpu/vcn: fix race condition issue for vcn startJames Zhu1-7/+14
2020-04-01drm/amdgpu: implement more ib pools (v2)xinhui pan1-3/+6
2020-03-06drm/amdgpu: cleanup ring/ib test for SRIOV vcn2.0 (v2)Monk Liu1-10/+3
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