Lines Matching refs:ds
48 nvkm_wr32(device, 0x405804, gr->zbc_color[zbc].ds[0]); in gf100_gr_zbc_clear_color()
49 nvkm_wr32(device, 0x405808, gr->zbc_color[zbc].ds[1]); in gf100_gr_zbc_clear_color()
50 nvkm_wr32(device, 0x40580c, gr->zbc_color[zbc].ds[2]); in gf100_gr_zbc_clear_color()
51 nvkm_wr32(device, 0x405810, gr->zbc_color[zbc].ds[3]); in gf100_gr_zbc_clear_color()
60 const u32 ds[4], const u32 l2[4]) in gf100_gr_zbc_color_get()
69 if (memcmp(gr->zbc_color[i].ds, ds, sizeof( in gf100_gr_zbc_color_get()
70 gr->zbc_color[i].ds))) in gf100_gr_zbc_color_get()
86 memcpy(gr->zbc_color[zbc].ds, ds, sizeof(gr->zbc_color[zbc].ds)); in gf100_gr_zbc_color_get()
99 nvkm_wr32(device, 0x405818, gr->zbc_depth[zbc].ds); in gf100_gr_zbc_clear_depth()
107 const u32 ds, const u32 l2) in gf100_gr_zbc_depth_get() argument
116 if (gr->zbc_depth[i].ds != ds) in gf100_gr_zbc_depth_get()
132 gr->zbc_depth[zbc].ds = ds; in gf100_gr_zbc_depth_get()
174 args->v0.ds, in gf100_fermi_mthd_zbc_color()
202 args->v0.ds, in gf100_fermi_mthd_zbc_depth()