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

  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_lrc.c 3122 batch = gen8_emit_pipe_control(batch,
3162 batch = gen8_emit_pipe_control(batch,
3234 batch = gen8_emit_pipe_control(batch,
3286 batch = gen8_emit_pipe_control(batch,
3293 * confusing. Since gen8_emit_pipe_control() already advances the
3940 cs = gen8_emit_pipe_control(cs, 0, 0);
3943 cs = gen8_emit_pipe_control(cs, PIPE_CONTROL_DC_FLUSH_ENABLE,
3946 cs = gen8_emit_pipe_control(cs, flags, LRC_PPHWSP_SCRATCH_ADDR);
3949 cs = gen8_emit_pipe_control(cs, PIPE_CONTROL_CS_STALL, 0);
3977 cs = gen8_emit_pipe_control(cs, flags, LRC_PPHWSP_SCRATCH_ADDR)
    [all...]
intel_engine.h 246 static inline u32 *gen8_emit_pipe_control(u32 *batch, u32 flags, u32 offset) function in typeref:typename:u32 *

Completed in 14 milliseconds