Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Declare MSMFB_OVERLAY_COMMIT in msm_mdp.h #1

Open
wants to merge 1 commit into
base: jellybean
Choose a base branch
from
Open

Declare MSMFB_OVERLAY_COMMIT in msm_mdp.h #1

wants to merge 1 commit into from

Conversation

hazenme
Copy link

@hazenme hazenme commented Oct 22, 2012

This fixes the following compile error:
hardware/qcom/display/libhwcomposer/hwc_external.cpp: In member function 'bool qhwc::ExternalDisplay::commit()':
hardware/qcom/display/libhwcomposer/hwc_external.cpp:541:26: error: 'MSMFB_OVERLAY_COMMIT' was not declared in this scope

This fixes the following compile error:
hardware/qcom/display/libhwcomposer/hwc_external.cpp: In member function 'bool qhwc::ExternalDisplay::commit()':
hardware/qcom/display/libhwcomposer/hwc_external.cpp:541:26: error: 'MSMFB_OVERLAY_COMMIT' was not declared in this scope
@hazenme
Copy link
Author

hazenme commented Oct 22, 2012

Declaring it here fixes the error in compiling. Adding it to the kernel header file did not. Looks like the build process prefers the device/common headers over the kernel headers.

@bruce2728
Copy link
Owner

This is what needs to be merged into the kernel but the video drivers are not up to date.

https://www.codeaurora.org/gitweb/quic/la/?p=kernel/msm.git;a=commit;h=a77eca6cee55531e81e21d83b474563f9c143e77

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants