]> git.itanic.dy.fi Git - linux-stable/commit
drm/msm/dpu: Correct dpu encoder spinlock initialization
authorShubhashree Dhar <dhar@codeaurora.org>
Mon, 24 Jun 2019 06:27:12 +0000 (11:57 +0530)
committerSean Paul <seanpaul@chromium.org>
Mon, 22 Jul 2019 17:44:17 +0000 (13:44 -0400)
commit2e7b801eadbf327bf61041c943e5c44a5de4b0e5
treec3460cf4006a931df3e42eb8b9dc485ec366ba4e
parent7af5cdb158f3398a3220bd2fe81cec8d2be9317c
drm/msm/dpu: Correct dpu encoder spinlock initialization

dpu encoder spinlock should be initialized during dpu encoder
init instead of dpu encoder setup which is part of modeset init.

Signed-off-by: Shubhashree Dhar <dhar@codeaurora.org>
[seanpaul resolved conflict in old init removal and revised the commit message]
Signed-off-by: Sean Paul <seanpaul@chromium.org>
Link: https://patchwork.freedesktop.org/patch/msgid/1561357632-15361-1-git-send-email-dhar@codeaurora.org
drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c