Searched refs:write_ptr_reg (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_eu_stall.c | 405 u32 read_ptr, write_ptr_reg, write_ptr, total_data = 0; in eu_stall_data_buf_poll() local 417 write_ptr_reg = xe_gt_mcr_unicast_read(gt, XEHPC_EUSTALL_REPORT, in eu_stall_data_buf_poll() 419 write_ptr = REG_FIELD_GET(XEHPC_EUSTALL_REPORT_WRITE_PTR_MASK, write_ptr_reg); in eu_stall_data_buf_poll() 427 if (write_ptr_reg & XEHPC_EUSTALL_REPORT_OVERFLOW_DROP) in eu_stall_data_buf_poll() 439 u32 write_ptr_reg; in clear_dropped_eviction_line_bit() local 445 write_ptr_reg = REG_MASKED_FIELD_DISABLE(XEHPC_EUSTALL_REPORT_OVERFLOW_DROP); in clear_dropped_eviction_line_bit() 447 write_ptr_reg = REG_MASKED_FIELD_ENABLE(XEHPC_EUSTALL_REPORT_OVERFLOW_DROP); in clear_dropped_eviction_line_bit() 449 xe_gt_mcr_unicast_write(gt, XEHPC_EUSTALL_REPORT, write_ptr_reg, group, instance); in clear_dropped_eviction_line_bit() 660 u32 write_ptr_reg, write_ptr, read_ptr_reg, reg_value; in xe_eu_stall_stream_enable() local 680 write_ptr_reg = xe_gt_mcr_unicast_read(gt, XEHPC_EUSTALL_REPORT, group, instance); in xe_eu_stall_stream_enable() [all …]
|