search for: 0bfaae8

Displaying 4 results from an estimated 4 matches for "0bfaae8".

2016 Sep 18
2
[PATCH 2/2] nouveau: Fix compile error due to bad include
...tion > > Signed-off-by: Karol Herbst <karolherbst at gmail.com> > --- > drm/nouveau/uapi/drm/nouveau_drm.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drm/nouveau/uapi/drm/nouveau_drm.h b/drm/nouveau/uapi/drm/nouveau_drm.h > index 259588a..0bfaae8 100644 > --- a/drm/nouveau/uapi/drm/nouveau_drm.h > +++ b/drm/nouveau/uapi/drm/nouveau_drm.h > @@ -27,7 +27,7 @@ > > #define DRM_NOUVEAU_EVENT_NVIF 0x80000000 > > -#include "drm.h" > +#include "drm/drm.h" > >...
2016 Sep 18
5
[PATCH 1/2] Revert "bus: remove cpu_coherent flag"
This reverts commit 01bbcb69f80e1058395b737ae399c6f4ef48691b. The commit caused fence timeouts within nvc0_screen_destroy and most likely other places as well. The most obvious effect is, that userspace processes take minutes to actually quit. Signed-off-by: Karol Herbst <karolherbst at gmail.com> --- drm/nouveau/include/nvkm/core/device.h | 1 + drm/nouveau/nouveau_bo.c |
2016 Sep 18
0
[PATCH 2/2] nouveau: Fix compile error due to bad include
...ght while working on travis-ci integration Signed-off-by: Karol Herbst <karolherbst at gmail.com> --- drm/nouveau/uapi/drm/nouveau_drm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drm/nouveau/uapi/drm/nouveau_drm.h b/drm/nouveau/uapi/drm/nouveau_drm.h index 259588a..0bfaae8 100644 --- a/drm/nouveau/uapi/drm/nouveau_drm.h +++ b/drm/nouveau/uapi/drm/nouveau_drm.h @@ -27,7 +27,7 @@ #define DRM_NOUVEAU_EVENT_NVIF 0x80000000 -#include "drm.h" +#include "drm/drm.h" #if defined(__cplusplus) extern "C&quo...
2016 Sep 18
0
[PATCH 2/2] nouveau: Fix compile error due to bad include
...f-by: Karol Herbst <karolherbst at gmail.com> >> --- >> drm/nouveau/uapi/drm/nouveau_drm.h | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/drm/nouveau/uapi/drm/nouveau_drm.h b/drm/nouveau/uapi/drm/nouveau_drm.h >> index 259588a..0bfaae8 100644 >> --- a/drm/nouveau/uapi/drm/nouveau_drm.h >> +++ b/drm/nouveau/uapi/drm/nouveau_drm.h >> @@ -27,7 +27,7 @@ >> >> #define DRM_NOUVEAU_EVENT_NVIF 0x80000000 >> >> -#include "drm.h" >> +#include &...