summaryrefslogtreecommitdiff
path: root/libhwc2.1/ExynosHWCDebug.h
AgeCommit message (Collapse)Author
2023-05-19libhwc2.1: add trace for setActiveConfigWithConstraints()Joen Chen
HWC adds trace for setActiveConfigWithConstraints() to show the desire time and isConfigEnabled() Bug: 280460655 Test: run vts VtsHalGraphicsComposerV2_4TargetTest -t Per Instance/GraphicsComposerHidlTest#setActiveConfigWith Constraints_Delayed/0_default Change-Id: I6796d054f463982050b48a70b9e4300d1ddc9ac4
2023-04-25libhwc2.1: actively set lhbm desired refresh rate during lhbm periodShiyong Li
- set lhbm desired refresh rate at enabling lhbm and restore SF desired one at disabling if needed. - always notify SF with it's desired Vsync if SF's refresh rate != lhbm's Bug: 250979028 Test: udfps auth with SmoothDisplay=on/off, check perfetto trace Signed-off-by: Shiyong Li <shiyongli@google.com> Change-Id: If011dbf12c1f979a50988cc375e74c7f53617d68
2022-12-12libhwc2.1: update some traces to include display name and IDWiwit Rifa'i
All counter traces in HWC will be updated to include display name and ID with format "<old_trace_name> for <display_name>(<display_id>)". Some function traces will also updated to include display name and ID with the same format, e.g. for validateDisplay and presentDisplay. Bug: 245533789 Test: Perfetto trace Change-Id: Id8f7d74241431ebdc2ca5578e150df7b210d47be
2022-10-13libhwc2.1: support TDM based resource allocationYongWook Shin
There are limited HW resources and all layers should share it. To avoid resource limitations, HWC should support TDM based resource allocation for all layers. Bug: 191421040 Test: boot to home Signed-off-by: YongWook Shin <yongwook.shin@samsung.com> Change-Id: Icfcd879bdd7d4655f8b1e51f0ef577395b526a3f
2020-12-23libhwc2.1: Support setActiveConfigWithConstraintsSungjun Bae
Bug: 164139096 Change-Id: I561a23c386a63b02259e373d169447b177ebfc63 Signed-off-by: Sungjun Bae <june.bae@samsung.com> Signed-off-by: HyunKyung Kim <hk310.kim@samsung.com>
2020-06-10libhwc2.1: Change debug log tag for attribute settingHyunKyung Kim
Change-Id: I9993f93d3686509d952b0a6959e9097e3bdc23cb Signed-off-by: HyunKyung Kim <hk310.kim@samsung.com>
2020-04-29libhwc2.1: Add debug flag for color managementHyunKyung Kim
Bug: 154275156 Signed-off-by: HyunKyung Kim <hk310.kim@samsung.com> Change-Id: If63119dfd500beb7bd4130bb982510b6ef8f3bc0
2019-10-28libhwc2.1: Add debug log filterHyunKyung Kim
This patch adds debug log filter to print configuration of each display interface. Change-Id: I1c5bfcd80026c5768e26019628a9996a82dfadf6 Signed-off-by: HyunKyung Kim <hk310.kim@samsung.com>
2019-09-18Add initial source codeHyunKyung Kim
Change-Id: I285a55c44c9fd5d3a8abaa781ef9dc8d9d39f53a Signed-off-by: HyunKyung Kim <hk310.kim@samsung.com>