Lines Matching defs:dmcu
34 #define TO_DCE_DMCU(dmcu)\ argument
72 static bool dce_dmcu_init(struct dmcu *dmcu) in dce_dmcu_init()
78 static bool dce_dmcu_load_iram(struct dmcu *dmcu, in dce_dmcu_load_iram()
106 static void dce_get_dmcu_psr_state(struct dmcu *dmcu, enum dc_psr_state *state) in dce_get_dmcu_psr_state()
129 static void dce_dmcu_set_psr_enable(struct dmcu *dmcu, bool enable, bool wait) in dce_dmcu_set_psr_enable()
168 static bool dce_dmcu_setup_psr(struct dmcu *dmcu, in dce_dmcu_setup_psr()
280 static bool dce_is_dmcu_initialized(struct dmcu *dmcu) in dce_is_dmcu_initialized()
296 struct dmcu *dmcu, in dce_psr_wait_loop()
325 struct dmcu *dmcu, unsigned int *psr_wait_loop_number) in dce_get_psr_wait_loop()
331 static void dcn10_get_dmcu_version(struct dmcu *dmcu) in dcn10_get_dmcu_version()
357 static void dcn10_dmcu_enable_fractional_pwm(struct dmcu *dmcu, in dcn10_dmcu_enable_fractional_pwm()
379 static bool dcn10_dmcu_init(struct dmcu *dmcu) in dcn10_dmcu_init()
462 static bool dcn21_dmcu_init(struct dmcu *dmcu) in dcn21_dmcu_init()
474 static bool dcn10_dmcu_load_iram(struct dmcu *dmcu, in dcn10_dmcu_load_iram()
519 static void dcn10_get_dmcu_psr_state(struct dmcu *dmcu, enum dc_psr_state *state) in dcn10_get_dmcu_psr_state()
546 static void dcn10_dmcu_set_psr_enable(struct dmcu *dmcu, bool enable, bool wait) in dcn10_dmcu_set_psr_enable()
598 static bool dcn10_dmcu_setup_psr(struct dmcu *dmcu, in dcn10_dmcu_setup_psr()
723 struct dmcu *dmcu, in dcn10_psr_wait_loop()
751 struct dmcu *dmcu, unsigned int *psr_wait_loop_number) in dcn10_get_psr_wait_loop()
757 static bool dcn10_is_dmcu_initialized(struct dmcu *dmcu) in dcn10_is_dmcu_initialized()
767 static bool dcn20_lock_phy(struct dmcu *dmcu) in dcn20_lock_phy()
790 static bool dcn20_unlock_phy(struct dmcu *dmcu) in dcn20_unlock_phy()
813 static bool dcn10_send_edid_cea(struct dmcu *dmcu, in dcn10_send_edid_cea()
854 static bool dcn10_get_scp_results(struct dmcu *dmcu, in dcn10_get_scp_results()
877 static bool dcn10_recv_amd_vsdb(struct dmcu *dmcu, in dcn10_recv_amd_vsdb()
905 static bool dcn10_recv_edid_cea_ack(struct dmcu *dmcu, int *offset) in dcn10_recv_edid_cea_ack()
929 static void dcn10_forward_crc_window(struct dmcu *dmcu, in dcn10_forward_crc_window()
979 static void dcn10_stop_crc_win_update(struct dmcu *dmcu, in dcn10_stop_crc_win_update()
1185 void dce_dmcu_destroy(struct dmcu **dmcu) in dce_dmcu_destroy()