Symbol: irq_type
sys/dev/pci/drm/amd/amdgpu/amdgpu_fence.c
443
unsigned int irq_type)
sys/dev/pci/drm/amd/amdgpu/amdgpu_fence.c
460
ring->fence_drv.irq_type = irq_type;
sys/dev/pci/drm/amd/amdgpu/amdgpu_fence.c
595
ring->fence_drv.irq_type);
sys/dev/pci/drm/amd/amdgpu/amdgpu_fence.c
672
ring->fence_drv.irq_type);
sys/dev/pci/drm/amd/amdgpu/amdgpu_ring.c
234
unsigned int irq_type, unsigned int hw_prio,
sys/dev/pci/drm/amd/amdgpu/amdgpu_ring.c
332
r = amdgpu_fence_driver_start_ring(ring, irq_src, irq_type);
sys/dev/pci/drm/amd/amdgpu/amdgpu_ring.h
124
unsigned irq_type;
sys/dev/pci/drm/amd/amdgpu/amdgpu_ring.h
164
unsigned irq_type);
sys/dev/pci/drm/amd/amdgpu/amdgpu_ring.h
467
unsigned int irq_type, unsigned int hw_prio,
sys/dev/pci/drm/amd/amdgpu/dce_v10_0.c
3269
unsigned int irq_type = amdgpu_display_crtc_idx_to_irq_type(adev, crtc);
sys/dev/pci/drm/amd/amdgpu/dce_v10_0.c
3278
if (amdgpu_irq_enabled(adev, source, irq_type)) {
sys/dev/pci/drm/amd/amdgpu/dce_v6_0.c
3086
unsigned int irq_type = amdgpu_display_crtc_idx_to_irq_type(adev,
sys/dev/pci/drm/amd/amdgpu/dce_v6_0.c
3096
if (amdgpu_irq_enabled(adev, source, irq_type)) {
sys/dev/pci/drm/amd/amdgpu/dce_v8_0.c
3102
unsigned int irq_type = amdgpu_display_crtc_idx_to_irq_type(adev,
sys/dev/pci/drm/amd/amdgpu/dce_v8_0.c
3112
if (amdgpu_irq_enabled(adev, source, irq_type)) {
sys/dev/pci/drm/amd/amdgpu/gfx_v10_0.c
4653
unsigned int irq_type;
sys/dev/pci/drm/amd/amdgpu/gfx_v10_0.c
4672
irq_type = AMDGPU_CP_IRQ_GFX_ME0_PIPE0_EOP + ring->pipe;
sys/dev/pci/drm/amd/amdgpu/gfx_v10_0.c
4675
return amdgpu_ring_init(adev, ring, 1024, &adev->gfx.eop_irq, irq_type,
sys/dev/pci/drm/amd/amdgpu/gfx_v10_0.c
4682
unsigned int irq_type;
sys/dev/pci/drm/amd/amdgpu/gfx_v10_0.c
4701
irq_type = AMDGPU_CP_IRQ_COMPUTE_MEC1_PIPE0_EOP
sys/dev/pci/drm/amd/amdgpu/gfx_v10_0.c
4707
return amdgpu_ring_init(adev, ring, 1024, &adev->gfx.eop_irq, irq_type,
sys/dev/pci/drm/amd/amdgpu/gfx_v11_0.c
1128
unsigned int irq_type;
sys/dev/pci/drm/amd/amdgpu/gfx_v11_0.c
1151
irq_type = AMDGPU_CP_IRQ_GFX_ME0_PIPE0_EOP + ring->pipe;
sys/dev/pci/drm/amd/amdgpu/gfx_v11_0.c
1154
return amdgpu_ring_init(adev, ring, 1024, &adev->gfx.eop_irq, irq_type,
sys/dev/pci/drm/amd/amdgpu/gfx_v11_0.c
1162
unsigned irq_type;
sys/dev/pci/drm/amd/amdgpu/gfx_v11_0.c
1181
irq_type = AMDGPU_CP_IRQ_COMPUTE_MEC1_PIPE0_EOP
sys/dev/pci/drm/amd/amdgpu/gfx_v11_0.c
1187
r = amdgpu_ring_init(adev, ring, 1024, &adev->gfx.eop_irq, irq_type,
sys/dev/pci/drm/amd/amdgpu/gfx_v11_0.c
4843
unsigned int irq_type;
sys/dev/pci/drm/amd/amdgpu/gfx_v11_0.c
4849
irq_type = AMDGPU_CP_IRQ_GFX_ME0_PIPE0_EOP + p;
sys/dev/pci/drm/amd/amdgpu/gfx_v11_0.c
4852
irq_type);
sys/dev/pci/drm/amd/amdgpu/gfx_v11_0.c
4855
irq_type);
sys/dev/pci/drm/amd/amdgpu/gfx_v11_0.c
4865
irq_type = AMDGPU_CP_IRQ_COMPUTE_MEC1_PIPE0_EOP
sys/dev/pci/drm/amd/amdgpu/gfx_v11_0.c
4870
irq_type);
sys/dev/pci/drm/amd/amdgpu/gfx_v11_0.c
4873
irq_type);
sys/dev/pci/drm/amd/amdgpu/gfx_v12_0.c
1015
irq_type = AMDGPU_CP_IRQ_COMPUTE_MEC1_PIPE0_EOP
sys/dev/pci/drm/amd/amdgpu/gfx_v12_0.c
1021
r = amdgpu_ring_init(adev, ring, 1024, &adev->gfx.eop_irq, irq_type,
sys/dev/pci/drm/amd/amdgpu/gfx_v12_0.c
3700
unsigned int irq_type;
sys/dev/pci/drm/amd/amdgpu/gfx_v12_0.c
3706
irq_type = AMDGPU_CP_IRQ_GFX_ME0_PIPE0_EOP + p;
sys/dev/pci/drm/amd/amdgpu/gfx_v12_0.c
3709
irq_type);
sys/dev/pci/drm/amd/amdgpu/gfx_v12_0.c
3712
irq_type);
sys/dev/pci/drm/amd/amdgpu/gfx_v12_0.c
3722
irq_type = AMDGPU_CP_IRQ_COMPUTE_MEC1_PIPE0_EOP
sys/dev/pci/drm/amd/amdgpu/gfx_v12_0.c
3727
irq_type);
sys/dev/pci/drm/amd/amdgpu/gfx_v12_0.c
3730
irq_type);
sys/dev/pci/drm/amd/amdgpu/gfx_v12_0.c
966
unsigned int irq_type;
sys/dev/pci/drm/amd/amdgpu/gfx_v12_0.c
984
irq_type = AMDGPU_CP_IRQ_GFX_ME0_PIPE0_EOP + ring->pipe;
sys/dev/pci/drm/amd/amdgpu/gfx_v12_0.c
985
r = amdgpu_ring_init(adev, ring, 1024, &adev->gfx.eop_irq, irq_type,
sys/dev/pci/drm/amd/amdgpu/gfx_v12_0.c
996
unsigned irq_type;
sys/dev/pci/drm/amd/amdgpu/gfx_v6_0.c
3083
unsigned irq_type;
sys/dev/pci/drm/amd/amdgpu/gfx_v6_0.c
3097
irq_type = AMDGPU_CP_IRQ_COMPUTE_MEC1_PIPE0_EOP + ring->pipe;
sys/dev/pci/drm/amd/amdgpu/gfx_v6_0.c
3099
&adev->gfx.eop_irq, irq_type,
sys/dev/pci/drm/amd/amdgpu/gfx_v7_0.c
4281
unsigned irq_type;
sys/dev/pci/drm/amd/amdgpu/gfx_v7_0.c
4294
irq_type = AMDGPU_CP_IRQ_COMPUTE_MEC1_PIPE0_EOP
sys/dev/pci/drm/amd/amdgpu/gfx_v7_0.c
4300
&adev->gfx.eop_irq, irq_type,
sys/dev/pci/drm/amd/amdgpu/gfx_v8_0.c
1850
unsigned irq_type;
sys/dev/pci/drm/amd/amdgpu/gfx_v8_0.c
1868
irq_type = AMDGPU_CP_IRQ_COMPUTE_MEC1_PIPE0_EOP
sys/dev/pci/drm/amd/amdgpu/gfx_v8_0.c
1875
r = amdgpu_ring_init(adev, ring, 1024, &adev->gfx.eop_irq, irq_type,
sys/dev/pci/drm/amd/amdgpu/gfx_v9_0.c
2155
unsigned irq_type;
sys/dev/pci/drm/amd/amdgpu/gfx_v9_0.c
2174
irq_type = AMDGPU_CP_IRQ_COMPUTE_MEC1_PIPE0_EOP
sys/dev/pci/drm/amd/amdgpu/gfx_v9_0.c
2180
return amdgpu_ring_init(adev, ring, 1024, &adev->gfx.eop_irq, irq_type,
sys/dev/pci/drm/amd/amdgpu/gfx_v9_4_3.c
1005
return amdgpu_ring_init(adev, ring, 1024, &adev->gfx.eop_irq, irq_type,
sys/dev/pci/drm/amd/amdgpu/gfx_v9_4_3.c
973
unsigned irq_type;
sys/dev/pci/drm/amd/amdgpu/gfx_v9_4_3.c
999
irq_type = AMDGPU_CP_IRQ_COMPUTE_MEC1_PIPE0_EOP
sys/dev/pci/drm/amd/amdgpu/sdma_v6_0.c
1433
unsigned int irq_type;
sys/dev/pci/drm/amd/amdgpu/sdma_v6_0.c
1438
irq_type = AMDGPU_SDMA_IRQ_INSTANCE0 + i;
sys/dev/pci/drm/amd/amdgpu/sdma_v6_0.c
1441
irq_type);
sys/dev/pci/drm/amd/amdgpu/sdma_v6_0.c
1444
irq_type);
sys/dev/pci/drm/amd/amdgpu/sdma_v7_0.c
1389
unsigned int irq_type;
sys/dev/pci/drm/amd/amdgpu/sdma_v7_0.c
1394
irq_type = AMDGPU_SDMA_IRQ_INSTANCE0 + i;
sys/dev/pci/drm/amd/amdgpu/sdma_v7_0.c
1397
irq_type);
sys/dev/pci/drm/amd/amdgpu/sdma_v7_0.c
1400
irq_type);
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
9095
int irq_type = amdgpu_display_crtc_idx_to_irq_type(
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
9158
if (amdgpu_irq_get(adev, &adev->pageflip_irq, irq_type))
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
9161
if (amdgpu_irq_get(adev, &adev->vline0_irq, irq_type))
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
9174
if (amdgpu_irq_put(adev, &adev->vline0_irq, irq_type))
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
9177
if (amdgpu_irq_put(adev, &adev->pageflip_irq, irq_type))
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
9188
int irq_type =
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
9195
amdgpu_irq_update(adev, &adev->pageflip_irq, irq_type);
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.c
297
int irq_type;
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.c
307
irq_type = amdgpu_display_crtc_idx_to_irq_type(adev, acrtc->crtc_id);
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.c
346
rc = amdgpu_irq_get(adev, &adev->crtc_irq, irq_type);
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.c
349
rc = amdgpu_irq_put(adev, &adev->crtc_irq, irq_type);
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.c
365
rc = amdgpu_irq_get(adev, &adev->pageflip_irq, irq_type);
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.c
368
rc = amdgpu_irq_put(adev, &adev->pageflip_irq, irq_type);
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.c
379
rc = amdgpu_irq_get(adev, &adev->vline0_irq, irq_type);
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.c
382
rc = amdgpu_irq_put(adev, &adev->vline0_irq, irq_type);
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c
706
const enum irq_type dal_irq_type,
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c
894
int irq_type;
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c
924
irq_type = dc_link->irq_source_hpd - DC_IRQ_SOURCE_HPD1;
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c
932
if (irq_type < adev->mode_info.num_hpd) {
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c
933
if (amdgpu_irq_get(adev, &adev->hpd_irq, irq_type))
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c
965
int irq_type;
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c
979
irq_type = dc_link->irq_source_hpd - DC_IRQ_SOURCE_HPD1;
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c
982
if (irq_type < adev->mode_info.num_hpd) {
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c
983
if (amdgpu_irq_put(adev, &adev->hpd_irq, irq_type))
sys/dev/pci/virtio_pci.c
148
enum irq_type sc_irq_type;