Home
last modified time | relevance | path

Searched refs:output_mode (Results 1 – 25 of 65) sorted by relevance

123

/linux-6.3-rc2/drivers/gpu/drm/nouveau/dispnv04/
A Ddfp.c298 drm_mode_debug_printmodeline(output_mode); in nv04_dfp_mode_set()
304 (output_mode->hsync_start - output_mode->hdisplay) >= in nv04_dfp_mode_set()
306 regp->fp_horiz_regs[FP_CRTC] = output_mode->hdisplay; in nv04_dfp_mode_set()
315 regp->fp_vert_regs[FP_TOTAL] = output_mode->vtotal - 1; in nv04_dfp_mode_set()
327 if (output_mode->flags & DRM_MODE_FLAG_PVSYNC) in nv04_dfp_mode_set()
329 if (output_mode->flags & DRM_MODE_FLAG_PHSYNC) in nv04_dfp_mode_set()
343 output_mode->clock > 165000) in nv04_dfp_mode_set()
358 if (output_mode->clock > 165000) in nv04_dfp_mode_set()
376 panel_ratio = (1 << 12) * output_mode->hdisplay / output_mode->vdisplay; in nv04_dfp_mode_set()
394 diff = output_mode->hdisplay - in nv04_dfp_mode_set()
[all …]
A Dtvnv17.c266 (output_mode->flags & in nv17_tv_get_hd_modes()
271 if (output_mode->hdisplay <= 720 in nv17_tv_get_hd_modes()
272 || output_mode->hdisplay >= 1920) { in nv17_tv_get_hd_modes()
273 mode->htotal = output_mode->htotal; in nv17_tv_get_hd_modes()
279 if (output_mode->vdisplay >= 1024) { in nv17_tv_get_hd_modes()
280 mode->vtotal = output_mode->vtotal; in nv17_tv_get_hd_modes()
282 mode->vsync_end = output_mode->vsync_end; in nv17_tv_get_hd_modes()
310 struct drm_display_mode *output_mode = in nv17_tv_mode_valid() local
520 struct drm_display_mode *output_mode = in nv17_tv_mode_set() local
537 output_mode->hsync_start - 1; in nv17_tv_mode_set()
[all …]
A Dtvmodesnv17.c548 struct drm_display_mode *output_mode = in nv17_ctv_update_rescaler() local
553 if (output_mode->flags & DRM_MODE_FLAG_INTERLACE) in nv17_ctv_update_rescaler()
558 hmargin = (output_mode->hdisplay - crtc_mode->hdisplay) / 2; in nv17_ctv_update_rescaler()
559 vmargin = (output_mode->vdisplay - crtc_mode->vdisplay) / 2; in nv17_ctv_update_rescaler()
561 hmargin = interpolate(0, min(hmargin, output_mode->hdisplay/20), in nv17_ctv_update_rescaler()
563 vmargin = interpolate(0, min(vmargin, output_mode->vdisplay/20), in nv17_ctv_update_rescaler()
567 (output_mode->hdisplay - 2*hmargin); in nv17_ctv_update_rescaler()
569 (output_mode->vdisplay - 2*vmargin) & ~3; in nv17_ctv_update_rescaler()
572 regs->fp_horiz_regs[FP_VALID_END] = output_mode->hdisplay - hmargin - 1; in nv17_ctv_update_rescaler()
574 regs->fp_vert_regs[FP_VALID_END] = output_mode->vdisplay - vmargin - 1; in nv17_ctv_update_rescaler()
/linux-6.3-rc2/drivers/media/usb/cx231xx/
A Dcx231xx-cards.c89 .output_mode = OUT_MODE_VIP11,
129 .output_mode = OUT_MODE_VIP11,
169 .output_mode = OUT_MODE_VIP11,
210 .output_mode = OUT_MODE_VIP11,
245 .output_mode = OUT_MODE_VIP11,
281 .output_mode = OUT_MODE_VIP11,
309 .output_mode = OUT_MODE_VIP11,
337 .output_mode = OUT_MODE_VIP11,
371 .output_mode = OUT_MODE_VIP11,
398 .output_mode = OUT_MODE_VIP11,
[all …]
/linux-6.3-rc2/drivers/gpu/drm/rockchip/
A Drockchip_rgb.c33 int output_mode; member
53 s->output_mode = ROCKCHIP_OUT_MODE_P666; in rockchip_rgb_encoder_atomic_check()
56 s->output_mode = ROCKCHIP_OUT_MODE_P565; in rockchip_rgb_encoder_atomic_check()
61 s->output_mode = ROCKCHIP_OUT_MODE_P888; in rockchip_rgb_encoder_atomic_check()
A Drockchip_drm_drv.h30 int output_mode; member
/linux-6.3-rc2/drivers/gpu/drm/atmel-hlcdc/
A Datmel_hlcdc_crtc.c36 unsigned int output_mode; member
140 cfg = state->output_mode << 8; in atmel_hlcdc_crtc_mode_set_nofb()
322 hstate->output_mode = fls(output_fmts) - 1; in atmel_hlcdc_crtc_select_output_mode()
437 state->output_mode = cur->output_mode; in atmel_hlcdc_crtc_duplicate_state()
/linux-6.3-rc2/scripts/
A Dkernel-doc136 my $output_mode = "rst";
290 $output_mode = "man";
294 $output_mode = "rst";
298 $output_mode = "none";
535 if ($output_mode eq "man" && substr($line, 0, 1) eq ".") {
1054 my $func = "output_${functype}_$output_mode";
1074 my $func = "output_blockhead_" . $output_mode;
2318 output_mode ne "none") {
2331 if ($output_mode eq "rst") {
2385 exit($output_mode eq "none" ? 0 : $errors)
/linux-6.3-rc2/drivers/iio/dac/
A Dad5770r.c138 struct ad5770r_out_range output_mode[AD5770R_MAX_CHANNELS]; member
255 out_range = st->output_mode[ch].out_range_mode; in ad5770r_get_range()
421 st->output_mode[index].out_range_mode = ad5770r_rng_tbl[i].mode; in ad5770r_store_output_range()
458 st->output_mode[0].out_range_mode > AD5770R_CH0_0_300) { in ad5770r_write_dac_powerdown()
573 ret = ad5770r_set_output_mode(st, &st->output_mode[i], i); in ad5770r_init()
/linux-6.3-rc2/drivers/media/dvb-frontends/
A Dcx22702.h28 u8 output_mode; member
A Ds5h1409.h22 u8 output_mode; member
A Ds5h1411.h23 u8 output_mode; member
A Ds5h1432.h27 u8 output_mode; member
A Dtda10048.h24 u8 output_mode; member
A Dtda1002x.h42 u8 output_mode; member
A Ddib7000p.h36 u8 output_mode; member
A Ddib8000.h34 u8 output_mode; member
A Ddib9000.h26 u8 output_mode; member
/linux-6.3-rc2/drivers/gpu/drm/nouveau/dispnv50/
A Datom.h63 u8 output_mode:2; member
203 u8 output_mode:2; member
A Dwndwc57e.c137 NVVAL(NVC57E, SET_ILUT_CONTROL, INTERPOLATE, asyw->xlut.i.output_mode), in wndwc57e_ilut_set()
192 asyw->xlut.i.output_mode = NVC57E_SET_ILUT_CONTROL_INTERPOLATE_DISABLE; in wndwc57e_ilut()
A Dheadc57d.c108 NVVAL(NVC57D, HEAD_SET_OLUT_CONTROL, INTERPOLATE, asyh->olut.output_mode) | in headc57d_olut_set()
180 asyh->olut.output_mode = NVC57D_HEAD_SET_OLUT_CONTROL_INTERPOLATE_ENABLE; in headc57d_olut()
/linux-6.3-rc2/drivers/iio/adc/
A Dad9467.c121 unsigned int output_mode; member
378 return ad9467_outputmode_set(st->spi, st->output_mode); in ad9467_preenable_setup()
438 st->output_mode = info->default_output_mode | in ad9467_probe()
/linux-6.3-rc2/drivers/media/pci/ivtv/
A Divtv-streams.c505 if (itv->output_mode == OUT_PASSTHROUGH) { in ivtv_start_v4l2_encode_stream()
516 if (itv->output_mode == OUT_PASSTHROUGH) { in ivtv_start_v4l2_encode_stream()
693 if (itv->output_mode == OUT_PASSTHROUGH) { in ivtv_setup_v4l2_decode_stream()
992 if (itv->output_mode == OUT_PASSTHROUGH) { in ivtv_passthrough_mode()
1021 if (itv->output_mode != OUT_PASSTHROUGH) in ivtv_passthrough_mode()
1032 itv->output_mode = OUT_NONE; in ivtv_passthrough_mode()
/linux-6.3-rc2/drivers/media/pci/cx23885/
A Dcx23885-dvb.c181 .output_mode = S5H1409_SERIAL_OUTPUT,
191 .output_mode = TDA10048_SERIAL_OUTPUT,
213 .output_mode = S5H1409_SERIAL_OUTPUT,
223 .output_mode = S5H1409_SERIAL_OUTPUT,
233 .output_mode = S5H1409_SERIAL_OUTPUT,
251 .output_mode = S5H1409_SERIAL_OUTPUT,
261 .output_mode = S5H1409_SERIAL_OUTPUT,
270 .output_mode = S5H1411_SERIAL_OUTPUT,
280 .output_mode = S5H1411_SERIAL_OUTPUT,
447 .output_mode = OUTMODE_MPEG2_SERIAL,
[all …]
/linux-6.3-rc2/drivers/media/usb/pvrusb2/
A Dpvrusb2-devattr.c300 .output_mode = TDA10048_PARALLEL_OUTPUT,
398 .output_mode = S5H1409_PARALLEL_OUTPUT,
406 .output_mode = S5H1411_PARALLEL_OUTPUT,

Completed in 56 milliseconds

123