Home
last modified time | relevance | path

Searched refs:dc (Results 1 – 25 of 217) sorted by relevance

123456789

/dragonfly/sys/dev/drm/amd/display/dc/core/
H A Ddc.c82 struct dc *dc, in create_links() argument
124 link->dc = dc; in create_links()
143 link->dc = dc; in create_links()
556 dc_ctx->dc = dc; in construct()
731 struct dc *dc, in enable_timing_multisync() argument
755 struct dc *dc, in program_timing_sync() argument
829 struct dc *dc, in context_changed() argument
846 struct dc *dc, in dc_enable_stereo() argument
1289 struct dc *dc, in check_update_surfaces_for_stream() argument
1601 struct dc *dc, in dc_set_power_state() argument
[all …]
/dragonfly/sys/dev/drm/amd/display/dc/inc/
H A Dhw_sequencer.h82 struct dc *dc,
106 struct dc *dc,
114 struct dc *dc,
133 struct dc *dc,
139 struct dc *dc,
172 struct dc *dc,
176 struct dc *dc,
181 struct dc *dc,
197 struct dc *dc);
201 struct dc *dc);
[all …]
H A Dresource.h71 struct dc *dc,
76 struct dc *dc,
81 void dc_destroy_resource_pool(struct dc *dc);
84 const struct dc *dc,
91 const struct dc *dc,
153 const struct dc *dc,
158 const struct dc *dc,
/dragonfly/sys/dev/drm/amd/display/dc/calcs/
H A Ddcn_calcs.c40 dc->ctx->logger
429 const struct dc *dc, in dcn_bw_calc_rq_dlg_ttu() argument
696 struct dc *dc, in dcn_validate_bandwidth() argument
1199 const struct dc *dc, in dcn_find_normalized_clock_vdd_Level() argument
1289 const struct dc *dc, in dcn_find_dcfclk_suits_all() argument
1345 void dcn_bw_update_from_pplib(struct dc *dc) in dcn_bw_update_from_pplib() argument
1408 void dcn_bw_notify_pplib_of_wm_ranges(struct dc *dc) in dcn_bw_notify_pplib_of_wm_ranges() argument
1471 void dcn_bw_sync_calcs_and_dml(struct dc *dc) in dcn_bw_sync_calcs_and_dml() argument
1643 dc->dml.ip.max_num_dpp = dc->dcn_ip->max_num_dpp; in dcn_bw_sync_calcs_and_dml()
1651 dc->dml.ip.max_hscl_taps = dc->dcn_ip->max_hscl_taps; in dcn_bw_sync_calcs_and_dml()
[all …]
/dragonfly/usr.sbin/dconschat/
H A Ddconschat.c158 dc = ≻ in dconschat_cleanup()
251 if (dc->paddr == 0 && (dc->flags & F_USE_CROM) != 0) { in dconschat_fetch_header()
259 if (dread(dc, &dbuf, DCONS_HEADER_SIZE, dc->paddr) < 0) { in dconschat_fetch_header()
532 kevent(dc->kq, &kev, 1, NULL, 0, &dc->zero); in dconschat_init_socket()
565 error = kevent(dc->kq, &kev, 1, NULL, 0, &dc->to); in dconschat_init_socket()
605 kevent(dc->kq, &kev, 1, NULL, 0, &dc->zero); in dconschat_accept_socket()
705 kevent(dc->kq, &kev, 1, NULL, 0, &dc->zero); in dconschat_read_socket()
711 kevent(dc->kq, &kev, 1, NULL, 0, &dc->zero); in dconschat_read_socket()
724 n = kevent(dc->kq, NULL, 0, elist, NEVENT, &dc->to); in dconschat_proc_socket()
819 dc = &sc; in main()
[all …]
/dragonfly/sys/dev/drm/amd/display/dc/
H A Ddc_stream.h141 void dc_commit_updates_for_stream(struct dc *dc,
172 struct dc *dc,
177 struct dc *dc,
183 const struct dc *dc,
189 const struct dc *dc,
195 const struct dc *dc,
200 const struct dc *dc,
221 struct dc *dc,
228 struct dc *dc,
272 bool dc_stream_configure_crc(struct dc *dc,
[all …]
H A Ddc.h155 struct dc;
161 bool (*get_dcc_compression_cap)(const struct dc *dc,
356 void dc_destroy(struct dc **dc);
587 struct dc *dc);
603 struct dc *dc,
608 const struct dc *dc,
616 const struct dc *dc,
737 struct dc *dc,
743 struct dc *dc, uint32_t link_index);
750 struct dc *dc,
[all …]
/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer.c600 struct dc *dc, in false_optc_underflow_wa() argument
630 struct dc *dc) in dcn10_enable_stream_timing() argument
714 struct dc *dc, in reset_back_end_for_pipe() argument
1101 struct dc *dc, in reset_hw_ctx_wrap() argument
1269 struct dc *dc, in dcn10_pipe_control_lock() argument
1329 struct dc *dc, in dcn10_enable_timing_synchronization() argument
1359 struct dc *dc, in dcn10_enable_per_frame_crtc_position_reset() argument
1589 struct dc *dc, in dcn10_enable_plane() argument
2005 struct dc *dc, in update_dchubp_dpp() argument
2232 struct dc *dc, in dcn10_pplib_apply_display_requirements() argument
[all …]
H A Ddcn10_hw_sequencer.h31 struct dc;
33 void dcn10_hw_sequencer_construct(struct dc *dc);
40 void hwss1_plane_atomic_disconnect(struct dc *dc, struct pipe_ctx *pipe_ctx);
42 void dcn10_verify_allow_pstate_change_high(struct dc *dc);
45 struct dc *dc,
/dragonfly/sys/dev/misc/dcons/
H A Ddcons.c53 ch = &dc->i; in dcons_ischar()
82 ch = &dc->i; in dcons_checkc()
116 ch = &dc->o; in dcons_putc()
132 struct dcons_softc *dc; in dcons_init_port() local
134 dc = &sc[port]; in dcons_init_port()
138 dc->o.size = osize; in dcons_init_port()
141 dc->i.buf = dc->o.buf + osize; in dcons_init_port()
142 dc->o.gen = dc->i.gen = 0; in dcons_init_port()
143 dc->o.pos = dc->i.pos = 0; in dcons_init_port()
168 dc = &sc[port]; in dcons_load_buffer()
[all …]
H A Ddcons_os.c179 c = dcons_check_break(dc, dcons_checkc(dc)); in dcons_os_checkc()
203 dcons_putc(dc, c); in dcons_os_putc()
344 dc = &sc[i]; in dcons_timeout()
406 dcons_os_putc(dc, c); in dcons_cnputc()
425 dcons_os_putc(dc, c); in dcons_cnputc()
509 dc = &sc[port]; in dcons_attach_port()
510 dc->flags = flags; in dcons_attach_port()
513 dc->dev = (void *)dev; in dcons_attach_port()
520 tp->t_dev = dc->dev; in dcons_attach_port()
546 dc = &sc[port]; in dcons_detach()
[all …]
/dragonfly/sys/dev/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c189 struct dc *dc, in dce110_enable_display_power_gating() argument
1300 struct dc *dc) in dce110_enable_stream_timing() argument
1356 struct dc *dc) in apply_single_controller_ctx_to_hw() argument
1534 struct dc *dc) in disable_vga_and_power_gate_all_controllers() argument
1570 struct dc *dc, in get_link_for_edp_not_in_use() argument
1790 struct dc *dc, in get_max_pixel_clock_for_all_paths() argument
1894 struct dc *dc, in dce110_reset_hw_ctx_wrap() argument
1947 struct dc *dc, in dce110_setup_audio_dto() argument
2028 struct dc *dc, in dce110_apply_ctx_to_hw() argument
2279 struct dc *dc, in dce110_enable_timing_synchronization() argument
[all …]
H A Ddce110_resource.c787 const struct dc *dc, in build_mapped_resource() argument
810 struct dc *dc, in dce110_validate_bandwidth() argument
820 dc->ctx, in dce110_validate_bandwidth()
940 struct dc *dc, in dce110_validate_global() argument
950 struct dc *dc, in dce110_add_stream_to_ctx() argument
973 struct dc *dc = stream->ctx->dc; in dce110_acquire_underlay() local
995 dc, in dce110_acquire_underlay()
1093 dc->ctx, in bw_calcs_data_update_from_pplib()
1155 struct dc *dc, in construct() argument
1328 bw_calcs_init(dc->bw_dceip, dc->bw_vbios, dc->ctx->asic_id); in construct()
[all …]
/dragonfly/contrib/grep/src/
H A Ddfasearch.c102 kwsprep (dc->kwset); in kwsmusts()
181 struct dfa_comp *dc = xcalloc (1, sizeof (*dc)); in GEAcompile() local
200 dc->patterns = xmalloc (sizeof *dc->patterns); in GEAcompile()
201 dc->patterns++; in GEAcompile()
202 dc->pcount = 0; in GEAcompile()
242 dc->patterns = x2nrealloc (dc->patterns - 1, &palloc, in GEAcompile()
247 if (!regex_compile (dc, p, len, dc->pcount, lineno, !backref)) in GEAcompile()
283 dc->pcount++; in GEAcompile()
324 kwsmusts (dc); in GEAcompile()
329 return dc; in GEAcompile()
[all …]
/dragonfly/sys/dev/drm/amd/display/dc/dce100/
H A Ddce100_hw_sequencer.c73 struct dc *dc, in dce100_enable_display_power_gating() argument
80 struct dc_context *ctx = dc->ctx; in dce100_enable_display_power_gating()
109 struct dc *dc, in dce100_pplib_apply_display_requirements() argument
125 dc->prev_display_config = *pp_display_cfg; in dce100_pplib_apply_display_requirements()
132 struct dc *dc, in get_max_pixel_clock_for_all_paths() argument
156 struct dc *dc, in dce100_set_bandwidth() argument
167 dc->res_pool->dccg->funcs->update_clocks( in dce100_set_bandwidth()
168 dc->res_pool->dccg, in dce100_set_bandwidth()
178 void dce100_hw_sequencer_construct(struct dc *dc) in dce100_hw_sequencer_construct() argument
180 dce110_hw_sequencer_construct(dc); in dce100_hw_sequencer_construct()
[all …]
/dragonfly/crypto/libressl/crypto/evp/
H A Dnames.c167 dc->fn(NULL, nm->name, nm->data, dc->arg); in do_all_cipher_fn()
181 dc.fn = fn; in EVP_CIPHER_do_all()
182 dc.arg = arg; in EVP_CIPHER_do_all()
195 dc.fn = fn; in EVP_CIPHER_do_all_sorted()
196 dc.arg = arg; in EVP_CIPHER_do_all_sorted()
213 dc->fn(NULL, nm->name, nm->data, dc->arg); in do_all_md_fn()
215 dc->fn((const EVP_MD *)nm->data, nm->name, NULL, dc->arg); in do_all_md_fn()
227 dc.fn = fn; in EVP_MD_do_all()
228 dc.arg = arg; in EVP_MD_do_all()
241 dc.fn = fn; in EVP_MD_do_all_sorted()
[all …]
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dcp-demangle.c1331 dc = d_left (dc); in d_encoding()
3972 dc = d_abi_tags (di, dc); in d_substitution()
4507 dc = d_right (dc); in d_pack_length()
4520 dc = d_right (dc)) in d_args_length()
5102 || (dcse->dc == dc in d_print_comp_inner()
5708 dc = d_left (dc); in d_print_comp_inner()
5788 self.dc = dc; in d_print_comp()
5915 dc = dc->u.s_unary_num.sub; in d_print_mod_list()
5919 dc = d_left (dc); in d_print_mod_list()
6623 dc = d_left (dc); in is_ctor_or_dtor()
[all …]
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dcp-demangle.c1322 dc = d_left (dc); in d_encoding()
3921 dc = d_abi_tags (di, dc); in d_substitution()
4449 dc = d_right (dc); in d_pack_length()
4462 dc = d_right (dc)) in d_args_length()
5038 || (dcse->dc == dc in d_print_comp_inner()
5644 dc = d_left (dc); in d_print_comp_inner()
5724 self.dc = dc; in d_print_comp()
5851 dc = dc->u.s_unary_num.sub; in d_print_mod_list()
5855 dc = d_left (dc); in d_print_mod_list()
6544 dc = d_left (dc); in is_ctor_or_dtor()
[all …]
/dragonfly/contrib/gdb-7/libiberty/
H A Dcp-demangle.c236 #define d_left(dc) ((dc)->u.s_binary.left) argument
237 #define d_right(dc) ((dc)->u.s_binary.right) argument
1190 dc = d_left (dc); in d_encoding()
1213 return dc; in d_encoding()
1427 ret = dc; in d_prefix()
3815 dc = d_right (dc); in d_pack_length()
4779 dc = d_left (dc); in d_print_comp()
4959 dc = dc->u.s_unary_num.sub; in d_print_mod_list()
4965 dc = d_left (dc); in d_print_mod_list()
5611 dc = d_left (dc); in is_ctor_or_dtor()
[all …]
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dcp-demangle.c240 #define d_left(dc) ((dc)->u.s_binary.left) argument
241 #define d_right(dc) ((dc)->u.s_binary.right) argument
1285 dc = d_left (dc); in d_encoding()
4275 dc = d_right (dc); in d_pack_length()
4780 || (dcse->dc == dc in d_print_comp_inner()
5371 dc = d_left (dc); in d_print_comp_inner()
5439 self.dc = dc; in d_print_comp()
5570 dc = dc->u.s_unary_num.sub; in d_print_mod_list()
5579 dc = d_left (dc); in d_print_mod_list()
6255 dc = d_left (dc); in is_ctor_or_dtor()
[all …]
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dcp-demangle.c236 #define d_left(dc) ((dc)->u.s_binary.left) argument
237 #define d_right(dc) ((dc)->u.s_binary.right) argument
1168 dc = d_left (dc); in d_encoding()
1191 return dc; in d_encoding()
1388 ret = dc; in d_prefix()
3745 dc = d_right (dc); in d_pack_length()
4671 dc = d_left (dc); in d_print_comp()
4851 dc = dc->u.s_unary_num.sub; in d_print_mod_list()
4857 dc = d_left (dc); in d_print_mod_list()
5503 dc = d_left (dc); in is_ctor_or_dtor()
[all …]
/dragonfly/sys/dev/drm/amd/display/include/
H A Dlogger_interface.h46 struct dc *dc,
51 struct dc *dc,
55 void post_surface_trace(struct dc *dc);
58 struct dc *dc,
62 struct dc *dc,
141 unsigned long long perf_trc_start_stmp = dm_get_timestamp(dc->ctx)
145 unsigned long long perf_trc_end_stmp = dm_get_timestamp(dc->ctx); \
146 if (dc->debug.performance_trace) { \
/dragonfly/sys/dev/drm/amd/display/dc/dce112/
H A Ddce112_resource.c750 const struct dc *dc, in build_mapped_resource() argument
767 struct dc *dc, in dce112_validate_bandwidth() argument
777 dc->ctx, in dce112_validate_bandwidth()
838 const struct dc *dc, in resource_map_phy_clock_resources() argument
891 struct dc *dc, in dce112_add_stream_to_ctx() argument
911 struct dc *dc, in dce112_validate_global() argument
949 dc->ctx, in bw_calcs_data_update_from_pplib()
1014 dc->ctx, in bw_calcs_data_update_from_pplib()
1095 struct dc *dc, in construct() argument
1276 bw_calcs_init(dc->bw_dceip, dc->bw_vbios, dc->ctx->asic_id); in construct()
[all …]
/dragonfly/sys/dev/drm/amd/amdgpu/
H A DMakefile13 ${.CURDIR}/../display/dc \
14 ${.CURDIR}/../display/dc/basics \
15 ${.CURDIR}/../display/dc/bios \
19 ${.CURDIR}/../display/dc/calcs \
20 ${.CURDIR}/../display/dc/core \
21 ${.CURDIR}/../display/dc/dce \
22 ${.CURDIR}/../display/dc/gpio \
28 ${.CURDIR}/../display/dc/i2caux \
36 ${.CURDIR}/../display/dc/irq \
42 ${.CURDIR}/../display/dc/dcn10 \
[all …]
/dragonfly/sys/kern/
H A Dsubr_bus.c120 value = dc->parent ? dc->parent->name : ""; in devclass_sysctl_handler()
135 dc->sysctl_tree = SYSCTL_ADD_NODE(&dc->sysctl_ctx, in devclass_sysctl_init()
757 dc->name = (char*) (dc + 1); in devclass_find_internal()
776 if (parentname && dc && !dc->parent && in devclass_find_internal()
863 if (!dc) in devclass_delete_driver()
1077 dc->name, dc->name, unit); in devclass_alloc_unit()
1364 if (!dc) in device_find_child()
1413 if (!dc) in device_probe_child()
1419 for (; dc; dc = dc->parent) { in device_probe_child()
1507 for (; dc; dc = dc->parent) { in device_probe_child_gpri()
[all …]

123456789