Home
last modified time | relevance | path

Searched refs:is_phantom (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/sys/dev/pci/drm/amd/display/dc/core/
Ddc_state.c732 phantom_stream->is_phantom = true; in dc_state_create_phantom_stream()
769 phantom_plane->is_phantom = true; in dc_state_create_phantom_plane()
Damdgpu_dc.c1225 bool is_phantom = dc_state_get_stream_subvp_type(dc->current_state, old_stream) == SUBVP_PHANTOM; in disable_dangling_plane() local
1234 if (is_phantom) { in disable_dangling_plane()
1250 if (is_phantom) in disable_dangling_plane()
1282 if (is_phantom) { in disable_dangling_plane()
Ddc_resource.c1506 if (!res && plane_state->is_phantom) in resource_build_scaling_params()
1579 if (!res && plane_state->is_phantom) in resource_build_scaling_params()
2365 if (state->streams[stream_idx]->is_phantom) in resource_log_pipe_topology_update()
/openbsd/src/sys/dev/pci/drm/amd/display/dc/
Ddc_stream.h309 bool is_phantom; member
Ddc.h1343 bool is_phantom; // TODO: Change mall_stream_config into mall_plane_config instead member