| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_trace.h | 89 __array(unsigned, src_data, 4) 101 __entry->src_data[0] = iv->src_data[0]; 102 __entry->src_data[1] = iv->src_data[1]; 103 __entry->src_data[2] = iv->src_data[2]; 104 __entry->src_data[3] = iv->src_data[3]; 111 __entry->src_data[0], __entry->src_data[1], 112 __entry->src_data[2], __entry->src_data[3])
|
| H A D | amdgpu_ih.c | 289 entry->src_data[0] = dw[4]; in amdgpu_ih_decode_iv_helper() 290 entry->src_data[1] = dw[5]; in amdgpu_ih_decode_iv_helper() 291 entry->src_data[2] = dw[6]; in amdgpu_ih_decode_iv_helper() 292 entry->src_data[3] = dw[7]; in amdgpu_ih_decode_iv_helper()
|
| H A D | vce_v1_0.c | 731 switch (entry->src_data[0]) { in vce_v1_0_process_interrupt() 734 amdgpu_fence_process(&adev->vce.ring[entry->src_data[0]]); in vce_v1_0_process_interrupt() 738 entry->src_id, entry->src_data[0]); in vce_v1_0_process_interrupt()
|
| H A D | gmc_v9_0.c | 547 bool retry_fault = !!(entry->src_data[1] & in gmc_v9_0_process_interrupt() 549 bool write_fault = !!(entry->src_data[1] & in gmc_v9_0_process_interrupt() 564 addr = (u64)entry->src_data[0] << 12; in gmc_v9_0_process_interrupt() 565 addr |= ((u64)entry->src_data[1] & 0xf) << 44; in gmc_v9_0_process_interrupt() 586 cam_index = entry->src_data[2] & 0x3ff; in gmc_v9_0_process_interrupt()
|
| H A D | si_ih.c | 155 entry->src_data[0] = dw[1] & 0xfffffff; in si_ih_decode_iv()
|
| H A D | cik_ih.c | 271 entry->src_data[0] = dw[1] & 0xfffffff; in cik_ih_decode_iv()
|
| H A D | cz_ih.c | 260 entry->src_data[0] = dw[1] & 0xfffffff; in cz_ih_decode_iv()
|
| H A D | iceland_ih.c | 259 entry->src_data[0] = dw[1] & 0xfffffff; in iceland_ih_decode_iv()
|
| H A D | tonga_ih.c | 263 entry->src_data[0] = dw[1] & 0xfffffff; in tonga_ih_decode_iv()
|
| H A D | sdma_v2_4.c | 1208 uint32_t src_data, in sdma_v2_4_emit_fill_buffer() argument 1215 ib->ptr[ib->length_dw++] = src_data; in sdma_v2_4_emit_fill_buffer()
|
| H A D | sdma_v4_4_2.c | 1873 addr = (u64)entry->src_data[0] << 12; in sdma_v4_4_2_print_iv_entry() 1874 addr |= ((u64)entry->src_data[1] & 0xf) << 44; in sdma_v4_4_2_print_iv_entry() 2289 uint32_t src_data, in sdma_v4_4_2_emit_fill_buffer() argument 2296 ib->ptr[ib->length_dw++] = src_data; in sdma_v4_4_2_emit_fill_buffer()
|
| H A D | sdma_v4_0.c | 2177 addr = (u64)entry->src_data[0] << 12; in sdma_v4_0_print_iv_entry() 2178 addr |= ((u64)entry->src_data[1] & 0xf) << 44; in sdma_v4_0_print_iv_entry() 2588 uint32_t src_data, in sdma_v4_0_emit_fill_buffer() argument 2595 ib->ptr[ib->length_dw++] = src_data; in sdma_v4_0_emit_fill_buffer()
|
| H A D | amdgpu_ttm.c | 2445 uint32_t src_data, in amdgpu_ttm_fill_mem() argument 2469 amdgpu_emit_fill_buffer(adev, &job->ibs[0], src_data, dst_addr, in amdgpu_ttm_fill_mem() 2548 uint32_t src_data, in amdgpu_fill_buffer() argument 2580 src_data, to, cur_size, resv, in amdgpu_fill_buffer()
|
| H A D | cik_sdma.c | 1313 uint32_t src_data, in cik_sdma_emit_fill_buffer() argument 1320 ib->ptr[ib->length_dw++] = src_data; in cik_sdma_emit_fill_buffer()
|
| H A D | sdma_v6_0.c | 1656 u32 doorbell_offset = entry->src_data[0]; in sdma_v6_0_process_fence_irq() 1869 uint32_t src_data, in sdma_v6_0_emit_fill_buffer() argument 1876 ib->ptr[ib->length_dw++] = src_data; in sdma_v6_0_emit_fill_buffer()
|
| H A D | dce_v8_0.c | 3092 switch (entry->src_data[0]) { in dce_v8_0_crtc_irq() 3113 DRM_DEBUG("Unhandled interrupt: %d %d\n", entry->src_id, entry->src_data[0]); in dce_v8_0_crtc_irq() 3203 if (entry->src_data[0] >= adev->mode_info.num_hpd) { in dce_v8_0_hpd_irq() 3204 DRM_DEBUG("Unhandled interrupt: %d %d\n", entry->src_id, entry->src_data[0]); in dce_v8_0_hpd_irq() 3208 hpd = entry->src_data[0]; in dce_v8_0_hpd_irq()
|
| H A D | jpeg_v5_0_0.c | 640 entry->src_id, entry->src_data[0]); in jpeg_v5_0_0_process_interrupt()
|
| /linux/drivers/interconnect/ |
| H A D | core.c | 464 struct icc_node_data *src_data, *dst_data; in of_icc_get_by_index() local 502 src_data = of_icc_get_from_provider(&src_args); in of_icc_get_by_index() 504 if (IS_ERR(src_data)) { in of_icc_get_by_index() 505 dev_err_probe(dev, PTR_ERR(src_data), "error finding src node\n"); in of_icc_get_by_index() 506 return ERR_CAST(src_data); in of_icc_get_by_index() 513 kfree(src_data); in of_icc_get_by_index() 518 path = path_find(dev, src_data->node, dst_data->node); in of_icc_get_by_index() 525 if (src_data->tag && src_data->tag == dst_data->tag) in of_icc_get_by_index() 526 icc_set_tag(path, src_data->tag); in of_icc_get_by_index() 529 src_data->node->name, dst_data->node->name); in of_icc_get_by_index() [all …]
|
| /linux/drivers/gpu/drm/i915/gt/uc/ |
| H A D | intel_guc_log.c | 382 void *src_data, *dst_data; in _guc_log_copy_debuglogs_for_relay() local 391 src_data = log->buf_addr; in _guc_log_copy_debuglogs_for_relay() 392 log_buf_state = src_data; in _guc_log_copy_debuglogs_for_relay() 409 src_data += PAGE_SIZE; in _guc_log_copy_debuglogs_for_relay() 463 i915_memcpy_from_wc(dst_data, src_data, write_offset); in _guc_log_copy_debuglogs_for_relay() 469 src_data + read_offset, bytes_to_copy); in _guc_log_copy_debuglogs_for_relay() 471 src_data += buffer_size; in _guc_log_copy_debuglogs_for_relay()
|
| H A D | intel_guc_capture.c | 783 u32 *src_data; in guc_capture_log_remove_dw() local 791 src_data = (u32 *)(buf->data + buf->rd); in guc_capture_log_remove_dw() 792 *dw = *src_data; in guc_capture_log_remove_dw() 1300 void *src_data = NULL; in __guc_capture_process_output() local 1306 src_data = guc->log.buf_addr + in __guc_capture_process_output() 1342 buf.data = src_data; in __guc_capture_process_output()
|
| /linux/drivers/media/platform/renesas/ |
| H A D | rcar_fdp1.c | 1509 struct fdp1_q_data *src_data = &ctx->out_q; in fdp1_try_fmt_capture() local 1525 colorspace = src_data->format.colorspace; in fdp1_try_fmt_capture() 1527 ycbcr_enc = src_data->format.ycbcr_enc; in fdp1_try_fmt_capture() 1531 quantization = src_data->format.quantization; in fdp1_try_fmt_capture() 1557 pix->colorspace = src_data->format.colorspace; in fdp1_try_fmt_capture() 1558 pix->xfer_func = src_data->format.xfer_func; in fdp1_try_fmt_capture() 1564 pix->ycbcr_enc = src_data->format.ycbcr_enc; in fdp1_try_fmt_capture() 1565 pix->quantization = src_data->format.quantization; in fdp1_try_fmt_capture() 1573 pix->width = src_data->format.width; in fdp1_try_fmt_capture() 1574 if (src_data->format.field == V4L2_FIELD_ALTERNATE) in fdp1_try_fmt_capture() [all …]
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | r600.c | 4096 u32 src_id, src_data; in r600_irq_process() local 4129 src_data = le32_to_cpu(rdev->ih.ring[ring_index + 1]) & 0xfffffff; in r600_irq_process() 4133 switch (src_data) { in r600_irq_process() 4158 DRM_DEBUG("Unhandled interrupt: %d %d\n", src_id, src_data); in r600_irq_process() 4163 switch (src_data) { in r600_irq_process() 4188 DRM_DEBUG("Unhandled interrupt: %d %d\n", src_id, src_data); in r600_irq_process() 4203 switch (src_data) { in r600_irq_process() 4254 DRM_DEBUG("Unhandled interrupt: %d %d\n", src_id, src_data); in r600_irq_process() 4259 switch (src_data) { in r600_irq_process() 4279 DRM_ERROR("Unhandled interrupt: %d %d\n", src_id, src_data); in r600_irq_process() [all …]
|
| H A D | cik.c | 7544 u32 src_id, src_data, ring_id; in cik_irq_process() local 7577 src_data = le32_to_cpu(rdev->ih.ring[ring_index + 1]) & 0xfffffff; in cik_irq_process() 7582 switch (src_data) { in cik_irq_process() 7607 DRM_DEBUG("Unhandled interrupt: %d %d\n", src_id, src_data); in cik_irq_process() 7612 switch (src_data) { in cik_irq_process() 7637 DRM_DEBUG("Unhandled interrupt: %d %d\n", src_id, src_data); in cik_irq_process() 7642 switch (src_data) { in cik_irq_process() 7667 DRM_DEBUG("Unhandled interrupt: %d %d\n", src_id, src_data); in cik_irq_process() 7672 switch (src_data) { in cik_irq_process() 7697 DRM_DEBUG("Unhandled interrupt: %d %d\n", src_id, src_data); in cik_irq_process() [all …]
|
| H A D | si.c | 6232 u32 src_id, src_data, ring_id; in si_irq_process() local 6263 src_data = le32_to_cpu(rdev->ih.ring[ring_index + 1]) & 0xfffffff; in si_irq_process() 6275 if (src_data == 0) { /* vblank */ in si_irq_process() 6289 } else if (src_data == 1) { /* vline */ in si_irq_process() 6294 src_id, src_data); in si_irq_process() 6318 if (src_data <= 5) { in si_irq_process() 6319 hpd_idx = src_data; in si_irq_process() 6324 } else if (src_data <= 11) { in si_irq_process() 6325 hpd_idx = src_data - 6; in si_irq_process() 6332 src_id, src_data); in si_irq_process() [all …]
|
| /linux/drivers/net/wireless/broadcom/b43legacy/ |
| H A D | main.c | 1054 const u8 *src_data; in b43legacy_generate_probe_resp() local 1062 src_data = (const u8 *)dev->wl->current_beacon->data; in b43legacy_generate_probe_resp() 1077 memcpy(dest_data, src_data, ie_start); in b43legacy_generate_probe_resp() 1081 elem_size = src_data[src_pos + 1] + 2; in b43legacy_generate_probe_resp() 1082 if (src_data[src_pos] == 5) { in b43legacy_generate_probe_resp() 1086 memcpy(dest_data + dest_pos, src_data + src_pos, elem_size); in b43legacy_generate_probe_resp()
|