Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/msm/dp/
H A Ddp_parser.c153 int core_clk_count = 0, ctrl_clk_count = 0, stream_clk_count = 0; in dp_parser_init_clk_data() local
179 stream_clk_count++; in dp_parser_init_clk_data()
211 if (stream_clk_count == 0) { in dp_parser_init_clk_data()
216 stream_power->num_clk = stream_clk_count; in dp_parser_init_clk_data()
233 int core_clk_count = 0, ctrl_clk_count = 0, stream_clk_count = 0; in dp_parser_clock() local
248 stream_clk_count = stream_power->num_clk; in dp_parser_clock()
250 num_clk = core_clk_count + ctrl_clk_count + stream_clk_count; in dp_parser_clock()
264 stream_clk_index < stream_clk_count) { in dp_parser_clock()