Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_state.h51 bool dc_state_add_plane(
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_state.c464 bool dc_state_add_plane( in dc_state_add_plane() function
636 if (!dc_state_add_plane(dc, stream, plane_states[i], state)) { in dc_state_add_all_planes_for_stream()
847 bool res = dc_state_add_plane(dc, phantom_stream, phantom_plane, state); in dc_state_add_phantom_plane()
H A Ddc_resource.c3810 if (!dc_state_add_plane(dc, stream, set[i].plane_states[j], state)) in add_all_planes_for_stream()