Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_pmo/ !
H A Ddml2_pmo_dcn3.c348 int odm_load, highest_odm_load = -1, highest_odm_load_index = -1; in find_highest_odm_load_stream_index() local
352 odm_load = display_config->stream_descriptors[i].timing.pixel_clock_khz in find_highest_odm_load_stream_index()
355 odm_load = 0; in find_highest_odm_load_stream_index()
357 if (odm_load > highest_odm_load) { in find_highest_odm_load_stream_index()
359 highest_odm_load = odm_load; in find_highest_odm_load_stream_index()
H A Ddml2_pmo_dcn4_fams2.c836 int odm_load, highest_odm_load = -1, highest_odm_load_index = -1; in find_highest_odm_load_stream_index() local
840 odm_load = display_config->stream_descriptors[i].timing.pixel_clock_khz in find_highest_odm_load_stream_index()
843 odm_load = 0; in find_highest_odm_load_stream_index()
845 if (odm_load > highest_odm_load) { in find_highest_odm_load_stream_index()
847 highest_odm_load = odm_load; in find_highest_odm_load_stream_index()