mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 16:38:09 +02:00
Update expected DRM version to 2.0.0
This commit is contained in:
parent
6dbb8ead0f
commit
7a293a9962
1 changed files with 1 additions and 1 deletions
|
|
@ -390,7 +390,7 @@ void * __driCreateNewScreen( __DRInativeDisplay *dpy, int scrn, __DRIscreen *psc
|
|||
__DRIscreenPrivate *psp;
|
||||
static const __DRIversion ddx_expected = { 4, 0, 0 };
|
||||
static const __DRIversion dri_expected = { 4, 0, 0 };
|
||||
static const __DRIversion drm_expected = { 1, 1, 0 };
|
||||
static const __DRIversion drm_expected = { 2, 0, 0 };
|
||||
|
||||
if ( ! driCheckDriDdxDrmVersions2( "Unichrome",
|
||||
dri_version, & dri_expected,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue