Lines Matching refs:output_base
292 @@ -464,18 +503,36 @@ drm_output_repaint(struct weston_output *output_base, pixman_region32_t *dama…
320 + weston_output_damage(output_base);
321 + weston_output_finish_frame(output_base, NULL,
329 @@ -504,7 +561,7 @@ drm_output_repaint(struct weston_output *output_base, pixman_region32_t *damage)
346 @@ -1322,6 +1380,7 @@ drm_output_attach_head(struct weston_output *output_base,
348 struct drm_backend *b = to_drm_backend(output_base->compositor);
350 + struct drm_output *output = to_drm_output(output_base);
352 if (wl_list_length(&output_base->head_list) >= MAX_CLONED_CONNECTORS)
354 @@ -1339,6 +1398,7 @@ drm_output_attach_head(struct weston_output *output_base,
360 weston_output_schedule_repaint(output_base);
362 @@ -1351,6 +1411,7 @@ drm_output_detach_head(struct weston_output *output_base,
364 struct drm_backend *b = to_drm_backend(output_base->compositor);
366 + struct drm_output *output = to_drm_output(output_base);
368 if (!output_base->enabled)
370 @@ -1359,6 +1420,7 @@ drm_output_detach_head(struct weston_output *output_base,
376 weston_output_schedule_repaint(output_base);