OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:zcomp
(Results
1 - 11
of
11
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/
nouveau_nvkm_subdev_fb_nv25.c
41
if (!(flags & 2)) tile->
zcomp
= 0x00100000; /* Z16 */
42
else tile->
zcomp
= 0x00200000; /* Z24S8 */
43
tile->
zcomp
|= tile->tag->offset;
45
tile->
zcomp
|= 0x01000000;
nouveau_nvkm_subdev_fb_nv35.c
41
if (flags & 2) tile->
zcomp
|= 0x04000000; /* Z16 */
42
else tile->
zcomp
|= 0x08000000; /* Z24S8 */
43
tile->
zcomp
|= ((tile->tag->offset ) >> 6);
44
tile->
zcomp
|= ((tile->tag->offset + tags - 1) >> 6) << 13;
46
tile->
zcomp
|= 0x40000000;
nouveau_nvkm_subdev_fb_nv36.c
41
if (flags & 2) tile->
zcomp
|= 0x10000000; /* Z16 */
42
else tile->
zcomp
|= 0x20000000; /* Z24S8 */
43
tile->
zcomp
|= ((tile->tag->offset ) >> 6);
44
tile->
zcomp
|= ((tile->tag->offset + tags - 1) >> 6) << 14;
46
tile->
zcomp
|= 0x80000000;
nouveau_nvkm_subdev_fb_nv40.c
42
tile->
zcomp
= 0x28000000; /* Z24S8_SPLIT_GRAD */
43
tile->
zcomp
|= ((tile->tag->offset ) >> 8);
44
tile->
zcomp
|= ((tile->tag->offset + tags - 1) >> 8) << 13;
46
tile->
zcomp
|= 0x40000000;
nouveau_nvkm_subdev_fb_nv20.c
54
if (!(flags & 2)) tile->
zcomp
= 0x00000000; /* Z16 */
55
else tile->
zcomp
= 0x04000000; /* Z24S8 */
56
tile->
zcomp
|= tile->tag->offset;
57
tile->
zcomp
|= 0x80000000; /* enable */
59
tile->
zcomp
|= 0x08000000;
70
tile->
zcomp
= 0;
82
nvkm_wr32(device, 0x100300 + (i * 0x04), tile->
zcomp
);
nouveau_nvkm_subdev_fb_nv30.c
60
if (flags & 2) tile->
zcomp
|= 0x01000000; /* Z16 */
61
else tile->
zcomp
|= 0x02000000; /* Z24S8 */
62
tile->
zcomp
|= ((tile->tag->offset ) >> 6);
63
tile->
zcomp
|= ((tile->tag->offset + tags - 1) >> 6) << 12;
65
tile->
zcomp
|= 0x10000000;
nouveau_nvkm_subdev_fb_nv10.c
49
tile->
zcomp
= 0;
nouveau_nvkm_subdev_fb_nv41.c
42
nvkm_wr32(device, 0x100700 + (i * 0x04), tile->
zcomp
);
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
nouveau_nvkm_engine_gr_nv40.c
203
nvkm_wr32(device, NV20_PGRAPH_ZCOMP(i), tile->
zcomp
);
204
nvkm_wr32(device, NV40_PGRAPH_ZCOMP1(i), tile->
zcomp
);
209
nvkm_wr32(device, NV41_PGRAPH_ZCOMP0(i), tile->
zcomp
);
210
nvkm_wr32(device, NV41_PGRAPH_ZCOMP1(i), tile->
zcomp
);
225
nvkm_wr32(device, NV47_PGRAPH_ZCOMP0(i), tile->
zcomp
);
226
nvkm_wr32(device, NV47_PGRAPH_ZCOMP1(i), tile->
zcomp
);
nouveau_nvkm_engine_gr_nv20.c
176
nvkm_wr32(device, NV20_PGRAPH_ZCOMP(i), tile->
zcomp
);
178
nvkm_wr32(device, NV10_PGRAPH_RDI_DATA, tile->
zcomp
);
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
fb.h
31
u32
zcomp
;
member in struct:nvkm_fb_tile
Completed in 15 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025