Skip to content

Commit

Permalink
Typo with crtc_id()
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkae committed Oct 18, 2023
1 parent 046bbfc commit 8e4e9c0
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 @@ -310,7 +310,7 @@ int mgek::EGLOutput::atomic_commit(uint64_t fb, const void *drm_event_userdata,
drmModeAtomicAddProperty(request.get(), plane_id, plane_props->id_for("CRTC_H"), height);

/* Set a surface for the plane */
drmModeAtomicAddProperty(request.get(), plane_id, plane_props->id_for("CRTC_ID"), crtc_id());
drmModeAtomicAddProperty(request.get(), plane_id, plane_props->id_for("CRTC_ID"), _crtc_id);
drmModeAtomicAddProperty(request.get(), plane_id, plane_props->id_for("FB_ID"), fb);

/* We don't monitor the DRM events (yet), so have no userdata */
Expand Down

0 comments on commit 8e4e9c0

Please sign in to comment.