/openbmc/qemu/target/openrisc/ |
H A D | translate.c | 61 static inline bool is_user(DisasContext *dc) in is_user() 134 static void gen_exception(DisasContext *dc, unsigned int excp) in gen_exception() 139 static void gen_illegal_exception(DisasContext *dc) in gen_illegal_exception() 146 static bool check_v1_3(DisasContext *dc) in check_v1_3() 151 static bool check_of32s(DisasContext *dc) in check_of32s() 156 static bool check_of64a32s(DisasContext *dc) in check_of64a32s() 161 static TCGv cpu_R(DisasContext *dc, int reg) in cpu_R() 174 static void check_r0_write(DisasContext *dc, int reg) in check_r0_write() 181 static void gen_ove_cy(DisasContext *dc) in gen_ove_cy() 188 static void gen_ove_ov(DisasContext *dc) in gen_ove_ov() [all …]
|
/openbmc/qemu/target/xtensa/ |
H A D | translate.c | 277 static inline bool option_enabled(DisasContext *dc, int opt) in option_enabled() 282 static void init_sar_tracker(DisasContext *dc) in init_sar_tracker() 289 static void gen_right_shift_sar(DisasContext *dc, TCGv_i32 sa) in gen_right_shift_sar() 299 static void gen_left_shift_sar(DisasContext *dc, TCGv_i32 sa) in gen_left_shift_sar() 310 static void gen_exception(DisasContext *dc, int excp) in gen_exception() 315 static void gen_exception_cause(DisasContext *dc, uint32_t cause) in gen_exception_cause() 325 static void gen_debug_exception(DisasContext *dc, uint32_t cause) in gen_debug_exception() 334 static bool gen_check_privilege(DisasContext *dc) in gen_check_privilege() 346 static bool gen_check_cpenable(DisasContext *dc, uint32_t cp_mask) in gen_check_cpenable() 360 static void gen_jump_slot(DisasContext *dc, TCGv dest, int slot) in gen_jump_slot() [all …]
|
/openbmc/linux/drivers/dma/ |
H A D | txx9dmac.c | 24 static struct txx9dmac_cregs __iomem *__dma_regs(const struct txx9dmac_chan *dc) in __dma_regs() 30 const struct txx9dmac_chan *dc) in __dma_regs32() 35 #define channel64_readq(dc, name) \ argument 37 #define channel64_writeq(dc, name, val) \ argument 39 #define channel64_readl(dc, name) \ argument 41 #define channel64_writel(dc, name, val) \ argument 44 #define channel32_readl(dc, name) \ argument 46 #define channel32_writel(dc, name, val) \ argument 49 #define channel_readq(dc, name) channel64_readq(dc, name) argument 50 #define channel_writeq(dc, name, val) channel64_writeq(dc, name, val) argument [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc.c | 145 static void destroy_links(struct dc *dc) in destroy_links() 182 struct dc *dc, in create_links() 301 static bool create_link_encoders(struct dc *dc) in create_link_encoders() 342 static void destroy_link_encoders(struct dc *dc) in destroy_link_encoders() 397 bool dc_stream_adjust_vmin_vmax(struct dc *dc, in dc_stream_adjust_vmin_vmax() 443 bool dc_stream_get_last_used_drr_vtotal(struct dc *dc, in dc_stream_get_last_used_drr_vtotal() 471 bool dc_stream_get_crtc_position(struct dc *dc, in dc_stream_get_crtc_position() 540 struct dc *dc = stream->ctx->dc; in dc_stream_forward_crc_window() local 586 bool dc_stream_configure_crc(struct dc *dc, struct dc_stream_state *stream, in dc_stream_configure_crc() 652 bool dc_stream_get_crc(struct dc *dc, struct dc_stream_state *stream, in dc_stream_get_crc() [all …]
|
H A D | dc_stream.c | 246 struct dc *dc = stream->ctx->dc; in dc_stream_get_status() local 251 struct dc *dc, in program_cursor_attributes() 299 struct dc *dc; in dc_optimize_timing_for_fsft() local 311 struct dc *dc = stream->ctx->dc; in is_subvp_high_refresh_candidate() local 341 struct dc *dc; in dc_stream_set_cursor_attributes() local 396 struct dc *dc, in program_cursor_position() 437 struct dc *dc; in dc_stream_set_cursor_position() local 470 bool dc_stream_add_writeback(struct dc *dc, in dc_stream_add_writeback() 522 bool dc_stream_remove_writeback(struct dc *dc, in dc_stream_remove_writeback() 566 bool dc_stream_warmup_writeback(struct dc *dc, in dc_stream_warmup_writeback() [all …]
|
H A D | dc_link_enc_cfg.c | 67 static struct link_enc_assignment get_assignment(struct dc *dc, int i) in get_assignment() 259 static void clear_enc_assignments(const struct dc *dc, struct dc_state *state) in clear_enc_assignments() 281 const struct dc *dc, in link_enc_cfg_init() 297 struct dc *dc, in link_enc_cfg_link_encs_assign() 459 struct dc *dc, in link_enc_cfg_is_transmitter_mappable() 473 struct dc *dc, in link_enc_cfg_get_stream_using_link_enc() 492 struct dc *dc, in link_enc_cfg_get_link_using_link_enc() 507 struct dc *dc, in link_enc_cfg_get_link_enc_used_by_link() 530 struct link_encoder *link_enc_cfg_get_next_avail_link_enc(struct dc *dc) in link_enc_cfg_get_next_avail_link_enc() 559 struct dc *dc, in link_enc_cfg_get_link_enc_used_by_stream() [all …]
|
/openbmc/qemu/target/microblaze/ |
H A D | translate.c | 81 static int typeb_imm(DisasContext *dc, int x) in typeb_imm() 92 static void t_sync_flags(DisasContext *dc) in t_sync_flags() 100 static void gen_raise_exception(DisasContext *dc, uint32_t index) in gen_raise_exception() 106 static void gen_raise_exception_sync(DisasContext *dc, uint32_t index) in gen_raise_exception_sync() 113 static void gen_raise_hw_excp(DisasContext *dc, uint32_t esr_ec) in gen_raise_hw_excp() 121 static void gen_goto_tb(DisasContext *dc, int n, target_ulong dest) in gen_goto_tb() 138 static bool trap_illegal(DisasContext *dc, bool cond) in trap_illegal() 151 static bool trap_userspace(DisasContext *dc, bool cond) in trap_userspace() 165 static bool invalid_delay_slot(DisasContext *dc, const char *insn_type) in invalid_delay_slot() 176 static TCGv_i32 reg_for_read(DisasContext *dc, int reg) in reg_for_read() [all …]
|
/openbmc/linux/drivers/gpu/drm/tegra/ |
H A D | dc.c | 50 static u32 tegra_dc_readl_active(struct tegra_dc *dc, unsigned long offset) in tegra_dc_readl_active() 96 bool tegra_dc_has_output(struct tegra_dc *dc, struct device *dev) in tegra_dc_has_output() 121 void tegra_dc_commit(struct tegra_dc *dc) in tegra_dc_commit() 317 struct tegra_dc *dc = plane->dc; in tegra_plane_use_horizontal_filtering() local 332 struct tegra_dc *dc = plane->dc; in tegra_plane_use_vertical_filtering() local 350 struct tegra_dc *dc = plane->dc; in tegra_dc_setup_window() local 629 struct tegra_dc *dc = to_tegra_dc(new_plane_state->crtc); in tegra_plane_atomic_check() local 804 struct tegra_dc *dc) in tegra_primary_plane_create() 907 struct tegra_dc *dc = to_tegra_dc(new_state->crtc); in __tegra_cursor_atomic_update() local 1014 struct tegra_dc *dc; in tegra_cursor_atomic_disable() local [all …]
|
H A D | rgb.c | 19 struct tegra_dc *dc; member 81 static void tegra_dc_write_regs(struct tegra_dc *dc, in tegra_dc_write_regs() 143 struct tegra_dc *dc = to_tegra_dc(conn_state->crtc); in tegra_rgb_encoder_atomic_check() local 193 int tegra_dc_rgb_probe(struct tegra_dc *dc) in tegra_dc_rgb_probe() 262 void tegra_dc_rgb_remove(struct tegra_dc *dc) in tegra_dc_rgb_remove() 277 int tegra_dc_rgb_init(struct drm_device *drm, struct tegra_dc *dc) in tegra_dc_rgb_init() 356 int tegra_dc_rgb_exit(struct tegra_dc *dc) in tegra_dc_rgb_exit()
|
/openbmc/linux/drivers/scsi/esas2r/ |
H A D | esas2r_disc.c | 291 struct esas2r_disc_context *dc = &a->disc_ctx; in esas2r_disc_queue_event() local 314 struct esas2r_disc_context *dc = &a->disc_ctx; in esas2r_disc_start_port() local 389 struct esas2r_disc_context *dc = in esas2r_disc_continue() local 505 struct esas2r_disc_context *dc = in esas2r_disc_abort() local 520 struct esas2r_disc_context *dc = in esas2r_disc_block_dev_scan() local 551 struct esas2r_disc_context *dc = in esas2r_disc_block_dev_scan_cb() local 580 struct esas2r_disc_context *dc = in esas2r_disc_raid_grp_info() local 627 struct esas2r_disc_context *dc = in esas2r_disc_raid_grp_info_cb() local 690 struct esas2r_disc_context *dc = in esas2r_disc_part_info() local 742 struct esas2r_disc_context *dc = in esas2r_disc_part_info_cb() local [all …]
|
/openbmc/qemu/target/sparc/ |
H A D | translate.c | 217 static void gen_update_fprs_dirty(DisasContext *dc, int rd) in gen_update_fprs_dirty() 246 static TCGv_i32 gen_load_fpr_F(DisasContext *dc, unsigned int src) in gen_load_fpr_F() 253 static void gen_store_fpr_F(DisasContext *dc, unsigned int dst, TCGv_i32 v) in gen_store_fpr_F() 266 static TCGv_i64 gen_load_fpr_D(DisasContext *dc, unsigned int src) in gen_load_fpr_D() 273 static void gen_store_fpr_D(DisasContext *dc, unsigned int dst, TCGv_i64 v) in gen_store_fpr_D() 279 static TCGv_i128 gen_load_fpr_Q(DisasContext *dc, unsigned int src) in gen_load_fpr_Q() 289 static void gen_store_fpr_Q(DisasContext *dc, unsigned int dst, TCGv_i128 v) in gen_store_fpr_Q() 301 #define supervisor(dc) 0 argument 302 #define hypervisor(dc) 0 argument 305 #define hypervisor(dc) (dc->hypervisor) argument [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_hw_sequencer.c | 93 void dcn10_lock_all_pipes(struct dc *dc, in dcn10_lock_all_pipes() 125 static void log_mpc_crc(struct dc *dc, in log_mpc_crc() 139 static void dcn10_log_hubbub_state(struct dc *dc, in dcn10_log_hubbub_state() 168 static void dcn10_log_hubp_states(struct dc *dc, void *log_ctx) in dcn10_log_hubp_states() 282 void dcn10_log_hw_state(struct dc *dc, in dcn10_log_hw_state() 536 bool dcn10_did_underflow_occur(struct dc *dc, struct pipe_ctx *pipe_ctx) in dcn10_did_underflow_occur() 756 static void undo_DEGVIDCN10_253_wa(struct dc *dc) in undo_DEGVIDCN10_253_wa() 776 static void apply_DEGVIDCN10_253_wa(struct dc *dc) in apply_DEGVIDCN10_253_wa() 806 void dcn10_bios_golden_init(struct dc *dc) in dcn10_bios_golden_init() 847 struct dc *dc, in false_optc_underflow_wa() [all …]
|
H A D | dcn10_hw_sequencer_debug.c | 72 static unsigned int dcn10_get_hubbub_state(struct dc *dc, char *pBuf, unsigned int bufSize) in dcn10_get_hubbub_state() 110 static unsigned int dcn10_get_hubp_states(struct dc *dc, char *pBuf, unsigned int bufSize, bool inv… in dcn10_get_hubp_states() 189 static unsigned int dcn10_get_rq_states(struct dc *dc, char *pBuf, unsigned int bufSize) in dcn10_get_rq_states() 231 static unsigned int dcn10_get_dlg_states(struct dc *dc, char *pBuf, unsigned int bufSize) in dcn10_get_dlg_states() 288 static unsigned int dcn10_get_ttu_states(struct dc *dc, char *pBuf, unsigned int bufSize) in dcn10_get_ttu_states() 328 static unsigned int dcn10_get_cm_states(struct dc *dc, char *pBuf, unsigned int bufSize) in dcn10_get_cm_states() 383 static unsigned int dcn10_get_mpcc_states(struct dc *dc, char *pBuf, unsigned int bufSize) in dcn10_get_mpcc_states() 414 static unsigned int dcn10_get_otg_states(struct dc *dc, char *pBuf, unsigned int bufSize) in dcn10_get_otg_states() 468 static unsigned int dcn10_get_clock_states(struct dc *dc, char *pBuf, unsigned int bufSize) in dcn10_get_clock_states() 489 static void dcn10_clear_otpc_underflow(struct dc *dc) in dcn10_clear_otpc_underflow() [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_hwseq.c | 70 static int find_free_gsl_group(const struct dc *dc) in find_free_gsl_group() 98 const struct dc *dc, in dcn20_setup_gsl_group_as_lock() 274 const struct dc *dc, in dcn20_program_triple_buffer() 287 struct dc *dc, in dcn20_init_blank() 583 void dcn20_plane_atomic_disable(struct dc *dc, struct pipe_ctx *pipe_ctx) in dcn20_plane_atomic_disable() 621 void dcn20_disable_plane(struct dc *dc, struct pipe_ctx *pipe_ctx) in dcn20_disable_plane() 643 void dcn20_disable_pixel_data(struct dc *dc, struct pipe_ctx *pipe_ctx, bool blank) in dcn20_disable_pixel_data() 674 struct dc *dc) in dcn20_enable_stream_timing() 821 void dcn20_program_output_csc(struct dc *dc, in dcn20_program_output_csc() 849 bool dcn20_set_output_transfer_func(struct dc *dc, struct pipe_ctx *pipe_ctx, in dcn20_set_output_transfer_func() [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/ |
H A D | dce110_hw_sequencer.c | 202 struct dc *dc, in dce110_enable_display_power_gating() 278 dce110_set_input_transfer_func(struct dc *dc, struct pipe_ctx *pipe_ctx, in dce110_set_input_transfer_func() 606 dce110_set_output_transfer_func(struct dc *dc, struct pipe_ctx *pipe_ctx, in dce110_set_output_transfer_func() 669 const struct dc *dc = link->dc; in dce110_enable_stream() local 1078 struct dc *dc; in dce110_enable_audio_stream() local 1115 struct dc *dc; in dce110_disable_audio_stream() local 1150 struct dc *dc = pipe_ctx->stream->ctx->dc; in dce110_disable_stream() local 1373 static void program_scaler(const struct dc *dc, in program_scaler() 1415 struct dc *dc) in dce110_enable_stream_timing() 1479 struct dc *dc) in apply_single_controller_ctx_to_hw() [all …]
|
/openbmc/linux/drivers/md/ |
H A D | dm-delay.c | 54 struct delay_c *dc = from_timer(dc, t, delay_timer); in handle_delayed_timer() local 59 static void queue_timeout(struct delay_c *dc, unsigned long expires) in queue_timeout() 81 static struct bio *flush_delayed_bios(struct delay_c *dc, int flush_all) in flush_delayed_bios() 115 struct delay_c *dc; in flush_expired_bios() local 123 struct delay_c *dc = ti->private; in delay_dtr() local 176 struct delay_c *dc; in delay_ctr() local 245 static int delay_bio(struct delay_c *dc, struct delay_class *c, struct bio *bio) in delay_bio() 274 struct delay_c *dc = ti->private; in delay_presuspend() local 286 struct delay_c *dc = ti->private; in delay_resume() local 293 struct delay_c *dc = ti->private; in delay_map() local [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce60/ |
H A D | dce60_hw_sequencer.c | 50 static bool dce60_should_enable_fbc(struct dc *dc, in dce60_should_enable_fbc() 115 struct dc *dc, in dce60_enable_fbc() 181 static void dce60_program_surface_visibility(const struct dc *dc, in dce60_program_surface_visibility() 232 static void dce60_program_scaler(const struct dc *dc, in dce60_program_scaler() 271 struct dc *dc, struct pipe_ctx *pipe_ctx) in dce60_program_front_end_for_pipe() 382 struct dc *dc, in dce60_apply_ctx_for_surface() 421 void dce60_hw_sequencer_construct(struct dc *dc) in dce60_hw_sequencer_construct()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/ |
H A D | dcn32_hwseq.c | 194 static bool dcn32_check_no_memory_request_for_cab(struct dc *dc) in dcn32_check_no_memory_request_for_cab() 217 static uint32_t dcn32_calculate_cab_allocation(struct dc *dc, struct dc_state *ctx) in dcn32_calculate_cab_allocation() 247 bool dcn32_apply_idle_power_optimizations(struct dc *dc, bool enable) in dcn32_apply_idle_power_optimizations() 339 void dcn32_commit_subvp_config(struct dc *dc, struct dc_state *context) in dcn32_commit_subvp_config() 366 void dcn32_subvp_pipe_control_lock(struct dc *dc, in dcn32_subvp_pipe_control_lock() 416 struct dc *dc = params->subvp_pipe_control_lock_fast_params.dc; in dcn32_subvp_pipe_control_lock_fast() local 520 bool dcn32_set_input_transfer_func(struct dc *dc, in dcn32_set_input_transfer_func() 562 bool dcn32_set_output_transfer_func(struct dc *dc, in dcn32_set_output_transfer_func() 600 void dcn32_update_force_pstate(struct dc *dc, struct dc_state *context) in dcn32_update_force_pstate() 654 void dcn32_update_mall_sel(struct dc *dc, struct dc_state *context) in dcn32_update_mall_sel() [all …]
|
H A D | dcn32_resource_helpers.c | 39 struct dc *dc, in dcn32_helper_mall_bytes_to_ways() 57 struct dc *dc, in dcn32_helper_calculate_mall_bytes_for_cursor() 108 struct dc *dc, in dcn32_helper_calculate_num_ways_for_subvp() 122 void dcn32_merge_pipes_for_subvp(struct dc *dc, in dcn32_merge_pipes_for_subvp() 168 bool dcn32_all_pipes_have_stream_and_plane(struct dc *dc, in dcn32_all_pipes_have_stream_and_plane() 185 bool dcn32_subvp_in_use(struct dc *dc, in dcn32_subvp_in_use() 211 bool dcn32_any_surfaces_rotated(struct dc *dc, struct dc_state *context) in dcn32_any_surfaces_rotated() 282 void dcn32_determine_det_override(struct dc *dc, in dcn32_determine_det_override() 351 void dcn32_set_det_allocations(struct dc *dc, struct dc_state *context, in dcn32_set_det_allocations() 407 void dcn32_save_mall_state(struct dc *dc, in dcn32_save_mall_state() [all …]
|
/openbmc/linux/drivers/gpu/drm/atmel-hlcdc/ |
H A D | atmel_hlcdc_dc.c | 495 atmel_hlcdc_dc_mode_valid(struct atmel_hlcdc_dc *dc, in atmel_hlcdc_dc_mode_valid() 538 struct atmel_hlcdc_dc *dc = dev->dev_private; in atmel_hlcdc_dc_irq_handler() local 562 struct atmel_hlcdc_dc *dc = dev->dev_private; in atmel_hlcdc_dc_irq_postinstall() local 577 struct atmel_hlcdc_dc *dc = dev->dev_private; in atmel_hlcdc_dc_irq_disable() local 613 struct atmel_hlcdc_dc *dc = dev->dev_private; in atmel_hlcdc_dc_modeset_init() local 650 struct atmel_hlcdc_dc *dc; in atmel_hlcdc_dc_load() local 717 struct atmel_hlcdc_dc *dc = dev->dev_private; in atmel_hlcdc_dc_unload() local 788 struct atmel_hlcdc_dc *dc = drm_dev->dev_private; in atmel_hlcdc_dc_drm_suspend() local 808 struct atmel_hlcdc_dc *dc = drm_dev->dev_private; in atmel_hlcdc_dc_drm_resume() local
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/ |
H A D | dcn30_hwseq.c | 146 bool dcn30_set_input_transfer_func(struct dc *dc, in dcn30_set_input_transfer_func() 189 bool dcn30_set_output_transfer_func(struct dc *dc, in dcn30_set_output_transfer_func() 226 struct dc *dc, in dcn30_set_writeback() 249 struct dc *dc, in dcn30_update_writeback() 266 struct dc *dc, in dcn30_mmhubbub_warmup() 324 struct dc *dc, in dcn30_enable_writeback() 347 struct dc *dc, in dcn30_disable_writeback() 368 struct dc *dc, in dcn30_program_all_writeback_pipes_in_tree() 433 void dcn30_init_hw(struct dc *dc) in dcn30_init_hw() 701 bool dcn30_apply_idle_power_optimizations(struct dc *dc, bool enable) in dcn30_apply_idle_power_optimizations() [all …]
|
/openbmc/linux/drivers/md/bcache/ |
H A D | writeback.c | 30 static uint64_t __calc_target_rate(struct cached_dev *dc) in __calc_target_rate() 61 static void __update_writeback_rate(struct cached_dev *dc) in __update_writeback_rate() 208 struct cached_dev *dc) in set_at_max_writeback_rate() 244 struct cached_dev *dc = container_of(to_delayed_work(work), in update_writeback_rate() local 312 static unsigned int writeback_delay(struct cached_dev *dc, in writeback_delay() 324 struct cached_dev *dc; member 355 struct cached_dev *dc = io->dc; in write_dirty_finish() local 407 struct cached_dev *dc = io->dc; in write_dirty() local 474 static void read_dirty(struct cached_dev *dc) in read_dirty() 643 struct cached_dev *dc = container_of(buf, in dirty_pred() local [all …]
|
/openbmc/qemu/target/ppc/ |
H A D | cpu_init.c | 2160 DeviceClass *dc = DEVICE_CLASS(oc); variable 2228 DeviceClass *dc = DEVICE_CLASS(oc); variable 2267 DeviceClass *dc = DEVICE_CLASS(oc); variable 2322 DeviceClass *dc = DEVICE_CLASS(oc); variable 2392 DeviceClass *dc = DEVICE_CLASS(oc); variable 2428 DeviceClass *dc = DEVICE_CLASS(oc); variable 2477 DeviceClass *dc = DEVICE_CLASS(oc); in POWERPC_FAMILY() local 2520 DeviceClass *dc = DEVICE_CLASS(oc); in POWERPC_FAMILY() local 2571 DeviceClass *dc = DEVICE_CLASS(oc); in POWERPC_FAMILY() local 2610 DeviceClass *dc = DEVICE_CLASS(oc); in POWERPC_FAMILY() local [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn21/ |
H A D | dcn21_hwseq.c | 67 int dcn21_init_sys_ctx(struct dce_hwseq *hws, struct dc *dc, struct dc_phy_addr_space_config *pa_co… in dcn21_init_sys_ctx() 88 bool dcn21_s0i3_golden_init_wa(struct dc *dc) in dcn21_s0i3_golden_init_wa() 99 const struct dc *dc, in dcn21_exit_optimized_pwr_state() 109 const struct dc *dc, in dcn21_optimize_pwr_state() 144 struct dc_context *dc = abm->ctx; in dmub_abm_set_pipe() local 162 static void dmub_abm_set_backlight(struct dc_context *dc, uint32_t backlight_pwm_u16_16, in dmub_abm_set_backlight() 242 struct dc_context *dc = pipe_ctx->stream->ctx; in dcn21_set_backlight_level() local 281 bool dcn21_is_abm_supported(struct dc *dc, in dcn21_is_abm_supported()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/ |
H A D | dcn_calcs.c | 453 const struct dc *dc, in dcn_bw_calc_rq_dlg_ttu() 638 static bool dcn_bw_apply_registry_override(struct dc *dc) in dcn_bw_apply_registry_override() 749 struct dc *dc, in dcn_validate_bandwidth() 1316 const struct dc *dc, in dcn_find_normalized_clock_vdd_Level() 1406 const struct dc *dc, in dcn_find_dcfclk_suits_all() 1448 struct dc *dc, in dcn_bw_update_from_pplib_fclks() 1477 struct dc *dc, in dcn_bw_update_from_pplib_dcfclks() 1489 struct dc *dc, in dcn_get_soc_clks() 1500 struct dc *dc, in dcn_bw_notify_pplib_of_wm_ranges() 1561 void dcn_bw_sync_calcs_and_dml(struct dc *dc) in dcn_bw_sync_calcs_and_dml()
|