/src/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/ |
i915_gem_context.c | 417 static unsigned long real_page_count(struct drm_i915_gem_object *obj) function in typeref:typename:unsigned long 454 (dw * real_page_count(obj)) << PAGE_SHIFT | 456 real_page_count(obj), 473 for (n = 0; n < real_page_count(obj); n++) { 500 for (n = 0; n < real_page_count(obj); n++) { 511 n, real_page_count(obj), m, max,
|
i915_gem_context.c | 417 static unsigned long real_page_count(struct drm_i915_gem_object *obj) function in typeref:typename:unsigned long 454 (dw * real_page_count(obj)) << PAGE_SHIFT | 456 real_page_count(obj), 473 for (n = 0; n < real_page_count(obj); n++) { 500 for (n = 0; n < real_page_count(obj); n++) { 511 n, real_page_count(obj), m, max,
|