haven: hh_msgq: add MSGQ label for display
Display uses RM owned MSGQ for lending mem and irq res handles. In addition, display may need to communicate custom data between the VMs based on the value added display features that need to be supported while the trusted VM applications are active. This change introduces the MSGQ dedicated for display to establish the communication channel. Change-Id: I8d07a3eb8591364f245c37a947a9ba5457c46efb Signed-off-by: Jeykumar Sankaran <jsanka@codeaurora.org>
This commit is contained in:
parent
24bf2ae19b
commit
5c33d06a49
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@
|
|||
enum hh_msgq_label {
|
||||
HH_MSGQ_LABEL_RM,
|
||||
HH_MSGQ_LABEL_MEMBUF,
|
||||
HH_MSGQ_LABEL_DISPLAY,
|
||||
HH_MSGQ_LABEL_MAX
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue