Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer_debug.c560 unsigned int remaining_buf_size = bufSize; in dcn10_get_hw_state() local
565 if ((mask & DC_HW_STATE_MASK_HUBBUB) && remaining_buf_size > 0) { in dcn10_get_hw_state()
566 chars_printed = dcn10_get_hubbub_state(dc, pBuf, remaining_buf_size); in dcn10_get_hw_state()
568 remaining_buf_size -= chars_printed; in dcn10_get_hw_state()
571 if ((mask & DC_HW_STATE_MASK_HUBP) && remaining_buf_size > 0) { in dcn10_get_hw_state()
572 …chars_printed = dcn10_get_hubp_states(dc, pBuf, remaining_buf_size, mask & DC_HW_STATE_INVAR_ONLY); in dcn10_get_hw_state()
574 remaining_buf_size -= chars_printed; in dcn10_get_hw_state()
577 if ((mask & DC_HW_STATE_MASK_RQ) && remaining_buf_size > 0) { in dcn10_get_hw_state()
578 chars_printed = dcn10_get_rq_states(dc, pBuf, remaining_buf_size); in dcn10_get_hw_state()
580 remaining_buf_size -= chars_printed; in dcn10_get_hw_state()
[all …]