summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/uvd_v4_2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: update the handle ptr in hw_initSunil Khatri2024-10-071-5/+4
* drm/amdgpu: update the handle ptr in resumeSunil Khatri2024-10-071-2/+2
* drm/amdgpu: update the handle ptr in suspendSunil Khatri2024-10-071-2/+2
* drm/amdgpu: update the handle ptr in wait_for_idleSunil Khatri2024-10-071-2/+2
* drm/amdgpu: update the handle ptr in soft_resetSunil Khatri2024-10-011-2/+2
* drm/amdgpu: update the handle ptr in prepare_suspendSunil Khatri2024-10-011-2/+2
* drm/amdgpu: update the handle ptr in sw_finiSunil Khatri2024-10-011-2/+2
* drm/amdgpu: update the handle ptr in sw_initSunil Khatri2024-10-011-2/+2
* drm/amdgpu: update the handle ptr in early_initSunil Khatri2024-10-011-2/+2
* drm/amdgpu: add protype for print ip stateSunil Khatri2024-04-261-0/+1
* drm/amdgpu: add prototype for ip dumpSunil Khatri2024-04-261-0/+1
* drm/amdgpu: move UVD and VCE sched entity init after sched initAlex Deucher2023-11-101-2/+0
* drm/amd: Split up UVD suspend into prepare and suspend stepsMario Limonciello2023-10-131-0/+8
* drm/amdgpu: Fix crash on device remove/driver unloadAndrey Grodzovsky2021-09-231-11/+13
* drm/amdgpu: add missing cleanups for more ASICs on UVD/VCE suspendEvan Quan2021-08-261-0/+24
* drm/amdgpu: add the sched_score to amdgpu_ring_initChristian König2021-04-091-1/+1
* drm/amd/amdgpu/uvd_v4_2: Add one and remove another function param descriptionLee Jones2020-11-241-1/+1
* drm/amd/amdgpu/uvd_v4_2: Fix some kernel-doc misdemeanoursLee Jones2020-11-241-2/+6
* drm/amd: fix typoes in commentsBernard Zhao2020-09-221-2/+2
* drm/amdgpu: rework sched_list generationNirmoy Das2020-04-091-1/+2
* drm/amdgpu: stop disable the scheduler during HW finiChristian König2020-04-011-3/+0
* Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-06-141-2/+2
|\
| * drm/amd: drop use of drmP.h in remaining filesSam Ravnborg2019-06-101-1/+1
| * drm/amd: drop dependencies on drm_os_linux.hSam Ravnborg2019-06-101-1/+1
* | drm/amdgpu/UVD: set no_user_fence flag to trueLeo Liu2019-05-241-0/+1
|/
* drm/amdgpu: add flags to emit_ib interface v2Jack Xiao2019-01-251-1/+1
* drm/amdgpu: Reorder uvd ring init before uvd resumeChris Wilson2018-11-281-4/+4
* drm/amdgpu: Modify the argument of emit_ib interfaceRex Zhu2018-11-051-1/+2
* drm/amdgpu: further ring test cleanupsChristian König2018-11-051-12/+5
* drm/amdgpu: Retire amdgpu_ring.ready flag v4Andrey Grodzovsky2018-11-051-6/+3
* drm/amdgpu: move more defines into amdgpu_irq.hChristian König2018-09-271-1/+1
* drm/amdgpu/uvd: UVD entity initialization relys on ring initializationEmily Deng2018-08-141-0/+4
* drm/amdgpu: fix insert nop for UVD4.2 ringLeo Liu2018-05-181-2/+13
* drm/amdgpu/vg20:Restruct uvd to support multiple uvdsJames Zhu2018-05-181-13/+14
* drm/amdgpu: Use dpm_enabled as dpm state flagRex Zhu2018-04-111-2/+2
* drm/amdgpu: remove now superflous *_hdp operationChristian König2018-02-191-30/+0
* drm/amdgpu: rename vm_id to vmidChristian König2017-12-271-1/+1
* drm/amd/amdgpu: fix UVD mc offsetsPiotr Redlewski2017-12-061-1/+1
* drm/amdgpu: change redundant init logs to debug levelpding2017-12-041-1/+1
* drm/amdgpu: various cleanups for uvd/vce.Rex Zhu2017-04-041-15/+4
* drm/amdgpu: switch ih handling to two levels (v3)Alex Deucher2017-03-301-1/+1
* drm/amdgpu: change wptr to 64 bits (v2)Ken Wang2017-03-301-4/+5
* drm/amd/amdgpu: Fix flow control in uvd_v4_2_stop()Tom St Denis2017-02-161-3/+6
* drm/amdgpu: read hw register to check pg status.Rex Zhu2017-02-131-2/+4
* drm/amdgpu: refine uvd4.2 init/stop code.Rex Zhu2017-02-081-41/+70
* drm/amdgpu: power down/up uvd4 when smu disabled.Rex Zhu2017-02-081-1/+16
* drm/amdgpu: change clock gating mode for uvd_v4.Rex Zhu2017-01-171-32/+10
* drm/amdgpu: always un-gate UVD REGS path.Rex Zhu2016-11-151-0/+2
* drm/amdgpu: refine uvd_4.2 clock gate sequence.Rex Zhu2016-11-111-31/+9
* drm/amdgpu: enable uvd bypass mode for CI/VI.Rex Zhu2016-10-271-3/+22