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

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
nouveau_nvkm_engine_gr_nv10.c 640 u32 *pipe_state_addr; local in function:nv10_gr_create_pipe
644 pipe_state_addr = pipe_state->pipe_##addr; \
650 if (pipe_state_addr != __end_addr) \
652 addr, pipe_state_addr, __end_addr); \
654 #define NV_WRITE_PIPE_INIT(value) *(pipe_state_addr++) = value
nouveau_nvkm_engine_gr_nv10.c 640 u32 *pipe_state_addr; local in function:nv10_gr_create_pipe
644 pipe_state_addr = pipe_state->pipe_##addr; \
650 if (pipe_state_addr != __end_addr) \
652 addr, pipe_state_addr, __end_addr); \
654 #define NV_WRITE_PIPE_INIT(value) *(pipe_state_addr++) = value

Completed in 22 milliseconds