summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-01drm/amdgpu: fix unused variableJames Zhu1-18/+16
2020-07-01drm/amdgpu: vcn_v2_5_mc_resume_dpg_mode() can be statickernel test robot1-3/+3
2020-07-01drm/amdgpu: rename macro for VCN2.0 2.5 and 3.0Boyuan Zhang1-47/+47
2020-05-21drm/amdgpu/vcn2.5: Remove old DPG workaroundJames Zhu1-9/+0
2020-05-01drm/amdgpu: change HWIP from UVD to VCN for VCN2.5Boyuan Zhang1-196/+196
2020-04-30drm/amdgpu: remove set but not used variable 'direct_poll' in vcn_v2_5.cZheng Bin1-2/+0
2020-04-28drm/amdgpu/vcn2.5: wait for tiles off after unpauseJames Zhu1-3/+3
2020-04-09drm/amdgpu: rework sched_list generationNirmoy Das1-2/+5
2020-04-01drm/amdgpu/vcn2.5: Add firmware w/r ptr reset syncJames Zhu1-5/+48
2020-04-01drm/amdgpu/vcn2.5: stall DPG when WPTR/RPTR resetJames Zhu1-0/+21
2020-04-01drm/amdgpu: stop disable the scheduler during HW finiChristian König1-10/+1
2020-03-19drm/amdgpu: fix typo for vcn2.5/jpeg2.5 idle checkJames Zhu1-1/+1
2020-03-13drm/amdgpu/sriov refine vcn_v2_5_early_init funcJack Zhang1-17/+18
2020-02-11drm/amdgpu/vcn2.5: fix warningJames Zhu1-1/+1
2020-02-11drm/amdgpu/vcn2.5: fix DPG mode power off issue on instance 1James Zhu1-3/+3
2020-01-27drm/amdgpu/vcn: fix vcn2.5 instance issueJames Zhu1-44/+44
2020-01-27drm/amdgpu/vcn2.5: fix a bug for the 2nd vcn instance (v2)James Zhu1-5/+8
2020-01-27drm/amdgpu/vcn: Share vcn_v2_0_dec_ring_test_ring to vcn2.5James Zhu1-1/+1
2020-01-22drm/amdgpu: remove unnecessary conversion to boolNirmoy Das1-1/+1
2020-01-16drm/amdgpu/vcn2.5: implement indirect DPG SRAM modeJames Zhu1-20/+49
2020-01-16drm/amdgpu/vcn2.5: add dpg pause modeJames Zhu1-0/+70
2020-01-16drm/amdgpu/vcn2.5: add DPG mode start and stopJames Zhu1-2/+288
2020-01-14drm/amdgpu/vcn2.5: fix PSP FW loading for the second instanceLeo Liu1-2/+2
2019-12-19drm/amdgpu: enable VCN0 and VCN1 sriov instances support for ArcturusJane Jian1-12/+44
2019-12-18drm/amdgpu: skip VCN2.5 power gating and clock gating for sriov ArcturusJane Jian1-0/+6
2019-12-18drm/amdgpu: add VCN2.5 sriov start for ArctrusJane Jian1-0/+143
2019-12-18drm/amdgpu: add VCN2.5 MMSCH start for ArcturusJane Jian1-0/+57
2019-12-11drm/amdgpu: fix VCN2.x number of irq typesLeo Liu1-1/+1
2019-11-19drm/amdgpu/vcn2.5: fix the enc loop with hw finiLeo Liu1-3/+3
2019-11-19drm/amdgpu: move JPEG2.5 out from VCN2.5Leo Liu1-242/+4
2019-10-25drm/amdgpu/vcn: Enable VCN2.5 encodingJames Zhu1-3/+0
2019-10-15drm/amd/powerplay: enable Arcturus runtime VCN dpm on/offEvan Quan1-0/+7
2019-10-04drm/amdgpu: add code comment in vcn_v2_5_hw_initLeo Liu1-0/+1
2019-10-04drm/amdgpu/vcn: use amdgpu_ring_test_helperLeo Liu1-12/+6
2019-10-03drm/amdgpu: remove excess function parameter descriptionyu kuai1-2/+0
2019-09-13drm/amdgpu: switch to new amdgpu_nbio structureHawking Zhang1-1/+1
2019-07-31drm/amdgpu: drop drmP.h from vcn_v2_5.cAlex Deucher1-1/+1
2019-07-30drm/amdgpu: use VCN firmware offset for cache windowJames Zhu1-3/+0
2019-07-18drm/amdgpu: add harvest support for ArcturusJames Zhu1-2/+53
2019-07-18drm/amdgpu: add multiple instances support for ArcturusJames Zhu1-543/+635
2019-07-18drm/amdgpu: modify amdgpu_vcn to support multiple instancesJames Zhu1-43/+44
2019-07-18drm/amdgpu: add vcn nbio doorbell range setting for 2nd vcn instanceJames Zhu1-1/+1
2019-07-18drm/amdgpu: enable the Doorbell support for VCN2.5Leo Liu1-12/+52
2019-07-18drm/amdgpu: add vcn doorbell range function to nbio7.4 (v2)Leo Liu1-0/+3
2019-07-18drm/amdgpu/VCN2.5: set JPEG decode ring functionsLeo Liu1-0/+78
2019-07-18drm/amdgpu: add JPEG2.5 HW start and stopLeo Liu1-0/+104
2019-07-18drm/amdgpu/VCN2.5: set encode ring functionsLeo Liu1-0/+91
2019-07-18drm/amdgpu/VCN2.5: set decode ring functionsLeo Liu1-0/+78
2019-07-18drm/amdgpu: add VCN2.5 VCPU start and stopLeo Liu1-1/+466
2019-07-18drm/amdgpu: add VCN2.5 basic supportsLeo Liu1-0/+414