We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8800009 commit 9efd323Copy full SHA for 9efd323
1 file changed
fb/drm.c
@@ -41,7 +41,6 @@ void release_framebuffer(struct framebuffer *fb)
41
/* Try to become master again, else we can't set CRTC. Then the current master needs to reset everything. */
42
const int err = drmSetMaster(fb->fd);
43
44
-// assert( !err);
45
if (fb->crtc) {
46
/* Set back to original frame buffer */
47
drmModeSetCrtc(fb->fd, fb->crtc->crtc_id, fb->crtc->buffer_id, 0, 0, &fb->connector->connector_id, 1, fb->resolution);
0 commit comments