Home
last modified time | relevance | path

Searched refs:zbc (Results 1 – 23 of 23) sorted by relevance

/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dgp102.c30 gp102_gr_zbc_clear_stencil(struct gf100_gr *gr, int zbc) in gp102_gr_zbc_clear_stencil() argument
33 const int znum = zbc - 1; in gp102_gr_zbc_clear_stencil()
36 if (gr->zbc_stencil[zbc].format) in gp102_gr_zbc_clear_stencil()
37 nvkm_wr32(device, 0x41815c + zoff, gr->zbc_stencil[zbc].ds); in gp102_gr_zbc_clear_stencil()
40 gr->zbc_stencil[zbc].format << ((znum % 4) * 7)); in gp102_gr_zbc_clear_stencil()
48 int zbc = -ENOSPC, i; in gp102_gr_zbc_stencil_get() local
62 zbc = (zbc < 0) ? i : zbc; in gp102_gr_zbc_stencil_get()
66 if (zbc < 0) in gp102_gr_zbc_stencil_get()
67 return zbc; in gp102_gr_zbc_stencil_get()
69 gr->zbc_stencil[zbc].format = format; in gp102_gr_zbc_stencil_get()
[all …]
H A Dgp100.c33 gp100_gr_zbc_clear_color(struct gf100_gr *gr, int zbc) in gp100_gr_zbc_clear_color() argument
36 const int znum = zbc - 1; in gp100_gr_zbc_clear_color()
39 if (gr->zbc_color[zbc].format) { in gp100_gr_zbc_clear_color()
40 nvkm_wr32(device, 0x418010 + zoff, gr->zbc_color[zbc].ds[0]); in gp100_gr_zbc_clear_color()
41 nvkm_wr32(device, 0x41804c + zoff, gr->zbc_color[zbc].ds[1]); in gp100_gr_zbc_clear_color()
42 nvkm_wr32(device, 0x418088 + zoff, gr->zbc_color[zbc].ds[2]); in gp100_gr_zbc_clear_color()
43 nvkm_wr32(device, 0x4180c4 + zoff, gr->zbc_color[zbc].ds[3]); in gp100_gr_zbc_clear_color()
48 gr->zbc_color[zbc].format << ((znum % 4) * 7)); in gp100_gr_zbc_clear_color()
52 gp100_gr_zbc_clear_depth(struct gf100_gr *gr, int zbc) in gp100_gr_zbc_clear_depth() argument
55 const int znum = zbc - 1; in gp100_gr_zbc_clear_depth()
[all …]
H A Dgf100.c49 gf100_gr_zbc_clear_color(struct gf100_gr *gr, int zbc) in gf100_gr_zbc_clear_color() argument
52 if (gr->zbc_color[zbc].format) { in gf100_gr_zbc_clear_color()
53 nvkm_wr32(device, 0x405804, gr->zbc_color[zbc].ds[0]); in gf100_gr_zbc_clear_color()
54 nvkm_wr32(device, 0x405808, gr->zbc_color[zbc].ds[1]); in gf100_gr_zbc_clear_color()
55 nvkm_wr32(device, 0x40580c, gr->zbc_color[zbc].ds[2]); in gf100_gr_zbc_clear_color()
56 nvkm_wr32(device, 0x405810, gr->zbc_color[zbc].ds[3]); in gf100_gr_zbc_clear_color()
58 nvkm_wr32(device, 0x405814, gr->zbc_color[zbc].format); in gf100_gr_zbc_clear_color()
59 nvkm_wr32(device, 0x405820, zbc); in gf100_gr_zbc_clear_color()
68 int zbc = -ENOSPC, i; in gf100_gr_zbc_color_get() local
84 zbc = (zbc < 0) ? i : zbc; in gf100_gr_zbc_color_get()
[all …]
H A Dgp107.c57 .zbc = &gp102_gr_zbc,
H A Dgp10b.c67 .zbc = &gp100_gr_zbc,
H A Dgp104.c55 .zbc = &gp102_gr_zbc,
H A Dgf104.c140 .zbc = &gf100_gr_zbc,
H A Dgf110.c112 .zbc = &gf100_gr_zbc,
H A Dgk110b.c132 .zbc = &gf100_gr_zbc,
H A Dgf108.c138 .zbc = &gf100_gr_zbc,
H A Dgf119.c203 .zbc = &gf100_gr_zbc,
H A Dgk208.c190 .zbc = &gf100_gr_zbc,
H A Dgf117.c179 .zbc = &gf100_gr_zbc,
H A Dgk110.c381 .zbc = &gf100_gr_zbc,
H A Dgm20b.c130 .zbc = &gf100_gr_zbc,
H A Dgk104.c485 .zbc = &gf100_gr_zbc,
H A Dgm107.c425 .zbc = &gf100_gr_zbc,
H A Dgm200.c211 .zbc = &gf100_gr_zbc,
H A Dgk20a.c266 .zbc = &gf100_gr_zbc,
H A Dgv100.c308 .zbc = &gp102_gr_zbc,
/linux/arch/riscv/kernel/
H A Dcpufeature.c537 __RISCV_ISA_EXT_DATA(zbc, RISCV_ISA_EXT_ZBC),
/linux/tools/testing/selftests/kvm/riscv/
H A Dget-reg-list.c1180 KVM_ISA_EXT_SIMPLE_CONFIG(zbc, ZBC);
/linux/drivers/scsi/
H A Dscsi_debug.c7411 module_param_named(zbc, sdeb_zbc_model_s, charp, S_IRUGO);
7490 MODULE_PARM_DESC(zbc, "'none' [0]; 'aware' [1]; 'managed' [2] (def=0). Can have 'host-' prefix");
8398 static DRIVER_ATTR_RO(zbc);