Begin forwarded message:

Date: Mon, 14 Dec 2009 20:18:18 GMT
From: bugzilla-dae...@bugzilla.kernel.org
To: bugme-...@lists.osdl.org
Subject: [Bugme-new] [Bug 14811] New: case NOUVEAU_GART_AGP: not used if not 
set CONFIG_AGP


http://bugzilla.kernel.org/show_bug.cgi?id=14811

           Summary: case NOUVEAU_GART_AGP: not used if not set CONFIG_AGP
           Product: Drivers
           Version: 2.5
    Kernel Version: 2.6.32-git10
          Platform: All
        OS/Version: Linux
              Tree: Mainline
            Status: NEW
          Severity: normal
          Priority: P1
         Component: Video(Other)
        AssignedTo: drivers_video-ot...@kernel-bugs.osdl.org
        ReportedBy: pa...@pavlinux.ru
        Regression: No


static struct ttm_backend *
nouveau_bo_create_ttm_backend_entry(struct ttm_bo_device *bdev)
{
        struct drm_nouveau_private *dev_priv = nouveau_bdev(bdev);
        struct drm_device *dev = dev_priv->dev;

        switch (dev_priv->gart_info.type) {

        case NOUVEAU_GART_AGP:
                return ttm_agp_backend_init(bdev, dev->agp->bridge);
....

error: implicit declaration of function 'ttm_agp_backend_init'
warning: return makes pointer from integer without a cast


CONFIG_AGP is not set in my config

-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to