Home
last modified time | relevance | path

Searched refs:wpr_patch (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/acr/
H A Dgp10b.c42 .wpr_patch = gm200_acr_wpr_patch,
H A Dgv100.c50 .wpr_patch = gp102_acr_wpr_patch,
H A Dgp108.c95 .wpr_patch = gp102_acr_wpr_patch,
H A Dpriv.h27 int (*wpr_patch)(struct nvkm_acr *, s64 adjust); member
H A Dgm20b.c109 .wpr_patch = gm200_acr_wpr_patch,
H A Dtu102.c160 .wpr_patch = gp102_acr_wpr_patch,
H A Dgp102.c251 .wpr_patch = gp102_acr_wpr_patch,
H A Dgm200.c335 .wpr_patch = gm200_acr_wpr_patch,
H A Dga102.c283 .wpr_patch = ga102_acr_wpr_patch,
H A Dbase.c306 acr->func->wpr_patch(acr, (s64)acr->wpr_start - acr->wpr_prev); in nvkm_acr_oneinit()