Searched refs:dd_emit (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | ctxnv50.c | 785 dd_emit(struct nvkm_grctx *ctx, int num, u32 val) { in dd_emit() function 802 dd_emit(ctx, 1, 0); /* 00000001 UNK0F90 */ in nv50_gr_construct_mmio_ddata() 803 dd_emit(ctx, 1, 0); /* 00000001 UNK135C */ in nv50_gr_construct_mmio_ddata() 806 dd_emit(ctx, 1, 0); /* 00000007 SRC_TILE_MODE_Z */ in nv50_gr_construct_mmio_ddata() 807 dd_emit(ctx, 1, 2); /* 00000007 SRC_TILE_MODE_Y */ in nv50_gr_construct_mmio_ddata() 808 dd_emit(ctx, 1, 1); /* 00000001 SRC_LINEAR #1 */ in nv50_gr_construct_mmio_ddata() 809 dd_emit(ctx, 1, 0); /* 000000ff SRC_ADDRESS_HIGH */ in nv50_gr_construct_mmio_ddata() 810 dd_emit(ctx, 1, 0); /* 00000001 SRC_SRGB */ in nv50_gr_construct_mmio_ddata() 812 dd_emit(ctx, 1, 0); /* 00000003 eng2d UNK0258 */ in nv50_gr_construct_mmio_ddata() 813 dd_emit(ctx, 1, 1); /* 00000fff SRC_DEPTH */ in nv50_gr_construct_mmio_ddata() [all …]
|