Home
last modified time | relevance | path

Searched refs:uvd_ctx_wreg (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu.h796 amdgpu_wreg_t uvd_ctx_wreg; member
1083 #define WREG32_UVD_CTX(reg, v) adev->uvd_ctx_wreg(adev, (reg), (v))
H A Dnv.c714 adev->uvd_ctx_wreg = NULL; in nv_common_early_init()
H A Dsoc15.c1065 adev->uvd_ctx_wreg = &soc15_uvd_ctx_wreg; in soc15_common_early_init()
H A Dvi.c1115 adev->uvd_ctx_wreg = &vi_uvd_ctx_wreg; in vi_common_early_init()
H A Dcik.c1962 adev->uvd_ctx_wreg = &cik_uvd_ctx_wreg; in cik_common_early_init()
H A Dsi.c1919 adev->uvd_ctx_wreg = si_uvd_ctx_wreg; in si_common_early_init()
H A Damdgpu_device.c3216 adev->uvd_ctx_wreg = &amdgpu_invalid_wreg; in amdgpu_device_init()