Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/armada/
Darmada_gem.c44 static size_t roundup_gem_size(size_t size) in roundup_gem_size() function
196 size = roundup_gem_size(size); in armada_gem_alloc_private_object()
216 size = roundup_gem_size(size); in armada_gem_alloc_object()
/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_drm_gem.c72 static unsigned long roundup_gem_size(unsigned long size, unsigned int flags) in roundup_gem_size() function
226 size = roundup_gem_size(size, flags); in exynos_drm_gem_create()