Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_nbio.h95 void (*apply_lc_spc_mode_wa)(struct amdgpu_device *adev); member
H A 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()
H A Dnbio_v2_3.c577 .apply_lc_spc_mode_wa = nbio_v2_3_apply_lc_spc_mode_wa,