Re: [PATCH -next] gpu: drm: Fix spinlock vblank_time_lock use error.

2020-07-22 Thread Ville Syrjälä
On Wed, Jul 22, 2020 at 01:05:27AM +, Xu Qiang wrote: > The drm_handle_vblank function is in the interrupt context. > Therefore, the spin lock vblank_time_lock is obtained > from the interrupt context. > > Cc: > Signed-off-by: Xu Qiang > --- > drivers/gpu/drm/drm_vblank.c | 17 ++---

[PATCH -next] gpu: drm: Fix spinlock vblank_time_lock use error.

2020-07-22 Thread Xu Qiang
The drm_handle_vblank function is in the interrupt context. Therefore, the spin lock vblank_time_lock is obtained from the interrupt context. Cc: Signed-off-by: Xu Qiang --- drivers/gpu/drm/drm_vblank.c | 17 ++--- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/drive