<div>On Wed, Jan 23, 2019 at 12:41 AM Ilia Mirkin <<a href="mailto:imirkin@alum.mit.edu">imirkin@alum.mit.edu</a>> wrote:<br></div><div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">This causes nouveau_drv.so to not be loadable due to a missing<br>
wfbPictureInit. I'm not 100% sure what causes it -- it happens at<br>
runtime in the middle of probe, and I don't have wfb enabled. Either<br>
way, I'm going to revert this until we get a better idea of what's<br>
going on.<br>
</blockquote><div dir="auto"><br></div><div dir="auto">OK to revert, this patch must be exposing something else that is going on with wrappedfb support on some setups.</div><div dir="auto"><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
On Sun, Jan 20, 2019 at 7:20 PM Rhys Kidd <<a href="mailto:rhyskidd@gmail.com" target="_blank">rhyskidd@gmail.com</a>> wrote:<br>
><br>
> Fixes warning with xserver 1.20 and gcc 8.2:<br>
><br>
> nv_driver.c:1443:9: warning: implicit declaration of function ‘wfbScreenInit’; did you mean ‘fbScreenInit’? [-Wimplicit-function-declaration]<br>
>    ret = wfbScreenInit(pScreen, FBStart, pScrn->virtualX,<br>
>          ^~~~~~~~~~~~~<br>
>          fbScreenInit<br>
><br>
> (See xserver 706e6d9cd074da606016ed4ecff51e9c2a822087)<br>
><br>
> Signed-off-by: Rhys Kidd <<a href="mailto:rhyskidd@gmail.com" target="_blank">rhyskidd@gmail.com</a>><br>
> ---<br>
>  src/nv_include.h | 1 +<br>
>  1 file changed, 1 insertion(+)<br>
><br>
> diff --git a/src/nv_include.h b/src/nv_include.h<br>
> index de55570..6fdeeab 100644<br>
> --- a/src/nv_include.h<br>
> +++ b/src/nv_include.h<br>
> @@ -38,6 +38,7 @@<br>
>  #include "dixstruct.h"<br>
>  #include "scrnintstr.h"<br>
><br>
> +#define FB_ACCESS_WRAPPER<br>
>  #include "fb.h"<br>
><br>
>  #include "xf86cmap.h"<br>
> --<br>
> 2.19.1<br>
><br>
> _______________________________________________<br>
> Nouveau mailing list<br>
> <a href="mailto:Nouveau@lists.freedesktop.org" target="_blank">Nouveau@lists.freedesktop.org</a><br>
> <a href="https://lists.freedesktop.org/mailman/listinfo/nouveau" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/nouveau</a><br>
</blockquote></div></div>