Searched refs:partial_rect (Results 1 – 1 of 1) sorted by relevance
366 struct drm_clip_rect partial_rect = {0, 0, 0, 0}; member369 return ((partial_rect.x1 != rect.x1) || in isUpdated()370 (partial_rect.y1 != rect.y1) || in isUpdated()371 (partial_rect.x2 != rect.x2) || in isUpdated()372 (partial_rect.y2 != rect.y2)); in isUpdated()