mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2026-04-20 14:29:51 +00:00
525.53
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
* Defines display type enums that can be used in the KernelDisplay object.
|
||||
*
|
||||
******************************************************************************/
|
||||
#define NV_PDISP_CHN_NUM_ANY 0x7F
|
||||
|
||||
typedef enum
|
||||
{
|
||||
@@ -39,6 +40,7 @@ typedef enum
|
||||
dispChnClass_Ovly,
|
||||
dispChnClass_Winim,
|
||||
dispChnClass_Win,
|
||||
dispChnClass_Any,
|
||||
dispChnClass_Supported
|
||||
} DISPCHNCLASS;
|
||||
|
||||
@@ -49,4 +51,18 @@ enum DISPLAY_ICC_BW_CLIENT
|
||||
NUM_DISPLAY_ICC_BW_CLIENTS
|
||||
};
|
||||
|
||||
typedef enum
|
||||
{
|
||||
dispMemoryTarget_physNVM,
|
||||
dispMemoryTarget_physPCI,
|
||||
dispMemoryTarget_physPCICoherent
|
||||
} DISPMEMORYTARGET;
|
||||
|
||||
typedef struct
|
||||
{
|
||||
NvU64 addr;
|
||||
DISPMEMORYTARGET memTarget;
|
||||
NvBool valid;
|
||||
} VGAADDRDESC;
|
||||
|
||||
#endif // #ifndef KERN_DISP_TYPE_H
|
||||
|
||||
Reference in New Issue
Block a user