Merge remote-tracking branch 'aosp/upstream-main' into main

Pull in the latest from upstream. The first two patches are CI no-ops
while the third changes the logging tags to drmhwc for easier filtering.

* aosp/upstream-main
468a754 drm_hwcomposer: Replace LOG_TAG with drmhwc
ca89ea5 drm_hwcomposer: CI: use local container image for building
a999307 drm_hwcomposer: CI: publish docker image to local container registry

Test: Verified logcat drmhwc:D *:S shows all drm_hwc logs
Bug: None

Change-Id: I3c3df17f7779af3e6955741b33cc9b5e2052bbc2
Signed-off-by: Sean Paul <seanpaul@chromium.org>
tree: eec2a2cc86887f1d72c7f2bb73e0ede411b9ec02
  1. .ci/
  2. backend/
  3. bufferinfo/
  4. compositor/
  5. drm/
  6. hwc2_device/
  7. tests/
  8. utils/
  9. .clang-format
  10. .clang-tidy
  11. .gitlab-ci.yml
  12. Android.bp
  13. Makefile
  14. meson.build
  15. METADATA
  16. MODULE_LICENSE_APACHE2
  17. NOTICE
  18. OWNERS
  19. README.md
README.md

drm_hwcomposer

Patches to drm_hwcomposer are very much welcome, we really want this to be the universal HW composer implementation for Android and similar platforms. So please bring on porting patches, bugfixes, improvements for documentation and new features.

A short list of contribution guidelines:

  • Submit changes via gitlab merge requests on gitlab.freedesktop.org.

  • drm_hwcomposer is Apache 2.0 Licensed and we require contributions to follow the developer's certificate of origin: http://developercertificate.org/.

  • When submitting new code please follow the naming conventions documented in the generated documentation. Also please make full use of all the helpers and convenience macros provided by drm_hwcomposer. The below command can help you with formatting of your patches:

    git diff | clang-format-diff-15 -p 1 -style=file
    
  • Hardware specific changes should be tested on relevant platforms before committing.

If you need inspiration, please checkout our TODO issues.

Happy hacking!