Skip to content

Commit

Permalink
revert previous
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkae committed Oct 11, 2023
1 parent a3b3bee commit 6a201e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platforms/eglstream-kms/server/egl_output.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ void mgek::EGLOutput::configure(size_t kms_mode_index)
drmModeAtomicAddProperty(request.get(), plane_id, plane_props.id_for("CRTC_ID"), crtc_id);

/* We don't monitor the DRM events (yet), so have no userdata */
ret = drmModeAtomicCommit(drm_fd, request.get(), DRM_MODE_PAGE_FLIP_ASYNC, nullptr);
ret = drmModeAtomicCommit(drm_fd, request.get(), DRM_MODE_ATOMIC_ALLOW_MODESET, nullptr);

if (ret != 0)
{
Expand Down

0 comments on commit 6a201e0

Please sign in to comment.