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

[v11] Support for external displays (WIP) #16

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions hwcomposer/hwcomposer_backend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ HwComposerBackend::create()
#endif /* HWC_DEVICE_API_VERSION_1_0 */
#ifdef HWC_PLUGIN_HAVE_HWCOMPOSER1_API
case HWC_DEVICE_API_VERSION_1_1:
// "For HWC 1.1, numDisplays will always be HWC_NUM_PHYSICAL_DISPLAY_TYPES"
return new HwComposerBackend_v11(hwc_module, hwc_device, HWC_NUM_DISPLAY_TYPES);
break;
#ifdef HWC_DEVICE_API_VERSION_1_2
Expand Down
Loading