aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-10drm/amdgpu: Fix memory trashing if UVD ring test failsJay Cornwall1-1/+2
2016-07-29drm/amdgpu: enable UVD context buffer for older HWChristian König1-2/+26
2016-07-29drm/amdgpu: fix default UVD context sizeChristian König1-1/+1
2016-07-29drm/amdgpu: add a fence timeout for the IB tests v2Christian König1-10/+15
2016-07-29drm/amdgpu: move UVD IB test into common code v2Christian König1-0/+35
2016-07-29drm/amdgpu: use begin/end_use for UVD power/clock gatingChristian König1-8/+7
2016-07-29Revert "drm/amd/powerplay: workaround issue that when uvd dpm disabled,"Rex Zhu1-4/+0
2016-07-28Merge branch 'drm-next-4.8' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-6/+5
2016-07-14drm/amdgpu: return -ENOSPC when running out of UVD handlesChristian König1-1/+1
2016-07-14drm/amdgpu: cleanup hw reference handling in the IB testsChristian König1-1/+1
2016-07-14drm/amdgpu: cleanup UVD coding styleChristian König1-4/+3
2016-06-29drm/amd/powerplay: workaround for UVD clock issueRex Zhu1-0/+4
2016-06-09drm/amdgpu: fix uvd fini mem leakMonk Liu1-9/+10
2016-05-11amdgpu/uvd: separate context buffer from DPBSonny Jiang1-3/+59
2016-05-11drm/amd: cleanup remaining spaces and tabs v2Christian König1-3/+3
2016-05-11drm/amdgpu: keep vm in job instead of ib (v2)Monk Liu1-1/+1
2016-05-09Merge tag 'v4.6-rc7' into drm-nextDave Airlie1-0/+5
2016-05-04drm/amdgpu: code style refine.Rex Zhu1-1/+1
2016-05-04drm/amdgpu: change ELM/BAF to Polaris10/Polaris11Flora Cui1-8/+8
2016-05-04drm/amdgpu: add UVD support for ELM/BAFSonny Jiang1-0/+10
2016-05-04drm/amdgpu: handle more than 10 UVD sessions (v2)Arindam Nath1-8/+22
2016-04-21amdgpu/uvd: add uvd fw version for amdgpuSonny Jiang1-0/+3
2016-04-14drm/amdgpu: when suspending, if uvd/vce was running. need to cancel delay work.Rex Zhu1-0/+2
2016-04-04drm/amdgpu: save and restore the firwmware cache part when suspend resumeLeo Liu1-16/+11
2016-04-04drm/amdgpu: save and restore UVD context with suspend and resumeLeo Liu1-19/+26
2016-03-17drm/amdgpu: move ib.fence to job.fenceMonk Liu1-0/+1
2016-03-14drm/amdgpu: stop waiting on UVD messages before mapping themChristian König1-7/+0
2016-03-08drm/amdgpu: remove HW fence ownerChristian König1-2/+1
2016-02-12drm/amdgpu: use separate scheduler entity for UVD submissionsChristian König1-1/+14
2016-02-12drm/amdgpu: use per VM entity for page table updates (v2)Christian König1-1/+1
2016-02-10drm/amdgpu: move sync into job objectChristian König1-1/+1
2016-02-10drm/amdgpu: send UVD IB tests directly to the ring againChristian König1-11/+21
2016-02-10drm/amdgpu: cleanup in kernel job submissionChristian König1-25/+12
2016-02-10drm/amdgpu: move ring from IBs into jobChristian König1-1/+1
2016-02-10drm/amdgpu: add proper job alloc/free functionsChristian König1-3/+3
2016-02-10drm/amdgpu: add amdgpu_set_ib_value helper (v2)Christian König1-4/+4
2016-02-10drm/amdgpu: clean up non-scheduler code path (v2)Chunming Zhou1-4/+0
2015-10-21drm/amdgpu: add UVD support for StoneySamuel Li1-0/+5
2015-09-23drm/amdgpu: make UVD handle checking more strictLeo Liu1-27/+41
2015-09-23drm/amdgpu: refine the job naming for amdgpu_job and amdgpu_sched_jobJunwei Zhang1-3/+3
2015-09-23drm/amdgpu: export reservation_object from dmabuf to ttm (v2)Christian König1-3/+3
2015-09-03drm/amdgpu: be explicit about cpu vram access for driver BOs (v2)Alex Deucher1-3/+9
2015-08-28drm/amdgpu: stop trying to suspend UVD sessions v2Christian König1-23/+19
2015-08-20drm/amdgpu: abstract amdgpu_job for schedulerChunming Zhou1-1/+1
2015-08-17drm/amdgpu: add reference for **fenceChunming Zhou1-1/+1
2015-08-17drm/amdgpu: fix UVD return code checkingChristian König1-5/+5
2015-08-17drm/amdgpu: use the reservation obj wait for the UVD msgChristian König1-8/+5
2015-08-17drm/amdgpu: add kernel fence in ib_submit_kernel_helperChunming Zhou1-3/+5
2015-08-17drm/amdgpu: change uvd ib test to use kernel fence directlyChunming Zhou1-7/+7
2015-08-17drm/amdgpu: use scheduler for UVD ib testChunming Zhou1-19/+42