summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/vcn_v4_0.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-20drm/amdgpu/vcn: enable vcn1 fw load for VCN 4_0_6Saleemkhan Jamadar1-3/+3
2024-02-01drm/amdgpu: remove asymmetrical irq disabling in vcn 4.0.5 suspendYifan Zhang1-17/+0
2023-12-06drm/amd/amdgpu: SRIOV full reset issue with VCNBokun Zhang1-0/+3
2023-12-06drm/amd/amdgpu: Move vcn4 fw_shared init to a single functionBokun Zhang1-19/+26
2023-10-20drm/amd/amdgpu/vcn: Add RB decouple feature under SRIOV - P4Bokun Zhang1-16/+55
2023-10-06drm/amdgpu: Drop unnecessary return statementsSrinivasan Shanmugam1-2/+0
2023-09-20drm/amdgpu: Use function for IP version checkLijo Lazar1-3/+4
2023-08-09drm/amdgpu: Clean up errors in vcn_v4_0.cRan Sun1-6/+5
2023-08-09drm/amdgpu: Remove a lot of unnecessary ternary operatorsRuan Jinjie1-1/+1
2023-07-25drm/amdgpu: Enabling FW workaround through shared memory for VCN4_0_2sguttula1-0/+6
2023-07-21drm/amdgpu: allow secure submission on VCN4 ringsguttula1-2/+6
2023-07-12drm/amdgpu: use psp_execute_load_ip_fw insteadLang Yu1-3/+1
2023-06-30drm/amdgpu/vcn: Need to unpause dpg before stop dpgEmily Deng1-0/+2
2023-06-15drm/amdgpu: vcn_4_0 set instance 0 init sched score to 1Sonny Jiang1-1/+5
2023-06-09drm/amdgpu/mmsch: Correct the definition for mmsch init headerEmily Deng1-1/+1
2023-06-09drm/amdgpu: add RAS POISON interrupt funcs for vcn_v4_0Horatio Zhang1-6/+30
2023-06-09drm/amdgpu: introduce vmhub definition for multi-partition cases (v3)Hawking Zhang1-1/+1
2023-04-14drm/amdgpu: move vmhub out of amdgpu_ring_funcs (v4)Le Ma1-2/+1
2023-03-14drm/amdgpu: Move vcn ras block init to ras sw_initHawking Zhang1-2/+4
2023-02-28drm/amdgpu/vcn: fix compilation issue with legacy gccbobzhou1-1/+2
2023-02-28drm/amdgpu: remove unused variable ringTom Rix1-2/+0
2023-02-24drm/amdgpu/vcn: set and use harvest configJane Jian1-11/+15
2023-01-24drm/amdgpu: limit AV1 to the first instance on VCN4 encodeDavid (Ming Qiang) Wu1-16/+46
2023-01-20drm/amdgpu/vcn4: fail to schedule IB for AV1 if VCN0 is harvestedAlex Deucher1-0/+4
2023-01-10drm/amd: Load VCN microcode during early_initMario Limonciello1-2/+3
2022-12-01drm/amdgpu: enable VCN RAS poison for VCN v4.0Tao Zhou1-0/+24
2022-11-23drm/amdgpu/vcn: re-use original vcn0 doorbell valueJane Jian1-8/+1
2022-11-18drm/amdgpu: add VCN 4.0 RAS poison consumption handlingTao Zhou1-0/+10
2022-11-18drm/amdgpu: add RAS query support for VCN 4.0Tao Zhou1-0/+60
2022-09-29drm/amdgpu/vcn: update vcn4 fw shared data structureRuijing Dong1-0/+4
2022-09-20drm/amdgpu: cleanup instance limit on VCN4 v4Christian König1-19/+23
2022-09-01drm/amdgpu/vcn: Add sriov VCN v4_0 unified queue supportJane Jian1-12/+285
2022-08-17drm/amdgpu/vcn: Return void from the stop_dbg_modeKhalid Masum1-3/+2
2022-07-28drm/amdgpu: fix a vcn4 boot poll bug in emulation modeSonny Jiang1-0/+1
2022-07-28drm/amdgpu: use adev_to_drm for consistencyGuchun Chen1-1/+1
2022-07-18drm/amdgpu: limiting AV1 to first instance on VCN4 decodeSonny Jiang1-0/+131
2022-06-22drm/amdgpu/vcn: adjust unified queue code formatRuijing Dong1-4/+4
2022-06-22drm/amdgpu/vcn: support unified queue only in vcn4Ruijing Dong1-423/+140
2022-05-11drm/amdgpu: Remove duplicated argument in vcn_v4_0Wan Jiabing1-1/+0
2022-05-06drm/amdgpu/vcn4: replace ip based software ring decode with common vcn softwa...James Zhu1-11/+9
2022-05-04drm/amdgpu: add VCN4 ip block supportLeo Liu1-0/+1877