Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dmemblock.h43 bool bottom_up; /* is bottom up direction? */ member
254 memblock.bottom_up = enable; in memblock_set_bottom_up()
264 return memblock.bottom_up; in memblock_bottom_up()
/linux-4.1.27/drivers/gpu/drm/tegra/
Ddrm.h176 bool bottom_up; member
Ddc.c304 if (window->bottom_up) in tegra_dc_setup_window()
370 if (window->bottom_up) in tegra_dc_setup_window()
576 window.bottom_up = tegra_fb_is_bottom_up(fb); in tegra_plane_atomic_update()
/linux-4.1.27/mm/
Dmemblock.c49 .bottom_up = false,