Merge "sdm: Add virtual flag in HWPipeInfo to find pipe pairs"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
e6e0224ded
@@ -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
|
* Redistribution and use in source and binary forms, with or without modification, are permitted
|
||||||
* provided that the following conditions are met:
|
* provided that the following conditions are met:
|
||||||
@@ -485,6 +485,7 @@ struct HWPipeInfo {
|
|||||||
uint32_t z_order = 0;
|
uint32_t z_order = 0;
|
||||||
uint8_t flags = 0;
|
uint8_t flags = 0;
|
||||||
bool valid = false;
|
bool valid = false;
|
||||||
|
bool is_virtual = 0;
|
||||||
|
|
||||||
void Reset() { *this = HWPipeInfo(); }
|
void Reset() { *this = HWPipeInfo(); }
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user