Searched refs:DIV_ROUND_UP (Results 1 - 8 of 8) sorted by relevance
/solaris-x11-s11/open-src/kernel/efb/src/ |
H A D | drm_linux.h | 134 #define DIV_ROUND_UP(n,d) (((n) + (d) - 1) / (d)) macro 135 #define BITS_TO_LONGS(nr) DIV_ROUND_UP(nr, BITS_PER_BYTE * sizeof(long)) 137 #define POS_DIV_ROUND_UP_ULL(x, d) DIV_ROUND_UP(x,d)
|
/solaris-x11-s11/open-src/kernel/sys/drm/ |
H A D | drm_linux.h | 142 #define DIV_ROUND_UP(n,d) (((n) + (d) - 1) / (d)) macro 143 #define BITS_TO_LONGS(nr) DIV_ROUND_UP(nr, BITS_PER_BYTE * sizeof(long)) 145 #define POS_DIV_ROUND_UP_ULL(x, d) DIV_ROUND_UP(x,d)
|
/solaris-x11-s11/open-src/kernel/i915/src/ |
H A D | intel_pm.c | 1062 entries_required = DIV_ROUND_UP(entries_required, wm->cacheline_size); 1193 entries = DIV_ROUND_UP(entries, display->cacheline_size); 1205 entries = DIV_ROUND_UP(entries, cursor->cacheline_size); 1281 entries = DIV_ROUND_UP(min(small, large), display->cacheline_size); 1286 entries = DIV_ROUND_UP(entries, cursor->cacheline_size); 1506 entries = DIV_ROUND_UP(entries, I915_FIFO_LINE_SIZE); 1516 entries = DIV_ROUND_UP(entries, 1625 entries = DIV_ROUND_UP(entries, wm_info->cacheline_size); 1775 entries = DIV_ROUND_UP(min(small, large), display->cacheline_size); 1782 *fbc_wm = DIV_ROUND_UP(*display_w [all...] |
H A D | i915_gem_context.c | 272 dev_priv->hw_context_size = ptob(DIV_ROUND_UP(get_context_size(dev), 4096));
|
H A D | intel_dp.c | 328 aux_clock_divider = DIV_ROUND_UP(intel_pch_rawclk(dev), 2); 2925 #define get_delay(field) (DIV_ROUND_UP(final.field, 10)) 2972 pp_div |= (DIV_ROUND_UP(seq->t11_t12, 1000)
|
H A D | intel_ringbuffer.c | 1177 intel_ring_emit(ring, (DIV_ROUND_UP(len, 4096) << 16) | 1024);
|
H A D | intel_display.c | 6738 u32 pitch = DIV_ROUND_UP(width * bpp, 8);
|
/solaris-x11-s11/open-src/kernel/drm/src/ |
H A D | drm_edid.c | 2263 clock = DIV_ROUND_UP(clock * 1000, 1001);
|
Completed in 72 milliseconds