aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/amd/amdgpu/vce_v4_0.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-04drm/amdgpu: use ring structure to access rptr/wptr v2Jack Xiao1-3/+3
2021-10-08drm/amdgpu: use adev_to_drm for consistency when accessing drm_deviceGuchun Chen1-2/+2
2021-09-23drm/amdgpu: Fix crash on device remove/driver unloadAndrey Grodzovsky1-21/+23
2021-09-01drm/amdgpu/vce: set the priority for each ringSatyajit Sahu1-1/+3
2021-08-25drm/amdgpu: add missing cleanups for more ASICs on UVD/VCE suspendEvan Quan1-0/+23
2021-05-19drm/amdgpu: Guard against write accesses after device removalAndrey Grodzovsky1-9/+17
2021-04-09drm/amdgpu: add the sched_score to amdgpu_ring_initChristian König1-1/+1
2020-07-08drm/amdgpu: use register distance member instead of hardcode in UVD7/VCE4Huang Rui1-1/+2
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-misc into drm-nextDaniel 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 into drm-nextDave 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