Searched refs:start_line (Results 1 - 25 of 28) sorted by relevance

12

/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/raw/raw_1.0/
H A Dia_css_raw_param.h35 u32 start_line; /*top crop offset*/ member in struct:sh_css_isp_raw_isp_config
H A Dia_css_raw.host.c97 to->start_line = in_info->crop_info.start_line;
/linux-master/drivers/staging/media/atomisp/pci/runtime/ifmtr/src/
H A Difmtr.c39 unsigned int *start_line);
77 unsigned int start_line, start_column = 0, local
144 err = ifmtr_input_start_line(config, cropped_height, &start_line);
390 start_line = 0;
392 cropped_height -= start_line;
396 if_a_config.start_line = start_line;
425 if_b_config.start_line = start_line;
528 unsigned int *start_line)
525 ifmtr_input_start_line( const struct ia_css_stream_config *config, unsigned int bin_in, unsigned int *start_line) argument
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Doptc.h115 uint32_t start_line,
119 uint32_t start_line);
122 uint32_t start_line);
H A Dtiming_generator.h174 uint32_t start_line,
178 uint32_t start_line);
181 uint32_t start_line);
/linux-master/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Dinput_formatter_local.h71 int start_line; member in struct:input_formatter_state_s
H A Dinput_formatter.c147 state->start_line = input_formatter_reg_load(ID,
/linux-master/arch/sparc/boot/
H A Dpiggyback.c71 static int start_line(const char *line) function
112 if (start_line(buffer))
/linux-master/drivers/staging/media/atomisp/pci/
H A Dia_css_frame_public.h106 unsigned int start_line; member in struct:ia_css_crop_info
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_cxt.c370 u32 start_line, u32 total_size, u32 elem_size)
382 p_blk->start_line = start_line;
404 p_blk->real_size_in_page, p_blk->start_line);
503 p_cli->pf_total_lines = curr_line - p_blk->start_line;
516 p_cli->vf_total_lines = curr_line - p_blk->start_line;
567 line = p_cli->pf_blks[CDUT_SEG_BLK(i)].start_line;
581 p_cli->pf_total_lines = curr_line - p_cli->pf_blks[0].start_line;
606 line = p_cli->vf_blks[CDUT_SEG_BLK(0)].start_line;
616 p_cli->vf_blks[0].start_line;
368 qed_ilt_cli_blk_fill(struct qed_ilt_client_cfg *p_cli, struct qed_ilt_cli_blk *p_blk, u32 start_line, u32 total_size, u32 elem_size) argument
2327 u32 start_line, end_line, shadow_start_line, shadow_end_line; local
[all...]
H A Dqed_cxt.h274 u32 start_line; member in struct:qed_ilt_cli_blk
/linux-master/drivers/gpu/drm/sti/
H A Dsti_vtg.c317 u32 start_line = mode.vtotal - mode.vsync_start + 1; local
320 start_line *= 2;
322 return start_line + y;
/linux-master/drivers/staging/media/atomisp/pci/hive_isp_css_common/
H A Dinput_formatter_global.h97 u32 start_line; member in struct:input_formatter_cfg_s
/linux-master/drivers/staging/fbtft/
H A Dfbtft-core.c229 static void fbtft_update_display(struct fbtft_par *par, unsigned int start_line, argument
249 if (start_line > end_line) {
251 "%s: start_line=%u is larger than end_line=%u. Shouldn't happen, will do full display update\n",
252 __func__, start_line, end_line);
253 start_line = 0;
256 if (start_line > par->info->var.yres - 1 ||
259 "%s: start_line=%u or end_line=%u is larger than max=%d. Shouldn't happen, will do full display update\n",
260 __func__, start_line,
262 start_line = 0;
266 fbtft_par_dbg(DEBUG_UPDATE_DISPLAY, par, "%s(start_line
[all...]
H A Dfbtft.h71 unsigned int start_line, unsigned int end_line);
/linux-master/tools/perf/util/
H A Dblock-info.c289 char *start_line, *end_line; local
293 start_line = map__srcline(he->ms.map, bi->sym->start + bi->start,
299 if (start_line != SRCLINE_UNKNOWN &&
302 start_line, end_line);
308 zfree_srcline(&start_line);
/linux-master/drivers/gpu/drm/amd/display/dc/optc/dcn10/
H A Ddcn10_optc.c107 uint32_t start_line,
113 OTG_VERTICAL_INTERRUPT0_LINE_START, start_line,
119 uint32_t start_line)
124 OTG_VERTICAL_INTERRUPT1_LINE_START, start_line);
129 uint32_t start_line)
134 OTG_VERTICAL_INTERRUPT2_LINE_START, start_line);
105 optc1_setup_vertical_interrupt0( struct timing_generator *optc, uint32_t start_line, uint32_t end_line) argument
117 optc1_setup_vertical_interrupt1( struct timing_generator *optc, uint32_t start_line) argument
127 optc1_setup_vertical_interrupt2( struct timing_generator *optc, uint32_t start_line) argument
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c3792 uint32_t *start_line,
3799 *start_line = vupdate_pos - ((vupdate_pos / timing->v_total) * timing->v_total);
3801 *start_line = vupdate_pos + ((-vupdate_pos / timing->v_total) + 1) * timing->v_total - 1;
3802 *end_line = (*start_line + 2) % timing->v_total;
3808 uint32_t *start_line,
3822 *start_line = vline_pos - ((vline_pos / timing->v_total) * timing->v_total);
3824 *start_line = vline_pos + ((-vline_pos / timing->v_total) + 1) * timing->v_total - 1;
3825 *end_line = (*start_line + 2) % timing->v_total;
3827 // vsync is line 0 so start_line is just the requested line offset
3828 *start_line
3789 dcn10_calc_vupdate_position( struct dc *dc, struct pipe_ctx *pipe_ctx, uint32_t *start_line, uint32_t *end_line) argument
3805 dcn10_cal_vline_position( struct dc *dc, struct pipe_ctx *pipe_ctx, uint32_t *start_line, uint32_t *end_line) argument
3839 uint32_t start_line = 0; local
3850 int start_line = dc->hwss.get_vupdate_offset_from_vsync(pipe_ctx); local
[all...]
H A Ddcn10_hwseq.h40 uint32_t *start_line,
/linux-master/tools/perf/
H A Dbuiltin-diff.c1360 char *start_line, *end_line; local
1375 start_line = map__srcline(he->ms.map, bi->sym->start + bi->start,
1381 if (start_line != SRCLINE_UNKNOWN &&
1384 start_line, end_line, block_he->diff.cycles);
1390 zfree_srcline(&start_line);
/linux-master/drivers/video/fbdev/
H A Dsmscufx.c859 int len, status, urb_lines, start_line = 0; local
869 while (start_line < height) {
883 urb_lines = min(urb_lines, (height - start_line));
887 ufx_raw_rect(dev, urb->transfer_buffer, x, (y + start_line), width, urb_lines);
893 start_line += urb_lines;
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/
H A Dhw_sequencer.h246 uint32_t *start_line,
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_init_ops.h695 int abs_idx = ilt->start_line + idx;
778 bnx2x_ilt_boundry_init_op(bp, ilt_cli, ilt->start_line, initop);
H A Dbnx2x_init.h519 u32 start_line; member in struct:bnx2x_ilt
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c2663 int start_line = dc->hwss.get_vupdate_offset_from_vsync(pipe_ctx); local
2665 if (start_line < 0)
2666 start_line = 0;
2669 tg->funcs->setup_vertical_interrupt2(tg, start_line);

Completed in 367 milliseconds

12