From f1c7ec04ea0ea6923e852b230a24073335fcb198 Mon Sep 17 00:00:00 2001 From: Rudolf Cornelissen Date: Thu, 27 Oct 2005 20:08:44 +0000 Subject: [PATCH] added mode.flag 'TV_PRIMARY (1<<13)'. On dualhead cards you need to issue this flag to setup a TVout mode on the primary head: such a mode can be single- or dualhead. Note BTW that (most of) these custom flags will disappear somewhere in the future: when Haiku supports multiple graphics cards. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14547 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/graphics/nvidia/DriverInterface.h | 1 + 1 file changed, 1 insertion(+) diff --git a/headers/private/graphics/nvidia/DriverInterface.h b/headers/private/graphics/nvidia/DriverInterface.h index 85fff99cee..2fc65b9841 100644 --- a/headers/private/graphics/nvidia/DriverInterface.h +++ b/headers/private/graphics/nvidia/DriverInterface.h @@ -53,6 +53,7 @@ typedef struct { #define TV_NTSC (2<<9) #define TV_CAPABLE (1<<11) #define TV_VIDEO (1<<12) +#define TV_PRIMARY (1<<13) #define SKD_MOVE_CURSOR 0x00000001 #define SKD_PROGRAM_CLUT 0x00000002