mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
nouveau: and here's the "oops, I suck" commit :)
This commit is contained in:
parent
42bd32dad7
commit
2d7687865e
1 changed files with 1 additions and 0 deletions
|
|
@ -341,6 +341,7 @@ void * __driCreateNewScreen_20050727( __DRInativeDisplay *dpy, int scrn, __DRIsc
|
|||
// temporary lock step versioning
|
||||
if (drm_expected.patch!=drm_version->patch) {
|
||||
__driUtilMessage("%s: wrong DRM version, expected %d, got %d\n",
|
||||
__func__,
|
||||
drm_expected.patch, drm_version->patch);
|
||||
return NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue