summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/vce_v2_0.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-09drm/amdgpu: rework sched_list generationNirmoy Das1-1/+2
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-04-19drm/amdgpu: fix spelling mistake "gateing" -> "gating"Colin Ian King1-1/+1
2018-11-05drm/amdgpu: Retire amdgpu_ring.ready flag v4Andrey Grodzovsky1-5/+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-05drm/amdgpu/vce: simplify vce instance setupAlex Deucher1-4/+6
2017-04-04drm/amdgpu: various cleanups for uvd/vce.Rex Zhu1-15/+3
2017-03-29drm/amdgpu: remove redundant outer loop and remove commented out codeColin Ian King1-20/+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-8/+9
2017-03-29drm/amdgpu/vce2: fix vce bar programmingAlex Deucher1-8/+9
2017-02-08drm/amdgpu: move subfunctions to the front of vce_v2_0.c.Rex Zhu1-177/+171
2017-02-08drm/amdgpu: refine code for VCE2.0 and related dpm code.Rex Zhu1-70/+93
2016-10-25drm/amdgpu: rework IP block registration (v2)Alex Deucher1-1/+10
2016-10-25drm/amdgpu: move align_mask and nop into ring funcs as well (v2)Christian König1-1/+3
2016-10-25drm/amdgpu: move the ring type into the funcs structure (v2)Christian König1-1/+2
2016-10-25drm/amdgpu: move IB and frame size directly into the engine descriptionChristian König1-2/+2
2016-09-16drm/amdgpu/vce2: add ring callbacks for ib and dma frame sizeAlex Deucher1-0/+2
2016-08-25drm/amd/powerplay: add bypass mode for vce 2.0.Rex Zhu1-2/+19
2016-08-25drm/amdgpu: track the number of vce ringsAlex Deucher1-32/+25
2016-08-19drm/amd/amdgpu: S3 resumed failed after 4-5 times loopjimqu1-52/+81
2016-08-16drm/amd/amdgpu: VCE v2 register cleanupTom St Denis1-25/+14
2016-07-29drm/amdgpu: use begin/end_use for VCE power/clock gatingChristian König1-0/+2
2016-05-11drm/amd/amdgpu: Add name field to amd_ip_funcs (v2)Tom St Denis1-0/+1
2016-05-04drm/amd/amdgpu: Drop print_status callbacks.Tom St Denis1-70/+0
2016-05-04drm/amdgpu: use max_dw in ring_initChristian König1-2/+2
2016-05-02drm/amdgpu: refine code for code style.Rex Zhu1-1/+1
2016-05-02drm/amdgpu: No need to stop hw init although vce's state was not true.Rex Zhu1-1/+2
2016-05-02drm/amdgpu: fix issue that can't set vce clock gate.Rex Zhu1-1/+17
2016-03-14Merge drm-fixes into drm-next.Dave Airlie1-1/+4
2016-02-10drm/amdgpu: make pad_ib a ring function v3Christian König1-0/+1
2016-02-10drm/amdgpu: remove some more semaphore leftoversAlex Deucher1-1/+0
2016-02-10drm/amdgpu: clean up hw semaphore support in driverChunming Zhou1-1/+1
2016-02-08drma/dmgpu: move cg and pg flags into shared headersAlex Deucher1-2/+2
2016-02-08drm/amdgpu: handle vce pg flags properlyAlex Deucher1-0/+3
2015-10-21drm/amdgpu: remove old lockup detection infrastructureChristian König1-1/+0
2015-09-02drm/amdgpu: add insert_nop ring func and default implementationJammy Zhou1-0/+1
2015-06-03drm/amdgpu: rename amdgpu_ip_funcs to amd_ip_funcs (v2)yanyang11-19/+35
2015-06-03drm/amdgpu: recalculate VCE firmware BO sizeLeo Liu1-4/+9
2015-06-03drm/amdgpu: Add support for CIK partsAlex Deucher1-0/+642