Skip to content

Commit

Permalink
cam.py: Fix blob
Browse files Browse the repository at this point in the history
  • Loading branch information
tomba committed Dec 11, 2023
1 parent 28d6c34 commit fe8417b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/cam.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
crtc = res.reserve_crtc(conn)
card.disable_planes()
mode = conn.get_default_mode()
modeb = mode.to_blob(card)
modeb = kms.Blob(card, mode)

if args.tx:
net_tx = NetTX()
Expand Down

0 comments on commit fe8417b

Please sign in to comment.