Displaying 1 result from an estimated 1 matches for "ttm_agp_backend_init".
2009 Dec 11
1
[Bug 25589] New: compiling nouveau kernel without AGP=y fails
...ecessary things to enable DRM_NOUVEAU
make all
This will fail with:
CC drivers/gpu/drm/nouveau/nouveau_bo.o
drivers/gpu/drm/nouveau/nouveau_bo.c: In function
'nouveau_bo_create_ttm_backend_entry':
drivers/gpu/drm/nouveau/nouveau_bo.c:315: error: implicit declaration of
function 'ttm_agp_backend_init'
drivers/gpu/drm/nouveau/nouveau_bo.c:315: warning: return makes pointer from
integer without a cast
make[4]: *** [drivers/gpu/drm/nouveau/nouveau_bo.o] Error 1
To make ttm_agp_backend_init avaible and nouveau to actually compile you have
to enable AGP in the kernel also.
Should AGP be a reu...