Home
last modified time | relevance | path

Searched refs:get_frame_count (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/optc/dcn301/
H A Ddcn301_optc.c124 .get_frame_count = optc1_get_vblank_counter,
/linux/drivers/gpu/drm/amd/display/dc/optc/dcn201/
H A Ddcn201_optc.c144 .get_frame_count = optc1_get_vblank_counter,
/linux/drivers/gpu/drm/amd/display/dc/dce60/
H A Ddce60_timing_generator.c212 .get_frame_count = dce110_timing_generator_get_vblank_counter,
/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_encoder_phys.h115 int (*get_frame_count)(struct dpu_encoder_phys *phys); member
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_stream.c733 return tg->funcs->get_frame_count(tg); in dc_stream_get_vblank_counter()
H A Ddc_hw_sequencer.c2672 *frame_count = tg->funcs->get_frame_count(tg); in hwss_tg_get_frame_count()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c2626 tg->funcs->get_frame_count(tg); in dcn401_post_unlock_program_front_end()