blob: 8119a8ce6b4657ec0e52d05bb2c6f42ed27480c0 [file] [log] [blame]
Andrew Geissler26e4bea2020-11-30 19:54:03 -06001From 8e79662e7b396325bee3f310a9406c74110cc7f4 Mon Sep 17 00:00:00 2001
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08002From: "Yann E. MORIN" <yann.morin.1998@free.fr>
3Date: Sat, 24 Jan 2015 22:07:19 +0100
Andrew Geissler26e4bea2020-11-30 19:54:03 -06004Subject: [PATCH] interface: remove faulty assert() to make weston happy at
5 runtime
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08006
7This was removed after a discussion on IRC with the weston guys
8('daniels' on irc.freenode.net/#wayland).
9
10Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
11---
Patrick Williams520786c2023-06-25 16:20:36 -050012Upstream-Status: Pending
13
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080014 interface/vmcs_host/vc_vchi_dispmanx.c | 1 -
15 1 file changed, 1 deletion(-)
16
17diff --git a/interface/vmcs_host/vc_vchi_dispmanx.c b/interface/vmcs_host/vc_vchi_dispmanx.c
18index eab146e..29e0dee 100755
19--- a/interface/vmcs_host/vc_vchi_dispmanx.c
20+++ b/interface/vmcs_host/vc_vchi_dispmanx.c
21@@ -1306,7 +1306,6 @@ static void *dispmanx_notify_func( void *arg ) {
22 // Decrement the use count - the corresponding "use" is in vc_dispmanx_update_submit.
23 vchi_service_release(dispmanx_client.notify_handle[0]);
24 if (dispmanx_client.update_callback ) {
25- vcos_assert( dispmanx_client.pending_update_handle == handle);
26 dispmanx_client.update_callback(handle, dispmanx_client.update_callback_param);
27 }
28 } else {