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

/openbsd-current/sys/dev/pci/drm/amd/display/dc/dml/
H A Ddisplay_mode_lib.c169 display_output_params_st *dout; local
178 dout = &(pipes[i].dout);
265 dml_print("DML PARAMS: output_type = %d\n", dout->output_type);
266 dml_print("DML PARAMS: output_format = %d\n", dout->output_format);
267 dml_print("DML PARAMS: dsc_input_bpc = %d\n", dout->dsc_input_bpc);
268 dml_print("DML PARAMS: output_bpp = %3.4f\n", dout->output_bpp);
269 dml_print("DML PARAMS: dp_lanes = %d\n", dout->dp_lanes);
270 dml_print("DML PARAMS: dsc_enable = %d\n", dout->dsc_enable);
271 dml_print("DML PARAMS: dsc_slices = %d\n", dout
[all...]
H A Ddisplay_mode_vba.c537 display_output_params_st *dout = &pipes[j].dout; local
571 mode_lib->vba.OutputLinkDPRate[mode_lib->vba.NumberOfActivePlanes] = dout->dp_rate;
579 mode_lib->vba.OutputMultistreamEn[mode_lib->vba.NumberOfActiveSurfaces] = dout->dp_multistream_en;
580 mode_lib->vba.OutputMultistreamId[mode_lib->vba.NumberOfActiveSurfaces] = dout->dp_multistream_id;
626 (enum output_format_class) (dout->output_format);
628 dout->output_bpp;
630 (enum output_encoder_class) (dout->output_type);
632 dout->is_virtual;
634 if (dout
[all...]
H A Ddisplay_mode_structs.h558 display_output_params_st dout; member in struct:_vcs_dpi_display_e2e_pipe_params_st
H A Ddml1_display_rq_dlg_calc.c1285 if (e2e_pipe_param->dout.output_format == dm_420)
/openbsd-current/usr.sbin/iscsid/
H A Dvscsi.c299 struct iscsi_pdu_data_out *dout; local
312 if (!(dout = pdu_gethdr(p)))
315 dout->opcode = ISCSI_OP_DATA_OUT;
317 dout->flags = 0x80; /* XXX magic value: F flag*/
319 dout->lun[1] = t->lun;
320 dout->ttt = ttt;
321 dout->datasn = htonl(dsn++);
323 memcpy(&dout->ahslen, &t32, sizeof(t32));
325 dout->buffer_offs = htonl(buffer_off + off);
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/
H A Dencengine.c96 STRLEN dlen, STRLEN * dout, int approx, const U8 *term, STRLEN tlen)
158 *dout = d - dst;
95 do_encode(const encpage_t * enc, const U8 * src, STRLEN * slen, U8 * dst, STRLEN dlen, STRLEN * dout, int approx, const U8 *term, STRLEN tlen) argument
/openbsd-current/sys/dev/fdt/
H A Drkrng.c81 bus_size_t dout; member in struct:rkrng_v
106 .dout = RNG_DATA0,
118 .dout = TRNG_DOUT_BASE,
237 enqueue_randomness(HREAD4(sc, sc->sc_v->dout + off));
/openbsd-current/regress/usr.bin/mandoc/db/run/
H A DMakefile42 CLEANFILES += ${ALL_TESTS:C/$/.dout/} ${ALL_TESTS:C/$/.derr/} all.derr
50 ${NAME}: ${NAME}.dout ${NAME}.derr
52 diff -u ${.CURDIR}/../out/${NAME}.dout ${NAME}.dout
56 ${NAME}: ${NAME}.dout ${NAME}.derr
58 diff -u ${.CURDIR}/../out/${NAME}.dout ${NAME}.dout
62 ${NAME}: ${NAME}.dout ${NAME}.derr
64 test \! -s ${NAME}.dout
82 ${NAME}.dout
[all...]
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dml/dcn314/
H A Ddcn314_fpu.c371 pipes[pipe_cnt].dout.dsc_input_bpc = 0;
373 if (pipes[pipe_cnt].dout.dsc_enable) {
376 pipes[pipe_cnt].dout.dsc_input_bpc = 8;
379 pipes[pipe_cnt].dout.dsc_input_bpc = 10;
382 pipes[pipe_cnt].dout.dsc_input_bpc = 12;
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dml/dcn20/
H A Ddcn20_fpu.c1002 pipes[pipe_cnt].dout.wb_enable = (wb_info->wb_enabled == true) ? 1 : 0;
1003 pipes[pipe_cnt].dout.num_active_wb++;
1004 pipes[pipe_cnt].dout.wb.wb_src_height = wb_info->dwb_params.cnv_params.crop_height;
1005 pipes[pipe_cnt].dout.wb.wb_src_width = wb_info->dwb_params.cnv_params.crop_width;
1006 pipes[pipe_cnt].dout.wb.wb_dst_width = wb_info->dwb_params.dest_width;
1007 pipes[pipe_cnt].dout.wb.wb_dst_height = wb_info->dwb_params.dest_height;
1008 pipes[pipe_cnt].dout.wb.wb_htaps_luma = 1;
1009 pipes[pipe_cnt].dout.wb.wb_vtaps_luma = 1;
1010 pipes[pipe_cnt].dout.wb.wb_htaps_chroma = wb_info->dwb_params.scaler_taps.h_taps_c;
1011 pipes[pipe_cnt].dout
[all...]
H A Ddisplay_rq_dlg_calc_20v2.c797 const display_output_params_st *dout = &e2e_pipe_param[pipe_idx].dout; local
1028 if (dout->dsc_enable) {
H A Ddisplay_rq_dlg_calc_20.c797 const display_output_params_st *dout = &e2e_pipe_param[pipe_idx].dout; local
1027 if (dout->dsc_enable) {
/openbsd-current/libexec/ftpd/
H A Dftpd.c1114 FILE *fin, *dout; local
1165 dout = dataconn(name, st.st_size, "w");
1166 if (dout == NULL)
1169 send_data(fin, dout, st.st_blksize, st.st_size,
1173 (void) fclose(dout);
2586 FILE *dout = NULL; local
2626 if (dout != NULL) {
2627 (void) fclose(dout);
2636 if (dout == NULL) {
2637 dout
[all...]
/openbsd-current/usr.bin/ftp/
H A Dftp.c580 FILE * volatile fin, * volatile dout; local
590 dout = NULL;
735 dout = dataconn(lmode);
736 if (dout == NULL)
750 if ((d = write(fileno(dout), bufp, (size_t)c))
788 if (ferror(dout))
790 (void)putc('\r', dout);
793 (void)putc(c, dout);
796 if (ferror(fin) || ferror(dout))
806 if (ferror(dout)) {
[all...]
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dml/dcn30/
H A Ddcn30_fpu.c275 pipes[pipe_cnt].dout.wb_enable = 0;
276 pipes[pipe_cnt].dout.num_active_wb = 0;
282 pipes[pipe_cnt].dout.wb_enable = 1;
283 pipes[pipe_cnt].dout.num_active_wb++;
338 pipes[pipe_cnt].dout.wb = dout_wb;
H A Ddisplay_rq_dlg_calc_30.c908 const display_output_params_st *dout = &e2e_pipe_param[pipe_idx].dout; local
1127 if (dout->dsc_enable) {
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn315/
H A Ddcn315_resource.c1690 pipes[pipe_cnt].dout.dsc_input_bpc = 0;
1717 if (pipes[pipe_cnt].dout.dsc_enable) {
1720 pipes[pipe_cnt].dout.dsc_input_bpc = 8;
1723 pipes[pipe_cnt].dout.dsc_input_bpc = 10;
1726 pipes[pipe_cnt].dout.dsc_input_bpc = 12;
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn316/
H A Ddcn316_resource.c1641 pipes[pipe_cnt].dout.dsc_input_bpc = 0;
1646 if (pipes[pipe_cnt].dout.dsc_enable) {
1649 pipes[pipe_cnt].dout.dsc_input_bpc = 8;
1652 pipes[pipe_cnt].dout.dsc_input_bpc = 10;
1655 pipes[pipe_cnt].dout.dsc_input_bpc = 12;
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dml/dcn21/
H A Ddisplay_rq_dlg_calc_21.c843 const display_output_params_st *dout = &e2e_pipe_param[pipe_idx].dout; local
1067 if (dout->dsc_enable) {
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn31/
H A Ddcn31_resource.c1674 pipes[pipe_cnt].dout.dsc_input_bpc = 0;
1680 if (pipes[pipe_cnt].dout.dsc_enable) {
1683 pipes[pipe_cnt].dout.dsc_input_bpc = 8;
1686 pipes[pipe_cnt].dout.dsc_input_bpc = 10;
1689 pipes[pipe_cnt].dout.dsc_input_bpc = 12;
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn32/
H A Ddcn32_resource.c1970 pipes[pipe_cnt].dout.dsc_input_bpc = 0;
1971 if (pipes[pipe_cnt].dout.dsc_enable) {
1974 pipes[pipe_cnt].dout.dsc_input_bpc = 8;
1977 pipes[pipe_cnt].dout.dsc_input_bpc = 10;
1980 pipes[pipe_cnt].dout.dsc_input_bpc = 12;
/openbsd-current/sys/dev/pci/
H A Denvy.c370 int clk, dout, csmask, cs; local
377 dout = 0x10;
382 dout = 0x8;
395 reg &= ~(clk | dout);
396 reg |= (bits & 0x8000) ? dout : 0;
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/Encode/
H A Dencode.h78 U8 *dst, STRLEN dlen, STRLEN *dout, int approx,
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c384 pipe_e2e->dout.output_format,
385 pipe_e2e->dout.output_type,
389 pipe_e2e->dout.dsc_enable != 0,
396 pipe_e2e->dout.dsc_slices,
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dml/calcs/
H A Ddcn_calcs.c501 input->dout.output_format = (v->output_format[in_idx] == dcn_bw_420) ? dm_420 : dm_444;
502 input->dout.output_type = (v->output[in_idx] == dcn_bw_hdmi) ? dm_hdmi : dm_dp;
503 //input[in_idx].dout.output_standard;

Completed in 251 milliseconds