diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2007-03-14 21:16:04 -0700 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2007-03-15 11:55:37 -0700 |
commit | 9d65abab153cdf3ab2b7e3e2843d573b22ea6769 (patch) | |
tree | 40ddf5dbca20efbe0614f24acf62237aa4ae2e79 /src/nv_type.h | |
parent | 26a9f1fa5a92eba7d4b6ddfa47c0517e604be130 (diff) |
Fix VGA output with vesafb on nv4x and G7x GPUs.
SuSE bug #160812.
Diffstat (limited to 'src/nv_type.h')
-rw-r--r-- | src/nv_type.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nv_type.h b/src/nv_type.h index d704e2e..6b29d99 100644 --- a/src/nv_type.h +++ b/src/nv_type.h @@ -56,6 +56,7 @@ typedef struct _riva_hw_state U032 vpllB; U032 vpll2B; U032 pllsel; + U032 control; U032 general; U032 crtcOwner; U032 head; |