summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-11drm_hwcomposer: platformhisi: extend conditional of AFBC supportVictor Chong1-1/+2
2019-04-10drm_hwcomposer: Move hwcomposer.drm_hikey and hwcomposer.drm_hikey960Colin Cross1-31/+31
2019-04-10drm_hwcomposer: Convert external/drm_hwcomposer to Android.bpColin Cross4-129/+125
2019-03-29drm_hwcomposer: Remove unnecessary parentheses in the conditionalJohn Stultz1-1/+1
2019-03-28drm_hwcomposer: Tweak mode selection to pick the first DRM_MODE_TYPE_PREFERRE...John Stultz1-1/+3
2019-03-19Revert "drm_hwcomposer: platformgeneric: Fix build"Sean Paul1-1/+0
2019-03-18drm_hwcomposer: Set zpos relative to the minimum possible valueAlexandru Gheorghe3-1/+32
2019-03-18drm_hwcomposer: Rename DrmProperty::immutable()Sean Paul4-4/+5
2019-03-18drm_hwcomposer: Change return type of DrmProperty::value() to tupleSean Paul3-16/+11
2019-03-15drm_hwcomposer: Use proper commit for author/committer checkSean Paul1-2/+2
2019-03-06drm_hwcomposer: platformgeneric: Fix buildAndrii Chepurnyi1-0/+1
2019-03-06drm_hwcomposer: Chose preferred mode with type DRM_MODE_TYPE_PREFERREDAndrii Chepurnyi3-14/+20
2019-03-06drm_hwcomposer: Added hotplug support of the external displayAndrii Chepurnyi7-32/+132
2019-03-05drm_hwcomposer: Fix VSYNC controlAndrii Chepurnyi1-1/+1
2019-02-28drm_hwcomposer: Initialize buffer_ pointer to NULLJohn Stultz1-1/+1
2019-02-28drm_hwcomposer: platformhisi: Conditionalize some of the AFBC supportJohn Stultz1-0/+7
2019-01-31drm_hwcomposer: Add support for Arm Framebuffer Compression (AFBC) modifiers.Ayan Kumar Halder2-2/+58
2019-01-30drm_hwcomposer: Fix check commit script to ignore case and extra spacesSean Paul1-4/+25
2019-01-15drm_hwcomposer: Rework ValidateDisplay layer check to use if statement rather...John Stultz1-12/+5
2018-12-14drm_hwcomposer: Complete rename of DrmResources to DrmDeviceJorge E. Moreira2-7/+7
2018-12-03drm_hwcomposer: platformhisi: Remove fake-importingAlexey Firago1-14/+9
2018-11-27drm_hwcomposer: Add checking if we can import a bufferAlexey Firago6-3/+26
2018-10-09drm_hwcomposer: Add z order supportAlexandru Gheorghe6-10/+44
2018-10-09drm_hwcomposer: Propagate PlanStage errorAlexandru Gheorghe2-3/+9
2018-09-05drm_hwcomposer: Add commit message validation to CISean Paul2-7/+34
2018-09-05drm_hwcomposer: Pull CI check into dedicated scriptSean Paul2-5/+11
2018-09-04drm_hwcomposer: Add support for pixel blend mode propertyLowry Li8-21/+108
2018-09-03Fix actual clang-format version in readmeAndrii Chepurnyi1-1/+1
2018-08-31drm_hwcomposer: Add support for P+ environmentsJohn Stultz3-6/+37
2018-08-31drm_hwcomposer: Store pixel_stride in the hwc_drm_boJohn Stultz5-1/+24
2018-08-31drm_hwcomposer: Store the HAL_PIXEL_FORMAT_* in the hwc_drm_boJohn Stultz4-1/+5
2018-08-31drm_hwcomposer: Add HWC_DRM_BO_MAX_PLANES constantJohn Stultz2-6/+7
2018-08-28drm_hwcomposer: Fixup Sean's HiSi dummy plannerJohn Stultz1-0/+12
2018-08-27drm_hwcomposer: Fix HiSi import fail log spamSean Paul1-2/+32
2018-08-27drm_hwcomposer: Reformat using clang-format-5.0Sean Paul42-170/+189
2018-08-27drm_hwcomposer: Update clang-format to 5.0Sean Paul2-2/+5
2018-07-13drm_hwcomposer: add scene flatteningAlexandru Gheorghe9-11/+529
2018-07-13drm_hwcomposer: Fix race in ApplyFrameAlexandru Gheorghe1-13/+3
2018-07-13drm_hwcomposer: Handle writeback connectorsAlexandru Gheorghe2-1/+54
2018-07-13drm_hwcomposer: Parse and store possible_clones informationAlexandru Gheorghe3-1/+20
2018-07-13drm_hwcomposer: Add display field to DrmencoderAlexandru Gheorghe3-1/+15
2018-07-13drm_hwcomposer: Add writeback connector supportAlexandru Gheorghe2-1/+48
2018-07-13drm_hwcomposer: Purge drm_ from drmdisplaycompositorAlexandru Gheorghe3-24/+28
2018-07-13drm_hwcomposer: Pass resource manager to drmdisplaycompositorAlexandru Gheorghe4-12/+24
2018-07-13drm_hwcomposer: Add resource manager supportAlexandru Gheorghe7-36/+194
2018-07-13drm_hwcomposer: Rename DrmResources to DrmDeviceAlexandru Gheorghe28-99/+93
2018-07-11drm_hwcomposer: Drop -Wno-unused-* build options and remove unused variablesJohn Stultz3-7/+0
2018-07-06drm_hwcomposer: Really fail on CreateComposition failuresJohn Stultz1-3/+3
2018-06-21drm_hwcomposer: Avoid filling the log with warnings when test compositions failJohn Stultz2-6/+5
2018-06-14drm_hwcomposer: platformhisi: Add support for importing DRM_FORMAT_YVU420 buf...John Stultz1-1/+28