Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dmemblock.h78 bool bottom_up; /* is bottom up direction? */ member
329 memblock.bottom_up = enable; in memblock_set_bottom_up()
339 return memblock.bottom_up; in memblock_bottom_up()
/Linux-v4.19/drivers/gpu/drm/tegra/
Dplane.h49 bool bottom_up; member
Dplane.c59 copy->bottom_up = state->bottom_up; in tegra_plane_atomic_duplicate_state()
Ddc.c402 if (window->bottom_up) in tegra_dc_setup_window()
468 if (window->bottom_up) in tegra_dc_setup_window()
640 plane_state->bottom_up = true; in tegra_plane_atomic_check()
642 plane_state->bottom_up = false; in tegra_plane_atomic_check()
704 window.bottom_up = tegra_fb_is_bottom_up(fb) || state->bottom_up; in tegra_plane_atomic_update()
Ddc.h144 bool bottom_up; member
/Linux-v4.19/mm/
Dmemblock.c109 .bottom_up = false,