[PATCH weston v6 57/73] compositor-drm: drm_output_apply_state_legacy heads
Daniel Stone
daniel at fooishbar.org
Thu Apr 12 12:41:24 UTC 2018
On 16 February 2018 at 15:57, Pekka Paalanen <ppaalanen at gmail.com> wrote:
> @@ -1863,7 +1869,7 @@ drm_output_apply_state_legacy(struct drm_output_state *state)
> }
>
> ret = drmModeSetCrtc(backend->drm.fd, output->crtc_id, 0, 0, 0,
> - &head->connector_id, 0, NULL);
> + connectors, 0, NULL); /* XXX: NULL, 0 or connectors, n_conn ? */
NULL, 0. Good catch. :)
More information about the wayland-devel
mailing list