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 ++---
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