Home
last modified time | relevance | path

Searched refs:apply_lc_spc_mode_wa (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/
Damdgpu_nbio.h95 void (*apply_lc_spc_mode_wa)(struct amdgpu_device *adev); member
Dnv.c1002 if (adev->nbio.funcs->apply_lc_spc_mode_wa) in nv_common_hw_init()
1003 adev->nbio.funcs->apply_lc_spc_mode_wa(adev); in nv_common_hw_init()
Dnbio_v2_3.c576 .apply_lc_spc_mode_wa = nbio_v2_3_apply_lc_spc_mode_wa,