summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c
AgeCommit message (Expand)AuthorLines
2016-09-30Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie-4/+4
2016-09-28drm/amdgpu: rename all rbo variable to abo v2Christian König-4/+4
2016-09-28Merge tag 'v4.8-rc8' into drm-nextDave Airlie-1/+2
2016-09-14drm/amdgpu: bind GTT on demandChristian König-0/+4
2016-09-14drm/amdgpu: free the BO in kernel by helper amdgpu_bo_free_kernel()Junwei Zhang-12/+3
2016-08-24drm/amdgpu: use memcpy_to/fromio for UVD fw uploadChristian König-5/+5
2016-08-24drm/amdgpu: switch UVD code to use UVD_NO_OP for paddingAlex Deucher-2/+4
2016-08-24drm/amdgpu: add support for UVD_NO_OP registerAlex Deucher-0/+1
2016-08-10drm/amdgpu: Fix memory trashing if UVD ring test failsJay Cornwall-1/+2
2016-08-08drm/amdgpu: remove the check for sessions being closedLeo Liu-8/+2
2016-08-08drm/amdgpu: user amdgpu_bo_create_kernel for the UVD BOChristian König-28/+3
2016-07-29drm/amdgpu: enable UVD context buffer for older HWChristian König-2/+26
2016-07-29drm/amdgpu: fix default UVD context sizeChristian König-1/+1
2016-07-29drm/amdgpu: add a fence timeout for the IB tests v2Christian König-10/+15
2016-07-29drm/amdgpu: move UVD IB test into common code v2Christian König-0/+35
2016-07-29drm/amdgpu: use begin/end_use for UVD power/clock gatingChristian König-8/+7
2016-07-29Revert "drm/amd/powerplay: workaround issue that when uvd dpm disabled,"Rex Zhu-4/+0
2016-07-28Merge branch 'drm-next-4.8' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie-6/+5
2016-07-14drm/amdgpu: return -ENOSPC when running out of UVD handlesChristian König-1/+1
2016-07-14drm/amdgpu: cleanup hw reference handling in the IB testsChristian König-1/+1
2016-07-14drm/amdgpu: cleanup UVD coding styleChristian König-4/+3
2016-06-29drm/amd/powerplay: workaround for UVD clock issueRex Zhu-0/+4
2016-06-09drm/amdgpu: fix uvd fini mem leakMonk Liu-9/+10
2016-05-11amdgpu/uvd: separate context buffer from DPBSonny Jiang-3/+59
2016-05-11drm/amd: cleanup remaining spaces and tabs v2Christian König-3/+3
2016-05-11drm/amdgpu: keep vm in job instead of ib (v2)Monk Liu-1/+1
2016-05-09Merge tag 'v4.6-rc7' into drm-nextDave Airlie-0/+5
2016-05-04drm/amdgpu: code style refine.Rex Zhu-1/+1
2016-05-04drm/amdgpu: change ELM/BAF to Polaris10/Polaris11Flora Cui-8/+8
2016-05-04drm/amdgpu: add UVD support for ELM/BAFSonny Jiang-0/+10
2016-05-04drm/amdgpu: handle more than 10 UVD sessions (v2)Arindam Nath-8/+22
2016-04-21amdgpu/uvd: add uvd fw version for amdgpuSonny Jiang-0/+3
2016-04-14drm/amdgpu: when suspending, if uvd/vce was running. need to cancel delay work.Rex Zhu-0/+2
2016-04-04drm/amdgpu: save and restore the firwmware cache part when suspend resumeLeo Liu-16/+11
2016-04-04drm/amdgpu: save and restore UVD context with suspend and resumeLeo Liu-19/+26
2016-03-17drm/amdgpu: move ib.fence to job.fenceMonk Liu-0/+1
2016-03-14drm/amdgpu: stop waiting on UVD messages before mapping themChristian König-7/+0
2016-03-08drm/amdgpu: remove HW fence ownerChristian König-2/+1
2016-02-12drm/amdgpu: use separate scheduler entity for UVD submissionsChristian König-1/+14
2016-02-12drm/amdgpu: use per VM entity for page table updates (v2)Christian König-1/+1
2016-02-10drm/amdgpu: move sync into job objectChristian König-1/+1
2016-02-10drm/amdgpu: send UVD IB tests directly to the ring againChristian König-11/+21
2016-02-10drm/amdgpu: cleanup in kernel job submissionChristian König-25/+12
2016-02-10drm/amdgpu: move ring from IBs into jobChristian König-1/+1
2016-02-10drm/amdgpu: add proper job alloc/free functionsChristian König-3/+3
2016-02-10drm/amdgpu: add amdgpu_set_ib_value helper (v2)Christian König-4/+4
2016-02-10drm/amdgpu: clean up non-scheduler code path (v2)Chunming Zhou-4/+0
2015-10-21drm/amdgpu: add UVD support for StoneySamuel Li-0/+5
2015-09-23drm/amdgpu: make UVD handle checking more strictLeo Liu-27/+41
2015-09-23drm/amdgpu: refine the job naming for amdgpu_job and amdgpu_sched_jobJunwei Zhang-3/+3