Home
last modified time | relevance | path

Searched refs:zbc_depth (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/
H A Dbase.c53 ltc->zbc_depth[index] = depth; in nvkm_ltc_zbc_depth_get()
104 ltc->func->zbc_clear_depth(ltc, i, ltc->zbc_depth[i]); in nvkm_ltc_init()
145 ltc->zbc_depth_max = min(func->zbc_depth, NVKM_LTC_MAX_ZBC_DEPTH_CNT) - 1; in nvkm_ltc_new_()
H A Dgp102.c42 .zbc_depth = 16,
H A Dgk104.c46 .zbc_depth = 16,
H A Dgm200.c53 .zbc_depth = 16,
H A Dgp10b.c49 .zbc_depth = 16,
H A Dga102.c46 .zbc_depth = 16,
H A Dgp100.c65 .zbc_depth = 16,
H A Dpriv.h20 int zbc_depth; member
H A Dgm107.c141 .zbc_depth = 16,
H A Dgf100.c245 .zbc_depth = 16,
/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dgp100.c58 if (gr->zbc_depth[zbc].format) in gp100_gr_zbc_clear_depth()
59 nvkm_wr32(device, 0x418110 + zoff, gr->zbc_depth[zbc].ds); in gp100_gr_zbc_clear_depth()
62 gr->zbc_depth[zbc].format << ((znum % 4) * 7)); in gp100_gr_zbc_clear_depth()
/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dltc.h27 u32 zbc_depth[NVKM_LTC_MAX_ZBC_DEPTH_CNT]; member