aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-27drm/amdgpu:Support new VCN FW version naming conventionJames Zhu1-6/+27
2018-06-13drm/amdgpu: fix the missed vcn fw version reportHuang Rui1-0/+1
2018-05-29drm/amdgpu: remove unnecessary scheduler entity for VCNLeo Liu1-41/+10
2018-05-24drm/amdgpu: Add runtime VCN PG supportRex Zhu1-7/+9
2018-05-18drm/amdgpu: Take vcn encode rings into account in idle workAlex Deucher1-0/+5
2018-05-15drm/scheduler: remove unused parameterNayan Deshmukh1-2/+2
2018-02-19drm/amdgpu: cleanup VCN IB generationChristian König1-69/+18
2018-02-19drm/amdgpu: revert "Add a parameter to amdgpu_bo_create()"Christian König1-2/+2
2017-12-08drm/admgpu: Reduce the usage of soc15ip.hShaoyun Liu1-1/+0
2017-12-07drm: move amd_gpu_scheduler into common locationLucas Stach1-7/+7
2017-12-06drm/amd/include:cleanup raven1 vcn header files.Feifei Xu1-1/+1
2017-12-06drm/amd/include:cleanup vega10 header files.Feifei Xu1-1/+1
2017-12-06drm/ttm: add operation ctx to ttm_bo_validate v2Christian König1-1/+2
2017-12-04drm/amdgpu: change redundant init logs to debug levelpding1-4/+4
2017-12-04drm/amd/scheduler:introduce guilty pointer memberMonk Liu1-2/+2
2017-08-15drm/amdgpu: Add a parameter to amdgpu_bo_create()Yong Zhao1-2/+2
2017-08-15drm/amdgpu: disable vcn power control for nowLeo Liu1-8/+6
2017-05-24drm/amdgpu: update vcn decode create msgLeo Liu1-10/+5
2017-05-24drm/amdgpu: add vcn enc ib testLeo Liu1-51/+33
2017-05-24drm/amdgpu: enable vcn encode ring testsLeo Liu1-1/+1
2017-05-24drm/amdgpu: add vcn enc ringsLeo Liu1-0/+5
2017-05-24drm/amdgpu/vcn: implement ib tests with new message buffer interfaceLeo Liu1-16/+24
2017-05-24drm/amdgpu: move vcn ring test to amdgpu_vcn.cLeo Liu1-0/+36
2017-05-24drm/amdgpu: re-group the functions in amdgpu_vcn.cLeo Liu1-70/+70
2017-05-24drm/amdgpu: add encode tests for vcnLeo Liu1-0/+203
2017-05-24drm/amdgpu: add initial vcn support and decode testsLeo Liu1-0/+425