Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_drm_hwcomposer
/
adc5d8229b9ce25f1bf0e4d02bb838eae62b89fc
adc5d82
drm_hwcomposer: Fix EDID fetch from DRM
by Andrii Chepurnyi
· 6 years ago
13cc366
drm_hwcomposer: use CamelCase in source/header files related to class
by Roman Stratiienko
· 6 years ago
aa3cd54
drm_hwcomposer: move header files into source directory
by Roman Stratiienko
· 6 years ago
fbf5c0c
drm_hwcomposer: libdrm gralloc_handle: modifiers and YUV support
by Roman Stratiienko
· 6 years ago
cfc2b2e
drm_hwcomposer: fix incorrect layer_count usage
by Roman Stratiienko
· 6 years ago
51a0e0d
drm_hwcomposer: Add rcar-du display backend
by Matvii Zorin
· 6 years ago
7f7efd8
drm_hwcomposer: Add composition skipping backend
by Matvii Zorin
· 6 years ago
ef3c797
drm_hwcomposer: Add backend-dependent validation for HwcDisplay class
by Matvii Zorin
· 6 years ago
373de71
drm_hwcomposer: Expand access to HwcDisplay class members
by Matvii Zorin
· 6 years ago
e0e7c5c
drm_hwcomposer: Move DrmHwcTwo internal classes outside private section
by Matvii Zorin
· 6 years ago
0ddc329
drm_hwcomposer: Add include guard into drmhwctwo.h
by Matvii Zorin
· 6 years ago
f1af957
drm_hwcomposer: Move properties into vendor namespace
by Jason Macnak
· 6 years ago
ec75ccd
drm_hwcomposer: Add feature to search for KMS DRI card
by Matvii Zorin
· 6 years ago
2619aab
drm_hwcomposer: Implement *DisplayBrightness* stubs
by Andrii Chepurnyi
· 6 years ago
857a53f
drm_hwcomposer: Implement SetColorModeWithIntent stub
by Andrii Chepurnyi
· 6 years ago
50d3745
drm_hwcomposer: Implement GetRenderIntents stub
by Andrii Chepurnyi
· 6 years ago
eb01229
drm_hwcomposer: Fix ValidateDisplay() when lowest z-order is nonzero
by Liviu Dudau
· 6 years ago
fdcdeab
drm_hwcomposer: Run test commit only when it actually needed
by Matvii Zorin
· 6 years ago
3f17bc0
drm_hwcomposer: Fix invalid buffer_handle_t pointer
by Paul Howgego
· 6 years ago
a63d66c
drm_hwcomposer: Propagate PLATFORM_SDK_VERSION to cflags
by Andrii Chepurnyi
· 6 years ago
8115dbe
drm_hwcomposer: Fix GetDisplayIdentificationData
by Andrii Chepurnyi
· 6 years ago
ff730f9
drm_hwcomposer: Relax failure when no EDID property is found
by John Stultz
· 6 years ago
c77052e
drm_hwcomposer: Improve error messages.
by Peter Collingbourne
· 6 years ago
9170b31
drm_hwcomposer: Add statistics on flattening to dump message
by Roman Kovalivskyi
· 6 years ago
8fae156
drm_hwcomposer: Add fallback to client for layers flattening
by Roman Kovalivskyi
· 6 years ago
65f2ba8
drm_hwcomposer: Add property that allows disabling of hardware scaling
by Roman Stratiienko
· 6 years ago
8c7229d
drm_hwcomposer: Try to fix build with older Android Pie releases
by John Stultz
· 6 years ago
582cb32
drm_hwcomposer: Extract more BO data by Imagination importer v2
by Roman Stratiienko
· 6 years ago
acc1c21
drm_hwcomposer: Revert "drm_hwcomposer: Extract more BO data by Imagination importer"
by John Stultz
· 6 years ago
b2f2bae
drm_hwcomposer: Extract more BO data by Imagination importer
by Roman Stratiienko
· 6 years ago
3095708
drm_hwcomposer: Remove redundant hotplug call
by Roman Kovalivskyi
· 6 years ago
521a4c8
drm_hwcomposer: Add check to vsync routine to avoid crash on callback
by Roman Kovalivskyi
· 6 years ago
b3d8178
drm_hwcomposer: Add GetDisplayCapabilities and getDisplayIdentificationData
by Lowry Li (Arm Technology China)
· 6 years ago
4163efc
drm_hwcomposer: Extract ConvertBoInfo() from ImportBuffer() method
by Roman Stratiienko
· 6 years ago
b7b81cf
drm_hwcomposer: Choose client layer range to achieve minimal GPU load
by Roman Stratiienko
· 6 years ago
12b91a3
drm_hwcomposer: Add simplistic SetColorTransform implementation
by Roman Kovalivskyi
· 6 years ago
bb37569
drm_hwcomposer: Add simplistic SetLayerColor implementation
by Roman Kovalivskyi
· 6 years ago
f67c365
drm_hwcomposer: Add refcount for GEM handle
by Vincent Donnefort
· 7 years ago
0d1a2cd
drm_hwcomposer: Introduce dumpsys metrics
by Roman Stratiienko
· 6 years ago
c56eede
drm_hwcomposer: Fix returned fence in PresentDisplay
by Matteo Franchin
· 6 years ago
d6a6e6e
drm_hwcomposer: Add safe guard for unknown connector type
by Roman Kovalivskyi
· 6 years ago
e606a62
drm_hwcomposer: Fix compilation issues with Android 9
by Roman Kovalivskyi
· 6 years ago
6f5e450
drm_hwcomposer: Fix missing definition build error on P and earlier
by Roman Stratiienko
· 6 years ago
d07c370
drm_hwcomposer: Add property hwc.drm.primary_display_order
by Roman Kovalivskyi
· 6 years ago
df88299
drm_hwcomposer: Add DrmConnector::name function
by Roman Kovalivskyi
· 6 years ago
afb3689
drm_hwcomposer: Apply same logic for 'CURSOR' layers as for 'DEVICE'
by Roman Stratiienko
· 6 years ago
f264723
drm_hwcomposer: Fix mixed layer composition
by Roman Stratiienko
· 6 years ago
e3ed48d
drm_hwcomposer: Add Imagination platform support
by Roman Stratiienko
· 7 years ago
f63726c
drm_hwcomposer: avoid using signed errno on uint32 type
by Roman Stratiienko
· 6 years ago
9abec03
drm_hwcomposer: HWC2: Handle bad layer_handle
by Vincent Donnefort
· 7 years ago
315444c
drm_hwcomposer: HWC2: Handle bad display_handle
by Vincent Donnefort
· 7 years ago
7834a89
drm_hwcomposer: HWC2: Align SetColorMode Error with Android VTS
by Vincent Donnefort
· 7 years ago
60ef7eb
drm_hwcomposer: HWC2: Align SetPowerMode Errors with Android VTS
by Vincent Donnefort
· 7 years ago
6a1c38d
drm_hwcomposer: platformmeson: fix AFBC 32x8 feature support
by Neil Armstrong
· 7 years ago
87769e6
drm_hwcomposer: add LCD panel support
by Mykhailo Sopiha
· 7 years ago
1693bc3
drm_hwcomposer: add non hwfb import filter
by Mykhailo Sopiha
· 7 years ago
b67d049
drm_hwcomposer: pre-filter modes provided to HWC2
by Neil Armstrong
· 7 years ago
27cd480
drm_hwcomposer: Organize files into subdirs
by Sean Paul
· 7 years ago
17d3c8b
drm_hwcomposer: Add platformmeson for Amlogic SoC support
by Neil Armstrong
· 7 years ago
4c027a7
drm_hwcomposer: Drop modes with DRM_MODE_FLAG_INTERLACE to HWC2
by Neil Armstrong
· 7 years ago
ad43886
drm_hwcomposer: clean Importer inherited classes
by Mykhailo Sopiha
· 7 years ago
9cf798d
drm_hwcomposer: recalculate vrefresh from clock + resolution
by Neil Armstrong
· 7 years ago
a9ed46a
drm_hwcomposer: platformhisi: extend conditional of AFBC support
by Victor Chong
· 7 years ago
cce1278
drm_hwcomposer: Move hwcomposer.drm_hikey and hwcomposer.drm_hikey960
by Colin Cross
· 7 years ago
cdf4b49
drm_hwcomposer: Convert external/drm_hwcomposer to Android.bp
by Colin Cross
· 7 years ago
9bd25f9
drm_hwcomposer: Remove unnecessary parentheses in the conditional
by John Stultz
· 7 years ago
a3429c7
drm_hwcomposer: Tweak mode selection to pick the first DRM_MODE_TYPE_PREFERRED mode
by John Stultz
· 7 years ago
2d8341e
Revert "drm_hwcomposer: platformgeneric: Fix build"
by Sean Paul
· 7 years ago
2ed463c
drm_hwcomposer: Set zpos relative to the minimum possible value
by Alexandru Gheorghe
· 7 years ago
2689aeb
drm_hwcomposer: Rename DrmProperty::immutable()
by Sean Paul
· 7 years ago
fc0b1da
drm_hwcomposer: Change return type of DrmProperty::value() to tuple
by Sean Paul
· 7 years ago
890988f
drm_hwcomposer: Use proper commit for author/committer check
by Sean Paul
· 7 years ago
1129037
drm_hwcomposer: platformgeneric: Fix build
by Andrii Chepurnyi
· 7 years ago
1b1e35e
drm_hwcomposer: Chose preferred mode with type DRM_MODE_TYPE_PREFERRED
by Andrii Chepurnyi
· 7 years ago
495e4cc
drm_hwcomposer: Added hotplug support of the external display
by Andrii Chepurnyi
· 8 years ago
4bdd0fe
drm_hwcomposer: Fix VSYNC control
by Andrii Chepurnyi
· 8 years ago
6230703
drm_hwcomposer: Initialize buffer_ pointer to NULL
by John Stultz
· 7 years ago
65c988d
drm_hwcomposer: platformhisi: Conditionalize some of the AFBC support
by John Stultz
· 7 years ago
cc5fca4
drm_hwcomposer: Add support for Arm Framebuffer Compression (AFBC) modifiers.
by Ayan Kumar Halder
· 7 years ago
dafaabd
drm_hwcomposer: Fix check commit script to ignore case and extra spaces
by Sean Paul
· 7 years ago
734ee1c
drm_hwcomposer: Rework ValidateDisplay layer check to use if statement rather then switch
by John Stultz
· 7 years ago
5047b22
drm_hwcomposer: Complete rename of DrmResources to DrmDevice
by Jorge E. Moreira
· 8 years ago
c385afe
drm_hwcomposer: platformhisi: Remove fake-importing
by Alexey Firago
· 7 years ago
18ec688
drm_hwcomposer: Add checking if we can import a buffer
by Alexey Firago
· 7 years ago
ea1c5e5
drm_hwcomposer: Add z order support
by Alexandru Gheorghe
· 8 years ago
2234d37
drm_hwcomposer: Propagate PlanStage error
by Alexandru Gheorghe
· 8 years ago
68a78ef
drm_hwcomposer: Add commit message validation to CI
by Sean Paul
· 8 years ago
592c98a
drm_hwcomposer: Pull CI check into dedicated script
by Sean Paul
· 8 years ago
9b6cafd
drm_hwcomposer: Add support for pixel blend mode property
by Lowry Li
· 8 years ago
088fed0
Fix actual clang-format version in readme
by Andrii Chepurnyi
· 8 years ago
fb3599c
drm_hwcomposer: Add support for P+ environments
by John Stultz
· 8 years ago
a451483
drm_hwcomposer: Store pixel_stride in the hwc_drm_bo
by John Stultz
· 8 years ago
616fb22
drm_hwcomposer: Store the HAL_PIXEL_FORMAT_* in the hwc_drm_bo
by John Stultz
· 8 years ago
ee18b0e
drm_hwcomposer: Add HWC_DRM_BO_MAX_PLANES constant
by John Stultz
· 8 years ago
60f5e32
drm_hwcomposer: Fixup Sean's HiSi dummy planner
by John Stultz
· 8 years ago
54589d2
drm_hwcomposer: Fix HiSi import fail log spam
by Sean Paul
· 8 years ago
f72cccd
drm_hwcomposer: Reformat using clang-format-5.0
by Sean Paul
· 8 years ago
5c23d5d
drm_hwcomposer: Update clang-format to 5.0
by Sean Paul
· 8 years ago
b6a675e
drm_hwcomposer: add scene flattening
by Alexandru Gheorghe
· 8 years ago
db440a9
drm_hwcomposer: Fix race in ApplyFrame
by Alexandru Gheorghe
· 8 years ago
Next »