Home
last modified time | relevance | path

Searched refs:zbc_clear_depth (Results 1 – 5 of 5) sorted by relevance

/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/
Dbase.c68 ltc->func->zbc_clear_depth(ltc, index, depth); in nvkm_ltc_zbc_depth_get()
108 ltc->func->zbc_clear_depth(ltc, i, ltc->zbc_depth[i]); in nvkm_ltc_init()
Dgk104.c47 .zbc_clear_depth = gf100_ltc_zbc_clear_depth,
Dpriv.h19 void (*zbc_clear_depth)(struct nvkm_ltc *, int, const u32); member
Dgm107.c140 .zbc_clear_depth = gm107_ltc_zbc_clear_depth,
Dgf100.c247 .zbc_clear_depth = gf100_ltc_zbc_clear_depth,