Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/
H A Ddc_state.h67 bool dc_state_add_all_planes_for_stream(
/linux-6.15/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_state.c628 bool dc_state_add_all_planes_for_stream( in dc_state_add_all_planes_for_stream() function
913 return dc_state_add_all_planes_for_stream(dc, phantom_stream, phantom_planes, plane_count, state); in dc_state_add_all_phantom_planes_for_stream()
H A Ddc.c3425 if (!dc_state_add_all_planes_for_stream(dc, stream, new_planes, surface_count, context)) { in update_planes_and_stream_state()