diff options
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dc.h')
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/dc.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dc.h b/drivers/gpu/drm/amd/display/dc/dc.h index 97af8f63eec3..7d548b4d0299 100644 --- a/drivers/gpu/drm/amd/display/dc/dc.h +++ b/drivers/gpu/drm/amd/display/dc/dc.h | |||
@@ -484,8 +484,11 @@ uint32_t dc_stream_get_vblank_counter(const struct dc_stream *stream); | |||
484 | * This has a dependency on the caller (amdgpu_get_crtc_scanoutpos) | 484 | * This has a dependency on the caller (amdgpu_get_crtc_scanoutpos) |
485 | * being refactored properly to be dce-specific | 485 | * being refactored properly to be dce-specific |
486 | */ | 486 | */ |
487 | uint32_t dc_stream_get_scanoutpos( | 487 | bool dc_stream_get_scanoutpos(const struct dc_stream *stream, |
488 | const struct dc_stream *stream, uint32_t *vbl, uint32_t *position); | 488 | uint32_t *v_blank_start, |
489 | uint32_t *v_blank_end, | ||
490 | uint32_t *h_position, | ||
491 | uint32_t *v_position); | ||
489 | 492 | ||
490 | /* | 493 | /* |
491 | * Structure to store surface/stream associations for validation | 494 | * Structure to store surface/stream associations for validation |