Searched refs:pipe_ctl (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di965_video.c759 int pipe_ctl; local in function:i965_emit_video_setup
836 pipe_ctl = BRW_PIPE_CONTROL_NOWRITE;
838 pipe_ctl = BRW_PIPE_CONTROL_NOWRITE | BRW_PIPE_CONTROL_IS_FLUSH;
845 OUT_BATCH(BRW_PIPE_CONTROL | pipe_ctl | 2);
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Di965_video.c876 int pipe_ctl; local in function:i965_emit_video_setup
945 pipe_ctl = BRW_PIPE_CONTROL_NOWRITE;
947 pipe_ctl = BRW_PIPE_CONTROL_NOWRITE | BRW_PIPE_CONTROL_IS_FLUSH;
950 OUT_BATCH(BRW_PIPE_CONTROL | pipe_ctl | 2);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Di965_video.c877 int pipe_ctl; local in function:i965_emit_video_setup
946 pipe_ctl = BRW_PIPE_CONTROL_NOWRITE;
948 pipe_ctl = BRW_PIPE_CONTROL_NOWRITE | BRW_PIPE_CONTROL_IS_FLUSH;
951 OUT_BATCH(BRW_PIPE_CONTROL | pipe_ctl | 2);

Completed in 8 milliseconds