Skip to content

drm_hwcomposer: platformhisi: extend conditional of AFBC support

vchong requested to merge vchong/drm-hwcomposer:afbc_cond into master

The AFBC modifiers in [1] are defined in aosp bionic's drm headers only if it has been updated to v4.19 kernel headers [2]. If the version used is older, drm_hwcomposer build will fail, so we extend the conditional of the AFBC logic to include one of these modifiers.

[1] cc5fca4f ("drm_hwcomposer: Add support for Arm Framebuffer Compression (AFBC) modifiers.") [2] https://android.googlesource.com/platform/bionic/+/9ce28844db7cf80ee8cf7c88dab23b666eaab739

Signed-off-by: Victor Chong victor.chong@linaro.org

Merge request reports