mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-30 05:00:14 +01:00
Require master in setversion test, since it requires auth.
This commit is contained in:
parent
a9ee144eab
commit
d1a2b26a99
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ int main(int argc, char **argv)
|
|||
int fd, ret;
|
||||
drm_set_version_t sv, version;
|
||||
|
||||
fd = drm_open_any();
|
||||
fd = drm_open_any_master();
|
||||
|
||||
/* First, check that we can get the DD/DI versions. */
|
||||
memset(&version, 0, sizeof(version));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue