Searched refs:odm_load (Results 1 – 2 of 2) sorted by relevance
347 int odm_load, highest_odm_load = -1, highest_odm_load_index = -1; in find_highest_odm_load_stream_index() local 351 odm_load = display_config->stream_descriptors[i].timing.pixel_clock_khz in find_highest_odm_load_stream_index() 354 odm_load = 0; in find_highest_odm_load_stream_index() 356 if (odm_load > highest_odm_load) { in find_highest_odm_load_stream_index() 358 highest_odm_load = odm_load; in find_highest_odm_load_stream_index()
813 int odm_load, highest_odm_load = -1, highest_odm_load_index = -1; in find_highest_odm_load_stream_index() local 817 odm_load = display_config->stream_descriptors[i].timing.pixel_clock_khz in find_highest_odm_load_stream_index() 820 odm_load = 0; in find_highest_odm_load_stream_index() 822 if (odm_load > highest_odm_load) { in find_highest_odm_load_stream_index() 824 highest_odm_load = odm_load; in find_highest_odm_load_stream_index()