Home
last modified time | relevance | path

Searched refs:line_count (Results 1 – 20 of 20) sorted by relevance

/drivers/gpu/drm/nouveau/
Dnouveau_bo85b5.c52 int line_count = (page_count > 8191) ? 8191 : page_count; in nva3_bo_move_copy() local
65 0x0328, line_count); in nva3_bo_move_copy()
68 page_count -= line_count; in nva3_bo_move_copy()
69 src_offset += (PAGE_SIZE * line_count); in nva3_bo_move_copy()
70 dst_offset += (PAGE_SIZE * line_count); in nva3_bo_move_copy()
Dnouveau_bo90b5.c45 int line_count = (page_count > 8191) ? 8191 : page_count; in nvc0_bo_move_copy() local
58 0x0328, line_count); in nvc0_bo_move_copy()
61 page_count -= line_count; in nvc0_bo_move_copy()
62 src_offset += (PAGE_SIZE * line_count); in nvc0_bo_move_copy()
63 dst_offset += (PAGE_SIZE * line_count); in nvc0_bo_move_copy()
Dnouveau_bo9039.c50 int line_count = (page_count > 2047) ? 2047 : page_count; in nvc0_bo_move_m2mf() local
68 LINE_COUNT, line_count); in nvc0_bo_move_m2mf()
78 page_count -= line_count; in nvc0_bo_move_m2mf()
79 src_offset += (PAGE_SIZE * line_count); in nvc0_bo_move_m2mf()
80 dst_offset += (PAGE_SIZE * line_count); in nvc0_bo_move_m2mf()
Dnouveau_bo0039.c67 int line_count = (page_count > 2047) ? 2047 : page_count; in nv04_bo_move_m2mf() local
78 LINE_COUNT, line_count, in nv04_bo_move_m2mf()
88 page_count -= line_count; in nv04_bo_move_m2mf()
89 src_offset += (PAGE_SIZE * line_count); in nv04_bo_move_m2mf()
90 dst_offset += (PAGE_SIZE * line_count); in nv04_bo_move_m2mf()
/drivers/media/pci/bt8xx/
Dbt878.c128 bt->line_count = bt->block_count; in bt878_make_risc()
132 bt->line_count <<= 1; in bt878_make_risc()
135 if (bt->line_count > 255) { in bt878_make_risc()
153 bt->line_count, bt->line_bytes); in bt878_risc_program()
154 for (line = 0; line < bt->line_count; line++) { in bt878_risc_program()
178 btwrite((bt->line_count << 16) | bt->line_bytes, BT878_APACK_LEN); in bt878_risc_program()
Dbt878.h112 u32 line_count; member
/drivers/acpi/acpica/
Ddbinput.c347 u32 line_count; in acpi_db_match_command_help() local
372 line_count = help->line_count; in acpi_db_match_command_help()
373 while (line_count) { in acpi_db_match_command_help()
377 line_count--; in acpi_db_match_command_help()
Dacdebug.h28 u8 line_count; /* Number of help lines */ member
/drivers/media/platform/xilinx/
Dxilinx-csi2rxss.c449 u32 line_count, byte_count, data_type; in xcsi2rxss_log_status() local
454 line_count = data & XCSI_VCXINF1R_LINECOUNT; in xcsi2rxss_log_status()
455 line_count >>= XCSI_VCXINF1R_LINECOUNT_SHIFT; in xcsi2rxss_log_status()
462 dev_info(dev, "%d\t%d\t\t%d\t\t0x%x\n", i, line_count, in xcsi2rxss_log_status()
/drivers/gpu/drm/amd/display/modules/hdcp/
Dhdcp_log.c36 uint32_t line_count = msg_size / bytes_per_line, in mod_hdcp_dump_binary_message() local
38 uint32_t target_size = (byte_size * bytes_per_line + newline_size) * line_count + in mod_hdcp_dump_binary_message()
/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_intf.h49 u32 line_count; /* current line count including blanking */ member
Ddpu_kms.h108 u32 line_count; member
Ddpu_hw_intf.c305 s->line_count = DPU_REG_READ(c, INTF_LINE_COUNT); in dpu_hw_intf_get_status()
307 s->line_count = 0; in dpu_hw_intf_get_status()
Ddpu_encoder_phys_vid.c669 if ((s.line_count > fetch_start) && in dpu_encoder_phys_vid_get_frame_count()
670 (s.line_count <= mode.vtotal)) in dpu_encoder_phys_vid_get_frame_count()
/drivers/media/platform/ti/vpe/
Dvpdma_priv.h578 static inline u32 ctd_pixel_line_count(int pixel_count, int line_count) in ctd_pixel_line_count() argument
580 return (pixel_count << CTD_PIXEL_COUNT_SHFT) | line_count; in ctd_pixel_line_count()
/drivers/media/i2c/ccs/
Dccs-core.c244 int line_count = 0; in ccs_read_frame_fmt() local
339 sensor->embedded_start = line_count; in ccs_read_frame_fmt()
340 sensor->embedded_end = line_count + pixels; in ccs_read_frame_fmt()
343 sensor->image_start = line_count; in ccs_read_frame_fmt()
346 line_count += pixels; in ccs_read_frame_fmt()
/drivers/net/ethernet/qlogic/qed/
Dqed_dev.c2165 u32 line_count; in qed_resc_alloc() local
2210 rc = qed_cxt_cfg_ilt_compute(p_hwfn, &line_count); in qed_resc_alloc()
2218 qed_cxt_cfg_ilt_compute_excess(p_hwfn, line_count); in qed_resc_alloc()
2227 rc = qed_cxt_cfg_ilt_compute(p_hwfn, &line_count); in qed_resc_alloc()
2231 line_count); in qed_resc_alloc()
Dqed_cxt.c456 int qed_cxt_cfg_ilt_compute(struct qed_hwfn *p_hwfn, u32 *line_count) in qed_cxt_cfg_ilt_compute() argument
724 *line_count = curr_line - p_hwfn->p_cxt_mngr->pf_start_line; in qed_cxt_cfg_ilt_compute()
/drivers/net/usb/
Dhso.c336 static void dbg_dump(int line_count, const char *func_name, unsigned char *buf, in dbg_dump() argument
341 sprintf(name, "hso[%d:%s]", line_count, func_name); in dbg_dump()
/drivers/acpi/nfit/
Dcore.c858 return sizeof(*idt) + sizeof(u32) * idt->line_count; in sizeof_idt()
889 idt->interleave_index, idt->line_count); in add_idt()