Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/tegra/
Dplane.h46 bool bottom_up; member
Dplane.c57 copy->bottom_up = state->bottom_up; in tegra_plane_atomic_duplicate_state()
Ddc.c407 if (window->bottom_up) in tegra_dc_setup_window()
473 if (window->bottom_up) in tegra_dc_setup_window()
645 plane_state->bottom_up = true; in tegra_plane_atomic_check()
647 plane_state->bottom_up = false; in tegra_plane_atomic_check()
709 window.bottom_up = tegra_fb_is_bottom_up(fb) || state->bottom_up; in tegra_plane_atomic_update()
Ddc.h141 bool bottom_up; member
/Linux-v5.4/include/linux/
Dmemblock.h83 bool bottom_up; /* is bottom up direction? */ member
426 memblock.bottom_up = enable; in memblock_set_bottom_up()
436 return memblock.bottom_up; in memblock_bottom_up()
/Linux-v5.4/mm/
Dmemblock.c132 .bottom_up = false,