Home
last modified time | relevance | path

Searched refs:get_line_count (Results 1 – 8 of 8) sorted by relevance

/drivers/gpu/drm/msm/disp/dpu1/
A Ddpu_encoder_phys_cmd.c520 if (!hw_intf || !hw_intf->ops.get_line_count) in dpu_encoder_phys_cmd_get_line_count()
522 return hw_intf->ops.get_line_count(hw_intf); in dpu_encoder_phys_cmd_get_line_count()
526 if (!hw_pp || !hw_pp->ops.get_line_count) in dpu_encoder_phys_cmd_get_line_count()
528 return hw_pp->ops.get_line_count(hw_pp); in dpu_encoder_phys_cmd_get_line_count()
724 ops->get_line_count = dpu_encoder_phys_cmd_get_line_count; in dpu_encoder_phys_cmd_init_ops()
A Ddpu_hw_pingpong.h68 u32 (*get_line_count)(struct dpu_hw_pingpong *pp); member
A Ddpu_hw_intf.h95 u32 (*get_line_count)(struct dpu_hw_intf *intf); member
A Ddpu_encoder_phys_vid.c704 if (!phys_enc->hw_intf || !phys_enc->hw_intf->ops.get_line_count) in dpu_encoder_phys_vid_get_line_count()
707 return phys_enc->hw_intf->ops.get_line_count(phys_enc->hw_intf); in dpu_encoder_phys_vid_get_line_count()
751 ops->get_line_count = dpu_encoder_phys_vid_get_line_count; in dpu_encoder_phys_vid_init_ops()
A Ddpu_encoder_phys.h114 int (*get_line_count)(struct dpu_encoder_phys *phys); member
A Ddpu_hw_pingpong.c318 c->ops.get_line_count = dpu_hw_pp_get_line_count; in dpu_hw_pingpong_init()
A Ddpu_encoder.c555 if (phys && phys->ops.get_line_count) in dpu_encoder_get_linecount()
556 linecount = phys->ops.get_line_count(phys); in dpu_encoder_get_linecount()
1872 if (!dpu_enc->cur_master->ops.get_line_count) { in _dpu_encoder_calculate_linetime()
1932 cur_line = dpu_enc->cur_master->ops.get_line_count(dpu_enc->cur_master); in dpu_encoder_vsync_time()
A Ddpu_hw_intf.c587 c->ops.get_line_count = dpu_hw_intf_get_line_count; in dpu_hw_intf_init()

Completed in 25 milliseconds