summaryrefslogtreecommitdiff
path: root/drivers/rpmsg
diff options
context:
space:
mode:
authorLaurentiu Palcu <laurentiu.palcu@nxp.com>2018-09-14 08:33:01 +0300
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:34:04 +0800
commit6038fc9d37645c45046ed6787a197fa7f5b2f6d6 (patch)
tree62db70b460b1a7fd38a524c08167b9bccd685bd1 /drivers/rpmsg
parent359b621212ba13b4745b534706b170207c5cbf5c (diff)
MLK-18848-3: drm: imx: dcss: split vblank irq enable routine
Currently, when enabling/disabling vblank interrupt, we also enable/disable the CTXLD kick interrupt. Most of the time this is fine, because when vblank gets disabled user-space does not submit any buffers and CTXLD kick interrupt is not needed. There is one case when we actually need to be able to have the CTXLD kick interrupt enabled: when disabling CRTC. Vblank interrupt, in this case, is disabled before the crtc_atomic_disable routine is called. However, we still need CTXLD to push the changes to SUBSAM and DTG. This patch will create a routine just for enabling/disabling CTXLD kick interrupt and move the code from vblank routine to the new one. Signed-off-by: Laurentiu Palcu <laurentiu.palcu@nxp.com>
Diffstat (limited to 'drivers/rpmsg')
0 files changed, 0 insertions, 0 deletions