Searched refs:queue_reset (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | vpe_v6_1.c | 279 uint32_t queue_reset, i; in vpe_v_6_1_ring_stop() local 284 queue_reset = RREG32(vpe_get_reg_offset(vpe, i, regVPEC_QUEUE_RESET_REQ_6_1_1)); in vpe_v_6_1_ring_stop() 286 queue_reset = RREG32(vpe_get_reg_offset(vpe, i, regVPEC_QUEUE_RESET_REQ)); in vpe_v_6_1_ring_stop() 288 queue_reset = REG_SET_FIELD(queue_reset, VPEC_QUEUE_RESET_REQ, QUEUE0_RESET, 1); in vpe_v_6_1_ring_stop() 291 WREG32(vpe_get_reg_offset(vpe, i, regVPEC_QUEUE_RESET_REQ_6_1_1), queue_reset); in vpe_v_6_1_ring_stop() 295 WREG32(vpe_get_reg_offset(vpe, i, regVPEC_QUEUE_RESET_REQ), queue_reset); in vpe_v_6_1_ring_stop()
|
/linux/drivers/virtio/ |
H A D | virtio_pci_modern_dev.c | 209 offsetof(struct virtio_pci_modern_common_cfg, queue_reset)); in check_offsets() 508 return vp_ioread16(&cfg->queue_reset); in vp_modern_get_queue_reset() 524 vp_iowrite16(1, &cfg->queue_reset); in vp_modern_set_queue_reset() 526 while (vp_ioread16(&cfg->queue_reset)) in vp_modern_set_queue_reset()
|
/linux/drivers/gpu/drm/radeon/ |
H A D | cik.c | 7549 bool queue_reset = false; in cik_irq_process() local 7956 queue_reset = true; in cik_irq_process() 7960 queue_reset = true; in cik_irq_process() 7964 queue_reset = true; in cik_irq_process() 7977 queue_reset = true; in cik_irq_process() 7981 queue_reset = true; in cik_irq_process() 7985 queue_reset = true; in cik_irq_process() 8046 queue_reset = true; in cik_irq_process() 8050 queue_reset = true; in cik_irq_process() 8054 queue_reset = true; in cik_irq_process() [all …]
|