~ubuntu-branches/ubuntu/lucid/xserver-xorg-video-nouveau/lucid

« back to all changes in this revision

Viewing changes to src/nv_include.h

  • Committer: Bazaar Package Importer
  • Author(s): Christopher James Halse Rogers
  • Date: 2009-08-23 19:36:28 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20090823193628-v9ki4j1gv1zuda8m
Tags: 1:0.0.10~git+20090823+569a17a-0ubuntu1
* Merge package from Debian experimental.  Remaining Ubuntu changes:
  + debian/control:
    - Remove mention of using module-assistant; we have a DKMS source package
    - Add dependency on quilt for our snapshot-date patch
    - Replace dependency on linux-nouveau-source virtual package.  Instead
      depend directly on nouveau-kernel-source.  Version this depends to
        ensure a compatible kernel ABI (>= 0.0.15).
  + debian/rules:
    - Call patch target
    - Generate snapshot-date in get-orig-source
  + debian/patches/01_include_snapshot_date
    - Use snapshot-date included by get-orig-source to define NV_DRIVER_DATE
      in configure.  Helps upstream identify obsolete drivers with Xorg.log
  + debian/xsfbs/*
    - Update build-system helper from pkg-xorg.  No longer uses deprecated
      --print-instalation-architecture. (LP: #403316)
* Add debian/README.source from quilt package for policy compliance.
* New upstream snapshot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
/* All drivers should typically include these */
17
17
#include "xf86.h"
18
18
#include "xf86_OSproc.h"
19
 
#include "xf86Resources.h"
20
19
#define PPC_MMIO_IS_BE
21
20
#include "compiler.h"
22
21
 
38
37
 
39
38
#include "vbe.h"
40
39
 
41
 
#include "xf86RAC.h"
42
 
 
43
40
#include "xf86RandR12.h"
44
41
 
45
42
#include "nv_const.h"
61
58
#include "region.h"
62
59
 
63
60
#include <X11/extensions/randr.h>
 
61
 
 
62
#ifdef HAVE_XEXTPROTO_71
 
63
#include <X11/extensions/dpmsconst.h>
 
64
#else
64
65
#define DPMS_SERVER
65
66
#include <X11/extensions/dpms.h>
 
67
#endif
66
68
 
67
69
#define NV_DMA_DEBUG 0
68
70