diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h index dbd10618ec20..43a9d3aec6c4 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h | |||
@@ -534,6 +534,9 @@ struct amdgpu_framebuffer { | |||
534 | ((em) == ATOM_ENCODER_MODE_DP_MST)) | 534 | ((em) == ATOM_ENCODER_MODE_DP_MST)) |
535 | 535 | ||
536 | /* Driver internal use only flags of amdgpu_get_crtc_scanoutpos() */ | 536 | /* Driver internal use only flags of amdgpu_get_crtc_scanoutpos() */ |
537 | #define DRM_SCANOUTPOS_VALID (1 << 0) | ||
538 | #define DRM_SCANOUTPOS_IN_VBLANK (1 << 1) | ||
539 | #define DRM_SCANOUTPOS_ACCURATE (1 << 2) | ||
537 | #define USE_REAL_VBLANKSTART (1 << 30) | 540 | #define USE_REAL_VBLANKSTART (1 << 30) |
538 | #define GET_DISTANCE_TO_VBLANKSTART (1 << 31) | 541 | #define GET_DISTANCE_TO_VBLANKSTART (1 << 31) |
539 | 542 | ||