summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_interrupts.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-05drm/msm/dpu: use devres-managed allocation for interrupts dataDmitry Baryshkov1-8/+6
2023-10-09drm/msm/dpu: shift IRQ indices by 1Dmitry Baryshkov1-17/+22
2023-10-09drm/msm/dpu: stop using raw IRQ indices in the kernel tracesDmitry Baryshkov1-4/+4
2023-10-09drm/msm/dpu: stop using raw IRQ indices in the kernel outputDmitry Baryshkov1-20/+31
2023-10-09drm/msm/dpu: make the irq table size staticDmitry Baryshkov1-15/+11
2023-10-09drm/msm/dpu: add helper to get IRQ-related dataDmitry Baryshkov1-14/+34
2023-10-09drm/msm/dpu: extract dpu_core_irq_is_valid() helperDmitry Baryshkov1-11/+11
2023-10-09drm/msm/dpu: remove irq_idx argument from IRQ callbacksDmitry Baryshkov1-2/+2
2023-08-02drm/msm/dpu: autodetect supported interruptsDmitry Baryshkov1-1/+15
2023-08-02drm/msm/dpu: split interrupt address arraysDmitry Baryshkov1-27/+55
2023-08-02drm/msm/dpu: inline __intr_offsetDmitry Baryshkov1-7/+1
2023-05-22drm/msm/dpu: Describe TEAR interrupt registers for DSI interfacesMarijn Suijten1-0/+28
2023-05-22drm/msm/dpu: Take INTF index as parameter in interrupt register definesMarijn Suijten1-84/+72
2023-04-27drm/msm/dpu: Reindent REV_7xxx interrupt masks with tabsMarijn Suijten1-9/+9
2023-04-27drm/msm/dpu: Move non-MDP_TOP INTF_INTR offsets out of hwio headerMarijn Suijten1-1/+4
2023-01-12drm/msm/dpu: Introduce SC8280XPBjorn Andersson1-0/+18
2023-01-08drm/msm/dpu: Print interrupt index in addition to the maskMarijn Suijten1-6/+6
2022-07-06drm/msm/dpu: merge base_off with blk_off in struct dpu_hw_blk_reg_mapDmitry Baryshkov1-2/+1
2022-07-04drm/msm/dpu: constify struct dpu_mdss_cfgDmitry Baryshkov1-2/+2
2022-07-04drm/msm/dpu: remove hwversion field from data structuresDmitry Baryshkov1-1/+0
2022-05-07drm/msm/dpu: remove NULL-ness check in dpu_hw_intr_destroyDmitry Baryshkov1-2/+1
2022-05-07drm/msm/disp/dpu1: avoid clearing hw interrupts if hw_intr is null during drm...Vinod Polimera1-0/+3
2022-05-02drm/msm/dpu: Use indexed array initializer to prevent mismatchesMarijn Suijten1-17/+17
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