555.58.02

(cherry picked from commit 1795a8bb20)
This commit is contained in:
Bernhard Stoeckner
2024-07-01 14:52:22 +02:00
committed by Gaurav Juvekar
parent 171c735e57
commit 5fdf5032fb
8 changed files with 33 additions and 20 deletions

View File

@@ -216,6 +216,9 @@ typedef struct NV0073_CTRL_SYSTEM_GET_SCANLINE_PARAMS {
* This parameter specifies the head for which the vblank counter
* should be retrieved. This value must be between zero and the
* maximum number of heads supported by the subdevice.
* lowLatencyHint
* RM maintains several different vblank counts. When this parameter is
* NV_TRUE, the command may return the low latency count.
* verticalBlankCounter
* This parameter returns the vblank counter value for the specified
* head. If the display mode is not valid or vblank not active then
@@ -230,9 +233,10 @@ typedef struct NV0073_CTRL_SYSTEM_GET_SCANLINE_PARAMS {
#define NV0073_CTRL_SYSTEM_GET_VBLANK_COUNTER_PARAMS_MESSAGE_ID (0x05U)
typedef struct NV0073_CTRL_SYSTEM_GET_VBLANK_COUNTER_PARAMS {
NvU32 subDeviceInstance;
NvU32 head;
NvU32 verticalBlankCounter;
NvU32 subDeviceInstance;
NvU32 head;
NvBool lowLatencyHint;
NvU32 verticalBlankCounter;
} NV0073_CTRL_SYSTEM_GET_VBLANK_COUNTER_PARAMS;
/*