1. bcc587d drm_hwcomposer: Add flag for blocking commits by Drew Davenport · 6 months ago
  2. 9c41b68 drm_hwcomposer: Fix build failure on Linux-native targets by Paz Zcharya · 7 months ago
  3. e11f723 drm_hwcomposer: Query property when checking virtual displays availability by Paz Zcharya · 7 months ago
  4. 1f41ac7 drm_hwcomposer: Fix DrmConnector log build failure by Yongqin Liu · 7 months ago
  5. 2c36651 drm_hwcomposer: Fix DrmProperty log build failure by Tim Van Patten · 7 months ago
  6. 634c89c drm_hwcomposer: Remove unnecessary warning by Sean Paul · 7 months ago
  7. a2f3efa drm_hwcomposer: Implement getDisplayPhysicalOrientation() by Tim Van Patten · 7 months ago
  8. 3f0c01a drm_hwcomposer: Plumb link status BAD to OnHotplugEvent composer callback by Manasi Navare · 8 months ago
  9. 5294f09 drm_hwcomposer: Add getter/setter for Colorspace by Sasha McIntosh · 8 months ago
  10. 173247b drm_hwcomposer: Add getter/setter for content_type by Sasha McIntosh · 8 months ago
  11. 8053f2e drm_hwcomposer: Calculate vsync period consistently by Drew Davenport · 8 months ago
  12. 1ac3b62 drm_hwcomposer: Mitigate race condition in HwcDisplay destructor by Drew Davenport · 9 months ago
  13. b852605 drm_hwcomposer: Stop UEvent thread in ResourceManager destructor by Drew Davenport · 9 months ago
  14. 7c6e6f7 drm_hwcomposer: Fix bug where DrmDevice can be released early by Normunds Rieksts · 1 year, 2 months ago
  15. 5951b11 drm_hwcomposer: Connect ComposerClient with HwcDisplay by Drew Davenport · 10 months ago
  16. 9344318 drm_hwcomposer: Extract DrmHwc abstract base class by Drew Davenport · 1 year, 5 months ago
  17. 468a754 drm_hwcomposer: Replace LOG_TAG with drmhwc by Sean Paul · 10 months ago
  18. 63ed807 drm_hwcomposer: Treat unknown connector as internal display by Lingkai Dong · 1 year, 8 months ago
  19. 2a93e4c drm_hwcomposer: CI: Use aospext to provide headers for clang-tidy by Roman Stratiienko · 2 years, 5 months ago
  20. b9bd271 drm_hwcomposer: Fix DRM and HWC rotation direction misalignment by Roman Stratiienko · 1 year, 7 months ago
  21. f2c060f drm_hwcomposer: Virtual display acceleration support by Roman Stratiienko · 1 year, 8 months ago
  22. 63762a9 drm_hwcomposer: Use shared pointer type for the pipeline_ variable by Roman Stratiienko · 1 year, 8 months ago
  23. 0da91bf drm_hwcomposer: Add support for color transform matrix by Roman Stratiienko · 2 years, 4 months ago
  24. 7689278 drm_hwcomposer: Introduce SharedFd, use standard c++ RAII for UniqueFd by Roman Stratiienko · 2 years, 4 months ago
  25. 3809481 drm_hwcomposer: Add meson.build file by Roman Stratiienko · 2 years, 5 months ago
  26. 9e2a2cd drm_hwcomposer: Make main mutex recursive by Roman Stratiienko · 2 years, 5 months ago
  27. f818d4c drm_hwcomposer: Simplify DrmAtomicStateManager thread usage by Roman Stratiienko · 2 years, 5 months ago
  28. d2cc738 drm_hwcomposer: Rework VSyncWorker to work without utils/worker by Roman Stratiienko · 2 years, 5 months ago
  29. 4719abb drm_hwcomposer: Rework UEventListener to work without utils/worker by Roman Stratiienko · 2 years, 5 months ago
  30. df3120f drm_hwcomposer: Rework DrmMode class by Roman Stratiienko · 2 years, 6 months ago
  31. abd8e53 drm_hwcomposer: Rework DrmProperty class by Roman Stratiienko · 2 years, 6 months ago
  32. bde9566 drm_hwcomposer: Use pragma once instead of include guards by Roman Stratiienko · 2 years, 5 months ago
  33. a7913de drm_hwcomposer: CI: Bump-up clang toolchain to v15 by Roman Stratiienko · 2 years, 7 months ago
  34. ce2ce75 drm_hwcomposer: Basic support for shared primary planes by Roman Stratiienko · 2 years, 8 months ago
  35. 7ee6a9e drm_hwcomposer: check if the primary plane is being used by any crtc by Yongqin Liu · 3 years, 5 months ago
  36. 554743d drm_hwcomposer: Fix EINTR handling in clock_nanosleep by Keith Mok · 3 years, 6 months ago
  37. 4b2cc48 drm_hwcomposer: Reorganize struct DrmHwcLayer by Roman Stratiienko · 3 years, 3 months ago
  38. e9fbd8d drm_hwcomposer: Set return type to std::optional for BufferInfoGetters by Roman Stratiienko · 3 years, 3 months ago
  39. 1cbaaf9 drm_hwcomposer: Move include/drmhwcgralloc.h to bufferinfo/BufferInfo.h by Roman Stratiienko · 3 years, 3 months ago
  40. 8b926a5 drm_hwcomposer: Use atrace for framebuffer's import/remove events by Roman Stratiienko · 3 years ago
  41. 59bb481 drm_hwcomposer: Add non-blocking commit support by Roman Stratiienko · 3 years, 1 month ago
  42. dd21494 drm_hwcomposer: Fix HwcLayer::GetReleaseFences() by Roman Stratiienko · 3 years, 1 month ago
  43. 5f21dbc drm_hwcomposer: Allow accessing ResourceManager from DrmDevce by Roman Stratiienko · 3 years, 1 month ago
  44. cf80b9b drm_hwcomposer: CI: Bump clang toolchain version to v14 by Roman Stratiienko · 3 years, 1 month ago
  45. d0494d9 drm_hwcomposer: Fixes for display hotplug / headless mode by Roman Stratiienko · 3 years, 2 months ago
  46. bd97317 drm_hwcomposer: Add test utility to listen for uevents by Roman Stratiienko · 3 years, 3 months ago
  47. cf6614d drm_hwcomposer: fix sign-compare building error in uevent listener by Mauro Rossi · 3 years, 4 months ago
  48. 4e99405 drm_hwcomposer: Rename DrmDisplayCompositor->DrmAtomicStateManager by Roman Stratiienko · 3 years, 3 months ago
  49. 9362cef drm_hwcomposer: Rework KMS composition planner + plane sharing support by Roman Stratiienko · 3 years, 4 months ago
  50. d0c035b drm_hwcomposer: Implement SetActiveConfigWithConstraints by Roman Stratiienko · 3 years, 4 months ago
  51. 3dacd47 drm_hwcomposer: Dynamic DrmDisplayPipeline to HwcDisplay bindings by Roman Stratiienko · 3 years, 4 months ago
  52. 19c162f drm_hwcomposer: Initialize HwcDisplay using DrmDisplayPIpeline by Roman Stratiienko · 3 years, 4 months ago
  53. 33a71fa drm_hwcomposer: Fix PipelineBindable::BindPipeline by Roman Stratiienko · 3 years, 4 months ago
  54. cad8e0c drm_hwcomposer: Introduce DrmDisplayPipeline class by Roman Stratiienko · 3 years, 4 months ago
  55. 7d89911 drm_hwcomposer: Tidy-up DrmDevice class by Roman Stratiienko · 3 years, 4 months ago
  56. 650299a drm_hwcomposer: Tidy-up DrmConnector class by Roman Stratiienko · 3 years, 4 months ago
  57. 027987b drm_hwcomposer: Tidy-up DrmEncoder class by Roman Stratiienko · 3 years, 4 months ago
  58. 10be875 drm_hwcomposer: Tidy-up DrmCrtc class by Roman Stratiienko · 3 years, 4 months ago
  59. edb97ed drm_hwcomposer: Remove ability to prioritize primary display by Roman Stratiienko · 3 years, 4 months ago
  60. b671fab drm_hwcomposer: Tidy-up DrmPlane class by Roman Stratiienko · 3 years, 4 months ago
  61. 8df7498 drm_hwcomposer: Remove write-back related helpers from DrmDevice class by Roman Stratiienko · 3 years, 4 months ago
  62. f0c507f drm_hwcomposer: Add headless mode support by Roman Stratiienko · 3 years, 4 months ago
  63. 7492358 drm_hwcomposer: Introduce main lock by Roman Stratiienko · 3 years, 4 months ago
  64. 780f7da drm_hwcomposer: CI: Upgrade to clang-13 && clang-tidy-13 by Roman Stratiienko · 3 years, 4 months ago
  65. c3de5f1 drm_hwcomposer: Add delay between hotplug uevent and modes get by Roman Stratiienko · 3 years, 4 months ago
  66. ad29ee9 drm_hwcomposer: Fix missing connector state assignment by Roman Stratiienko · 3 years, 4 months ago
  67. f815d38 drm_hwcomposer: Raise clang-tidy level of some files to NORMAL by Roman Stratiienko · 3 years, 5 months ago
  68. 57b9ba3 drm_hwcomposer: Fix float to 16.16 fixed point conversion by Roman Stratiienko · 3 years, 5 months ago
  69. fc014f5 drm_hwcomposer: CI: Set clang-tidy level to NORMAL for some files by Roman Stratiienko · 3 years, 5 months ago
  70. e78235c drm_hwcomposer: CI: Raise clang-tidy level from NONE to COARSE for *.h by Roman Stratiienko · 3 years, 5 months ago
  71. 24a7fc4 drm_hwcomposer: CI: Process every file with clang-tidy. by Roman Stratiienko · 3 years, 5 months ago
  72. 5f2f3ce drm_hwcomposer: CI: Tune clang-tidy coarse checks by Roman Stratiienko · 3 years, 5 months ago
  73. cdee4f2 drm_hwcomposer: support more connector types by Yongqin Liu · 3 years, 6 months ago
  74. deb7735 drm_hwcomposer: Fix all cases which triggers an error on -Wsign-compare by Roman Stratiienko · 3 years, 6 months ago
  75. a148f21 drm_hwcomposer: Rework display modes handling by Roman Stratiienko · 3 years, 6 months ago
  76. 1e053b4 drm_hwcomposer: Make uevent listener standalone by Roman Stratiienko · 3 years, 7 months ago
  77. 40b374b drm_hwcomposer: Move CreateModeBlob to DrmMode class by Roman Stratiienko · 3 years, 7 months ago
  78. 6ede466 drm_hwcomposer: Rework UserPropertyBlob to use RAII by Roman Stratiienko · 3 years, 8 months ago
  79. 0b06388 drm_hwcomposer: Move GetPlaneProperty into DrmPlane class by Roman Stratiienko · 3 years, 8 months ago
  80. 013d068 drm_hwcomposer: Allow pre-multi layer to always pass DrmPlane validation by Roman Stratiienko · 3 years, 8 months ago
  81. 863a3c2 drm_hwcomposer: Handle all HWC2 callbacks in DrmHwcTwo.{h,cpp} by Roman Stratiienko · 3 years, 8 months ago
  82. 24a4c18 drm_hwcomposer: Move rotation enum querying into DrmPlane initialization by Roman Stratiienko · 3 years, 8 months ago
  83. 0f679aa drm_hwcomposer: Cleanup DrmPlane::Init() by Roman Stratiienko · 3 years, 8 months ago
  84. 6662f71 drm_hwcomposer: DrmPlane: More atomic commit cleanup by Roman Stratiienko · 3 years, 8 months ago
  85. 5063d53 drm_hwcomposer: Improve handling of blending mode by Roman Stratiienko · 3 years, 8 months ago
  86. 4f1effa drm_hwcomposer: Query color_encoding and color_range enums during init by Roman Stratiienko · 3 years, 8 months ago
  87. 515da8f drm_hwcomposer: Create intermediate enum for colorspace and samplerange by Roman Stratiienko · 3 years, 8 months ago
  88. 0dbe639 drm_hwcomposer: Move plane-related atomic commit logic to DrmPlane class by Roman Stratiienko · 3 years, 8 months ago
  89. 56f4adc drm_hwcomposer: Move IsKMSDev to DrmDevice by Roman Stratiienko · 3 years, 8 months ago
  90. cf80b85 drm_hwcomposer: Remove unused AvailableWritebackConnector() by Roman Stratiienko · 3 years, 8 months ago
  91. 123cdb0 drm_hwcomposer: Remove unused ResourceManager::gralloc_ field by Roman Stratiienko · 3 years, 8 months ago
  92. 7fd8f88 drm_hwcomposer: Cleanup DRM atomic commit by Roman Stratiienko · 3 years, 8 months ago
  93. 3e8ce57 drm_hwcomposer: Wrap libdrm drmMode*{Get|Free}* into RAII by Roman Stratiienko · 3 years, 8 months ago
  94. d26619b drm_hwcomposer: CI: Upgrade clang-* to v12 by Roman Stratiienko · 3 years, 10 months ago
  95. 8514329 drm_hwcomposer: Don't close same handle several times. by Roman Stratiienko · 3 years, 9 months ago
  96. 0fade37 drm_hwcomposer: Rework autofd by Roman Stratiienko · 4 years, 3 months ago
  97. 5128715 drm_hwcomposer: cleanup hwcutils by Roman Stratiienko · 4 years, 3 months ago
  98. 8666dc9 drm_hwcomposer: Tracking of the DRM FB objects using RAII by Roman Stratiienko · 4 years, 3 months ago
  99. f75099a drm_hwcomposer: remove unused variable blend by Benjamin Li · 4 years ago
  100. b00b28d drm_hwcomposer: reject rotations reported as unsupported by hardware by Benjamin Li · 4 years ago