Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/
Dbase.c75 impl->zbc_clear_depth(priv, index, depth); in nvkm_ltc_zbc_depth_get()
92 impl->zbc_clear_depth(priv, i, priv->zbc_depth[i]); in _nvkm_ltc_init()
Dgk104.c58 .zbc_clear_depth = gf100_ltc_zbc_clear_depth,
Dpriv.h61 void (*zbc_clear_depth)(struct nvkm_ltc_priv *, int, const u32); member
Dgm107.c152 .zbc_clear_depth = gm107_ltc_zbc_clear_depth,
Dgf100.c243 .zbc_clear_depth = gf100_ltc_zbc_clear_depth,