Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/msm/dp/
Ddp_parser.c112 int core_clk_count = 0, ctrl_clk_count = 0, stream_clk_count = 0; in dp_parser_init_clk_data() local
138 stream_clk_count++; in dp_parser_init_clk_data()
170 if (stream_clk_count == 0) { in dp_parser_init_clk_data()
175 stream_power->num_clk = stream_clk_count; in dp_parser_init_clk_data()
192 int core_clk_count = 0, ctrl_clk_count = 0, stream_clk_count = 0; in dp_parser_clock() local
207 stream_clk_count = stream_power->num_clk; in dp_parser_clock()
209 num_clk = core_clk_count + ctrl_clk_count + stream_clk_count; in dp_parser_clock()
226 stream_clk_index < stream_clk_count) { in dp_parser_clock()