Lines Matching full:dce

39 #include "dce/dce_mem_input.h"
40 #include "dce/dce_transform.h"
41 #include "dce/dce_link_encoder.h"
42 #include "dce/dce_stream_encoder.h"
43 #include "dce/dce_audio.h"
44 #include "dce/dce_opp.h"
45 #include "dce/dce_ipp.h"
46 #include "dce/dce_clock_source.h"
48 #include "dce/dce_hwseq.h"
50 #include "dce/dce_abm.h"
51 #include "dce/dce_dmcu.h"
52 #include "dce/dce_aux.h"
53 #include "dce/dce_i2c.h"
54 #include "dce/dce_panel_cntl.h"
58 #include "dce/dce_11_2_d.h"
59 #include "dce/dce_11_2_sh_mask.h"
907 &context->bw_ctx.bw.dce)) in dce112_validate_bandwidth()
915 if (memcmp(&dc->current_state->bw_ctx.bw.dce, in dce112_validate_bandwidth()
916 &context->bw_ctx.bw.dce, sizeof(context->bw_ctx.bw.dce))) { in dce112_validate_bandwidth()
930 context->bw_ctx.bw.dce.nbp_state_change_wm_ns[0].b_mark, in dce112_validate_bandwidth()
931 context->bw_ctx.bw.dce.nbp_state_change_wm_ns[0].a_mark, in dce112_validate_bandwidth()
932 context->bw_ctx.bw.dce.urgent_wm_ns[0].b_mark, in dce112_validate_bandwidth()
933 context->bw_ctx.bw.dce.urgent_wm_ns[0].a_mark, in dce112_validate_bandwidth()
934 context->bw_ctx.bw.dce.stutter_exit_wm_ns[0].b_mark, in dce112_validate_bandwidth()
935 context->bw_ctx.bw.dce.stutter_exit_wm_ns[0].a_mark, in dce112_validate_bandwidth()
936 context->bw_ctx.bw.dce.nbp_state_change_wm_ns[1].b_mark, in dce112_validate_bandwidth()
937 context->bw_ctx.bw.dce.nbp_state_change_wm_ns[1].a_mark, in dce112_validate_bandwidth()
938 context->bw_ctx.bw.dce.urgent_wm_ns[1].b_mark, in dce112_validate_bandwidth()
939 context->bw_ctx.bw.dce.urgent_wm_ns[1].a_mark, in dce112_validate_bandwidth()
940 context->bw_ctx.bw.dce.stutter_exit_wm_ns[1].b_mark, in dce112_validate_bandwidth()
941 context->bw_ctx.bw.dce.stutter_exit_wm_ns[1].a_mark, in dce112_validate_bandwidth()
942 context->bw_ctx.bw.dce.nbp_state_change_wm_ns[2].b_mark, in dce112_validate_bandwidth()
943 context->bw_ctx.bw.dce.nbp_state_change_wm_ns[2].a_mark, in dce112_validate_bandwidth()
944 context->bw_ctx.bw.dce.urgent_wm_ns[2].b_mark, in dce112_validate_bandwidth()
945 context->bw_ctx.bw.dce.urgent_wm_ns[2].a_mark, in dce112_validate_bandwidth()
946 context->bw_ctx.bw.dce.stutter_exit_wm_ns[2].b_mark, in dce112_validate_bandwidth()
947 context->bw_ctx.bw.dce.stutter_exit_wm_ns[2].a_mark, in dce112_validate_bandwidth()
948 context->bw_ctx.bw.dce.stutter_mode_enable, in dce112_validate_bandwidth()
949 context->bw_ctx.bw.dce.cpuc_state_change_enable, in dce112_validate_bandwidth()
950 context->bw_ctx.bw.dce.cpup_state_change_enable, in dce112_validate_bandwidth()
951 context->bw_ctx.bw.dce.nbp_state_change_enable, in dce112_validate_bandwidth()
952 context->bw_ctx.bw.dce.all_displays_in_sync, in dce112_validate_bandwidth()
953 context->bw_ctx.bw.dce.dispclk_khz, in dce112_validate_bandwidth()
954 context->bw_ctx.bw.dce.sclk_khz, in dce112_validate_bandwidth()
955 context->bw_ctx.bw.dce.sclk_deep_sleep_khz, in dce112_validate_bandwidth()
956 context->bw_ctx.bw.dce.yclk_khz, in dce112_validate_bandwidth()
957 context->bw_ctx.bw.dce.blackout_recovery_time_us); in dce112_validate_bandwidth()