Home
last modified time | relevance | path

Searched refs:get_odm_combine_segments (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dtiming_generator.h319 void (*get_odm_combine_segments)(struct timing_generator *tg, int *odm_segments); member
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_debugfs.c1280 if (pipe_ctx != NULL && pipe_ctx->stream_res.tg->funcs->get_odm_combine_segments) in odm_combine_segments_show()
1281 pipe_ctx->stream_res.tg->funcs->get_odm_combine_segments(pipe_ctx->stream_res.tg, &segments); in odm_combine_segments_show()