HomeSort by: relevance | last modified time | path
    Searched defs:dsparb (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/
intel_pm.c 471 #define VLV_FIFO_START(dsparb, dsparb2, lo_shift, hi_shift) \
472 ((((dsparb) >> (lo_shift)) & 0xff) | ((((dsparb2) >> (hi_shift)) & 0x1) << 8))
483 u32 dsparb, dsparb2, dsparb3; local in function:vlv_get_fifo_size
485 dsparb = I915_READ(DSPARB);
487 sprite0_start = VLV_FIFO_START(dsparb, dsparb2, 0, 0);
488 sprite1_start = VLV_FIFO_START(dsparb, dsparb2, 8, 4);
491 dsparb = I915_READ(DSPARB);
493 sprite0_start = VLV_FIFO_START(dsparb, dsparb2, 16, 8)
516 u32 dsparb = I915_READ(DSPARB); local in function:i9xx_get_fifo_size
532 u32 dsparb = I915_READ(DSPARB); local in function:i830_get_fifo_size
549 u32 dsparb = I915_READ(DSPARB); local in function:i845_get_fifo_size
2006 u32 dsparb, dsparb2, dsparb3; local in function:vlv_atomic_update_fifo
    [all...]
intel_pm.c 471 #define VLV_FIFO_START(dsparb, dsparb2, lo_shift, hi_shift) \
472 ((((dsparb) >> (lo_shift)) & 0xff) | ((((dsparb2) >> (hi_shift)) & 0x1) << 8))
483 u32 dsparb, dsparb2, dsparb3; local in function:vlv_get_fifo_size
485 dsparb = I915_READ(DSPARB);
487 sprite0_start = VLV_FIFO_START(dsparb, dsparb2, 0, 0);
488 sprite1_start = VLV_FIFO_START(dsparb, dsparb2, 8, 4);
491 dsparb = I915_READ(DSPARB);
493 sprite0_start = VLV_FIFO_START(dsparb, dsparb2, 16, 8)
516 u32 dsparb = I915_READ(DSPARB); local in function:i9xx_get_fifo_size
532 u32 dsparb = I915_READ(DSPARB); local in function:i830_get_fifo_size
549 u32 dsparb = I915_READ(DSPARB); local in function:i845_get_fifo_size
2006 u32 dsparb, dsparb2, dsparb3; local in function:vlv_atomic_update_fifo
    [all...]
intel_pm.c 471 #define VLV_FIFO_START(dsparb, dsparb2, lo_shift, hi_shift) \
472 ((((dsparb) >> (lo_shift)) & 0xff) | ((((dsparb2) >> (hi_shift)) & 0x1) << 8))
483 u32 dsparb, dsparb2, dsparb3; local in function:vlv_get_fifo_size
485 dsparb = I915_READ(DSPARB);
487 sprite0_start = VLV_FIFO_START(dsparb, dsparb2, 0, 0);
488 sprite1_start = VLV_FIFO_START(dsparb, dsparb2, 8, 4);
491 dsparb = I915_READ(DSPARB);
493 sprite0_start = VLV_FIFO_START(dsparb, dsparb2, 16, 8)
516 u32 dsparb = I915_READ(DSPARB); local in function:i9xx_get_fifo_size
532 u32 dsparb = I915_READ(DSPARB); local in function:i830_get_fifo_size
549 u32 dsparb = I915_READ(DSPARB); local in function:i845_get_fifo_size
2006 u32 dsparb, dsparb2, dsparb3; local in function:vlv_atomic_update_fifo
    [all...]

Completed in 33 milliseconds