Home
last modified time | relevance | path

Searched refs:WINDOW_LAYER_DEPTH (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/tegra/
H A Ddc.h802 #define WINDOW_LAYER_DEPTH(x) (((x) & 0xff) << 0) macro
H A Dhub.c582 value = K2(255) | K1(255) | WINDOW_LAYER_DEPTH(255 - zpos); in tegra_shared_plane_atomic_update()
H A Ddc.c309 value = K2(255) | K1(255) | WINDOW_LAYER_DEPTH(255 - window->zpos); in tegra_plane_setup_blending()