Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/i915/gem/selftests/
A Di915_gem_context.c31 #define DW_PER_PAGE (PAGE_SIZE / sizeof(u32)) macro
485 for (m = 0; m < DW_PER_PAGE; m++) in cpu_fill()
530 for (; m < DW_PER_PAGE; m++) { in cpu_check()
581 size = min(vm->total / 2, 1024ull * DW_PER_PAGE * PAGE_SIZE); in create_test_object()
582 size = round_down(size, DW_PER_PAGE * PAGE_SIZE); in create_test_object()
584 obj = huge_gem_object(vm->i915, DW_PER_PAGE * PAGE_SIZE, size); in create_test_object()
608 GEM_BUG_ON(!IS_ALIGNED(npages, DW_PER_PAGE)); in max_dwords()
609 return npages / DW_PER_PAGE; in max_dwords()

Completed in 5 milliseconds