Lines Matching full:dce
36 #include "dce/dce_audio.h"
40 #include "dce/dce_link_encoder.h"
41 #include "dce/dce_stream_encoder.h"
42 #include "dce/dce_mem_input.h"
44 #include "dce/dce_ipp.h"
45 #include "dce/dce_transform.h"
47 #include "dce/dce_opp.h"
49 #include "dce/dce_clock_source.h"
50 #include "dce/dce_hwseq.h"
52 #include "dce/dce_aux.h"
53 #include "dce/dce_abm.h"
54 #include "dce/dce_dmcu.h"
55 #include "dce/dce_i2c.h"
56 #include "dce/dce_panel_cntl.h"
65 #include "dce/dce_11_0_d.h"
66 #include "dce/dce_11_0_sh_mask.h"
987 &context->bw_ctx.bw.dce)) in dce110_validate_bandwidth()
997 if (memcmp(&dc->current_state->bw_ctx.bw.dce, in dce110_validate_bandwidth()
998 &context->bw_ctx.bw.dce, sizeof(context->bw_ctx.bw.dce))) { in dce110_validate_bandwidth()
1012 context->bw_ctx.bw.dce.nbp_state_change_wm_ns[0].b_mark, in dce110_validate_bandwidth()
1013 context->bw_ctx.bw.dce.nbp_state_change_wm_ns[0].a_mark, in dce110_validate_bandwidth()
1014 context->bw_ctx.bw.dce.urgent_wm_ns[0].b_mark, in dce110_validate_bandwidth()
1015 context->bw_ctx.bw.dce.urgent_wm_ns[0].a_mark, in dce110_validate_bandwidth()
1016 context->bw_ctx.bw.dce.stutter_exit_wm_ns[0].b_mark, in dce110_validate_bandwidth()
1017 context->bw_ctx.bw.dce.stutter_exit_wm_ns[0].a_mark, in dce110_validate_bandwidth()
1018 context->bw_ctx.bw.dce.nbp_state_change_wm_ns[1].b_mark, in dce110_validate_bandwidth()
1019 context->bw_ctx.bw.dce.nbp_state_change_wm_ns[1].a_mark, in dce110_validate_bandwidth()
1020 context->bw_ctx.bw.dce.urgent_wm_ns[1].b_mark, in dce110_validate_bandwidth()
1021 context->bw_ctx.bw.dce.urgent_wm_ns[1].a_mark, in dce110_validate_bandwidth()
1022 context->bw_ctx.bw.dce.stutter_exit_wm_ns[1].b_mark, in dce110_validate_bandwidth()
1023 context->bw_ctx.bw.dce.stutter_exit_wm_ns[1].a_mark, in dce110_validate_bandwidth()
1024 context->bw_ctx.bw.dce.nbp_state_change_wm_ns[2].b_mark, in dce110_validate_bandwidth()
1025 context->bw_ctx.bw.dce.nbp_state_change_wm_ns[2].a_mark, in dce110_validate_bandwidth()
1026 context->bw_ctx.bw.dce.urgent_wm_ns[2].b_mark, in dce110_validate_bandwidth()
1027 context->bw_ctx.bw.dce.urgent_wm_ns[2].a_mark, in dce110_validate_bandwidth()
1028 context->bw_ctx.bw.dce.stutter_exit_wm_ns[2].b_mark, in dce110_validate_bandwidth()
1029 context->bw_ctx.bw.dce.stutter_exit_wm_ns[2].a_mark, in dce110_validate_bandwidth()
1030 context->bw_ctx.bw.dce.stutter_mode_enable, in dce110_validate_bandwidth()
1031 context->bw_ctx.bw.dce.cpuc_state_change_enable, in dce110_validate_bandwidth()
1032 context->bw_ctx.bw.dce.cpup_state_change_enable, in dce110_validate_bandwidth()
1033 context->bw_ctx.bw.dce.nbp_state_change_enable, in dce110_validate_bandwidth()
1034 context->bw_ctx.bw.dce.all_displays_in_sync, in dce110_validate_bandwidth()
1035 context->bw_ctx.bw.dce.dispclk_khz, in dce110_validate_bandwidth()
1036 context->bw_ctx.bw.dce.sclk_khz, in dce110_validate_bandwidth()
1037 context->bw_ctx.bw.dce.sclk_deep_sleep_khz, in dce110_validate_bandwidth()
1038 context->bw_ctx.bw.dce.yclk_khz, in dce110_validate_bandwidth()
1039 context->bw_ctx.bw.dce.blackout_recovery_time_us); in dce110_validate_bandwidth()