aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/amd/amdgpu/jpeg_v2_0.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-02-25drm/amdgpu: update the handle ptr in is_idleSunil Khatri1-3/+3
2025-02-17drm/amdgpu: Add ring reset callback for JPEG2_0_0Sathishkumar S1-1/+14
2025-02-12drm/amdgpu: Enable devcoredump for JPEG2_0_0Sathishkumar S1-0/+22
2024-12-10drm/amdgpu: pass ip_block in set_clockgating_stateBoyuan Zhang1-3/+3
2024-12-10drm/amdgpu: pass ip_block in set_powergating_stateBoyuan Zhang1-4/+4
2024-11-21drm/amdgpu/jpeg: cancel the jpeg workerAlex Deucher1-1/+1
2024-10-22drm/amdgpu: Clean the functions pointer set as NULLSunil Khatri1-7/+0
2024-10-07drm/amdgpu: change the comment from handle to ip_blockSunil Khatri1-7/+7
2024-10-07drm/amdgpu: update the handle ptr in hw_finiSunil Khatri1-5/+4
2024-10-07drm/amdgpu: update the handle ptr in hw_initSunil Khatri1-5/+4
2024-10-07drm/amdgpu: update the handle ptr in resumeSunil Khatri1-2/+2
2024-10-07drm/amdgpu: update the handle ptr in suspendSunil Khatri1-2/+2
2024-10-07drm/amdgpu: update the handle ptr in wait_for_idleSunil Khatri1-2/+2
2024-10-01drm/amdgpu: update the handle ptr in sw_finiSunil Khatri1-2/+2
2024-10-01drm/amdgpu: update the handle ptr in sw_initSunil Khatri1-2/+2
2024-10-01drm/amdgpu: update the handle ptr in early_initSunil Khatri1-2/+2
2024-09-10drm/amd/amdgpu: apply command submission parser for JPEG v2+David (Ming Qiang) Wu1-1/+62
2024-08-13drm/amdgpu/jpeg2: properly set atomics vmid fieldAlex Deucher1-2/+2
2024-06-14drm/amdgpu: drop some kernel messages in VCN codeDavid (Ming Qiang) Wu1-7/+1
2024-04-26drm/amdgpu: add protype for print ip stateSunil Khatri1-0/+1
2024-04-26drm/amdgpu: add prototype for ip dumpSunil Khatri1-0/+1
2023-08-09drm/jpeg: Clean up errors in jpeg_v2_0.cRan Sun1-2/+1
2023-06-09drm/jpeg: add init value for num_jpeg_ringsJames Zhu1-0/+1
2023-06-09drm/amdgpu/jpeg: add multiple jpeg rings supportJames Zhu1-7/+7
2023-06-09drm/amdgpu: introduce vmhub definition for multi-partition cases (v3)Hawking Zhang1-1/+1
2023-04-14drm/amdgpu: move vmhub out of amdgpu_ring_funcs (v4)Le Ma1-2/+2
2022-06-08drm/amdgpu/jpeg2: Add jpeg vmid update under IB submitMohammad Zafar Ziya1-1/+5
2022-05-04drm/amdgpu: use ring structure to access rptr/wptr v2Jack Xiao1-2/+2
2021-10-04drm/amdgpu/jpeg2: move jpeg2 shared macro to header fileJames Zhu1-20/+0
2021-05-20drm/amdgpu/jpeg2.0: add cancel_delayed_work_sync before power gateJames Zhu1-0/+2
2021-04-09drm/amdgpu: add the sched_score to amdgpu_ring_initChristian König1-1/+1
2020-12-01drm/amd/amdgpu/jpeg_v2_0: Add some missing kernel-doc descriptionsLee Jones1-1/+5
2020-11-02drm/amdgpu/jpeg: use "*" adjacent to data nameDeepak R Varma1-3/+3
2020-11-02drm/amdgpu: improve code indentation and alignmentDeepak R Varma1-4/+4
2020-07-08drm/amdgpu: use register distance member instead of hardcode in VCN2/JEPG2Huang Rui1-1/+1
2020-07-01drm/amdgpu: fix unused variableJames Zhu1-7/+7
2020-07-01drm/amdgpu/jpeg2.0: fix no previous prototype for functionsJames Zhu1-0/+1
2020-04-09drm/amdgpu: rework sched_list generationNirmoy Das1-1/+2
2020-04-01drm/amdgpu: stop disable the scheduler during HW finiChristian König1-3/+0
2020-03-19drm/amdgpu: fix typo for vcn2/jpeg2 idle checkJames Zhu1-1/+1
2020-01-22drm/amdgpu: remove unnecessary conversion to boolNirmoy Das1-1/+1
2019-11-19drm/amdgpu: enable JPEG2.0 dpmLeo Liu1-1/+9
2019-11-19drm/amdgpu: add PG and CG for JPEG2.0Leo Liu1-26/+36
2019-11-19drm/amdgpu: add JPEG v2.0 function supportsLeo Liu1-0/+809