Searched refs:zbc_depth (Results 1 - 14 of 14) sorted by path

/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dltc.h27 u32 zbc_depth[NVKM_LTC_MAX_ZBC_DEPTH_CNT]; member in struct:nvkm_ltc
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dgf100.c103 if (gr->zbc_depth[zbc].format)
104 nvkm_wr32(device, 0x405818, gr->zbc_depth[zbc].ds);
105 nvkm_wr32(device, 0x40581c, gr->zbc_depth[zbc].format);
118 if (gr->zbc_depth[i].format) {
119 if (gr->zbc_depth[i].format != format)
121 if (gr->zbc_depth[i].ds != ds)
123 if (gr->zbc_depth[i].l2 != l2) {
136 gr->zbc_depth[zbc].format = format;
137 gr->zbc_depth[zbc].ds = ds;
138 gr->zbc_depth[zb
[all...]
H A Dgf100.h102 struct gf100_gr_zbc_depth zbc_depth[NVKM_LTC_MAX_ZBC_DEPTH_CNT]; member in struct:gf100_gr
H A Dgp100.c58 if (gr->zbc_depth[zbc].format)
59 nvkm_wr32(device, 0x418110 + zoff, gr->zbc_depth[zbc].ds);
62 gr->zbc_depth[zbc].format << ((znum % 4) * 7));
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/
H A Dbase.c53 ltc->zbc_depth[index] = depth;
104 ltc->func->zbc_clear_depth(ltc, i, ltc->zbc_depth[i]);
145 ltc->zbc_depth_max = min(func->zbc_depth, NVKM_LTC_MAX_ZBC_DEPTH_CNT) - 1;
H A Dga102.c46 .zbc_depth = 16,
H A Dgf100.c245 .zbc_depth = 16,
H A Dgk104.c46 .zbc_depth = 16,
H A Dgm107.c141 .zbc_depth = 16,
H A Dgm200.c53 .zbc_depth = 16,
H A Dgp100.c65 .zbc_depth = 16,
H A Dgp102.c42 .zbc_depth = 16,
H A Dgp10b.c49 .zbc_depth = 16,
H A Dpriv.h20 int zbc_depth; member in struct:nvkm_ltc_func

Completed in 215 milliseconds