- 9c64091 Upgrade drm_hwcomposer to f638348b22e96e208badb71de52a860d201ee2fb by Andrew Wolfers · 6 months ago
- 609c353 drm_hwcomposer: Add VSyncWorker::GetNextVsyncTimestamp by Drew Davenport · 7 months ago
- e5ca88b drm_hwcomposer: Add adjustments for cursor plane commits by Andrew Wolfers · 9 months ago
- e0a19bd Upgrade drm_hwcomposer to 7009cc1909804ef707376441b5b3f986b492d66a by Sasha McIntosh · 6 months ago
- 7979d2a drm_hwcomposer: Cursor plane binding by Andrew Wolfers · 6 months ago
- 45cb3e8 drm_hwcomposer: Cursor plane buffer validation by Andrew Wolfers · 6 months ago
- 9777fba drm_hwcomposer: Add DRM_CURSOR_CAP to DrmDevice by Andrew Wolfers · 9 months ago
- bf7d29a drm_hwcomposer: Add SIZE_HINTS property to DrmPlane by Andrew Wolfers · 9 months ago
- d47f225 drm_hwcomposer: Fix log warnings in DrmProprty::GetBlobData by Andrew Wolfers · 6 months ago
- 4267aa0 Merge "ANDROID: Set min bpc on modeset" into main by Sasha McIntosh · 6 months ago
- e778d03 drm_hwcomposer: Add blob support to DrmProperty by Andrew Wolfers · 9 months ago
- dfcc8ed ANDROID: Set min bpc on modeset by Sasha McIntosh · 10 months ago
- 701a83c drm_hwcomposer: Remove redundant vsync timestamp by Drew Davenport · 7 months ago
- bf711eb drm_hwcomposer: Avoid resetting vsync timestamp by Drew Davenport · 7 months ago
- 35a3957 drm_hwcomposer: Use clang thread-safety analysis in VSyncWorker by Drew Davenport · 9 months ago
- 6bfccb8 drm_hwcomposer: Fix race conditions in VSyncWorker by Drew Davenport · 9 months ago
- 907a51a drm_hwcomposer: Produce stable port IDs by Gil Dekel · 7 months ago
- c88294c drm_hwcomposer: Fix DrmPlane typos by Andrew Wolfers · 9 months ago
- 2290dc6 drm_hwcomposer: Use DUMB buffer for modeset by Roman Stratiienko · 7 months ago
- fdd4371 drm_hwcomposer: Fix alpha check by Andrew Wolfers · 7 months ago
- e60540f drm_hwcomposer: Add DrmMode::SameSize by Drew Davenport · 7 months ago
- fb9fed5 drm_hwcomposer: Use float type to store alpha internally by Roman Stratiienko · 8 months ago
- 4e15bfc drm_hwcomposer: Support default values for Rect structures by Roman Stratiienko · 8 months ago
- f9062b6 drm_hwcomposer: Set HDR metadata on the connector by Sasha McIntosh · 10 months ago
- f8c1411 drm_hwcomposer: Add wrapper for EDID parsing by Sasha McIntosh · 9 months ago
- da080fe drm_hwcomposer: Add method GetOptionalConnectorProperty by Sasha McIntosh · 9 months ago
- 5b58356 drm_hwcomposer: Fix bitmask property mask creation by Drew Davenport · 7 months ago
- 88bd6a2 drm_hwcomposer: Enable readability-math-missing-parentheses tidy check by Roman Stratiienko · 8 months ago
- da2fcf6 drm_hwcomposer: Simplify LayerTransform by Roman Stratiienko · 8 months ago
- 30f4e9c drm_hwcomposer: Clean up VsyncWorker destruction by Drew Davenport · 9 months ago
- 15016c4 drm_hwcomposer: Remove VSyncWorkerCallbacks by Drew Davenport · 9 months ago
- b39a3f8 drm_hwcomposer: Enable VSyncWorker thread as needed by Drew Davenport · 9 months ago
- 63a699e drm_hwcomposer: Set vsync callback on demand by Drew Davenport · 9 months ago
- 33121b7 drm_hwcomposer: Move vsync tracking into VSyncWorker by Drew Davenport · 9 months ago
- d387c84 drm_hwcomposer: Simplify default vsync period by Drew Davenport · 9 months ago
- 5983318 drm_hwcomposer: Set vsync period for vsync thread by Drew Davenport · 9 months ago
- bf13180 drm_hwcomposer: treewide: Handle bool properties in the Property class by Roman Stratiienko · 9 months ago
- bcc587d drm_hwcomposer: Add flag for blocking commits by Drew Davenport · 10 months ago
- 9c41b68 drm_hwcomposer: Fix build failure on Linux-native targets by Paz Zcharya · 10 months ago
- e11f723 drm_hwcomposer: Query property when checking virtual displays availability by Paz Zcharya · 11 months ago
- 1f41ac7 drm_hwcomposer: Fix DrmConnector log build failure by Yongqin Liu · 10 months ago
- 2c36651 drm_hwcomposer: Fix DrmProperty log build failure by Tim Van Patten · 10 months ago
- 634c89c drm_hwcomposer: Remove unnecessary warning by Sean Paul · 11 months ago
- a2f3efa drm_hwcomposer: Implement getDisplayPhysicalOrientation() by Tim Van Patten · 11 months ago
- 3f0c01a drm_hwcomposer: Plumb link status BAD to OnHotplugEvent composer callback by Manasi Navare · 11 months ago
- 5294f09 drm_hwcomposer: Add getter/setter for Colorspace by Sasha McIntosh · 12 months ago
- 173247b drm_hwcomposer: Add getter/setter for content_type by Sasha McIntosh · 12 months ago
- 8053f2e drm_hwcomposer: Calculate vsync period consistently by Drew Davenport · 11 months ago
- 1ac3b62 drm_hwcomposer: Mitigate race condition in HwcDisplay destructor by Drew Davenport · 1 year ago
- b852605 drm_hwcomposer: Stop UEvent thread in ResourceManager destructor by Drew Davenport · 1 year ago
- 7c6e6f7 drm_hwcomposer: Fix bug where DrmDevice can be released early by Normunds Rieksts · 1 year, 6 months ago
- 5951b11 drm_hwcomposer: Connect ComposerClient with HwcDisplay by Drew Davenport · 1 year, 1 month ago
- 9344318 drm_hwcomposer: Extract DrmHwc abstract base class by Drew Davenport · 1 year, 9 months ago
- 468a754 drm_hwcomposer: Replace LOG_TAG with drmhwc by Sean Paul · 1 year, 2 months ago
- 63ed807 drm_hwcomposer: Treat unknown connector as internal display by Lingkai Dong · 1 year, 11 months ago
- 2a93e4c drm_hwcomposer: CI: Use aospext to provide headers for clang-tidy by Roman Stratiienko · 2 years, 9 months ago
- b9bd271 drm_hwcomposer: Fix DRM and HWC rotation direction misalignment by Roman Stratiienko · 1 year, 11 months ago
- f2c060f drm_hwcomposer: Virtual display acceleration support by Roman Stratiienko · 2 years ago
- 63762a9 drm_hwcomposer: Use shared pointer type for the pipeline_ variable by Roman Stratiienko · 2 years ago
- 0da91bf drm_hwcomposer: Add support for color transform matrix by Roman Stratiienko · 2 years, 8 months ago
- 7689278 drm_hwcomposer: Introduce SharedFd, use standard c++ RAII for UniqueFd by Roman Stratiienko · 2 years, 8 months ago
- 3809481 drm_hwcomposer: Add meson.build file by Roman Stratiienko · 2 years, 9 months ago
- 9e2a2cd drm_hwcomposer: Make main mutex recursive by Roman Stratiienko · 2 years, 8 months ago
- f818d4c drm_hwcomposer: Simplify DrmAtomicStateManager thread usage by Roman Stratiienko · 2 years, 8 months ago
- d2cc738 drm_hwcomposer: Rework VSyncWorker to work without utils/worker by Roman Stratiienko · 2 years, 8 months ago
- 4719abb drm_hwcomposer: Rework UEventListener to work without utils/worker by Roman Stratiienko · 2 years, 8 months ago
- df3120f drm_hwcomposer: Rework DrmMode class by Roman Stratiienko · 2 years, 9 months ago
- abd8e53 drm_hwcomposer: Rework DrmProperty class by Roman Stratiienko · 2 years, 9 months ago
- bde9566 drm_hwcomposer: Use pragma once instead of include guards by Roman Stratiienko · 2 years, 9 months ago
- a7913de drm_hwcomposer: CI: Bump-up clang toolchain to v15 by Roman Stratiienko · 2 years, 11 months ago
- ce2ce75 drm_hwcomposer: Basic support for shared primary planes by Roman Stratiienko · 3 years ago
- 7ee6a9e drm_hwcomposer: check if the primary plane is being used by any crtc by Yongqin Liu · 3 years, 9 months ago
- 554743d drm_hwcomposer: Fix EINTR handling in clock_nanosleep by Keith Mok · 3 years, 10 months ago
- 4b2cc48 drm_hwcomposer: Reorganize struct DrmHwcLayer by Roman Stratiienko · 3 years, 7 months ago
- e9fbd8d drm_hwcomposer: Set return type to std::optional for BufferInfoGetters by Roman Stratiienko · 3 years, 7 months ago
- 1cbaaf9 drm_hwcomposer: Move include/drmhwcgralloc.h to bufferinfo/BufferInfo.h by Roman Stratiienko · 3 years, 7 months ago
- 8b926a5 drm_hwcomposer: Use atrace for framebuffer's import/remove events by Roman Stratiienko · 3 years, 4 months ago
- 59bb481 drm_hwcomposer: Add non-blocking commit support by Roman Stratiienko · 3 years, 5 months ago
- dd21494 drm_hwcomposer: Fix HwcLayer::GetReleaseFences() by Roman Stratiienko · 3 years, 4 months ago
- 5f21dbc drm_hwcomposer: Allow accessing ResourceManager from DrmDevce by Roman Stratiienko · 3 years, 4 months ago
- cf80b9b drm_hwcomposer: CI: Bump clang toolchain version to v14 by Roman Stratiienko · 3 years, 4 months ago
- d0494d9 drm_hwcomposer: Fixes for display hotplug / headless mode by Roman Stratiienko · 3 years, 6 months ago
- bd97317 drm_hwcomposer: Add test utility to listen for uevents by Roman Stratiienko · 3 years, 7 months ago
- cf6614d drm_hwcomposer: fix sign-compare building error in uevent listener by Mauro Rossi · 3 years, 8 months ago
- 4e99405 drm_hwcomposer: Rename DrmDisplayCompositor->DrmAtomicStateManager by Roman Stratiienko · 3 years, 7 months ago
- 9362cef drm_hwcomposer: Rework KMS composition planner + plane sharing support by Roman Stratiienko · 3 years, 7 months ago
- d0c035b drm_hwcomposer: Implement SetActiveConfigWithConstraints by Roman Stratiienko · 3 years, 8 months ago
- 3dacd47 drm_hwcomposer: Dynamic DrmDisplayPipeline to HwcDisplay bindings by Roman Stratiienko · 3 years, 8 months ago
- 19c162f drm_hwcomposer: Initialize HwcDisplay using DrmDisplayPIpeline by Roman Stratiienko · 3 years, 7 months ago
- 33a71fa drm_hwcomposer: Fix PipelineBindable::BindPipeline by Roman Stratiienko · 3 years, 7 months ago
- cad8e0c drm_hwcomposer: Introduce DrmDisplayPipeline class by Roman Stratiienko · 3 years, 7 months ago
- 7d89911 drm_hwcomposer: Tidy-up DrmDevice class by Roman Stratiienko · 3 years, 7 months ago
- 650299a drm_hwcomposer: Tidy-up DrmConnector class by Roman Stratiienko · 3 years, 7 months ago
- 027987b drm_hwcomposer: Tidy-up DrmEncoder class by Roman Stratiienko · 3 years, 7 months ago
- 10be875 drm_hwcomposer: Tidy-up DrmCrtc class by Roman Stratiienko · 3 years, 7 months ago
- edb97ed drm_hwcomposer: Remove ability to prioritize primary display by Roman Stratiienko · 3 years, 7 months ago
- b671fab drm_hwcomposer: Tidy-up DrmPlane class by Roman Stratiienko · 3 years, 7 months ago
- 8df7498 drm_hwcomposer: Remove write-back related helpers from DrmDevice class by Roman Stratiienko · 3 years, 8 months ago
- f0c507f drm_hwcomposer: Add headless mode support by Roman Stratiienko · 3 years, 8 months ago
- 7492358 drm_hwcomposer: Introduce main lock by Roman Stratiienko · 3 years, 8 months ago