0005-interface-remove-faulty-assert-to-make-weston-happy-.patch 1.2 KB

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