Home
last modified time | relevance | path

Searched refs:BLT_ROP_SRC_COPY (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/drm/i915/
H A Dintel_ringbuffer.c1161 *cs++ = BLT_DEPTH_32 | BLT_ROP_SRC_COPY | 4096; in i830_emit_bb_start()
H A Di915_reg.h616 #define BLT_ROP_SRC_COPY (0xcc<<16) macro