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

  /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...]

Completed in 207 milliseconds