Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_mman.c132 static unsigned int tile_row_pages(const struct drm_i915_gem_object *obj) in tile_row_pages() function
207 chunk = roundup(chunk, tile_row_pages(obj) ?: 1); in compute_partial_view()