commit | df3120f9f3328155ef78961eaf866726ea591b95 | [log] [tgz] |
---|---|---|
author | Roman Stratiienko <r.stratiienko@gmail.com> | Wed Dec 07 23:10:55 2022 +0200 |
committer | Roman Stratiienko <r.stratiienko@gmail.com> | Sun Dec 11 21:19:43 2022 +0200 |
tree | b12527fd9a7fcdbaa16645ef88a0df7234b4972d | |
parent | abd8e534d99c39bd02530c934da0f7ed1cdd8441 [diff] [blame] |
drm_hwcomposer: Rework DrmMode class Simplify code and raise-up clang-tidy level of DrmMode class to 'normal'. Signed-off-by: Roman Stratiienko <r.stratiienko@gmail.com>
diff --git a/drm/DrmConnector.h b/drm/DrmConnector.h index 1e1a685..63150e7 100644 --- a/drm/DrmConnector.h +++ b/drm/DrmConnector.h
@@ -123,7 +123,7 @@ const uint32_t index_in_res_array_; - DrmMode active_mode_; + DrmMode active_mode_{}; std::vector<DrmMode> modes_; DrmProperty dpms_property_;