Home
last modified time | relevance | path

Searched defs:is_phantom (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c752 bool is_phantom = dc_state_get_pipe_subvp_type(state, pipe_ctx) == SUBVP_PHANTOM; in dcn20_disable_plane() local
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c3411 bool is_phantom = dc_state_get_pipe_subvp_type(state, pipe_ctx) == SUBVP_PHANTOM; in dcn401_disable_plane_sequence() local
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c1371 bool is_phantom = dc_state_get_stream_subvp_type(dc->current_state, old_stream) == SUBVP_PHANTOM; in disable_dangling_plane() local
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h1499 bool is_phantom; // TODO: Change mall_stream_config into mall_plane_config instead member