Skip to content

Commit

Permalink
Do not specify KMS device path for composer and gralloc.
Browse files Browse the repository at this point in the history
Both drm_hwcomposer and gralloc can now detect KMS device.

Functionality was enabled by the commits:
https://gitlab.freedesktop.org/drm-hwcomposer/drm-hwcomposer/-/merge_requests/108
robherring/gbm_gralloc#16

Signed-off-by: Roman Stratiienko <[email protected]>
  • Loading branch information
rsglobal committed Aug 18, 2020
1 parent 7d25ff6 commit 90a412e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions common/device-common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,6 @@ PRODUCT_PROPERTY_OVERRIDES += \
ro.sf.lcd_density=160 \
ro.hardware.gralloc=gbm \
ro.hardware.hwcomposer=drm \
hwc.drm.device=/dev/dri/card0 \
gralloc.gbm.device=/dev/dri/card0 \

# Gatekeeper HAL
PRODUCT_PROPERTY_OVERRIDES += ro.hardware.gatekeeper=ranchu
Expand Down
3 changes: 0 additions & 3 deletions rpi4/device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,3 @@ PRODUCT_COPY_FILES += \
vendor/raspberry/firmware-nonfree/brcm/brcmfmac43455-sdio.clm_blob:$(TARGET_COPY_OUT_VENDOR)/etc/firmware/brcm/brcmfmac43455-sdio.clm_blob \
vendor/raspberry/firmware-nonfree/brcm/brcmfmac43455-sdio.bin:$(TARGET_COPY_OUT_VENDOR)/etc/firmware/brcm/brcmfmac43455-sdio.bin \
vendor/raspberry/firmware-nonfree/brcm/brcmfmac43455-sdio.txt:$(TARGET_COPY_OUT_VENDOR)/etc/firmware/brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.txt \

PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/drm.rpi4.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/drm.rpi4.rc \
3 changes: 0 additions & 3 deletions rpi4/drm.rpi4.rc

This file was deleted.

0 comments on commit 90a412e

Please sign in to comment.