Lines Matching defs:ttu_attr

130 		struct _vcs_dpi_display_ttu_regs_st *ttu_attr)
132 hubp2_program_deadline(hubp, dlg_attr, ttu_attr);
172 struct _vcs_dpi_display_ttu_regs_st *ttu_attr,
182 hubp21_program_deadline(hubp, dlg_attr, ttu_attr);
260 struct _vcs_dpi_display_ttu_regs_st ttu_attr = {0};
477 QoS_LEVEL_LOW_WM, &ttu_attr.qos_level_low_wm,
478 QoS_LEVEL_HIGH_WM, &ttu_attr.qos_level_high_wm);
480 if (ttu_attr.qos_level_low_wm != dml_ttu_attr->qos_level_low_wm)
482 dml_ttu_attr->qos_level_low_wm, ttu_attr.qos_level_low_wm);
483 if (ttu_attr.qos_level_high_wm != dml_ttu_attr->qos_level_high_wm)
485 dml_ttu_attr->qos_level_high_wm, ttu_attr.qos_level_high_wm);
490 REFCYC_PER_REQ_DELIVERY, &ttu_attr.refcyc_per_req_delivery_l,
491 QoS_LEVEL_FIXED, &ttu_attr.qos_level_fixed_l,
492 QoS_RAMP_DISABLE, &ttu_attr.qos_ramp_disable_l);
494 REFCYC_PER_REQ_DELIVERY, &ttu_attr.refcyc_per_req_delivery_c,
495 QoS_LEVEL_FIXED, &ttu_attr.qos_level_fixed_c,
496 QoS_RAMP_DISABLE, &ttu_attr.qos_ramp_disable_c);
498 REFCYC_PER_REQ_DELIVERY, &ttu_attr.refcyc_per_req_delivery_cur0,
499 QoS_LEVEL_FIXED, &ttu_attr.qos_level_fixed_cur0,
500 QoS_RAMP_DISABLE, &ttu_attr.qos_ramp_disable_cur0);
504 REFCYC_PER_REQ_DELIVERY_PRE, &ttu_attr.refcyc_per_req_delivery_pre_cur0);
506 REFCYC_PER_REQ_DELIVERY_PRE, &ttu_attr.refcyc_per_req_delivery_pre_cur1);
508 REFCYC_PER_REQ_DELIVERY_PRE, &ttu_attr.refcyc_per_req_delivery_pre_l);
510 REFCYC_PER_REQ_DELIVERY_PRE, &ttu_attr.refcyc_per_req_delivery_pre_c);
512 if (ttu_attr.refcyc_per_req_delivery_l != dml_ttu_attr->refcyc_per_req_delivery_l)
514 dml_ttu_attr->refcyc_per_req_delivery_l, ttu_attr.refcyc_per_req_delivery_l);
515 if (ttu_attr.qos_level_fixed_l != dml_ttu_attr->qos_level_fixed_l)
517 dml_ttu_attr->qos_level_fixed_l, ttu_attr.qos_level_fixed_l);
518 if (ttu_attr.qos_ramp_disable_l != dml_ttu_attr->qos_ramp_disable_l)
520 dml_ttu_attr->qos_ramp_disable_l, ttu_attr.qos_ramp_disable_l);
521 if (ttu_attr.refcyc_per_req_delivery_c != dml_ttu_attr->refcyc_per_req_delivery_c)
523 dml_ttu_attr->refcyc_per_req_delivery_c, ttu_attr.refcyc_per_req_delivery_c);
524 if (ttu_attr.qos_level_fixed_c != dml_ttu_attr->qos_level_fixed_c)
526 dml_ttu_attr->qos_level_fixed_c, ttu_attr.qos_level_fixed_c);
527 if (ttu_attr.qos_ramp_disable_c != dml_ttu_attr->qos_ramp_disable_c)
529 dml_ttu_attr->qos_ramp_disable_c, ttu_attr.qos_ramp_disable_c);
530 if (ttu_attr.refcyc_per_req_delivery_cur0 != dml_ttu_attr->refcyc_per_req_delivery_cur0)
532 dml_ttu_attr->refcyc_per_req_delivery_cur0, ttu_attr.refcyc_per_req_delivery_cur0);
533 if (ttu_attr.qos_level_fixed_cur0 != dml_ttu_attr->qos_level_fixed_cur0)
535 dml_ttu_attr->qos_level_fixed_cur0, ttu_attr.qos_level_fixed_cur0);
536 if (ttu_attr.qos_ramp_disable_cur0 != dml_ttu_attr->qos_ramp_disable_cur0)
538 dml_ttu_attr->qos_ramp_disable_cur0, ttu_attr.qos_ramp_disable_cur0);
542 if (ttu_attr.refcyc_per_req_delivery_pre_cur0 != dml_ttu_attr->refcyc_per_req_delivery_pre_cur0)
544 dml_ttu_attr->refcyc_per_req_delivery_pre_cur0, ttu_attr.refcyc_per_req_delivery_pre_cur0);
545 if (ttu_attr.refcyc_per_req_delivery_pre_cur1 != dml_ttu_attr->refcyc_per_req_delivery_pre_cur1)
547 dml_ttu_attr->refcyc_per_req_delivery_pre_cur1, ttu_attr.refcyc_per_req_delivery_pre_cur1);
548 if (ttu_attr.refcyc_per_req_delivery_pre_l != dml_ttu_attr->refcyc_per_req_delivery_pre_l)
550 dml_ttu_attr->refcyc_per_req_delivery_pre_l, ttu_attr.refcyc_per_req_delivery_pre_l);
551 if (ttu_attr.refcyc_per_req_delivery_pre_c != dml_ttu_attr->refcyc_per_req_delivery_pre_c)
553 dml_ttu_attr->refcyc_per_req_delivery_pre_c, ttu_attr.refcyc_per_req_delivery_pre_c);