summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/vce_v4_0.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-09drm/amdgpu: rework sched_list generationNirmoy Das1-1/+2
2020-04-01drm/amdgpu: stop disable the scheduler during HW finiChristian König1-4/+0
2020-01-22drm/amdgpu: remove unnecessary conversion to boolNirmoy Das1-1/+1
2019-07-18drm/amdgpu: rename AMDGPU_GFXHUB/MMHUB macro with hub numberLe Ma1-1/+1
2019-06-14Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter1-1/+1
2019-06-10drm/amd: drop use of drmP.h in remaining filesSam Ravnborg1-1/+1
2019-05-24drm/amdgpu/VCE: set no_user_fence flag to trueLeo Liu1-0/+1
2019-05-07drm/amdgpu: Use FW addr returned by PSP for VF MMTrigger Huang1-6/+11
2019-04-29drm/amdgpu: expose VCE 4.0 powergate interfaceEvan Quan1-9/+6
2019-01-25drm/amdgpu: add flags to emit_ib interface v2Jack Xiao1-1/+1
2018-11-28drm/amdgpu: Use asic specific doorbell index instead of macro definitionOak Zeng1-2/+2
2018-11-05drm/amdgpu: Modify the argument of emit_ib interfaceRex Zhu1-2/+4
2018-11-05drm/amdgpu: Retire amdgpu_ring.ready flag v4Andrey Grodzovsky1-7/+2
2018-08-27drm/amdgpu: Change VCE booting with firmware loaded by PSPJames Zhu1-4/+9
2018-08-16drm/amdgpu: Use kvmalloc for allocating UVD/VCE/VCN BO backup memoryMichel Dänzer1-2/+2
2018-08-13drm/amdgpu/vce: VCE entity initialization relies on ring initializtionEmily Deng1-0/+6
2018-07-13drm/amd: Use newly added interrupt source defs for SOC15.Andrey Grodzovsky1-0/+2
2018-07-05drm/amdgpu/vce: simplify vce instance setupAlex Deucher1-7/+9
2018-05-16Merge branch 'drm-next-4.18' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie1-0/+1
2018-05-15drm/amdgpu/vce4: add emit_reg_write_reg_wait ring callbackAlex Deucher1-0/+1
2018-04-07treewide: fix up files incorrectly marked executableLinus Torvalds1-0/+0
2018-03-14drm/amdgpu: Move IH clientid defs to separate fileOak Zeng1-1/+1
2018-02-19drm/amdgpu: separate PASID mapping from VM flush v2Christian König1-3/+2
2018-02-19drm/amdgpu: move waiting for VM flush into gmc_v9_0_emit_flush_gpu_tlbChristian König1-6/+3
2018-02-19drm/amdgpu: implement vce_v4_0_emit_reg_wait v2Christian König1-8/+14
2018-02-19drm/amdgpu: implement gmc_v9_0_emit_flush_gpu_tlbChristian König1-18/+4
2018-02-19drm/amdgpu: wire up emit_wreg for VCE v4Christian König1-0/+9
2018-02-19drm/amdgpu: forward pasid to backend flush implementationsChristian König1-1/+2
2018-02-19drm/amdgpu: move struct gart_funcs into amdgpu_gmc.hChristian König1-2/+2
2017-12-27drm/amdgpu: rename vm_id to vmidChristian König1-9/+9
2017-12-12drm/amdgpu: correct vce fw data and stack sizeFrank Min1-1/+1
2017-12-12drm/amdgpu: allow get_vm_pde to change flags as wellChristian König1-2/+3
2017-12-08drm/admgpu: Reduce the usage of soc15ip.hShaoyun Liu1-1/+0
2017-12-06drm/amdgpu: correct vce4.0 fw config for SRIOV (V2)Frank Min1-13/+25
2017-12-06drm/amd/include:cleanup vega10 header files.Feifei Xu1-1/+1
2017-12-06drm/amd/include:cleanup vega10 mmhub header files.Feifei Xu1-2/+2
2017-12-06drm/amd/include:cleanup vega10 vce header files.Feifei Xu1-3/+3
2017-09-26drm/amdgpu: remove the clearance of vce 4.0 interrupt maskLeo Liu1-4/+0
2017-08-15drm/amdgpu/vce4: optimize vce 4.0 init table sequence for SRIOVFrank Min1-1/+2
2017-08-15drm/amdgpu: According hardware design revert vce and uvd doorbell assignmentFrank Min1-4/+6
2017-08-15drm/amdgpu/vce4: Remove vce interrupt enable related code for sriovFrank Min1-4/+6
2017-08-15drm/amdgpu: Enable uvd and vce gpu re-init for SRIOV gpu resetFrank Min1-3/+1
2017-08-15drm/amdgpu: Clear vce&uvd ring wptr for SRIOVFrank Min1-1/+5
2017-06-01drm/amdgpu: add saved_bo to save vce 4.0 context when suspendLeo Liu1-8/+37
2017-05-31drm/amdgpu: cleanup adjust_mc_addr handling v4Christian König1-4/+2
2017-05-24drm/amdgpu: move adjust adjust_mc_addr into the GFX9 vm_flush functionsChristian König1-0/+1
2017-05-24drm/amdgpu: clean doorbell after sending init table to mmschFrank Min1-0/+1
2017-05-24drm/amdgpu: Bypass GMC/UVD/VCE hw_fini in SR-IOVTrigger Huang1-2/+8
2017-04-28drm/amdgpu/vce4: replaced with virt_alloc_mm_tableXiangliang Yu1-17/+3
2017-04-28drm/amdgpu/vce4: move mm table constructions functions into mmsch header fileFrank Min1-97/+46