OSDN Git Service

drm/msm: Disable interrupts during init
authorJordan Crouse <jcrouse@codeaurora.org>
Mon, 28 Nov 2016 19:28:32 +0000 (12:28 -0700)
committerRob Clark <robdclark@gmail.com>
Mon, 28 Nov 2016 20:14:14 +0000 (15:14 -0500)
commit4ac277cd9dd0d796bbd647bbc6d9d0bfe2b1c015
treee337c36fcfaebb682c0b0f91917e660da71c39bd
parent89d777a572459d6ea726b609838beaef0c1b94a7
drm/msm: Disable interrupts during init

Disable the interrupt during the init sequence to avoid having
interrupts fired for errors and other things that we are not
ready to handle while initializing.

Signed-off-by: Jordan Crouse <jcrouse@codeaurora.org>
Signed-off-by: Rob Clark <robdclark@gmail.com>
drivers/gpu/drm/msm/adreno/adreno_device.c
drivers/gpu/drm/msm/adreno/adreno_gpu.c