aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-18drm/amdgpu: fix insert nop for UVD6 ringLeo Liu1-2/+13
2018-05-18drm/amdgpu/vg20:Restruct uvd to support multiple uvdsJames Zhu1-38/+39
2018-05-15drm/scheduler: remove unused parameterNayan Deshmukh1-1/+1
2018-05-15drm/amdgpu: add HDP flush dummy for UVD 6/7Christian König1-2/+14
2018-05-15drm/amdgpu: add VEGAM UVD encode supportLeo Liu1-1/+1
2018-02-28drm/amdgpu:Fixed wrong emit frame size for encJames Zhu1-1/+1
2018-02-19drm/amdgpu: separate PASID mapping from VM flush v2Christian König1-5/+3
2018-02-19drm/amdgpu: fix DW estimation on VIChristian König1-1/+3
2018-02-19drm/amdgpu: remove now superflous *_hdp operationChristian König1-34/+1
2018-02-19drm/amdgpu: implement gmc_v8_0_emit_flush_gpu_tlbChristian König1-20/+1
2018-02-19drm/amdgpu: wire up emit_wreg for UVD v6Christian König1-0/+12
2018-02-19drm/amdgpu: forward pasid to backend flush implementationsChristian König1-2/+4
2018-01-23drm/amd/amdgpu: Add Polaris version checkJames Zhu1-2/+15
2017-12-27drm/amdgpu: rename vm_id to vmidChristian König1-13/+13
2017-12-07drm: move amd_gpu_scheduler into common locationLucas Stach1-4/+4
2017-12-06drm/amd/amdgpu: fix UVD mc offsetsPiotr Redlewski1-1/+1
2017-12-04drm/amdgpu: change redundant init logs to debug levelpding1-3/+3
2017-12-04drm/amd/scheduler:introduce guilty pointer memberMonk Liu1-1/+1
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-7/+492
2017-11-01drm/amdgpu: return -ENOENT from uvd 6.0 early init for harvestingLeo Liu1-0/+4
2017-11-02Backmerge tag 'v4.14-rc7' into drm-nextDave Airlie1-11/+5
2017-10-25drm/amd/amdgpu: Remove workaround check for UVD6 on APUsTom St Denis1-11/+5
2017-10-19drm/amdgpu: make function uvd_v6_0_enc_get_destroy_msg staticColin Ian King1-2/+3
2017-10-06drm/amdgpu: add uvd enc irqJames Zhu1-2/+38
2017-10-06drm/amdgpu: add uvd enc ib testJames Zhu1-0/+172
2017-10-06drm/amdgpu: add uvd enc ring testJames Zhu1-1/+54
2017-10-06drm/amdgpu: add uvd enc vm functions (v2)James Zhu1-2/+44
2017-10-06drm/amdgpu: add uvd enc into run queueJames Zhu1-0/+14
2017-10-06drm/amdgpu: add uvd enc ringsJames Zhu1-2/+52
2017-10-06drm/amdgpu: add new uvd enc ring methodsJames Zhu1-0/+117
2017-04-04drm/amdgpu: various cleanups for uvd/vce.Rex Zhu1-14/+3
2017-03-29drm/amd/powerplay: add a new register define for APU in VI.Rex Zhu1-2/+6
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-4/+6
2017-02-13drm/amdgpu: read hw register to check pg status.Rex Zhu1-3/+2
2017-02-08drm/amdgpu: refine uvd5.0/6.0 code.Rex Zhu1-13/+8
2017-01-27drm/amdgpu: add get clockgating_state method for uvd v5&v6Huang Rui1-2/+31
2016-12-06drm/amdgpu: fix bug mclk can't change on PolarisRex Zhu1-1/+4
2016-12-06drm/amdgpu: refine uvd 6.0 clock gate feature.Rex Zhu1-20/+92
2016-11-11drm/amdgpu: not set bypass mode for uvd5.0/uvd6.0Rex Zhu1-16/+2
2016-10-27drm/amdgpu: enable uvd bypass mode for CI/VI.Rex Zhu1-5/+4
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-29/+13
2016-10-25drm/amdgpu: remove explicit NULL init for parse_csChristian König1-1/+0
2016-10-14drm/amdgpu: fix amdgpu_need_full_reset (v2)Alex Deucher1-7/+7
2016-09-16drm/amdgpu/uvd6: add ring callbacks for ib and dma frame sizeAlex Deucher1-0/+29
2016-08-24drm/amdgpu: switch UVD code to use UVD_NO_OP for paddingAlex Deucher1-1/+1
2016-08-16drm/amd/amdgpu: UVD v6 register cleanupTom St Denis1-16/+11