HomeSort by: relevance | last modified time | path
    Searched defs:tg (Results 1 - 20 of 20) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/irq/dce110/
amdgpu_irq_service_dce110.c 219 struct timing_generator *tg = local
220 dc->current_state->res_ctx.pipe_ctx[pipe_offset].stream_res.tg;
223 if (!tg || !tg->funcs->arm_vert_intr(tg, 2)) {
  /src/sbin/routed/
input.c 155 struct tgate *tg = 0; local
582 tg = tgates;
583 while (tg->tgate_addr != FROM_NADDR) {
584 tg = tg->tgate_next;
585 if (tg == 0) {
685 if (tg && (tn = tg->tgate_nets)->mask != 0) {
parms.c 592 struct tgate *tg; local
822 tg = (struct tgate *)rtmalloc(sizeof(*tg),
825 memset(tg, 0, sizeof(*tg));
826 tg->tgate_addr = addr;
834 || !getnet(buf2, &tg->tgate_nets[i].net,
835 &tg->tgate_nets[i].mask)
836 || tg->tgate_nets[i].net == RIP_DEFAULT
837 || tg->tgate_nets[i].mask == 0)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_stream.c 516 struct timing_generator *tg = res_ctx->pipe_ctx[i].stream_res.tg; local
521 return tg->funcs->get_frame_count(tg);
575 struct timing_generator *tg = res_ctx->pipe_ctx[i].stream_res.tg; local
580 tg->funcs->get_scanoutpos(tg,
amdgpu_dc.c 294 if (pipe->stream == stream && pipe->stream_res.tg) {
350 struct timing_generator *tg; local
376 tg = pipe->stream_res.tg;
379 if (tg->funcs->configure_crc)
380 return tg->funcs->configure_crc(tg, &param);
399 struct timing_generator *tg; local
410 tg = pipe->stream_res.tg;
1049 struct timing_generator *tg; local
    [all...]
amdgpu_dc_resource.c 1244 split_pipe->stream_res.tg = pool->timing_generators[i];
1319 free_pipe->stream_res.tg = tail_pipe->stream_res.tg;
1646 pipe_ctx->stream_res.tg = pool->timing_generators[i];
1917 pipe_ctx->stream_res.tg = pool->timing_generators[tg_inst];
2001 if (pipe_idx < 0 || context->res_ctx.pipe_ctx[pipe_idx].stream_res.tg == NULL)
2041 context->stream_status[i].primary_otg_inst = pipe_ctx->stream_res.tg->inst;
2804 struct timing_generator *tg = dc->res_pool->timing_generators[0]; local
2809 if (!tg->funcs->validate_timing(tg, &stream->timing)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_hw_sequencer_debug.c 432 struct timing_generator *tg = pool->timing_generators[i]; local
436 optc1_read_otg_state(DCN10TG_FROM_TG(tg), &s);
444 tg->inst,
499 struct timing_generator *tg = pool->timing_generators[i]; local
502 optc1_read_otg_state(DCN10TG_FROM_TG(tg), &s);
505 tg->funcs->clear_optc_underflow(tg);
amdgpu_dcn10_hw_sequencer.c 95 struct timing_generator *tg; local
100 tg = pipe_ctx->stream_res.tg;
102 * Only lock the top pipe's tg to prevent redundant
107 !tg->funcs->is_tg_enabled(tg))
111 tg->funcs->lock(tg);
113 tg->funcs->unlock(tg);
346 struct timing_generator *tg = pool->timing_generators[i]; local
469 struct timing_generator *tg = pipe_ctx->stream_res.tg; local
1146 struct timing_generator *tg = dc->res_pool->timing_generators[i]; local
1184 struct timing_generator *tg = dc->res_pool->timing_generators[i]; local
2518 struct timing_generator *tg; local
2890 struct timing_generator *tg = pipe_ctx->stream_res.tg; local
3201 struct timing_generator *tg = pipe_ctx->stream_res.tg; local
3220 struct timing_generator *tg = pipe_ctx->stream_res.tg; local
    [all...]
  /src/crypto/external/apache2/openssl/lib/libcrypto/arch/alpha/
regdef.h 48 #define tg a3 macro
  /src/crypto/external/bsd/openssl/lib/libcrypto/arch/alpha/
regdef.h 48 #define tg a3 macro
  /src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/alpha/
regdef.h 48 #define tg a3 macro
  /src/sys/dev/scsipi/
ch.c 1166 struct page_transport_geometry_parameters tg; member in union:scsi_mode_sense_data::__anon3632
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_hwseq.c 165 if (pipe_ctx->stream_res.tg->funcs->set_gsl != NULL &&
166 pipe_ctx->stream_res.tg->funcs->set_gsl_source_select != NULL) {
167 pipe_ctx->stream_res.tg->funcs->set_gsl(
168 pipe_ctx->stream_res.tg,
171 pipe_ctx->stream_res.tg->funcs->set_gsl_source_select(
172 pipe_ctx->stream_res.tg, group_idx, enable ? 4 : 0);
278 struct timing_generator *tg)
293 tg->funcs->get_otg_active_size(tg,
298 tg->funcs->get_optc_source(tg, &num_opps, &opp_id_src0, &opp_id_src1)
2000 struct timing_generator *tg = pipe_ctx->stream_res.tg; local
2225 struct timing_generator *tg = pipe_ctx->stream_res.tg; local
2320 struct timing_generator *tg = dc->res_pool->timing_generators[i]; local
2327 struct timing_generator *tg = dc->res_pool->timing_generators[i]; local
2351 struct timing_generator *tg = dc->res_pool->timing_generators[i]; local
2382 struct timing_generator *tg = dc->res_pool->timing_generators[i]; local
2398 struct timing_generator *tg = dc->res_pool->timing_generators[i]; local
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/
drm_connector.c 2321 struct drm_tile_group *tg = container_of(kref, struct drm_tile_group, refcount); local
2322 struct drm_device *dev = tg->dev;
2324 idr_remove(&dev->mode_config.tile_idr, tg->id);
2326 kfree(tg);
2332 * @tg: tile group to drop reference to.
2337 struct drm_tile_group *tg)
2339 kref_put(&tg->refcount, drm_tile_group_free);
2356 struct drm_tile_group *tg; local
2359 idr_for_each_entry(&dev->mode_config.tile_idr, tg, id) {
2360 if (!memcmp(tg->group_data, topology, 8))
2386 struct drm_tile_group *tg; local
    [all...]
drm_edid.c 5709 struct drm_tile_group *tg; local
5736 tg = drm_mode_get_tile_group(connector->dev, tile->topology_id);
5737 if (!tg) {
5738 tg = drm_mode_create_tile_group(connector->dev, tile->topology_id);
5740 if (!tg)
5743 if (connector->tile_group != tg) {
5749 connector->tile_group = tg;
5752 drm_mode_put_tile_group(connector->dev, tg);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
amdgpu_dce110_hw_sequencer.c 667 struct timing_generator *tg = pipe_ctx->stream_res.tg; local
690 tg->funcs->set_early_control(tg, early_control);
1185 pipe_ctx->stream_res.tg->inst + 1);
1197 uint32_t color_value = MAX_TG_COLOR_VALUE * (4 - pipe_ctx->stream_res.tg->inst) / 4;
1252 if (pipe_ctx->stream_res.tg->funcs->set_overscan_blank_color) {
1261 pipe_ctx->stream_res.tg->funcs->set_overscan_blank_color(
1262 pipe_ctx->stream_res.tg,
1285 pipe_ctx->stream_res.tg->funcs->set_blank_color
1499 struct timing_generator *tg; local
2398 struct timing_generator *tg = dc->res_pool->timing_generators[i]; local
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
core_types.h 233 struct timing_generator *tg; member in struct:stream_resource
  /src/external/gpl2/texinfo/dist/makeinfo/
lang.h 52 ta, te, tg, th, ti, tk, tl, tn, to, tr, ts, tt, tw, enumerator in enum:__anon9561
  /src/external/gpl3/gcc/dist/gcc/fortran/
intrinsic.cc 1352 *sub = "sub", *sz = "size", *tg = "target", *team = "team", *tm = "time", local
1519 pt, BT_UNKNOWN, 0, REQUIRED, tg, BT_UNKNOWN, 0, OPTIONAL);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
intrinsic.cc 1351 *sub = "sub", *sz = "size", *tg = "target", *team = "team", *tm = "time", local
1518 pt, BT_UNKNOWN, 0, REQUIRED, tg, BT_UNKNOWN, 0, OPTIONAL);

Completed in 54 milliseconds