Merge "sdm: Add virtual flag in HWPipeInfo to find pipe pairs"

This commit is contained in:
Linux Build Service Account
2018-01-12 17:03:42 -08:00
committed by Gerrit - the friendly Code Review server

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2015-2017, The Linux Foundation. All rights reserved.
* Copyright (c) 2015-2018, The Linux Foundation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification, are permitted
* provided that the following conditions are met:
@@ -485,6 +485,7 @@ struct HWPipeInfo {
uint32_t z_order = 0;
uint8_t flags = 0;
bool valid = false;
bool is_virtual = 0;
void Reset() { *this = HWPipeInfo(); }
};