Home
last modified time | relevance | path

Searched refs:should_disable (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/package/libteam/
H A D0001-revert-disregard-current-state.patch32 bool should_enable, bool should_disable)
47 - else if (should_disable)
48 + else if (curr_enabled_state && should_disable)
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c815 bool should_disable = true; in disable_dangling_plane() local
819 should_disable = false; in disable_dangling_plane()
823 if (should_disable && old_stream) { in disable_dangling_plane()