Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-10-13 | drm/amdgpu/vpe: fix insert_nop ops | Lang Yu | 1 | -4/+5 | |
Avoid infinite loop when count is 0. This is missed in rebase. Signed-off-by: Lang Yu <[email protected]> Reviewed-by: Yifan Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
2023-10-13 | drm/amdgpu/vpe: align with mcbp changes | Lang Yu | 1 | -1/+1 | |
MCBP is decided by adev->gfx.mcbp now. This is missed in rebase. Signed-off-by: Lang Yu <[email protected]> Reviewed-by: Yifan Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
2023-10-13 | drm/amdgpu/vpe: remove IB end boundary requirement | Lang Yu | 1 | -19/+1 | |
Remove IB end boundary requirement, VPE has no such limitions, use existing amdgpu_ring_generic_pad_ib() instead. This is missed in rebase. Signed-off-by: Lang Yu <[email protected]> Reviewed-by: Yifan Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
2023-09-26 | drm/amdgpu/vpe: fix truncation warnings | Lang Yu | 1 | -4/+1 | |
Fix truncation warnings. Fixes: 9d4346bdbc64 ("drm/amdgpu: add VPE 6.1.0 support") Signed-off-by: Lang Yu <[email protected]> Reviewed-by: Yifan Zhang <[email protected]> Reported-by: kernel test robot <[email protected]> Link: https://lore.kernel.org/oe-kbuild-all/[email protected] Signed-off-by: Alex Deucher <[email protected]> | |||||
2023-09-20 | drm/amdgpu: Use function for IP version check | Lijo Lazar | 1 | -1/+1 | |
Use an inline function for version check. Gives more flexibility to handle any format changes. Signed-off-by: Lijo Lazar <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
2023-08-31 | drm/amdgpu: fix VPE front door loading issue | Lang Yu | 1 | -0/+38 | |
Implement proper front door loading for vpe 6.1. Signed-off-by: Lang Yu <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
2023-08-31 | drm/amdgpu: add PSP loading support for VPE | Lang Yu | 1 | -0/+16 | |
Add PSP loading support for Video Processing Engine. Signed-off-by: Lang Yu <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
2023-08-31 | drm/amdgpu: add VPE 6.1.0 support | Lang Yu | 1 | -0/+622 | |
Add skeleton driver code. (Ray) Add initial support for Video Processing Engine. (Lang) Signed-off-by: Huang Rui <[email protected]> Signed-off-by: Lang Yu <[email protected]> Signed-off-by: Alex Deucher <[email protected]> |