CyanogenMod caf-new dependencies

Материал из Toshiba AC100 wiki
Версия от 09:21, 8 мая 2015; Zombah (обсуждение | вклад) (caf-new init)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)
Перейти к навигации Перейти к поиску

Display-caf-new

In file included from hardware/qcom/display-caf-new/liboverlay/overlayRotator.h:35:0,
                 from hardware/qcom/display-caf-new/libhwcomposer/hwc_utils.h:34,
                 from hardware/qcom/display-caf-new/libqdutils/cb_utils.h:33,
                 from hardware/qcom/display-caf-new/libqdutils/cb_utils.cpp:28:
hardware/qcom/display-caf-new/liboverlay/mdpWrapper.h:72:36: error: 'mdp_overlay_list' has not been declared
hardware/qcom/display-caf-new/liboverlay/mdpWrapper.h:180:43: error: 'mdp_overlay_list' has not been declared
hardware/qcom/display-caf-new/liboverlay/mdpWrapper.h: In function 'bool overlay::mdp_wrapper::validateAndSet(const int&, int&)':
hardware/qcom/display-caf-new/liboverlay/mdpWrapper.h:182:19: error: 'MSMFB_OVERLAY_PREPARE' was not declared in this scope

require patch: git log --oneline caf/LNX.LA.3.5.1 --grep "msm: mdss: implement overlay prepare ioctl"

commit 98c301337e0e022e1b1dfa672e2ea52e23154200
Author: Adrian Salido-Moreno <[email protected]>
Date:   Tue Jan 7 17:29:20 2014 -0800

    msm: mdss: implement overlay prepare ioctl
    
    Overlay prepare will allow a full frame with multiple overlays to be
    configured at once and perform frame level checks before being pushed to
    display. This function guarantees that if the call is successful, the
    frame can be displayed successfully on the screen when display commit is
    called.
    
    Change-Id: I276b6fe3e0a872a2e93170f3cea1002d3ce0dac9
    Signed-off-by: Adrian Salido-Moreno <[email protected]>
    Signed-off-by: Anusha Koduru <[email protected]>