diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2006-06-20 13:57:26 -0700 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2006-06-20 13:57:26 -0700 |
commit | 0b76646666e9d330e77c6f81af8b91e34623be92 (patch) | |
tree | 723802dee122c90ca1ac3ca873c3b087ada0a274 /src/i810_reg.h | |
parent | e4584a4f44a70d746396ed48b8e40033504d68b2 (diff) |
Add CRT detection function by testing for load, and clean up hotplug version.
Diffstat (limited to 'src/i810_reg.h')
-rw-r--r-- | src/i810_reg.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/i810_reg.h b/src/i810_reg.h index 53c65bbf..c45368df 100644 --- a/src/i810_reg.h +++ b/src/i810_reg.h @@ -746,6 +746,10 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #define PORT_HOTPLUG_STAT 0x61114 # define CRT_HOTPLUG_INT_STATUS (1 << 11) # define TV_HOTPLUG_INT_STATUS (1 << 10) +# define CRT_HOTPLUG_MONITOR_MASK (3 << 8) +# define CRT_HOTPLUG_MONITOR_COLOR (3 << 8) +# define CRT_HOTPLUG_MONITOR_MONO (2 << 8) +# define CRT_HOTPLUG_MONITOR_NONE (0 << 8) # define SDVOC_HOTPLUG_INT_STATUS (1 << 7) # define SDVOB_HOTPLUG_INT_STATUS (1 << 6) @@ -830,6 +834,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #define PIPEACONF_PIPE_LOCKED (1<<25) #define PIPEACONF_PALETTE 0 #define PIPEACONF_GAMMA (1<<24) +#define PIPECONF_FORCE_BORDER (1<<25) #define PIPEBCONF 0x71008 #define PIPEBCONF_ENABLE (1<<31) |