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

/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_dma.c50 #define BEGIN_LP_RING(n) \ macro
368 ret = BEGIN_LP_RING((dwords+1)&~1);
398 ret = BEGIN_LP_RING(4);
407 ret = BEGIN_LP_RING(6);
438 if (BEGIN_LP_RING(4) == 0) {
506 ret = BEGIN_LP_RING(2);
518 ret = BEGIN_LP_RING(4);
532 if (BEGIN_LP_RING(2) == 0) {
560 ret = BEGIN_LP_RING(10);
585 if (BEGIN_LP_RING(
[all...]

Completed in 11 milliseconds