Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer_debug.c561 unsigned int remaining_buf_size = bufSize; in dcn10_get_hw_state() local
566 if ((mask & DC_HW_STATE_MASK_HUBBUB) && remaining_buf_size > 0) { in dcn10_get_hw_state()
567 chars_printed = dcn10_get_hubbub_state(dc, pBuf, remaining_buf_size); in dcn10_get_hw_state()
569 remaining_buf_size -= chars_printed; in dcn10_get_hw_state()
572 if ((mask & DC_HW_STATE_MASK_HUBP) && remaining_buf_size > 0) { in dcn10_get_hw_state()
573 …chars_printed = dcn10_get_hubp_states(dc, pBuf, remaining_buf_size, mask & DC_HW_STATE_INVAR_ONLY); in dcn10_get_hw_state()
575 remaining_buf_size -= chars_printed; in dcn10_get_hw_state()
578 if ((mask & DC_HW_STATE_MASK_RQ) && remaining_buf_size > 0) { in dcn10_get_hw_state()
579 chars_printed = dcn10_get_rq_states(dc, pBuf, remaining_buf_size); in dcn10_get_hw_state()
581 remaining_buf_size -= chars_printed; in dcn10_get_hw_state()
[all …]