Re: [PATCH] drm/msm/dpu: Print interrupt index in addition to the mask

2023-01-09 Thread Dmitry Baryshkov
On Mon, 21 Nov 2022 23:24:55 +0100, Marijn Suijten wrote: > The mask only describes the `irq_idx % 32` part, making it generally > impossible to deduce what interrupt is being enabled/disabled. Since > `debug/core_irq` in debugfs (and other prints) also include the full > `DPU_IRQ_IDX()` value,

Re: [PATCH] drm/msm/dpu: Print interrupt index in addition to the mask

2022-11-24 Thread Abhinav Kumar
On 11/21/2022 2:24 PM, Marijn Suijten wrote: The mask only describes the `irq_idx % 32` part, making it generally impossible to deduce what interrupt is being enabled/disabled. Since `debug/core_irq` in debugfs (and other prints) also include the full `DPU_IRQ_IDX()` value, print the same

Re: [PATCH] drm/msm/dpu: Print interrupt index in addition to the mask

2022-11-22 Thread Martin Botka
On November 21, 2022 11:24:55 PM GMT+01:00, Marijn Suijten wrote: >The mask only describes the `irq_idx % 32` part, making it generally >impossible to deduce what interrupt is being enabled/disabled. Since >`debug/core_irq` in debugfs (and other prints) also include the full >`DPU_IRQ_IDX()`

[PATCH] drm/msm/dpu: Print interrupt index in addition to the mask

2022-11-21 Thread Marijn Suijten
The mask only describes the `irq_idx % 32` part, making it generally impossible to deduce what interrupt is being enabled/disabled. Since `debug/core_irq` in debugfs (and other prints) also include the full `DPU_IRQ_IDX()` value, print the same full value here for easier correlation instead of