Searched refs:clip_x (Results 1 – 2 of 2) sorted by relevance
402 __field(int, clip_x)434 __entry->clip_x = plane_state->clip_rect.x;468 __entry->clip_x,
2481 int view_height, view_width, clip_x, clip_y, clip_width, clip_height; in dc_check_is_fullscreen_video() local2486 clip_x = clip_rect.x; in dc_check_is_fullscreen_video()2494 (view_width - clip_x - clip_width <= clip_x + 1) && in dc_check_is_fullscreen_video()2496 (view_width - clip_x - clip_width >= clip_x - 1)) { in dc_check_is_fullscreen_video()2502 if (clip_x <= 4 || clip_y <= 4) in dc_check_is_fullscreen_video()