Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_encoder_phys_vid.c17 (e) && (e)->hw_intf ? \
18 (e)->hw_intf->idx - INTF_0 : -1, ##__VA_ARGS__)
23 (e) && (e)->hw_intf ? \
24 (e)->hw_intf->idx - INTF_0 : -1, ##__VA_ARGS__)
89 if (phys_enc->hw_intf->cap->type == INTF_DSI) { in drm_mode_to_intf_timing_params()
95 if (phys_enc->hw_intf->cap->type == INTF_DP) { in drm_mode_to_intf_timing_params()
108 if (phys_enc->hw_intf->cap->type == INTF_DP && timing->wide_bus_en) { in drm_mode_to_intf_timing_params()
154 phys_enc->hw_intf->cap->prog_fetch_lines_worst_case; in programmable_fetch_get_num_lines()
208 if (WARN_ON_ONCE(!phys_enc->hw_intf->ops.setup_prg_fetch)) in programmable_fetch_config()
226 phys_enc->hw_intf->ops.setup_prg_fetch(phys_enc->hw_intf, &f); in programmable_fetch_config()
[all …]
Ddpu_rm.h29 struct dpu_hw_intf *hw_intf[INTF_MAX - INTF_0]; member
98 return rm->hw_intf[intf_idx - INTF_0]; in dpu_rm_get_intf()
Ddpu_encoder_phys_cmd.c67 if (test_bit(DPU_CTL_ACTIVE_CFG, &ctl->caps->features) && phys_enc->hw_intf->ops.bind_pingpong_blk) in _dpu_encoder_phys_cmd_update_intf_cfg()
68 phys_enc->hw_intf->ops.bind_pingpong_blk( in _dpu_encoder_phys_cmd_update_intf_cfg()
69 phys_enc->hw_intf, in _dpu_encoder_phys_cmd_update_intf_cfg()
156 phys_enc->irq[INTR_IDX_UNDERRUN] = phys_enc->hw_intf->cap->intr_underrun; in dpu_encoder_phys_cmd_atomic_mode_set()
526 if (phys_enc->hw_intf->ops.bind_pingpong_blk) { in dpu_encoder_phys_cmd_disable()
527 phys_enc->hw_intf->ops.bind_pingpong_blk( in dpu_encoder_phys_cmd_disable()
528 phys_enc->hw_intf, in dpu_encoder_phys_cmd_disable()
Ddpu_encoder.c238 if (phys->hw_intf && phys->hw_intf->ops.setup_misr in dpu_encoder_get_crc_values_cnt()
239 && phys->hw_intf->ops.collect_misr) in dpu_encoder_get_crc_values_cnt()
257 if (!phys->hw_intf || !phys->hw_intf->ops.setup_misr) in dpu_encoder_setup_misr()
260 phys->hw_intf->ops.setup_misr(phys->hw_intf, true, 1); in dpu_encoder_setup_misr()
280 if (!phys->hw_intf || !phys->hw_intf->ops.collect_misr) in dpu_encoder_get_crc()
283 rc = phys->hw_intf->ops.collect_misr(phys->hw_intf, &crcs[pos + entries_added]); in dpu_encoder_get_crc()
2040 if (dpu_enc->phys_encs[i] && phys_enc->hw_intf->ops.bind_pingpong_blk) in dpu_encoder_helper_phys_cleanup()
2041 phys_enc->hw_intf->ops.bind_pingpong_blk( in dpu_encoder_helper_phys_cleanup()
2042 dpu_enc->phys_encs[i]->hw_intf, false, in dpu_encoder_helper_phys_cleanup()
2048 dpu_enc->phys_encs[i]->hw_intf->idx); in dpu_encoder_helper_phys_cleanup()
[all …]
Ddpu_rm.c79 for (i = 0; i < ARRAY_SIZE(rm->hw_intf); i++) in dpu_rm_destroy()
80 dpu_hw_intf_destroy(rm->hw_intf[i]); in dpu_rm_destroy()
190 rm->hw_intf[intf->id - INTF_0] = hw; in dpu_rm_init()
Ddpu_encoder_phys.h206 struct dpu_hw_intf *hw_intf; member