Searched refs:TIME_STAMP_INT_ENABLE (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | cik.c | 7051 cp_m1p0 = RREG32(CP_ME1_PIPE0_INT_CNTL) & ~TIME_STAMP_INT_ENABLE; in cik_irq_set() 7052 cp_m1p1 = RREG32(CP_ME1_PIPE1_INT_CNTL) & ~TIME_STAMP_INT_ENABLE; in cik_irq_set() 7053 cp_m1p2 = RREG32(CP_ME1_PIPE2_INT_CNTL) & ~TIME_STAMP_INT_ENABLE; in cik_irq_set() 7054 cp_m1p3 = RREG32(CP_ME1_PIPE3_INT_CNTL) & ~TIME_STAMP_INT_ENABLE; in cik_irq_set() 7055 cp_m2p0 = RREG32(CP_ME2_PIPE0_INT_CNTL) & ~TIME_STAMP_INT_ENABLE; in cik_irq_set() 7056 cp_m2p1 = RREG32(CP_ME2_PIPE1_INT_CNTL) & ~TIME_STAMP_INT_ENABLE; in cik_irq_set() 7057 cp_m2p2 = RREG32(CP_ME2_PIPE2_INT_CNTL) & ~TIME_STAMP_INT_ENABLE; in cik_irq_set() 7058 cp_m2p3 = RREG32(CP_ME2_PIPE3_INT_CNTL) & ~TIME_STAMP_INT_ENABLE; in cik_irq_set() 7063 cp_int_cntl |= TIME_STAMP_INT_ENABLE; in cik_irq_set() 7071 cp_m1p0 |= TIME_STAMP_INT_ENABLE; in cik_irq_set() [all …]
|
H A D | cikd.h | 1337 # define TIME_STAMP_INT_ENABLE (1 << 26) macro 1369 # define TIME_STAMP_INT_ENABLE (1 << 26) macro
|
H A D | nid.h | 497 # define TIME_STAMP_INT_ENABLE (1 << 26) macro
|
H A D | evergreen.c | 4527 cp_int_cntl |= TIME_STAMP_INT_ENABLE; in evergreen_irq_set() 4531 cp_int_cntl1 |= TIME_STAMP_INT_ENABLE; in evergreen_irq_set() 4535 cp_int_cntl2 |= TIME_STAMP_INT_ENABLE; in evergreen_irq_set() 4541 cp_int_cntl |= TIME_STAMP_INT_ENABLE; in evergreen_irq_set()
|
H A D | sid.h | 1282 # define TIME_STAMP_INT_ENABLE (1 << 26) macro
|
H A D | si.c | 6082 cp_int_cntl |= TIME_STAMP_INT_ENABLE; in si_irq_set() 6086 cp_int_cntl1 |= TIME_STAMP_INT_ENABLE; in si_irq_set() 6090 cp_int_cntl2 |= TIME_STAMP_INT_ENABLE; in si_irq_set()
|
H A D | evergreend.h | 1250 # define TIME_STAMP_INT_ENABLE (1 << 26) macro
|
H A D | r600d.h | 718 # define TIME_STAMP_INT_ENABLE (1 << 26) macro
|
H A D | r600.c | 3822 cp_int_cntl |= TIME_STAMP_INT_ENABLE; in r600_irq_set()
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | sid.h | 1310 # define TIME_STAMP_INT_ENABLE (1 << 26) macro
|
H A D | gfx_v11_0.c | 5737 TIME_STAMP_INT_ENABLE, 0); in gfx_v11_0_set_gfx_eop_interrupt_state() 5745 TIME_STAMP_INT_ENABLE, 1); in gfx_v11_0_set_gfx_eop_interrupt_state() 5794 TIME_STAMP_INT_ENABLE, 0); in gfx_v11_0_set_compute_eop_interrupt_state() 5802 TIME_STAMP_INT_ENABLE, 1); in gfx_v11_0_set_compute_eop_interrupt_state()
|
H A D | gfx_v9_4_3.c | 2743 TIME_STAMP_INT_ENABLE, 0); in gfx_v9_4_3_xcc_set_compute_eop_interrupt_state() 2749 TIME_STAMP_INT_ENABLE, 1); in gfx_v9_4_3_xcc_set_compute_eop_interrupt_state()
|
H A D | gfx_v9_0.c | 5724 TIME_STAMP_INT_ENABLE, in gfx_v9_0_set_gfx_eop_interrupt_state() 5771 TIME_STAMP_INT_ENABLE, 0); in gfx_v9_0_set_compute_eop_interrupt_state() 5777 TIME_STAMP_INT_ENABLE, 1); in gfx_v9_0_set_compute_eop_interrupt_state()
|
H A D | gfx_v10_0.c | 8784 TIME_STAMP_INT_ENABLE, 0); in gfx_v10_0_set_gfx_eop_interrupt_state() 8790 TIME_STAMP_INT_ENABLE, 1); in gfx_v10_0_set_gfx_eop_interrupt_state() 8837 TIME_STAMP_INT_ENABLE, 0); in gfx_v10_0_set_compute_eop_interrupt_state() 8843 TIME_STAMP_INT_ENABLE, 1); in gfx_v10_0_set_compute_eop_interrupt_state()
|
H A D | gfx_v8_0.c | 6413 WREG32_FIELD(CP_INT_CNTL_RING0, TIME_STAMP_INT_ENABLE, in gfx_v8_0_set_gfx_eop_interrupt_state()
|