Skip to content

Commit

Permalink
drm: fix leases not having a backend attached (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikalco authored Oct 14, 2024
1 parent 65dd97b commit 7c1322d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/drm/DRM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2056,6 +2056,7 @@ SP<CDRMLease> Aquamarine::CDRMLease::create(std::vector<SP<IOutput>> outputs) {
}

lease->leaseFD = leaseFD;
lease->backend = backend;

backend->log(AQ_LOG_DEBUG, std::format("drm lease: lease granted with lessee id {}", lease->lesseeID));

Expand Down

0 comments on commit 7c1322d

Please sign in to comment.