~ubuntu-branches/ubuntu/precise/linux-lts-quantal/precise-updates

« back to all changes in this revision

Viewing changes to drivers/gpu/drm/radeon/sid.h

  • Committer: Package Import Robot
  • Author(s): Luis Henriques, Luis Henriques, Tim Gardner
  • Date: 2013-02-07 12:08:38 UTC
  • Revision ID: package-import@ubuntu.com-20130207120838-8jaukepmb85dkevq
Tags: 3.5.0-24.37~precise1
[Luis Henriques]

* Release Tracking Bug
  - LP: #1118287

[ Tim Gardner ]

* [Config] CONFIG_ALX=m for x86 only
  - LP: #927782

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
#define VM_CONTEXT0_CNTL                                0x1410
92
92
#define         ENABLE_CONTEXT                                  (1 << 0)
93
93
#define         PAGE_TABLE_DEPTH(x)                             (((x) & 3) << 1)
 
94
#define         RANGE_PROTECTION_FAULT_ENABLE_INTERRUPT         (1 << 3)
94
95
#define         RANGE_PROTECTION_FAULT_ENABLE_DEFAULT           (1 << 4)
 
96
#define         DUMMY_PAGE_PROTECTION_FAULT_ENABLE_INTERRUPT    (1 << 6)
 
97
#define         DUMMY_PAGE_PROTECTION_FAULT_ENABLE_DEFAULT      (1 << 7)
 
98
#define         PDE0_PROTECTION_FAULT_ENABLE_INTERRUPT          (1 << 9)
 
99
#define         PDE0_PROTECTION_FAULT_ENABLE_DEFAULT            (1 << 10)
 
100
#define         VALID_PROTECTION_FAULT_ENABLE_INTERRUPT         (1 << 12)
 
101
#define         VALID_PROTECTION_FAULT_ENABLE_DEFAULT           (1 << 13)
 
102
#define         READ_PROTECTION_FAULT_ENABLE_INTERRUPT          (1 << 15)
 
103
#define         READ_PROTECTION_FAULT_ENABLE_DEFAULT            (1 << 16)
 
104
#define         WRITE_PROTECTION_FAULT_ENABLE_INTERRUPT         (1 << 18)
 
105
#define         WRITE_PROTECTION_FAULT_ENABLE_DEFAULT           (1 << 19)
95
106
#define VM_CONTEXT1_CNTL                                0x1414
96
107
#define VM_CONTEXT0_CNTL2                               0x1430
97
108
#define VM_CONTEXT1_CNTL2                               0x1434
104
115
#define VM_CONTEXT14_PAGE_TABLE_BASE_ADDR               0x1450
105
116
#define VM_CONTEXT15_PAGE_TABLE_BASE_ADDR               0x1454
106
117
 
 
118
#define VM_CONTEXT1_PROTECTION_FAULT_ADDR               0x14FC
 
119
#define VM_CONTEXT1_PROTECTION_FAULT_STATUS             0x14DC
 
120
 
107
121
#define VM_INVALIDATE_REQUEST                           0x1478
108
122
#define VM_INVALIDATE_RESPONSE                          0x147c
109
123