Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/amd/display/dc/core/
Ddc.c2539 struct rect old_clip_rect, new_clip_rect; in check_boundary_crossing_for_windowed_mpo_with_odm() local
2543 old_clip_rect = srf_updates[i].surface->clip_rect; in check_boundary_crossing_for_windowed_mpo_with_odm()
2546 …old_clip_rect_left = ((old_clip_rect.x + old_clip_rect.width) <= (stream->src.x + (stream->src.wid… in check_boundary_crossing_for_windowed_mpo_with_odm()
2547 old_clip_rect_right = (old_clip_rect.x >= (stream->src.x + (stream->src.width/2))); in check_boundary_crossing_for_windowed_mpo_with_odm()