summaryrefslogtreecommitdiff
path: root/libhwc2.1/libhwcService/ExynosHWCService.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libhwc2.1/libhwcService/ExynosHWCService.cpp')
-rw-r--r--libhwc2.1/libhwcService/ExynosHWCService.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libhwc2.1/libhwcService/ExynosHWCService.cpp b/libhwc2.1/libhwcService/ExynosHWCService.cpp
index 4ae010a..6d84074 100644
--- a/libhwc2.1/libhwcService/ExynosHWCService.cpp
+++ b/libhwc2.1/libhwcService/ExynosHWCService.cpp
@@ -462,7 +462,7 @@ int32_t ExynosHWCService::setMinIdleRefreshRate(uint32_t display_id, int32_t fps
auto display = mHWCCtx->device->getDisplay(display_id);
if (display != nullptr) {
- return display->setMinIdleRefreshRate(fps, VrrThrottleRequester::TEST);
+ return display->setMinIdleRefreshRate(fps, RrThrottleRequester::TEST);
}
return -EINVAL;
@@ -478,7 +478,7 @@ int32_t ExynosHWCService::setRefreshRateThrottle(uint32_t display_id, int32_t de
->setRefreshRateThrottleNanos(std::chrono::duration_cast<std::chrono::nanoseconds>(
std::chrono::milliseconds(delayMs))
.count(),
- VrrThrottleRequester::TEST);
+ RrThrottleRequester::TEST);
}
return -EINVAL;