1. 8cfa7ff drm_hwcomposer: Fix incorrect modeset buffer size by Drew Davenport · 6 months ago
  2. 53da371 drm_hwcomposer: Clear staged_mode_config_id_ after SetConfig by Drew Davenport · 6 months ago
  3. 613a944 drm_hwcomposer: Add property for config groups by Drew Davenport · 6 months ago
  4. 97b5abc drm_hwcomposer: Add blocking SetConfig by Drew Davenport · 6 months ago
  5. 897a709 drm_hwcomposer: Use ALOG_IF to simplify logging by Drew Davenport · 6 months ago
  6. fe70c80 drm_hwcomposer: Simplify state tracking for staged configs by Drew Davenport · 6 months ago
  7. 8998f8b drm_hwcomposer: Deprecate usage of HWC2 setActiveConfig* by Drew Davenport · 7 months ago
  8. 85be25d drm_hwcomposer: Deprecate usage of HWC2 GetActiveConfig by Drew Davenport · 7 months ago
  9. 9799ab8 drm_hwcomposer: Deprecate usage of HWC2 GetDisplayVsyncPeriod by Drew Davenport · 7 months ago
  10. 210c2ce Revert "drm_hwcomposer: Workaround for screen de-activating causing db845c regression" by Lucas Berthou · 7 months ago
  11. a2f3efa drm_hwcomposer: Implement getDisplayPhysicalOrientation() by Tim Van Patten · 7 months ago
  12. e5fbbbb drm_hwcomposer: Stop using HWC2 for setting layer buffer by Drew Davenport · 7 months ago
  13. 3f0c01a drm_hwcomposer: Plumb link status BAD to OnHotplugEvent composer callback by Manasi Navare · 8 months ago
  14. c7c2efb Merge branch drm-hwcomposer:main into hdr-upstream by Sasha McIntosh · 7 months ago
  15. 921c1cd drm_hwcomposer: Correct CTM conversion by Sasha McIntosh · 7 months ago
  16. a37df7c drm_hwcomposer: Correct spelling of matrix by Sasha McIntosh · 8 months ago
  17. 5294f09 drm_hwcomposer: Add getter/setter for Colorspace by Sasha McIntosh · 8 months ago
  18. 5d679b0 drm_hwcomposer: Stop using HWC2 for layer z order by Drew Davenport · 8 months ago
  19. 51c61e4 drm_hwcomposer: Stop using HWC2 hooks for layer transform by Drew Davenport · 8 months ago
  20. 7ab8c18 drm_hwcomposer: Stop using HWC2 hooks for source crop by Drew Davenport · 8 months ago
  21. 07b96f0 drm_hwcomposer: Stop using HWC2 hooks for layer plane alpha by Drew Davenport · 8 months ago
  22. 22d66b4 drm_hwcomposer: Stop using HWC2 hooks for displayFrame by Drew Davenport · 8 months ago
  23. 1b0d8b7 drm_hwcomposer: Stop using HWC2 hooks for CompositionType by Drew Davenport · 8 months ago
  24. ac9681e drm_hwcomposer: Don't use hwc2 interface for dataspace by Drew Davenport · 8 months ago
  25. a241a77 drm_hwcomposer: Clean up SetLayerBlendMode for hwc3 by Drew Davenport · 8 months ago
  26. 173247b drm_hwcomposer: Add getter/setter for content_type by Sasha McIntosh · 8 months ago
  27. 8053f2e drm_hwcomposer: Calculate vsync period consistently by Drew Davenport · 8 months ago
  28. f7e8833 drm_hwcomposer: Implement getDisplayConfigurations by Drew Davenport · 9 months ago
  29. 1ac3b62 drm_hwcomposer: Mitigate race condition in HwcDisplay destructor by Drew Davenport · 9 months ago
  30. 545096d drm_hwcomposer: Deinit HwcDisplay on destruction by Normunds Rieksts · 1 year, 2 months ago
  31. df686aa drm_hwcomposer: work around for bad edid display size and dpi. by Lucas Berthou · 9 months ago
  32. 9344318 drm_hwcomposer: Extract DrmHwc abstract base class by Drew Davenport · 1 year, 5 months ago
  33. 4520df1 drm_hwcomposer: Use bool value for hotplug by Drew Davenport · 10 months ago
  34. 468a754 drm_hwcomposer: Replace LOG_TAG with drmhwc by Sean Paul · 10 months ago
  35. ffe783c drm_hwcomposer: Fix another build warning in HwcDisplay::SetPowerMode() by John Stultz · 1 year, 3 months ago
  36. 71d983d drm_hwcomposer: Fix build warning in HwcLayer::SetLayerBlendMode by John Stultz · 1 year, 3 months ago
  37. 2a93e4c drm_hwcomposer: CI: Use aospext to provide headers for clang-tidy by Roman Stratiienko · 2 years, 5 months ago
  38. f2c060f drm_hwcomposer: Virtual display acceleration support by Roman Stratiienko · 1 year, 8 months ago
  39. 63762a9 drm_hwcomposer: Use shared pointer type for the pipeline_ variable by Roman Stratiienko · 1 year, 8 months ago
  40. 5de61b5 drm_hwcomposer: Fix crash in headless mode by Roman Stratiienko · 2 years, 4 months ago
  41. 152bc62 drm_hwcomposer: fix shift compiling error with AOSP by Yongqin Liu · 2 years, 4 months ago
  42. 22fe961 drm_hwcomposer: Make flattening thread-based instead of vsync-based by Roman Stratiienko · 2 years, 4 months ago
  43. 0da91bf drm_hwcomposer: Add support for color transform matrix by Roman Stratiienko · 2 years, 4 months ago
  44. 359a9d3 drm_hwcomposer: Propagate acquire fence for test/validate cycle as well by Roman Stratiienko · 2 years, 4 months ago
  45. 7689278 drm_hwcomposer: Introduce SharedFd, use standard c++ RAII for UniqueFd by Roman Stratiienko · 2 years, 4 months ago
  46. 3809481 drm_hwcomposer: Add meson.build file by Roman Stratiienko · 2 years, 5 months ago
  47. 9e2a2cd drm_hwcomposer: Make main mutex recursive by Roman Stratiienko · 2 years, 5 months ago
  48. f818d4c drm_hwcomposer: Simplify DrmAtomicStateManager thread usage by Roman Stratiienko · 2 years, 5 months ago
  49. d2cc738 drm_hwcomposer: Rework VSyncWorker to work without utils/worker by Roman Stratiienko · 2 years, 5 months ago
  50. 6b40505 drm_hwcomposer: Use __ANDROID_API__ instead of PLATFORM_SDK_VERSION by Roman Stratiienko · 2 years, 5 months ago
  51. df3120f drm_hwcomposer: Rework DrmMode class by Roman Stratiienko · 2 years, 6 months ago
  52. bde9566 drm_hwcomposer: Use pragma once instead of include guards by Roman Stratiienko · 2 years, 5 months ago
  53. 80566fe drm_hwcomposer: Do not invoke ActivateDisplayUsingDPMS when power off by Jia Ren · 2 years, 6 months ago
  54. a7913de drm_hwcomposer: CI: Bump-up clang toolchain to v15 by Roman Stratiienko · 2 years, 7 months ago
  55. 799e8c7 drm_hwcomposer: Workaround for screen de-activating causing db845c regression by John Stultz · 2 years, 11 months ago
  56. af862a5 drm_hwcomposer: Split the composition cleanup and display's deactivation by Roman Stratiienko · 2 years, 11 months ago
  57. 5070d51 drm_hwcomposer: Don't try to import client layer in headless mode by Roman Stratiienko · 3 years ago
  58. a32f907 drm_hwcomposer: Implement BI and FB caching by Roman Stratiienko · 3 years ago
  59. 4b2cc48 drm_hwcomposer: Reorganize struct DrmHwcLayer by Roman Stratiienko · 3 years, 3 months ago
  60. e9fbd8d drm_hwcomposer: Set return type to std::optional for BufferInfoGetters by Roman Stratiienko · 3 years, 3 months ago
  61. 1cbaaf9 drm_hwcomposer: Move include/drmhwcgralloc.h to bufferinfo/BufferInfo.h by Roman Stratiienko · 3 years, 3 months ago
  62. dd21494 drm_hwcomposer: Fix HwcLayer::GetReleaseFences() by Roman Stratiienko · 3 years, 1 month ago
  63. f87d808 drm_hwcomposer: Fix HwcDisplay::GetDisplayIdentificationData() by Roman Stratiienko · 3 years, 1 month ago
  64. ccaf516 drm_hwcomposer: Fix SetPowerMode() VTS tests for headless mode by Roman Stratiienko · 3 years, 2 months ago
  65. d0494d9 drm_hwcomposer: Fixes for display hotplug / headless mode by Roman Stratiienko · 3 years, 2 months ago
  66. bb594ba drm_hwcomposer: Rework HwcDisplay disposal to avoid races by Roman Stratiienko · 3 years, 3 months ago
  67. 4e99405 drm_hwcomposer: Rename DrmDisplayCompositor->DrmAtomicStateManager by Roman Stratiienko · 3 years, 3 months ago
  68. ef5348b drm_hwcomposer: Remove AtomicCommitArgs::clear_active_composition field by Roman Stratiienko · 3 years, 3 months ago
  69. 9362cef drm_hwcomposer: Rework KMS composition planner + plane sharing support by Roman Stratiienko · 3 years, 4 months ago
  70. d0c035b drm_hwcomposer: Implement SetActiveConfigWithConstraints by Roman Stratiienko · 3 years, 4 months ago
  71. 099c311 drm_hwcomposer: Use single VSyncWorker per display by Roman Stratiienko · 3 years, 4 months ago
  72. 3dacd47 drm_hwcomposer: Dynamic DrmDisplayPipeline to HwcDisplay bindings by Roman Stratiienko · 3 years, 4 months ago
  73. 19c162f drm_hwcomposer: Initialize HwcDisplay using DrmDisplayPIpeline by Roman Stratiienko · 3 years, 4 months ago
  74. 7d89911 drm_hwcomposer: Tidy-up DrmDevice class by Roman Stratiienko · 3 years, 4 months ago
  75. 650299a drm_hwcomposer: Tidy-up DrmConnector class by Roman Stratiienko · 3 years, 4 months ago
  76. 456e2d6 drm_hwcomposer: Handle primary display in GetDisplayConnectionType() by Roman Stratiienko · 3 years, 4 months ago
  77. b671fab drm_hwcomposer: Tidy-up DrmPlane class by Roman Stratiienko · 3 years, 4 months ago
  78. 938a742 drm_hwcomposer: Simplify DrmHwcTwo::GetDisplay() by Roman Stratiienko · 3 years, 4 months ago
  79. f0c507f drm_hwcomposer: Add headless mode support by Roman Stratiienko · 3 years, 4 months ago
  80. aa8ec52 drm_hwcomposer: Configuring Composer HAL to use sequential IDs by Roman Stratiienko · 3 years, 4 months ago
  81. 7492358 drm_hwcomposer: Introduce main lock by Roman Stratiienko · 3 years, 4 months ago
  82. 1301752 drm_hwcomposer: Restore HWC2 API logging functionality by Roman Stratiienko · 3 years, 4 months ago
  83. 780f7da drm_hwcomposer: CI: Upgrade to clang-13 && clang-tidy-13 by Roman Stratiienko · 3 years, 4 months ago
  84. d37b308 drm_hwcomposer: Use DPMS property to configure display pipeline by Roman Stratiienko · 3 years, 4 months ago
  85. 0137f86 drm_hwcomposer: Move HwcDisplayConfigs out of HwcDisplay class by Roman Stratiienko · 3 years, 5 months ago
  86. 3e16890 drm_hwcomposer: Move DrmHwcTwo.{cpp|h} to hwc2_device/ directory by Roman Stratiienko · 3 years, 5 months ago
  87. 3627beb drm_hwcomposer: Move HwcDisplay out of DrmHwcTwo class by Roman Stratiienko · 3 years, 5 months ago
  88. 03fd35c drm_hwcomposer: Move HwcLayer out of DrmHwcTwo class by Roman Stratiienko · 3 years, 5 months ago
  89. 26fd2b2 drm_hwcomposer: Move hw_module related code out of DrmHwcTwo.* files by Roman Stratiienko · 3 years, 5 months ago