aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-04drm/amdgpu: use job and ib structures directly in CS parsersChristian König1-56/+60
2022-03-04drm/amdgpu: header cleanupChristian König1-0/+1
2021-12-13drm/amd: fix improper docstring syntaxIsabella Basso1-1/+0
2021-10-08drm/amdgpu: use adev_to_drm for consistency when accessing drm_deviceGuchun Chen1-1/+1
2021-09-14drm/amdgpu: VCE avoid memory allocation during IB testxinhui pan1-14/+13
2021-09-01drm/amdgpu/vce: set the priority for each ringSatyajit Sahu1-0/+14
2021-08-25drm/amdgpu: drop redundant cancel_delayed_work_sync callEvan Quan1-1/+0
2021-06-04Merge tag 'amd-drm-next-5.14-2021-06-02' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-5/+5
2021-05-21drm/amd/amdgpu/amdgpu_vce: Fix a few incorrectly named functionsLee Jones1-5/+5
2021-05-19drm/amdgpu: Guard against write accesses after device removalAndrey Grodzovsky1-3/+8
2021-01-07Merge tag 'drm-misc-next-2020-12-17' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter1-1/+1
2020-12-15drm/amdgpu: remove h from printk format specifierTom Rix1-1/+1
2020-12-15Merge drm/drm-next into drm-misc-nextMaarten Lankhorst1-5/+14
2020-12-10drm/amdgpu: clean up bo in vce and vcn testNirmoy Das1-1/+1
2020-12-01drm/amd/amdgpu/amdgpu_vce: Provide some missing and repair other function paramsLee Jones1-5/+14
2020-04-28drm/amdgpu: cleanup IB pool handling a bitChristian König1-2/+3
2020-04-01drm/amdgpu: implement more ib pools (v2)xinhui pan1-2/+4
2020-01-27drm/amd/amdgpu: fix spelling mistake "to" -> "too"Colin Ian King1-1/+1
2019-12-18drm/scheduler: rework entity creationNirmoy Das1-3/+4
2019-11-11drm/amd/amdgpu: finish delay works before release resourcesJesse Zhang1-0/+1
2019-10-25drm/amdgpu/vce: make some functions staticAlex Deucher1-5/+10
2019-10-25drm/amdgpu/vce: fix allocation size in enc ring testAlex Deucher1-5/+15
2019-06-19Merge v5.2-rc5 into drm-nextDaniel Vetter1-1/+3
2019-06-10drm/amd: drop use of drmP.h in amdgpu/amdgpu*Sam Ravnborg1-1/+1
2019-06-10drm/amd: drop dependencies on drm_os_linux.hSam Ravnborg1-1/+1
2019-06-05drm/amdgpu: fix ring test failure issue during s3 in vce 3.0 (V2)Louis Li1-1/+3
2019-01-25drm/amdgpu: add flags to emit_ib interface v2Jack Xiao1-1/+1
2018-11-05drm/amdgpu: Modify the argument of emit_ib interfaceRex Zhu1-2/+4
2018-11-05drm/amdgpu: remove messages from IB testsChristian König1-13/+5
2018-11-05drm/amdgpu: further ring test cleanupsChristian König1-11/+3
2018-09-27drm/amdgpu: Fix vce work queue was not cancelled when suspendRex Zhu1-1/+2
2018-08-13drm/amdgpu/vce: VCE entity initialization relies on ring initializtionEmily Deng1-10/+23
2018-07-25drm/scheduler: modify API to avoid redundancyNayan Deshmukh1-1/+1
2018-07-16drm/amdgpu: add amdgpu_job_submit_direct helperChristian König1-14/+6
2018-07-16drm/amdgpu: remove ring parameter from amdgpu_job_submitChristian König1-1/+1
2018-07-13drm/scheduler: modify args of drm_sched_entity_initNayan Deshmukh1-2/+1
2018-07-05drm/amdgpu: switch firmware path for CIK parts (v2)Alex Deucher1-5/+5
2018-07-05drm/scheduler: Rename cleanup functions v2.Andrey Grodzovsky1-1/+1
2018-05-17drm/amdgpu: Specify vega20 vce firmwareFeifei Xu1-0/+5
2018-05-15drm/scheduler: remove unused parameterNayan Deshmukh1-1/+1
2018-05-15drm/amdgpu: add VEGAM VCE firmware supportLeo Liu1-2/+7
2018-04-11drm/amdgpu: Added support for MV packetJames Zhu1-0/+24
2018-03-21drm/amdgpu: specify vega12 vce firmwareAlex Deucher1-2/+7
2018-02-28drm/amdgpu: don't use MM idle_work for SRIOV(v2)Monk Liu1-4/+2
2018-01-16drm/amdgpu: fix typo in amdgpu_vce_validate_boChristian König1-2/+2
2017-12-27drm/amdgpu: rename vm_id to vmidChristian König1-1/+1
2017-12-18drm/amdgpu: rename ip block helper functionsAlex Deucher1-8/+8
2017-12-07drm: move amd_gpu_scheduler into common locationLucas Stach1-4/+4
2017-12-06drm/ttm: add operation ctx to ttm_bo_validate v2Christian König1-1/+2
2017-12-06drm/amdgpu: fix VCE buffer placement restrictions v2Christian König1-2/+99