Searched refs:clip_y (Results 1 – 2 of 2) sorted by relevance
403 __field(int, clip_y)435 __entry->clip_y = plane_state->clip_rect.y;469 __entry->clip_y,
2495 int view_height, view_width, clip_x, clip_y, clip_width, clip_height; in dc_check_is_fullscreen_video() local2501 clip_y = clip_rect.y; in dc_check_is_fullscreen_video()2507 if ((view_height - clip_y - clip_height <= clip_y + 1) && in dc_check_is_fullscreen_video()2509 (view_height - clip_y - clip_height >= clip_y - 1) && in dc_check_is_fullscreen_video()2516 if (clip_x <= 4 || clip_y <= 4) in dc_check_is_fullscreen_video()