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. 97b5abc drm_hwcomposer: Add blocking SetConfig by Drew Davenport · 6 months ago
  4. 897a709 drm_hwcomposer: Use ALOG_IF to simplify logging by Drew Davenport · 6 months ago
  5. fe70c80 drm_hwcomposer: Simplify state tracking for staged configs by Drew Davenport · 6 months ago
  6. 8998f8b drm_hwcomposer: Deprecate usage of HWC2 setActiveConfig* by Drew Davenport · 7 months ago
  7. 85be25d drm_hwcomposer: Deprecate usage of HWC2 GetActiveConfig by Drew Davenport · 7 months ago
  8. 9799ab8 drm_hwcomposer: Deprecate usage of HWC2 GetDisplayVsyncPeriod by Drew Davenport · 7 months ago
  9. 210c2ce Revert "drm_hwcomposer: Workaround for screen de-activating causing db845c regression" by Lucas Berthou · 7 months ago
  10. a2f3efa drm_hwcomposer: Implement getDisplayPhysicalOrientation() by Tim Van Patten · 7 months ago
  11. 3f0c01a drm_hwcomposer: Plumb link status BAD to OnHotplugEvent composer callback by Manasi Navare · 8 months ago
  12. 921c1cd drm_hwcomposer: Correct CTM conversion by Sasha McIntosh · 7 months ago
  13. a37df7c drm_hwcomposer: Correct spelling of matrix by Sasha McIntosh · 8 months ago
  14. 5294f09 drm_hwcomposer: Add getter/setter for Colorspace by Sasha McIntosh · 8 months ago
  15. 173247b drm_hwcomposer: Add getter/setter for content_type by Sasha McIntosh · 8 months ago
  16. 8053f2e drm_hwcomposer: Calculate vsync period consistently by Drew Davenport · 8 months ago
  17. f7e8833 drm_hwcomposer: Implement getDisplayConfigurations by Drew Davenport · 9 months ago
  18. 1ac3b62 drm_hwcomposer: Mitigate race condition in HwcDisplay destructor by Drew Davenport · 9 months ago
  19. 545096d drm_hwcomposer: Deinit HwcDisplay on destruction by Normunds Rieksts · 1 year, 2 months ago
  20. df686aa drm_hwcomposer: work around for bad edid display size and dpi. by Lucas Berthou · 9 months ago
  21. 9344318 drm_hwcomposer: Extract DrmHwc abstract base class by Drew Davenport · 1 year, 5 months ago
  22. 468a754 drm_hwcomposer: Replace LOG_TAG with drmhwc by Sean Paul · 10 months ago
  23. ffe783c drm_hwcomposer: Fix another build warning in HwcDisplay::SetPowerMode() by John Stultz · 1 year, 3 months ago
  24. f2c060f drm_hwcomposer: Virtual display acceleration support by Roman Stratiienko · 1 year, 8 months ago
  25. 63762a9 drm_hwcomposer: Use shared pointer type for the pipeline_ variable by Roman Stratiienko · 1 year, 8 months ago
  26. 5de61b5 drm_hwcomposer: Fix crash in headless mode by Roman Stratiienko · 2 years, 4 months ago
  27. 152bc62 drm_hwcomposer: fix shift compiling error with AOSP by Yongqin Liu · 2 years, 4 months ago
  28. 22fe961 drm_hwcomposer: Make flattening thread-based instead of vsync-based by Roman Stratiienko · 2 years, 4 months ago
  29. 0da91bf drm_hwcomposer: Add support for color transform matrix by Roman Stratiienko · 2 years, 4 months ago
  30. 359a9d3 drm_hwcomposer: Propagate acquire fence for test/validate cycle as well by Roman Stratiienko · 2 years, 4 months ago
  31. 7689278 drm_hwcomposer: Introduce SharedFd, use standard c++ RAII for UniqueFd by Roman Stratiienko · 2 years, 4 months ago
  32. 9e2a2cd drm_hwcomposer: Make main mutex recursive by Roman Stratiienko · 2 years, 5 months ago
  33. d2cc738 drm_hwcomposer: Rework VSyncWorker to work without utils/worker by Roman Stratiienko · 2 years, 5 months ago
  34. 6b40505 drm_hwcomposer: Use __ANDROID_API__ instead of PLATFORM_SDK_VERSION by Roman Stratiienko · 2 years, 5 months ago
  35. df3120f drm_hwcomposer: Rework DrmMode class by Roman Stratiienko · 2 years, 6 months ago
  36. 80566fe drm_hwcomposer: Do not invoke ActivateDisplayUsingDPMS when power off by Jia Ren · 2 years, 6 months ago
  37. a7913de drm_hwcomposer: CI: Bump-up clang toolchain to v15 by Roman Stratiienko · 2 years, 7 months ago
  38. 799e8c7 drm_hwcomposer: Workaround for screen de-activating causing db845c regression by John Stultz · 2 years, 11 months ago
  39. af862a5 drm_hwcomposer: Split the composition cleanup and display's deactivation by Roman Stratiienko · 2 years, 11 months ago
  40. 5070d51 drm_hwcomposer: Don't try to import client layer in headless mode by Roman Stratiienko · 3 years ago
  41. a32f907 drm_hwcomposer: Implement BI and FB caching by Roman Stratiienko · 3 years ago
  42. 4b2cc48 drm_hwcomposer: Reorganize struct DrmHwcLayer by Roman Stratiienko · 3 years, 3 months ago
  43. e9fbd8d drm_hwcomposer: Set return type to std::optional for BufferInfoGetters by Roman Stratiienko · 3 years, 3 months ago
  44. 1cbaaf9 drm_hwcomposer: Move include/drmhwcgralloc.h to bufferinfo/BufferInfo.h by Roman Stratiienko · 3 years, 3 months ago
  45. dd21494 drm_hwcomposer: Fix HwcLayer::GetReleaseFences() by Roman Stratiienko · 3 years, 1 month ago
  46. f87d808 drm_hwcomposer: Fix HwcDisplay::GetDisplayIdentificationData() by Roman Stratiienko · 3 years, 1 month ago
  47. ccaf516 drm_hwcomposer: Fix SetPowerMode() VTS tests for headless mode by Roman Stratiienko · 3 years, 2 months ago
  48. d0494d9 drm_hwcomposer: Fixes for display hotplug / headless mode by Roman Stratiienko · 3 years, 2 months ago
  49. bb594ba drm_hwcomposer: Rework HwcDisplay disposal to avoid races by Roman Stratiienko · 3 years, 3 months ago
  50. 4e99405 drm_hwcomposer: Rename DrmDisplayCompositor->DrmAtomicStateManager by Roman Stratiienko · 3 years, 3 months ago
  51. ef5348b drm_hwcomposer: Remove AtomicCommitArgs::clear_active_composition field by Roman Stratiienko · 3 years, 3 months ago
  52. 9362cef drm_hwcomposer: Rework KMS composition planner + plane sharing support by Roman Stratiienko · 3 years, 4 months ago
  53. d0c035b drm_hwcomposer: Implement SetActiveConfigWithConstraints by Roman Stratiienko · 3 years, 4 months ago
  54. 099c311 drm_hwcomposer: Use single VSyncWorker per display by Roman Stratiienko · 3 years, 4 months ago
  55. 3dacd47 drm_hwcomposer: Dynamic DrmDisplayPipeline to HwcDisplay bindings by Roman Stratiienko · 3 years, 4 months ago
  56. 19c162f drm_hwcomposer: Initialize HwcDisplay using DrmDisplayPIpeline by Roman Stratiienko · 3 years, 4 months ago
  57. 7d89911 drm_hwcomposer: Tidy-up DrmDevice class by Roman Stratiienko · 3 years, 4 months ago
  58. 650299a drm_hwcomposer: Tidy-up DrmConnector class by Roman Stratiienko · 3 years, 4 months ago
  59. 456e2d6 drm_hwcomposer: Handle primary display in GetDisplayConnectionType() by Roman Stratiienko · 3 years, 4 months ago
  60. f0c507f drm_hwcomposer: Add headless mode support by Roman Stratiienko · 3 years, 4 months ago
  61. aa8ec52 drm_hwcomposer: Configuring Composer HAL to use sequential IDs by Roman Stratiienko · 3 years, 4 months ago
  62. 7492358 drm_hwcomposer: Introduce main lock by Roman Stratiienko · 3 years, 4 months ago
  63. 780f7da drm_hwcomposer: CI: Upgrade to clang-13 && clang-tidy-13 by Roman Stratiienko · 3 years, 4 months ago
  64. d37b308 drm_hwcomposer: Use DPMS property to configure display pipeline by Roman Stratiienko · 3 years, 4 months ago
  65. 0137f86 drm_hwcomposer: Move HwcDisplayConfigs out of HwcDisplay class by Roman Stratiienko · 3 years, 5 months ago
  66. 3627beb drm_hwcomposer: Move HwcDisplay out of DrmHwcTwo class by Roman Stratiienko · 3 years, 5 months ago