Home
last modified time | relevance | path

Searched refs:GET_DISTANCE_TO_VBLANKSTART (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_display.c105 GET_DISTANCE_TO_VBLANKSTART, in amdgpu_flip_work_func()
838 if (flags & GET_DISTANCE_TO_VBLANKSTART) { in amdgpu_get_crtc_scanoutpos()
865 if (flags & GET_DISTANCE_TO_VBLANKSTART) { in amdgpu_get_crtc_scanoutpos()
Damdgpu_mode.h534 #define GET_DISTANCE_TO_VBLANKSTART (1 << 31) macro
Damdgpu_kms.c641 dev, pipe, GET_DISTANCE_TO_VBLANKSTART, in amdgpu_get_vblank_counter_kms()
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_display.c464 GET_DISTANCE_TO_VBLANKSTART, in radeon_flip_work_func()
1976 if (flags & GET_DISTANCE_TO_VBLANKSTART) { in radeon_get_crtc_scanoutpos()
2003 if (flags & GET_DISTANCE_TO_VBLANKSTART) { in radeon_get_crtc_scanoutpos()
Dradeon_mode.h693 #define GET_DISTANCE_TO_VBLANKSTART (1 << 31) macro
Dradeon_kms.c786 dev, crtc, GET_DISTANCE_TO_VBLANKSTART, in radeon_get_vblank_counter_kms()