Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/msm/dp/
Ddp_parser.c119 int core_clk_count = 0, ctrl_clk_count = 0, stream_clk_count = 0; in dp_parser_init_clk_data() local
145 stream_clk_count++; in dp_parser_init_clk_data()
177 if (stream_clk_count == 0) { in dp_parser_init_clk_data()
182 stream_power->num_clk = stream_clk_count; in dp_parser_init_clk_data()
199 int core_clk_count = 0, ctrl_clk_count = 0, stream_clk_count = 0; in dp_parser_clock() local
214 stream_clk_count = stream_power->num_clk; in dp_parser_clock()
216 num_clk = core_clk_count + ctrl_clk_count + stream_clk_count; in dp_parser_clock()
230 stream_clk_index < stream_clk_count) { in dp_parser_clock()