Re: [PATCH] drm/vkms: add missing drm_crtc_vblank_put to the get/put pair on flush

2020-07-31 Thread Leandro Ribeiro
:21 vkms_vblank_simulate+0x101/0x110 From what I've read from this thread it seems like this is not the right fix, but I've decided to share this info with you anyway, as it may help. I'm also trying to understand what is happening. Thanks, Leandro Ribeiro On 7/31/20 3:33 PM, Daniel Vetter

Re: [PATCH] drm/vkms: add missing drm_crtc_vblank_put to the get/put pair on flush

2020-07-31 Thread Leandro Ribeiro
:21 vkms_vblank_simulate+0x101/0x110 From what I've read from this thread it seems like this is not the right fix, but I've decided to share this info with you anyway, as it may help. I'm also trying to understand what is happening. Thanks, Leandro Ribeiro On 7/31/20 1:47 PM, Melissa Wen

Re: [PATCH] drm/vkms: add missing drm_crtc_vblank_put to the get/put pair on flush

2020-07-31 Thread Leandro Ribeiro
vkms_vblank_simulate+0x101/0x110 I've decided to share this info with you, as it may help you somehow. I'm also investigating to help understand what is happening. Thanks, Leandro Ribeiro On 7/31/20 1:47 PM, Melissa Wen wrote: On 07/31, Sidong Yang wrote: On Fri, Jul 31, 2020 at 11:08:34AM

[PATCH] staging: rtl8723bs: Remove return statement from void function

2019-09-04 Thread Leandro Ribeiro
Fix the following checkpatch warning: "WARNING: void function return statements are not generally useful" Signed-off-by: Leandro Ribeiro --- drivers/staging/rtl8723bs/hal/rtl8723b_cmd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/rtl8723bs/hal/rtl8723b_cmd.c