Skip to content

Commit

Permalink
Forgot to set plane_props
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkae committed Oct 18, 2023
1 parent 0aeb244 commit 046bbfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/platforms/eglstream-kms/server/egl_output.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ void mgek::EGLOutput::configure(size_t kms_mode_index)
std::tie(crtc, plane) = mgk::find_crtc_with_primary_plane(drm_fd, connector);
_crtc_id = crtc->crtc_id;
plane_id = plane->plane_id;
plane_props = std::make_unique<mgk::ObjectProperties>(drm_fd, plane_id, DRM_MODE_OBJECT_PLANE);

auto ret = drmModeCreatePropertyBlob(
drm_fd,
Expand Down

0 comments on commit 046bbfc

Please sign in to comment.