summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-24drm_hwcomposer: Add feature to search for KMS DRI cardHEADmasterMatvii Zorin2-2/+30
2020-07-03drm_hwcomposer: Implement *DisplayBrightness* stubsAndrii Chepurnyi2-0/+22
2020-07-03drm_hwcomposer: Implement SetColorModeWithIntent stubAndrii Chepurnyi2-0/+15
2020-07-03drm_hwcomposer: Implement GetRenderIntents stubAndrii Chepurnyi2-0/+31
2020-07-03drm_hwcomposer: Fix ValidateDisplay() when lowest z-order is nonzeroLiviu Dudau1-2/+7
2020-07-01drm_hwcomposer: Run test commit only when it actually neededMatvii Zorin1-1/+3
2020-06-26drm_hwcomposer: Fix invalid buffer_handle_t pointerPaul Howgego1-6/+0
2020-06-26drm_hwcomposer: Propagate PLATFORM_SDK_VERSION to cflagsAndrii Chepurnyi1-0/+6
2020-04-14drm_hwcomposer: Fix GetDisplayIdentificationDataAndrii Chepurnyi1-3/+6
2020-02-21drm_hwcomposer: Relax failure when no EDID property is foundJohn Stultz1-2/+1
2020-02-20drm_hwcomposer: Improve error messages.Peter Collingbourne2-3/+3
2020-02-19drm_hwcomposer: Add statistics on flattening to dump messageRoman Kovalivskyi4-11/+55
2020-02-19drm_hwcomposer: Add fallback to client for layers flatteningRoman Kovalivskyi4-43/+140
2020-02-19drm_hwcomposer: Add property that allows disabling of hardware scalingRoman Stratiienko4-1/+26
2020-02-11drm_hwcomposer: Try to fix build with older Android Pie releasesJohn Stultz2-1/+6
2020-02-10drm_hwcomposer: Extract more BO data by Imagination importer v2Roman Stratiienko1-0/+2
2020-02-04drm_hwcomposer: Revert "drm_hwcomposer: Extract more BO data by Imagination i...John Stultz1-9/+2
2020-01-24drm_hwcomposer: Extract more BO data by Imagination importerRoman Stratiienko1-2/+9
2020-01-16drm_hwcomposer: Remove redundant hotplug callRoman Kovalivskyi1-3/+0
2020-01-16drm_hwcomposer: Add check to vsync routine to avoid crash on callbackRoman Kovalivskyi2-5/+21
2020-01-04drm_hwcomposer: Add GetDisplayCapabilities and getDisplayIdentificationDataLowry Li (Arm Technology China)4-0/+63
2019-12-19drm_hwcomposer: Extract ConvertBoInfo() from ImportBuffer() methodRoman Stratiienko12-138/+88
2019-12-17drm_hwcomposer: Choose client layer range to achieve minimal GPU loadRoman Stratiienko2-16/+66
2019-12-16drm_hwcomposer: Add simplistic SetColorTransform implementationRoman Kovalivskyi2-4/+28
2019-12-16drm_hwcomposer: Add simplistic SetLayerColor implementationRoman Kovalivskyi2-2/+5
2019-12-09drm_hwcomposer: Add refcount for GEM handleVincent Donnefort6-7/+46
2019-12-04drm_hwcomposer: Introduce dumpsys metricsRoman Stratiienko2-5/+95
2019-12-03drm_hwcomposer: Fix returned fence in PresentDisplayMatteo Franchin4-21/+18
2019-11-28drm_hwcomposer: Add safe guard for unknown connector typeRoman Kovalivskyi1-3/+8
2019-11-28drm_hwcomposer: Fix compilation issues with Android 9Roman Kovalivskyi1-5/+6
2019-11-27drm_hwcomposer: Fix missing definition build error on P and earlierRoman Stratiienko6-5/+6
2019-11-21drm_hwcomposer: Add property hwc.drm.primary_display_orderRoman Kovalivskyi1-11/+98
2019-11-21drm_hwcomposer: Add DrmConnector::name functionRoman Kovalivskyi2-0/+20
2019-11-21drm_hwcomposer: Apply same logic for 'CURSOR' layers as for 'DEVICE'Roman Stratiienko2-1/+8
2019-11-21drm_hwcomposer: Fix mixed layer compositionRoman Stratiienko1-39/+20
2019-11-11drm_hwcomposer: Add Imagination platform supportRoman Stratiienko3-0/+112
2019-11-06drm_hwcomposer: avoid using signed errno on uint32 typeRoman Stratiienko3-7/+9
2019-10-22drm_hwcomposer: HWC2: Handle bad layer_handleVincent Donnefort2-4/+13
2019-10-22drm_hwcomposer: HWC2: Handle bad display_handleVincent Donnefort1-6/+18
2019-10-22drm_hwcomposer: HWC2: Align SetColorMode Error with Android VTSVincent Donnefort1-1/+1
2019-10-22drm_hwcomposer: HWC2: Align SetPowerMode Errors with Android VTSVincent Donnefort1-1/+4
2019-10-10drm_hwcomposer: platformmeson: fix AFBC 32x8 feature supportNeil Armstrong1-5/+6
2019-07-11drm_hwcomposer: add LCD panel supportMykhailo Sopiha1-1/+2
2019-07-11drm_hwcomposer: add non hwfb import filterMykhailo Sopiha2-1/+14
2019-06-21drm_hwcomposer: pre-filter modes provided to HWC2Neil Armstrong1-17/+59
2019-06-11drm_hwcomposer: Organize files into subdirsSean Paul46-24/+32
2019-06-11drm_hwcomposer: Add platformmeson for Amlogic SoC supportNeil Armstrong3-0/+191
2019-06-11drm_hwcomposer: Drop modes with DRM_MODE_FLAG_INTERLACE to HWC2Neil Armstrong1-8/+25
2019-06-07drm_hwcomposer: clean Importer inherited classesMykhailo Sopiha6-64/+8
2019-06-04drm_hwcomposer: recalculate vrefresh from clock + resolutionNeil Armstrong1-2/+2