Home
last modified time | relevance | path

Searched refs:hw_intf (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_encoder_phys_vid.c20 (e) && (e)->hw_intf ? \
26 (e) && (e)->hw_intf ? \
247 phys_enc->hw_intf->ops.setup_prg_fetch(phys_enc->hw_intf, &f); in programmable_fetch_config()
309 phys_enc->hw_intf->ops.setup_timing_gen(phys_enc->hw_intf, in dpu_encoder_phys_vid_setup_timing_engine()
597 phys_enc->hw_intf->ops.enable_timing(phys_enc->hw_intf, 0); in dpu_encoder_phys_vid_disable()
620 if (phys_enc->hw_intf && phys_enc->hw_intf->ops.get_status) in dpu_encoder_phys_vid_disable()
657 phys_enc->hw_intf->ops.enable_timing(phys_enc->hw_intf, 1); in dpu_encoder_phys_vid_handle_post_kickoff()
698 if (!phys_enc->hw_intf || !phys_enc->hw_intf->ops.get_line_count) in dpu_encoder_phys_vid_get_line_count()
701 return phys_enc->hw_intf->ops.get_line_count(phys_enc->hw_intf); in dpu_encoder_phys_vid_get_line_count()
716 if (!phys_enc->hw_intf || !phys_enc->hw_intf->ops.get_status) in dpu_encoder_phys_vid_get_frame_count()
[all …]
H A Ddpu_encoder_phys_cmd.c72 phys_enc->hw_intf, in _dpu_encoder_phys_cmd_update_intf_cfg()
81 phys_enc->hw_intf->ops.program_intf_cmd_cfg(phys_enc->hw_intf, &cmd_mode_cfg); in _dpu_encoder_phys_cmd_update_intf_cfg()
356 phys_enc->hw_intf ? phys_enc->hw_intf->idx - INTF_0 : -1, in dpu_encoder_phys_cmd_tearcheck_config()
409 phys_enc->hw_intf->ops.enable_tearcheck(phys_enc->hw_intf, &tc_cfg); in dpu_encoder_phys_cmd_tearcheck_config()
486 if (!phys_enc->hw_intf || !phys_enc->hw_intf->ops.connect_external_te) in _dpu_encoder_phys_cmd_connect_te()
490 phys_enc->hw_intf->ops.connect_external_te(phys_enc->hw_intf, enable); in _dpu_encoder_phys_cmd_connect_te()
516 hw_intf = phys_enc->hw_intf; in dpu_encoder_phys_cmd_get_line_count()
517 if (!hw_intf || !hw_intf->ops.get_line_count) in dpu_encoder_phys_cmd_get_line_count()
519 return hw_intf->ops.get_line_count(hw_intf); in dpu_encoder_phys_cmd_get_line_count()
545 phys_enc->hw_intf->ops.disable_tearcheck(phys_enc->hw_intf); in dpu_encoder_phys_cmd_disable()
[all …]
H A Ddpu_encoder.c321 if (phys->hw_intf && phys->hw_intf->ops.setup_misr in dpu_encoder_get_crc_values_cnt()
344 if (!phys->hw_intf || !phys->hw_intf->ops.setup_misr) in dpu_encoder_setup_misr()
347 phys->hw_intf->ops.setup_misr(phys->hw_intf); in dpu_encoder_setup_misr()
374 if (!phys->hw_intf || !phys->hw_intf->ops.collect_misr) in dpu_encoder_get_crc()
440 phys_enc->hw_intf ? phys_enc->hw_intf->idx - INTF_0 : -1, in dpu_encoder_helper_report_irq_timeout()
799 phys_enc->hw_intf->ops.vsync_sel(phys_enc->hw_intf, in _dpu_encoder_update_vsync_source()
1569 ready_phys->hw_intf ? ready_phys->hw_intf->idx : -1, in dpu_encoder_frame_done_callback()
1657 phys->hw_intf ? phys->hw_intf->idx : -1, in _dpu_encoder_trigger_flush()
2309 if (phys_enc->hw_intf) in dpu_encoder_helper_phys_cleanup()
2483 phys->hw_intf ? phys->hw_intf->idx - INTF_0 : -1, in _dpu_encoder_status_show()
[all …]
H A Ddpu_rm.h32 struct dpu_hw_intf *hw_intf[INTF_MAX - INTF_0]; member
103 return rm->hw_intf[intf_idx - INTF_0]; in dpu_rm_get_intf()
H A Ddpu_encoder_phys.h182 struct dpu_hw_intf *hw_intf; member
265 struct dpu_hw_intf *hw_intf; member
H A Ddpu_rm.c110 rm->hw_intf[intf->id - INTF_0] = hw; in dpu_rm_init()