summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/vce_v3_0.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-10drm/amdgpu: move UVD and VCE sched entity init after sched initAlex Deucher1-2/+0
2023-08-09drm/amdgpu: Clean up errors in vce_v3_0.cRan Sun1-6/+3
2022-04-08drm/amdgpu: expand cg_flags from u32 to u64Evan Quan1-1/+1
2021-09-23drm/amdgpu: Fix crash on device remove/driver unloadAndrey Grodzovsky1-13/+15
2021-09-01drm/amdgpu/vce: set the priority for each ringSatyajit Sahu1-1/+3
2021-08-25drm/amdgpu: add missing cleanups for Polaris12 UVD/VCE on suspendEvan Quan1-0/+23
2021-04-09drm/amdgpu: add the sched_score to amdgpu_ring_initChristian König1-1/+1
2020-04-09drm/amdgpu: rework sched_list generationNirmoy Das1-1/+2
2020-01-22drm/amdgpu: remove unnecessary conversion to boolNirmoy Das1-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/+2
2019-01-25drm/amdgpu: add flags to emit_ib interface v2Jack Xiao1-1/+1
2018-11-21drm/amd/amdgpu/vce_v3_0.c: Remove duplicate headerBrajeswar Ghosh1-1/+0
2018-11-05drm/amdgpu: Modify the argument of emit_ib interfaceRex Zhu1-1/+5
2018-11-05drm/amdgpu: Retire amdgpu_ring.ready flag v4Andrey Grodzovsky1-6/+1
2018-09-26drm/amdgpu: move more defines into amdgpu_irq.hChristian König1-1/+1
2018-08-13drm/amdgpu/vce: VCE entity initialization relies on ring initializtionEmily Deng1-0/+2
2018-07-13drm/amd: Use newly added interrupt source defs for VI v3.Andrey Grodzovsky1-1/+2
2018-07-05drm/amdgpu/vce: simplify vce instance setupAlex Deucher1-8/+12
2018-07-05drm/amdgpu: fix swapped emit_ib_size in vce3Alex Deucher1-2/+2
2018-05-15drm/amdgpu: add VEGAM to VCE harvest configLeo Liu1-1/+2
2018-05-15drm/amdgpu: Add APU support in vi_set_vce_clocksRex Zhu1-2/+2
2018-02-19drm/amdgpu: separate PASID mapping from VM flush v2Christian König1-2/+1
2018-02-19drm/amdgpu: forward pasid to backend flush implementationsChristian König1-1/+2
2017-12-27drm/amdgpu: rename vm_id to vmidChristian König1-5/+5
2017-11-01drm/amdgpu: allow harvesting check for Polaris VCELeo Liu1-6/+6
2017-05-31drm/amdgpu: Program ring for vce instance 1 at its register spaceLeo Liu1-27/+68
2017-04-04drm/amdgpu: various cleanups for uvd/vce.Rex Zhu1-15/+3
2017-03-29drm/amd/powerplay: add a new register define for APU in VI.Rex Zhu1-2/+6
2017-03-29drm/amdgpu: refine vce_3.0 code.Rex Zhu1-9/+7
2017-03-29drm/amdgpu/ih: store the full context idAlex Deucher1-3/+3
2017-03-29drm/amdgpu: switch ih handling to two levels (v3)Alex Deucher1-1/+1
2017-03-29drm/amdgpu: change wptr to 64 bits (v2)Ken Wang1-11/+13
2017-02-13drm/amdgpu: read hw register to check pg status.Rex Zhu1-3/+2
2017-02-13drm/amdgpu: Add to initialization of mmVCE_VCPU_CNTL registerAlan Harrison1-0/+2
2017-02-08drm/amdgpu: refine vce3.0 code and related powerplay pg code.Rex Zhu1-11/+6
2017-01-27drm/amdgpu: refine vce3.0 initialize.Rex Zhu1-17/+4
2017-01-27drm/amdgpu: add get clockgating_state method for vce v3Huang Rui1-4/+36
2017-01-17drm/amdgpu: fix program vce instance logic error.Rex Zhu1-9/+16
2017-01-17drm/amdgpu: fix bug set incorrect value to vce registerRex Zhu1-1/+1
2017-01-06drm/amd/amdgpu: add Polaris12 support (v3)Junwei Zhang1-2/+3
2016-12-06drm/amdgpu: enable VCE clockgating in Polaris-10/11Maruthi Srinivas Bayyavarapu1-1/+1
2016-11-07Backmerge tag 'v4.9-rc4' into drm-nextDave Airlie1-0/+6
2016-10-25drm/amdgpu: add VCE VM session trackingChristian König1-0/+1
2016-10-25drm/amdgpu: rework IP block registration (v2)Alex Deucher1-1/+28
2016-10-25drm/amdgpu: move align_mask and nop into ring funcs as well (v2)Christian König1-2/+5
2016-10-25drm/amdgpu: move the ring type into the funcs structure (v2)Christian König1-1/+3
2016-10-25drm/amdgpu: move IB and frame size directly into the engine descriptionChristian König1-25/+9
2016-10-25drm/amdgpu: remove explicit NULL init for parse_csChristian König1-1/+0