HomeSort by: relevance | last modified time | path
    Searched refs:nv04 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/
nouveau_nvkm_subdev_clk_nv04.c 34 #include <subdev/devinit/nv04.h>
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
nouveau_nvkm_engine_gr_nv04.c 368 u32 nv04[ARRAY_SIZE(nv04_gr_ctx_regs)]; member in struct:nv04_gr_chan
378 * NV04 and NV05 keep most of the state in PGRAPH context itself, but some
380 * 3 words long on both. grobj format on NV04 is:
434 * NV04 doesn't have these methods implemented at all, and doesn't have the
437 * same bits as NV05 does. Since grobjs are aligned to 16 bytes on nv04,
444 * For unknown reasons, NV04 implements surf3d binding in hardware as an
445 * exception. Also for unknown reasons, NV04 doesn't implement the clipping
1096 nvkm_wr32(device, nv04_gr_ctx_regs[i], chan->nv04[i]);
1111 chan->nv04[i] = nvkm_rd32(device, nv04_gr_ctx_regs[i]);
1146 return &chan->nv04[i]
    [all...]

Completed in 13 milliseconds