Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dmemblock.h47 bool bottom_up; /* is bottom up direction? */ member
288 memblock.bottom_up = enable; in memblock_set_bottom_up()
298 return memblock.bottom_up; in memblock_bottom_up()
/linux-4.4.14/drivers/gpu/drm/tegra/
Ddrm.h185 bool bottom_up; member
Ddc.c312 if (window->bottom_up) in tegra_dc_setup_window()
378 if (window->bottom_up) in tegra_dc_setup_window()
582 window.bottom_up = tegra_fb_is_bottom_up(fb); in tegra_plane_atomic_update()
/linux-4.4.14/mm/
Dmemblock.c49 .bottom_up = false,