HomeSort by: relevance | last modified time | path
    Searched refs:optc (Results 1 - 17 of 17) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_optc.c 49 bool optc2_enable_crtc(struct timing_generator *optc)
55 struct optc *optc1 = DCN10TG_FROM_TG(optc);
58 * OPP and OPTC should 1:1 mapping
61 OPTC_SEG0_SRC_SEL, optc->inst);
85 void optc2_set_timing_db_mode(struct timing_generator *optc, bool enable)
87 struct optc *optc1 = DCN10TG_FROM_TG(optc);
99 void optc2_set_gsl(struct timing_generator *optc,
102 struct optc *optc1 = DCN10TG_FROM_TG(optc)
    [all...]
dcn20_optc.h 80 void dcn20_timing_generator_init(struct optc *optc);
82 bool optc2_enable_crtc(struct timing_generator *optc);
84 void optc2_set_gsl(struct timing_generator *optc,
87 void optc2_set_gsl_source_select(struct timing_generator *optc,
91 void optc2_set_dsc_config(struct timing_generator *optc,
96 void optc2_set_odm_bypass(struct timing_generator *optc,
99 void optc2_set_odm_combine(struct timing_generator *optc, int *opp_id, int opp_cnt,
102 void optc2_get_optc_source(struct timing_generator *optc,
107 void optc2_triplebuffer_lock(struct timing_generator *optc);
    [all...]
amdgpu_dcn20_hwseq.c 297 /* get the OPTC source */
1759 struct timing_generator *optc; local in function:dcn20_enable_writeback
1766 /* set the OPTC source mux */
1767 optc = dc->res_pool->timing_generators[dwb->otg_inst];
1768 optc->funcs->set_dwb_source(optc, wb_info->dwb_pipe_inst);
amdgpu_dcn20_resource.c 1128 struct optc *tgn10 =
1129 kzalloc(sizeof(struct optc), GFP_KERNEL);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_optc.c 66 struct timing_generator *optc,
72 struct optc *optc1 = DCN10TG_FROM_TG(optc);
95 static void optc1_disable_stereo(struct timing_generator *optc)
97 struct optc *optc1 = DCN10TG_FROM_TG(optc);
108 struct timing_generator *optc,
112 struct optc *optc1 = DCN10TG_FROM_TG(optc);
120 struct timing_generator *optc,
    [all...]
dcn10_optc.h 34 container_of(tg, struct optc, base)
491 struct optc { struct
517 void dcn10_timing_generator_init(struct optc *optc);
541 void optc1_read_otg_state(struct optc *optc1,
548 struct timing_generator *optc,
552 struct timing_generator *optc,
562 struct timing_generator *optc,
566 struct timing_generator *optc,
569 struct timing_generator *optc,
    [all...]
amdgpu_dcn10_resource.c 760 struct optc *tgn10 =
761 kzalloc(sizeof(struct optc), GFP_KERNEL);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
timing_generator.h 151 struct timing_generator *optc,
155 struct timing_generator *optc,
158 struct timing_generator *optc,
174 bool (*get_otg_active_size)(struct timing_generator *optc,
239 void (*set_dwb_source)(struct timing_generator *optc,
242 void (*get_optc_source)(struct timing_generator *optc,
261 void (*program_manual_trigger)(struct timing_generator *optc);
262 void (*setup_manual_trigger)(struct timing_generator *optc);
263 bool (*get_hw_timing)(struct timing_generator *optc,
266 void (*set_vtg_params)(struct timing_generator *optc,
    [all...]
  /src/bin/ksh/
c_ksh.c 21 int optc; local in function:c_cd
34 while ((optc = ksh_getopt(wp, &builtin_opt, "LP")) != EOF)
35 switch (optc) {
176 int optc; local in function:c_pwd
180 while ((optc = ksh_getopt(wp, &builtin_opt, "LP")) != EOF)
181 switch (optc) {
267 int optc; local in function:c_print
269 while ((optc = ksh_getopt(wp, &builtin_opt, options)) != EOF)
270 switch (optc) {
434 int optc; local in function:c_whence
571 int optc; local in function:c_typeset
865 int optc; local in function:c_alias
1001 int optc; local in function:c_unalias
1072 int optc; local in function:c_jobs
1194 int optc; local in function:c_kill
1306 int optc; local in function:c_getopts
1405 int optc; local in function:c_bind
    [all...]
c_ulimit.c 133 int optc, what; local in function:c_ulimit
148 while ((optc = ksh_getopt(wp, &builtin_opt, options)) != EOF)
149 switch (optc) {
162 what = optc;
c_sh.c 70 int optc; local in function:c_umask
72 while ((optc = ksh_getopt(wp, &builtin_opt, "S")) != EOF)
73 switch (optc) {
255 int optc; local in function:c_read
262 while ((optc = ksh_getopt(wp, &builtin_opt, "prsu,")) != EOF)
263 switch (optc) {
673 int optc, unset_var = 1; local in function:c_unset
676 while ((optc = ksh_getopt(wp, &builtin_opt, "fv")) != EOF)
677 switch (optc) {
785 int optc; local in function:timex_hook
    [all...]
misc.c 355 int i, optc, set, sortargs = 0, arrayset = 0; local in function:parse_args
391 while ((optc = ksh_getopt(argv, &go, opts)) != EOF) {
393 switch (optc) {
431 if (what == OF_SET && optc == 's') {
436 if (optc == goptions[i].c
444 internal_errorf(1, "parse_args: `%c'", optc);
history.c 86 int optc; local in function:c_fc
95 while ((optc = ksh_getopt(wp, &builtin_opt, "e:glnrs0,1,2,3,4,5,6,7,8,9,")) != EOF)
96 switch (optc) {
126 optc, builtin_opt.optarg);
exec.c 507 int optc, saw_p = 0; local in function:comexec
513 while ((optc = ksh_getopt(ap, &builtin_opt, ":p"))
516 if (optc != EOF)
  /src/bin/sh/
miscbltin.c 640 int optc, what; local in function:ulimitcmd
644 while ((optc = nextopt(OPTSTRING)) != '\0')
645 switch (optc) {
656 what = optc;
  /src/usr.bin/crunch/crunchgen/
crunchgen.c 141 int optc; local in function:main
168 while ((optc = getopt(argc, argv, "m:c:e:foqsD:L:OV:v:")) != -1) {
169 switch(optc) {
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn21/
amdgpu_dcn21_resource.c 1279 struct optc *tgn10 =
1280 kzalloc(sizeof(struct optc), GFP_KERNEL);

Completed in 26 milliseconds