| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/ |
| dce110_timing_generator.h | 119 #define DCE110TG_FROM_TG(tg)\ 120 container_of(tg, struct dce110_timing_generator, base) 123 struct dce110_timing_generator *tg, 128 /* determine if given timing can be supported by TG */ 130 struct timing_generator *tg, 138 struct timing_generator *tg, 142 bool dce110_timing_generator_enable_crtc(struct timing_generator *tg); 143 bool dce110_timing_generator_disable_crtc(struct timing_generator *tg); 146 struct timing_generator *tg, 149 /**************** TG current status ****************** [all...] |
| amdgpu_dce110_timing_generator_v.c | 47 tg->ctx->logger 58 static bool dce110_timing_generator_v_enable_crtc(struct timing_generator *tg) 70 dm_write_reg(tg->ctx, 75 dm_write_reg(tg->ctx, mmCRTCV_MASTER_UPDATE_MODE, value); 80 dm_write_reg(tg->ctx, 86 static bool dce110_timing_generator_v_disable_crtc(struct timing_generator *tg) 90 value = dm_read_reg(tg->ctx, 96 dm_write_reg(tg->ctx, 100 * tg->funcs->disable_stereo(tg); [all...] |
| amdgpu_dce110_timing_generator.c | 71 struct timing_generator *tg, 97 struct timing_generator *tg) 102 struct dce110_timing_generator *tg110 = DCE110TG_FROM_TG(tg); 105 value = dm_read_reg(tg->ctx, addr); 111 struct timing_generator *tg, 115 struct dce110_timing_generator *tg110 = DCE110TG_FROM_TG(tg); 118 regval = dm_read_reg(tg->ctx, address); 121 dm_write_reg(tg->ctx, address, regval); 128 bool dce110_timing_generator_enable_crtc(struct timing_generator *tg) 132 struct dce110_timing_generator *tg110 = DCE110TG_FROM_TG(tg); [all...] |
| 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/hw/ |
| timing_generator.h | 139 bool (*validate_timing)(struct timing_generator *tg, 141 void (*program_timing)(struct timing_generator *tg, 161 bool (*enable_crtc)(struct timing_generator *tg); 162 bool (*disable_crtc)(struct timing_generator *tg); 163 bool (*is_counter_moving)(struct timing_generator *tg); 164 void (*get_position)(struct timing_generator *tg, 167 uint32_t (*get_frame_count)(struct timing_generator *tg); 169 struct timing_generator *tg, 177 bool (*is_matching_timing)(struct timing_generator *tg, 179 void (*set_early_control)(struct timing_generator *tg, [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce80/ |
| dce80_timing_generator.h | 36 struct dce110_timing_generator *tg,
|
| amdgpu_dce80_timing_generator.c | 92 static void program_pix_dur(struct timing_generator *tg, uint32_t pix_clk_100hz) 96 + DCE110TG_FROM_TG(tg)->offsets.dmif; 97 uint32_t value = dm_read_reg(tg->ctx, addr); 110 dm_write_reg(tg->ctx, addr, value); 113 static void program_timing(struct timing_generator *tg, 123 program_pix_dur(tg, timing->pix_clk_100hz); 125 dce110_tg_program_timing(tg, timing, 0, 0, 0, 0, 0, use_vbios); 129 struct timing_generator *tg, 133 struct dce110_timing_generator *tg110 = DCE110TG_FROM_TG(tg); 135 uint32_t value = dm_read_reg(tg->ctx, addr) [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce120/ |
| amdgpu_dce120_timing_generator.c | 91 struct timing_generator *tg) 94 struct dce110_timing_generator *tg110 = DCE110TG_FROM_TG(tg); 96 tg->ctx, 105 /* determine if given timing can be supported by TG */ 107 struct timing_generator *tg, 116 struct dce110_timing_generator *tg110 = DCE110TG_FROM_TG(tg); 119 tg, 133 bool dce120_tg_validate_timing(struct timing_generator *tg, 136 return dce120_timing_generator_validate_timing(tg, timing, SIGNAL_TYPE_NONE); 141 bool dce120_timing_generator_enable_crtc(struct timing_generator *tg) [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/ |
| amdgpu_dce_hwseq.c | 61 if (lock && pipe->stream_res.tg->funcs->is_blanked && 62 pipe->stream_res.tg->funcs->is_blanked(pipe->stream_res.tg)) 65 val = REG_GET_4(BLND_V_UPDATE_LOCK[pipe->stream_res.tg->inst], 76 REG_SET_2(BLND_V_UPDATE_LOCK[pipe->stream_res.tg->inst], val, 81 REG_SET_2(BLND_V_UPDATE_LOCK[pipe->stream_res.tg->inst], val, 87 uint32_t value = REG_READ(CRTC_H_BLANK_START_END[pipe->stream_res.tg->inst]); 88 REG_WRITE(CRTC_H_BLANK_START_END[pipe->stream_res.tg->inst], value);
|
| /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/amd/display/dc/dcn10/ |
| 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/external/apache2/llvm/dist/clang/utils/ |
| FuzzTest | 72 def __init__(self, tg, test): 73 self.tg = tg 81 name,data = self.tg.inputs[i] 95 name,data = self.tg.inputs[i] 114 file_data = test_application.tg.inputs[test[3][0]][1] 319 tg = TestGenerator(input_files, opts.enable_delete, opts.enable_insert, 322 print '%s: note: %d input bytes.' % (sys.argv[0], tg.num_positions) 323 print '%s: note: %d total tests.' % (sys.argv[0], tg.num_tests) 328 itertools.repeat(tg.num_tests, opts.max_tests) [all...] |
| /src/external/gpl3/gcc/dist/gcc/text-art/ |
| table.cc | 63 const table_geometry &tg) const 66 const canvas::size_t alloc_canvas_size = tg.get_canvas_size (m_rect); 72 const canvas::coord_t canvas_top_left = tg.table_to_canvas (table_top_left); 181 table_geometry tg (*this, cell_sizes); 182 canvas canvas (tg.get_canvas_size (), sm); 183 paint_to_canvas (canvas, canvas::coord_t (0, 0), tg, theme); 190 const table_geometry &tg, 193 canvas.fill (canvas::rect_t (offset, tg.get_canvas_size ()), 195 paint_cell_borders_to_canvas (canvas, offset, tg, theme); 196 paint_cell_contents_to_canvas (canvas, offset, tg); [all...] |
| table.h | 113 const table_geometry &tg) const; 167 const table_geometry &tg, 182 const table_geometry &tg, 186 const table_geometry &tg) const;
|
| /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/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...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/ |
| amdgpu_dc_hw_sequencer.c | 278 struct timing_generator *tg) 283 if (!tg->funcs->is_blanked) 286 if (tg->funcs->is_blanked(tg))
|
| 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,
|
| /src/sbin/routed/ |
| 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...] |
| 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) {
|
| /src/external/mit/xorg/lib/xkeyboard-config/symbols/ |
| Makefile | 25 terminate tg th tj tm tr trans tw typo tz \
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| Timer.h | 89 TimerGroup *TG = nullptr; ///< The TimerGroup this Timer is in. 97 Timer(StringRef TimerName, StringRef TimerDescription, TimerGroup &tg) { 98 init(TimerName, TimerDescription, tg); 101 assert(!RHS.TG && "Can only copy uninitialized timers"); 104 assert(!TG && !T.TG && "Can only assign uninit timers"); 112 void init(StringRef TimerName, StringRef TimerDescription, TimerGroup &tg); 116 bool isInitialized() const { return TG != nullptr; } 199 TimerGroup(const TimerGroup &TG) = delete; 200 void operator=(const TimerGroup &TG) = delete [all...] |