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
|