Alexander Stohr wrote:
drmOpen tries opening the drm device two times,
but on second try it does "trash" that file handle
in the case of success. the below patch does
add the missing return statment for this case.
-Alex.
PS: the patch should nicely apply to current
XF86 and DRI CVS code beca
Title: drmOpen coding is incomplete
drmOpen tries opening the drm device two times,
but on second try it does "trash" that file handle
in the case of success. the below patch does
add the missing return statment for this case.
-Alex.
PS: the patch should nicely apply to current
XF86