mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-06-28 16:27:30 -04:00
Initial commit, long overdue
This commit is contained in:
commit
c0083c1519
292 changed files with 951990 additions and 0 deletions
|
@ -0,0 +1,25 @@
|
|||
From f67900ad9370a7e7f0186b3f459dad2c74db7aae Mon Sep 17 00:00:00 2001
|
||||
From: Tad <tad@spotco.us>
|
||||
Date: Sun, 11 Dec 2016 23:15:20 -0500
|
||||
Subject: [PATCH] Fixes
|
||||
|
||||
Change-Id: I55eb4f1af258b649ddc36bd822d9b28f9fd64ce9
|
||||
---
|
||||
include/linux/msm_mdp.h | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/include/linux/msm_mdp.h b/include/linux/msm_mdp.h
|
||||
index 8f829ef..cf6d3d0 100644
|
||||
--- a/include/linux/msm_mdp.h
|
||||
+++ b/include/linux/msm_mdp.h
|
||||
@@ -574,6 +574,7 @@ struct mdp_buf_sync {
|
||||
uint32_t acq_fen_fd_cnt;
|
||||
int *acq_fen_fd;
|
||||
int *rel_fen_fd;
|
||||
+ int *retire_fen_fd;
|
||||
};
|
||||
|
||||
struct mdp_buf_fence {
|
||||
--
|
||||
2.9.3
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue