Searched refs:srf_updates (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/core/ |
D | dc.c | 2510 struct dc_surface_update *srf_updates, int surface_count, in check_boundary_crossing_for_windowed_mpo_with_odm() argument 2526 if (srf_updates[i].surface && srf_updates[i].scaling_info in check_boundary_crossing_for_windowed_mpo_with_odm() 2527 && srf_updates[i].surface->update_flags.bits.position_change) { in check_boundary_crossing_for_windowed_mpo_with_odm() 2530 if (srf_updates[i].surface == dc->current_state->res_ctx.pipe_ctx[j].plane_state) { in check_boundary_crossing_for_windowed_mpo_with_odm() 2538 && !dc_check_is_fullscreen_video(stream->src, srf_updates[i].scaling_info->clip_rect)) { in check_boundary_crossing_for_windowed_mpo_with_odm() 2543 old_clip_rect = srf_updates[i].surface->clip_rect; in check_boundary_crossing_for_windowed_mpo_with_odm() 2544 new_clip_rect = srf_updates[i].scaling_info->clip_rect; in check_boundary_crossing_for_windowed_mpo_with_odm() 2881 struct dc_surface_update *srf_updates, int surface_count, in update_planes_and_stream_state() argument 2905 dc, srf_updates, surface_count, stream_update, stream_status); in update_planes_and_stream_state() 2915 if ((srf_updates[i].surface->src_rect.width == 0 || in update_planes_and_stream_state() [all …]
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/ |
D | dc_stream.h | 346 struct dc_surface_update *srf_updates, 566 struct dc_surface_update *srf_updates,
|