Home
last modified time | relevance | path

Searched refs:init_ds_hww_esr_2 (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dgp107.c41 .init_ds_hww_esr_2 = gm200_gr_init_ds_hww_esr_2,
H A Dgp10b.c51 .init_ds_hww_esr_2 = gm200_gr_init_ds_hww_esr_2,
H A Dgp104.c39 .init_ds_hww_esr_2 = gm200_gr_init_ds_hww_esr_2,
H A Dgp100.c114 .init_ds_hww_esr_2 = gm200_gr_init_ds_hww_esr_2,
H A Dgp102.c111 .init_ds_hww_esr_2 = gm200_gr_init_ds_hww_esr_2,
H A Dtu102.c108 .init_ds_hww_esr_2 = gm200_gr_init_ds_hww_esr_2,
H A Dgm200.c195 .init_ds_hww_esr_2 = gm200_gr_init_ds_hww_esr_2,
H A Dga102.c162 .init_ds_hww_esr_2 = gm200_gr_init_ds_hww_esr_2,
H A Dgv100.c293 .init_ds_hww_esr_2 = gm200_gr_init_ds_hww_esr_2,
H A Dgf100.h168 void (*init_ds_hww_esr_2)(struct gf100_gr *); member
H A Dgf100.c2397 if (gr->func->init_ds_hww_esr_2) in gf100_gr_init()
2398 gr->func->init_ds_hww_esr_2(gr); in gf100_gr_init()