Searched refs:hw_intf (Results 1 – 2 of 2) sorted by relevance
23 (e) && (e)->hw_intf ? \24 (e)->hw_intf->idx - INTF_0 : -1, ##__VA_ARGS__)29 (e) && (e)->hw_intf ? \30 (e)->hw_intf->idx - INTF_0 : -1, ##__VA_ARGS__)95 if (vid_enc->hw_intf->cap->type == INTF_DSI) { in drm_mode_to_intf_timing_params()150 vid_enc->hw_intf->cap->prog_fetch_lines_worst_case; in programmable_fetch_get_num_lines()206 if (WARN_ON_ONCE(!vid_enc->hw_intf->ops.setup_prg_fetch)) in programmable_fetch_config()224 vid_enc->hw_intf->ops.setup_prg_fetch(vid_enc->hw_intf, &f); in programmable_fetch_config()260 if (!vid_enc->hw_intf->ops.setup_timing_gen) { in dpu_encoder_phys_vid_setup_timing_engine()286 intf_cfg.intf = vid_enc->hw_intf->idx; in dpu_encoder_phys_vid_setup_timing_engine()[all …]
279 struct dpu_hw_intf *hw_intf; member