summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_interrupts.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-02drm/msm/dpu: get rid of dpu_encoder_helper_(un)register_irqDmitry Baryshkov1-0/+4
2022-05-02drm/msm/dpu: allow just single IRQ callbackDmitry Baryshkov1-93/+47
2022-05-02drm/msm/dpu: remove always-true argument of dpu_core_irq_read()Dmitry Baryshkov1-2/+2
2022-05-02drm/msm/dpu: remove extra wrappers around dpu_core_irqDmitry Baryshkov1-3/+6
2022-02-18drm/msm/dpu: Add INTF_5 interruptsBjorn Andersson1-0/+6
2022-02-18drm/msm/dpu: Update function parameter documentationVinod Koul1-1/+1
2022-02-18drm/msm/dpu: Update the comment styleVinod Koul1-1/+1
2021-11-30drm/msm/dpu: Add more of the INTF interrupt regionsBjorn Andersson1-0/+18
2021-10-15drm/msm/dpu: merge struct dpu_irq into struct dpu_hw_intrDmitry Baryshkov1-28/+23
2021-10-15drm/msm/dpu: don't clear IRQ register twiceDmitry Baryshkov1-17/+0
2021-10-15drm/msm/dpu: squash dpu_core_irq into dpu_hw_interruptsDmitry Baryshkov1-55/+214
2021-06-23drm/msm/dpu: Avoid ABBA deadlock between IRQ modulesBjorn Andersson1-26/+34
2021-06-23drm/msm/dpu: drop remains of old irq lookup subsystemDmitry Baryshkov1-1234/+0
2021-06-23drm/msm/dpu: replace IRQ lookup with the data in hw catalogDmitry Baryshkov1-84/+53
2021-06-23drm/msm/dpu: hw_intr: always call dpu_hw_intr_clear_intr_status_nolockDmitry Baryshkov1-21/+18
2021-06-23drm/msm/dpu: merge dpu_hw_intr_get_interrupt_statuses into dpu_hw_intr_dispat...Dmitry Baryshkov1-47/+19
2021-04-07drm/msm/disp/dpu1: add flags to indicate obsolete irqsKrishna Manikandan1-4/+9
2021-04-07drm/msm/disp/dpu1: add vsync and underrun irqs for INTF_5Krishna Manikandan1-1/+6
2021-04-07drm/msm/disp/dpu1: increase the range of interrupts in dpu_irq_mapKrishna Manikandan1-94/+661
2021-04-07drm/msm/disp/dpu1: add intf offsets for SC7280 targetKrishna Manikandan1-1/+19
2020-12-03drm/msm/disp/dpu1/dpu_hw_interrupts: Demote kernel-doc formatting misuseLee Jones1-2/+2
2020-11-04drm/msm: Add missing struct identifierTian Tao1-3/+4
2020-01-03msm: disp: dpu1: add support to access hw irqs regs depending on revisionShubhashree Dhar1-6/+16
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner1-9/+1
2019-02-01drm/msm/dpu: Clean up dpu hw interruptsJayant Shekhar1-44/+0
2018-07-26drm/msm: Add SDM845 DPU supportJeykumar Sankaran1-0/+1183