~ubuntu-branches/ubuntu/natty/xserver-xorg-video-radeonhd/natty

« back to all changes in this revision

Viewing changes to src/rhd_regs.h

  • Committer: Bazaar Package Importer
  • Author(s): Brice Goglin
  • Date: 2009-04-10 08:09:08 UTC
  • mfrom: (6.2.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090410080908-zoz25ktobo22dn4a
Tags: 1.2.5-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright 2007, 2008  Luc Verhaegen <lverhaegen@novell.com>
 
2
 * Copyright 2007, 2008  Luc Verhaegen <libv@exsuse.de>
3
3
 * Copyright 2007, 2008  Matthias Hopf <mhopf@novell.com>
4
4
 * Copyright 2007, 2008  Egbert Eich   <eich@novell.com>
5
5
 * Copyright 2007, 2008  Advanced Micro Devices, Inc.
189
189
 
190
190
    /* D1MODE */
191
191
    D1MODE_DESKTOP_HEIGHT          = 0x652C,
 
192
    D1MODE_VLINE_START_END         = 0x6538,
 
193
    D1MODE_VLINE_STATUS            = 0x653C,
192
194
    D1MODE_VIEWPORT_START          = 0x6580,
193
195
    D1MODE_VIEWPORT_SIZE           = 0x6584,
194
196
    D1MODE_EXT_OVERSCAN_LEFT_RIGHT = 0x6588,
253
255
 
254
256
    /* D2MODE */
255
257
    D2MODE_DESKTOP_HEIGHT          = 0x6D2C,
 
258
    D2MODE_VLINE_START_END         = 0x6D38,
 
259
    D2MODE_VLINE_STATUS            = 0x6D3C,
256
260
    D2MODE_VIEWPORT_START          = 0x6D80,
257
261
    D2MODE_VIEWPORT_SIZE           = 0x6D84,
258
262
    D2MODE_EXT_OVERSCAN_LEFT_RIGHT = 0x6D88,