~ubuntu-branches/ubuntu/maverick/libdrm/maverick-updates

« back to all changes in this revision

Viewing changes to nouveau/nouveau_resource.h

  • Committer: Bazaar Package Importer
  • Author(s): Timo Aaltonen
  • Date: 2010-02-19 14:19:08 UTC
  • mfrom: (1.1.17 upstream) (2.2.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100219141908-2tgiyrn4kci8w1cr
Tags: 2.4.18-1ubuntu1
* Merge from Debian unstable.
* Remove the nouveau patches, since they are included in this version.
* Add 03_revert_abi_change.diff to revert the nouveau ABI change.
  We need the old ABI until the kernel has been updated.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
nouveau_resource_init(struct nouveau_resource **heap, unsigned start,
39
39
                      unsigned size);
40
40
 
 
41
void
 
42
nouveau_resource_destroy(struct nouveau_resource **heap);
 
43
 
41
44
int
42
45
nouveau_resource_alloc(struct nouveau_resource *heap, unsigned size, void *priv,
43
46
                       struct nouveau_resource **);