drm: Drop wrong assert
It blows out on nvidia proving my assumption was wrong back then
This commit is contained in:
parent
7b933abc0f
commit
1112c29eb4
1 changed files with 0 additions and 1 deletions
|
@ -84,7 +84,6 @@ inline gbm_bo *createGbmBo(gbm_device *device, const QSize &size, quint32 format
|
||||||
size.height(),
|
size.height(),
|
||||||
format,
|
format,
|
||||||
flags);
|
flags);
|
||||||
Q_ASSERT(!bo || gbm_bo_get_modifier(bo) == DRM_FORMAT_MOD_INVALID);
|
|
||||||
}
|
}
|
||||||
return bo;
|
return bo;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue