Searched refs:DR1 (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/intel/io/drm/ |
H A D | i915_drm.h | 249 int DR1; /* hw flags for GFX_OP_DRAWRECT_INFO */ member in struct:_drm_i915_batchbuffer 258 int DR1; /* hw flags for GFX_OP_DRAWRECT_INFO */ member in struct:_drm_i915_batchbuffer32 270 int DR1; /* hw flags for GFX_OP_DRAWRECT_INFO */ member in struct:_drm_i915_cmdbuffer 279 int DR1; /* hw flags for GFX_OP_DRAWRECT_INFO */ member in struct:_drm_i915_cmdbuffer32 637 uint32_t DR1; member in struct:drm_i915_gem_execbuffer
|
H A D | i915_dma.c | 416 int i, int DR1, int DR4) 443 OUT_RING(DR1); 497 cmd->DR1, cmd->DR4); 532 batch->DR1, batch->DR4); 667 batch.DR1 = batchbuffer32_t.DR1; 716 cmdbuf.DR1 = cmdbuffer32_t.DR1; 414 i915_emit_box(drm_device_t * dev, drm_clip_rect_t __user * boxes, int i, int DR1, int DR4) argument
|
H A D | i915_gem.c | 1930 exec->DR1, exec->DR4); 1932 DRM_ERROR("i915_emit_box %d DR1 0x%lx DRI2 0x%lx", ret, exec->DR1, exec->DR4);
|
H A D | i915_drv.h | 470 int i, int DR1, int DR4);
|
/illumos-gate/usr/src/lib/libast/common/comp/ |
H A D | setlocale.c | 196 * DL1 [ '0' .. '4' ] c1 ... c4 DR1 205 * wctomb() uses DL1...DR1 218 #define DR1 0xbb /* 8-bit mini >> on xterm */ macro 281 dr = DR1; 355 *s++ = DR1; 399 if (*((unsigned char*)q) == DR0 || *((unsigned char*)q) == DR1)
|
Completed in 83 milliseconds