Back to home page

OSCL-LXR

 
 

    


0001 /*
0002  * Copyright (c) 1993-2014, NVIDIA CORPORATION. All rights reserved.
0003  *
0004  * Permission is hereby granted, free of charge, to any person obtaining a
0005  * copy of this software and associated documentation files (the "Software"),
0006  * to deal in the Software without restriction, including without limitation
0007  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
0008  * and/or sell copies of the Software, and to permit persons to whom the
0009  * Software is furnished to do so, subject to the following conditions:
0010  *
0011  * The above copyright notice and this permission notice shall be included in
0012  * all copies or substantial portions of the Software.
0013  *
0014  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
0015  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
0016  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
0017  * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
0018  * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
0019  * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
0020  * DEALINGS IN THE SOFTWARE.
0021  */
0022 
0023 
0024 #ifndef _cl887d_h_
0025 #define _cl887d_h_
0026 
0027 #define NV887D_SOR_SET_CONTROL(a)                                               (0x00000600 + (a)*0x00000040)
0028 #define NV887D_SOR_SET_CONTROL_OWNER                                            3:0
0029 #define NV887D_SOR_SET_CONTROL_OWNER_NONE                                       (0x00000000)
0030 #define NV887D_SOR_SET_CONTROL_OWNER_HEAD0                                      (0x00000001)
0031 #define NV887D_SOR_SET_CONTROL_OWNER_HEAD1                                      (0x00000002)
0032 #define NV887D_SOR_SET_CONTROL_SUB_OWNER                                        5:4
0033 #define NV887D_SOR_SET_CONTROL_SUB_OWNER_NONE                                   (0x00000000)
0034 #define NV887D_SOR_SET_CONTROL_SUB_OWNER_SUBHEAD0                               (0x00000001)
0035 #define NV887D_SOR_SET_CONTROL_SUB_OWNER_SUBHEAD1                               (0x00000002)
0036 #define NV887D_SOR_SET_CONTROL_SUB_OWNER_BOTH                                   (0x00000003)
0037 #define NV887D_SOR_SET_CONTROL_PROTOCOL                                         11:8
0038 #define NV887D_SOR_SET_CONTROL_PROTOCOL_LVDS_CUSTOM                             (0x00000000)
0039 #define NV887D_SOR_SET_CONTROL_PROTOCOL_SINGLE_TMDS_A                           (0x00000001)
0040 #define NV887D_SOR_SET_CONTROL_PROTOCOL_SINGLE_TMDS_B                           (0x00000002)
0041 #define NV887D_SOR_SET_CONTROL_PROTOCOL_SINGLE_TMDS_AB                          (0x00000003)
0042 #define NV887D_SOR_SET_CONTROL_PROTOCOL_DUAL_SINGLE_TMDS                        (0x00000004)
0043 #define NV887D_SOR_SET_CONTROL_PROTOCOL_DUAL_TMDS                               (0x00000005)
0044 #define NV887D_SOR_SET_CONTROL_PROTOCOL_DDI_OUT                                 (0x00000007)
0045 #define NV887D_SOR_SET_CONTROL_PROTOCOL_DP_A                                    (0x00000008)
0046 #define NV887D_SOR_SET_CONTROL_PROTOCOL_DP_B                                    (0x00000009)
0047 #define NV887D_SOR_SET_CONTROL_PROTOCOL_CUSTOM                                  (0x0000000F)
0048 #define NV887D_SOR_SET_CONTROL_HSYNC_POLARITY                                   12:12
0049 #define NV887D_SOR_SET_CONTROL_HSYNC_POLARITY_POSITIVE_TRUE                     (0x00000000)
0050 #define NV887D_SOR_SET_CONTROL_HSYNC_POLARITY_NEGATIVE_TRUE                     (0x00000001)
0051 #define NV887D_SOR_SET_CONTROL_VSYNC_POLARITY                                   13:13
0052 #define NV887D_SOR_SET_CONTROL_VSYNC_POLARITY_POSITIVE_TRUE                     (0x00000000)
0053 #define NV887D_SOR_SET_CONTROL_VSYNC_POLARITY_NEGATIVE_TRUE                     (0x00000001)
0054 #define NV887D_SOR_SET_CONTROL_DE_SYNC_POLARITY                                 14:14
0055 #define NV887D_SOR_SET_CONTROL_DE_SYNC_POLARITY_POSITIVE_TRUE                   (0x00000000)
0056 #define NV887D_SOR_SET_CONTROL_DE_SYNC_POLARITY_NEGATIVE_TRUE                   (0x00000001)
0057 #define NV887D_SOR_SET_CONTROL_PIXEL_DEPTH                                      19:16
0058 #define NV887D_SOR_SET_CONTROL_PIXEL_DEPTH_DEFAULT                              (0x00000000)
0059 #define NV887D_SOR_SET_CONTROL_PIXEL_DEPTH_BPP_16_422                           (0x00000001)
0060 #define NV887D_SOR_SET_CONTROL_PIXEL_DEPTH_BPP_18_444                           (0x00000002)
0061 #define NV887D_SOR_SET_CONTROL_PIXEL_DEPTH_BPP_20_422                           (0x00000003)
0062 #define NV887D_SOR_SET_CONTROL_PIXEL_DEPTH_BPP_24_422                           (0x00000004)
0063 #define NV887D_SOR_SET_CONTROL_PIXEL_DEPTH_BPP_24_444                           (0x00000005)
0064 #define NV887D_SOR_SET_CONTROL_PIXEL_DEPTH_BPP_30_444                           (0x00000006)
0065 #define NV887D_SOR_SET_CONTROL_PIXEL_DEPTH_BPP_32_422                           (0x00000007)
0066 #define NV887D_SOR_SET_CONTROL_PIXEL_DEPTH_BPP_36_444                           (0x00000008)
0067 #define NV887D_SOR_SET_CONTROL_PIXEL_DEPTH_BPP_48_444                           (0x00000009)
0068 #endif // _cl887d_h