mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
01be578137
I think this is like the 6th time I've done this. I always remove it, wait a few months, pull out a device that I want to run it on and then spend hours restoring and bringing it back. I always think to myself do I really need to toy with this device? No, I don't, but I do it anyway. :)
25 lines
602 B
Diff
25 lines
602 B
Diff
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
|