[Mesa-dev] [Bug 28304] build fails on nouveau_stateobj.h

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jun 1 06:47:24 PDT 2010


https://bugs.freedesktop.org/show_bug.cgi?id=28304

--- Comment #3 from Vinson Lee <vlee at vmware.com> 2010-06-01 06:47:25 PDT ---
Can you try a newer version of the Nouveau headers from libdrm-2.4.18 proper or
later?


The top-of-tree nouveau/nouveau_channel.h has struct nouveau_channel member
cur.

drm: 607e228c263d5d171bd0615d5d93202dda371e5f (master)

nouveau/nouveau_channel.h
    31  struct nouveau_channel {
    32          uint32_t *cur;
    33          uint32_t *end;
    34  
    35          struct nouveau_device *device;
    36          int id;
    37  
    38          struct nouveau_grobj *nullobj;
    39          struct nouveau_grobj *vram;
    40          struct nouveau_grobj *gart;
    41  
    42          void *user_private;
    43          void (*hang_notify)(struct nouveau_channel *);
    44          void (*flush_notify)(struct nouveau_channel *);
    45  
    46          struct nouveau_subchannel subc[8];
    47          unsigned subc_sequence;
    48  };

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the mesa-dev mailing list