Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/disp/dpu1/
A Ddpu_encoder_phys_vid.c17 (e) && (e)->hw_intf ? \
23 (e) && (e)->hw_intf ? \
224 phys_enc->hw_intf->ops.setup_prg_fetch(phys_enc->hw_intf, &f); in programmable_fetch_config()
291 phys_enc->hw_intf->ops.setup_timing_gen(phys_enc->hw_intf, in dpu_encoder_phys_vid_setup_timing_engine()
298 phys_enc->hw_intf, in dpu_encoder_phys_vid_setup_timing_engine()
571 phys_enc->hw_intf->ops.enable_timing(phys_enc->hw_intf, 0); in dpu_encoder_phys_vid_disable()
610 phys_enc->hw_intf->ops.enable_timing(phys_enc->hw_intf, 1); in dpu_encoder_phys_vid_handle_post_kickoff()
644 if (!phys_enc->hw_intf || !phys_enc->hw_intf->ops.get_line_count) in dpu_encoder_phys_vid_get_line_count()
647 return phys_enc->hw_intf->ops.get_line_count(phys_enc->hw_intf); in dpu_encoder_phys_vid_get_line_count()
660 if (!phys_enc->hw_intf || !phys_enc->hw_intf->ops.get_status) in dpu_encoder_phys_vid_get_frame_count()
[all …]
A Ddpu_encoder_phys.h220 struct dpu_hw_intf *hw_intf; member
A Ddpu_encoder.c1069 struct dpu_hw_intf *hw_intf; in dpu_encoder_virt_mode_set() local
1071 hw_intf = to_dpu_hw_intf(hw_blk[i]); in dpu_encoder_virt_mode_set()
1072 if (hw_intf->idx == phys->intf_idx) in dpu_encoder_virt_mode_set()
1073 phys->hw_intf = hw_intf; in dpu_encoder_virt_mode_set()
1076 if (!phys->hw_intf) { in dpu_encoder_virt_mode_set()
A Ddpu_encoder_phys_cmd.c174 irq->irq_idx = phys_enc->hw_intf->cap->intr_underrun; in dpu_encoder_phys_cmd_mode_set()

Completed in 12 milliseconds