Home
last modified time | relevance | path

Searched refs:get_line_count (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_encoder_phys_cmd.c515 if (!hw_intf || !hw_intf->ops.get_line_count) in dpu_encoder_phys_cmd_get_line_count()
517 return hw_intf->ops.get_line_count(hw_intf); in dpu_encoder_phys_cmd_get_line_count()
521 if (!hw_pp || !hw_pp->ops.get_line_count) in dpu_encoder_phys_cmd_get_line_count()
523 return hw_pp->ops.get_line_count(hw_pp); in dpu_encoder_phys_cmd_get_line_count()
755 ops->get_line_count = dpu_encoder_phys_cmd_get_line_count; in dpu_encoder_phys_cmd_init_ops()
H A Ddpu_hw_pingpong.h43 * @get_line_count: obtain current vertical line counter
68 u32 (*get_line_count)(struct dpu_hw_pingpong *pp); member
H A Ddpu_hw_intf.h63 * @ get_line_count: reads current vertical line counter
94 u32 (*get_line_count)(struct dpu_hw_intf *intf); member
H A Ddpu_encoder_phys_vid.c648 if (!phys_enc->hw_intf || !phys_enc->hw_intf->ops.get_line_count) in dpu_encoder_phys_vid_get_line_count()
651 return phys_enc->hw_intf->ops.get_line_count(phys_enc->hw_intf); in dpu_encoder_phys_vid_get_line_count()
696 ops->get_line_count = dpu_encoder_phys_vid_get_line_count; in dpu_encoder_phys_vid_init_ops()
H A Ddpu_encoder_phys.h91 * @get_line_count: Obtain current vertical line count
117 int (*get_line_count)(struct dpu_encoder_phys *phys); member
H A Ddpu_hw_pingpong.c291 c->ops.get_line_count = dpu_hw_pp_get_line_count; in _setup_pingpong_ops()
H A Ddpu_encoder.c446 if (phys && phys->ops.get_line_count) in dpu_encoder_get_linecount()
447 linecount = phys->ops.get_line_count(phys); in dpu_encoder_get_linecount()
1699 if (!dpu_enc->cur_master->ops.get_line_count) { in _dpu_encoder_calculate_linetime()
1700 DPU_ERROR("get_line_count function not defined\n"); in _dpu_encoder_calculate_linetime()
1754 cur_line = dpu_enc->cur_master->ops.get_line_count(dpu_enc->cur_master); in dpu_encoder_vsync_time()
H A Ddpu_hw_intf.c537 ops->get_line_count = dpu_hw_intf_get_line_count; in _setup_intf_ops()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_pingpong.h67 * @get_line_count: obtain current vertical line counter
106 u32 (*get_line_count)(struct dpu_hw_pingpong *pp); member
H A Ddpu_hw_intf.h54 * @ get_line_count: reads current vertical line counter
72 u32 (*get_line_count)(struct dpu_hw_intf *intf); member
H A Ddpu_encoder_phys_vid.c654 if (!phys_enc->hw_intf || !phys_enc->hw_intf->ops.get_line_count) in dpu_encoder_phys_vid_get_line_count()
657 return phys_enc->hw_intf->ops.get_line_count(phys_enc->hw_intf); in dpu_encoder_phys_vid_get_line_count()
677 ops->get_line_count = dpu_encoder_phys_vid_get_line_count; in dpu_encoder_phys_vid_init_ops()
H A Ddpu_encoder_phys_cmd.c508 if (!hw_pp->ops.get_line_count) in dpu_encoder_phys_cmd_get_line_count()
511 return hw_pp->ops.get_line_count(hw_pp); in dpu_encoder_phys_cmd_get_line_count()
704 ops->get_line_count = dpu_encoder_phys_cmd_get_line_count; in dpu_encoder_phys_cmd_init_ops()
H A Ddpu_encoder_phys.h112 * @get_line_count: Obtain current vertical line count
145 int (*get_line_count)(struct dpu_encoder_phys *phys); member
H A Ddpu_hw_intf.c283 ops->get_line_count = dpu_hw_intf_get_line_count; in _setup_intf_ops()
H A Ddpu_hw_pingpong.c232 c->ops.get_line_count = dpu_hw_pp_get_line_count; in _setup_pingpong_ops()
H A Ddpu_encoder.c1665 if (!dpu_enc->cur_master->ops.get_line_count) { in _dpu_encoder_calculate_linetime()
1666 DPU_ERROR("get_line_count function not defined\n"); in _dpu_encoder_calculate_linetime()
1720 cur_line = dpu_enc->cur_master->ops.get_line_count(dpu_enc->cur_master); in dpu_encoder_vsync_time()

Completed in 19 milliseconds