/src/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/ |
i915_gem_context.c | 590 static unsigned long max_dwords(struct drm_i915_gem_object *obj) function in typeref:typename:unsigned long 704 ndwords, dw, max_dwords(obj), 720 if (++dw == max_dwords(obj)) { 738 min_t(unsigned int, ndwords - dw, max_dwords(obj)); 842 ndwords, dw, max_dwords(obj), 858 if (++dw == max_dwords(obj)) { 875 min_t(unsigned int, ndwords - dw, max_dwords(obj)); 1419 ndwords, dw, max_dwords(obj), 1433 if (++dw == max_dwords(obj)) { 1448 min_t(unsigned int, ndwords - dw, max_dwords(obj)) [all...] |
i915_gem_context.c | 590 static unsigned long max_dwords(struct drm_i915_gem_object *obj) function in typeref:typename:unsigned long 704 ndwords, dw, max_dwords(obj), 720 if (++dw == max_dwords(obj)) { 738 min_t(unsigned int, ndwords - dw, max_dwords(obj)); 842 ndwords, dw, max_dwords(obj), 858 if (++dw == max_dwords(obj)) { 875 min_t(unsigned int, ndwords - dw, max_dwords(obj)); 1419 ndwords, dw, max_dwords(obj), 1433 if (++dw == max_dwords(obj)) { 1448 min_t(unsigned int, ndwords - dw, max_dwords(obj)) [all...] |