From e769e8e7a1cd099b7ede60f2ff9530b4bafd7dc8 Mon Sep 17 00:00:00 2001 From: Ramkumar Radhakrishnan Date: Tue, 5 Dec 2017 01:20:02 -0800 Subject: [PATCH] sdm: Add virtual flag in HWPipeInfo to find pipe pairs Change-Id: Id2a867a10991341f7e52c78ca721e9db3e1685bf CRs-Fixed: 2154113 --- sdm/include/private/hw_info_types.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sdm/include/private/hw_info_types.h b/sdm/include/private/hw_info_types.h index d2d4b0b7..5d311d93 100644 --- a/sdm/include/private/hw_info_types.h +++ b/sdm/include/private/hw_info_types.h @@ -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(); } };