summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/vce_v3_0.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: Clean up errors in vce_v3_0.cRan Sun2023-08-091-6/+3
* drm/amdgpu: expand cg_flags from u32 to u64Evan Quan2022-04-081-1/+1
* drm/amdgpu: Fix crash on device remove/driver unloadAndrey Grodzovsky2021-09-231-13/+15
* drm/amdgpu/vce: set the priority for each ringSatyajit Sahu2021-09-011-1/+3
* drm/amdgpu: add missing cleanups for Polaris12 UVD/VCE on suspendEvan Quan2021-08-251-0/+23
* drm/amdgpu: add the sched_score to amdgpu_ring_initChristian König2021-04-091-1/+1
* drm/amdgpu: rework sched_list generationNirmoy Das2020-04-091-1/+2
* drm/amdgpu: remove unnecessary conversion to boolNirmoy Das2020-01-221-1/+1
* Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-06-141-1/+1
|\
| * drm/amd: drop use of drmP.h in remaining filesSam Ravnborg2019-06-101-1/+1
* | drm/amdgpu/VCE: set no_user_fence flag to trueLeo Liu2019-05-241-0/+2
|/
* drm/amdgpu: add flags to emit_ib interface v2Jack Xiao2019-01-251-1/+1
* drm/amd/amdgpu/vce_v3_0.c: Remove duplicate headerBrajeswar Ghosh2018-11-211-1/+0
* drm/amdgpu: Modify the argument of emit_ib interfaceRex Zhu2018-11-051-1/+5
* drm/amdgpu: Retire amdgpu_ring.ready flag v4Andrey Grodzovsky2018-11-051-6/+1
* drm/amdgpu: move more defines into amdgpu_irq.hChristian König2018-09-261-1/+1
* drm/amdgpu/vce: VCE entity initialization relies on ring initializtionEmily Deng2018-08-131-0/+2
* drm/amd: Use newly added interrupt source defs for VI v3.Andrey Grodzovsky2018-07-131-1/+2
* drm/amdgpu/vce: simplify vce instance setupAlex Deucher2018-07-051-8/+12
* drm/amdgpu: fix swapped emit_ib_size in vce3Alex Deucher2018-07-051-2/+2
* drm/amdgpu: add VEGAM to VCE harvest configLeo Liu2018-05-151-1/+2
* drm/amdgpu: Add APU support in vi_set_vce_clocksRex Zhu2018-05-151-2/+2
* drm/amdgpu: separate PASID mapping from VM flush v2Christian König2018-02-191-2/+1
* drm/amdgpu: forward pasid to backend flush implementationsChristian König2018-02-191-1/+2
* drm/amdgpu: rename vm_id to vmidChristian König2017-12-271-5/+5
* drm/amdgpu: allow harvesting check for Polaris VCELeo Liu2017-11-011-6/+6
* drm/amdgpu: Program ring for vce instance 1 at its register spaceLeo Liu2017-05-311-27/+68
* drm/amdgpu: various cleanups for uvd/vce.Rex Zhu2017-04-041-15/+3
* drm/amd/powerplay: add a new register define for APU in VI.Rex Zhu2017-03-291-2/+6
* drm/amdgpu: refine vce_3.0 code.Rex Zhu2017-03-291-9/+7
* drm/amdgpu/ih: store the full context idAlex Deucher2017-03-291-3/+3
* drm/amdgpu: switch ih handling to two levels (v3)Alex Deucher2017-03-291-1/+1
* drm/amdgpu: change wptr to 64 bits (v2)Ken Wang2017-03-291-11/+13
* drm/amdgpu: read hw register to check pg status.Rex Zhu2017-02-131-3/+2
* drm/amdgpu: Add to initialization of mmVCE_VCPU_CNTL registerAlan Harrison2017-02-131-0/+2
* drm/amdgpu: refine vce3.0 code and related powerplay pg code.Rex Zhu2017-02-081-11/+6
* drm/amdgpu: refine vce3.0 initialize.Rex Zhu2017-01-271-17/+4
* drm/amdgpu: add get clockgating_state method for vce v3Huang Rui2017-01-271-4/+36
* drm/amdgpu: fix program vce instance logic error.Rex Zhu2017-01-171-9/+16
* drm/amdgpu: fix bug set incorrect value to vce registerRex Zhu2017-01-171-1/+1
* drm/amd/amdgpu: add Polaris12 support (v3)Junwei Zhang2017-01-061-2/+3
* drm/amdgpu: enable VCE clockgating in Polaris-10/11Maruthi Srinivas Bayyavarapu2016-12-061-1/+1
* Backmerge tag 'v4.9-rc4' into drm-nextDave Airlie2016-11-071-0/+6
|\
| * drm/amdgpu/vce3: only enable 3 rings on new enough firmware (v2)Alex Deucher2016-10-251-0/+6
* | drm/amdgpu: add VCE VM session trackingChristian König2016-10-251-0/+1
* | drm/amdgpu: rework IP block registration (v2)Alex Deucher2016-10-251-1/+28
* | drm/amdgpu: move align_mask and nop into ring funcs as well (v2)Christian König2016-10-251-2/+5
* | drm/amdgpu: move the ring type into the funcs structure (v2)Christian König2016-10-251-1/+3
* | drm/amdgpu: move IB and frame size directly into the engine descriptionChristian König2016-10-251-25/+9
* | drm/amdgpu: remove explicit NULL init for parse_csChristian König2016-10-251-1/+0
|/