Home
last modified time | relevance | path

Searched refs:DW_PER_PAGE (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_context.c28 #define DW_PER_PAGE (PAGE_SIZE / sizeof(u32)) macro
473 for (m = 0; m < DW_PER_PAGE; m++) in cpu_fill()
517 for (; m < DW_PER_PAGE; m++) { in cpu_check()
568 size = min(vm->total / 2, 1024ull * DW_PER_PAGE * PAGE_SIZE); in create_test_object()
569 size = round_down(size, DW_PER_PAGE * PAGE_SIZE); in create_test_object()
571 obj = huge_gem_object(vm->i915, DW_PER_PAGE * PAGE_SIZE, size); in create_test_object()
595 GEM_BUG_ON(!IS_ALIGNED(npages, DW_PER_PAGE)); in max_dwords()
596 return npages / DW_PER_PAGE; in max_dwords()