repo.or.cz
/
nyanlinux.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mesa-gl:moved to "simplified /usr" and towards RCS
[nyanlinux.git]
/
builders
/
mesa-gl-amd-sh-665eae51efef3e836517a7588caddbb902def259
/
contrib
/
drm_helper.h.patch
blob
cd8dead86b2b91b608002c2875684db66888f6b1
1
--- drm_helper.h
2
+++ drm_helper.h
3
@@ -170,9 +170,6 @@
4
/* First, try amdgpu. */
5
rw = amdgpu_winsys_create(fd, config, radeonsi_screen_create);
6
7
- if (!rw)
8
- rw = radeon_drm_winsys_create(fd, config, radeonsi_screen_create);
9
-
10
return rw ? debug_screen_wrap(rw->screen) : NULL;
11
}
12