Home
last modified time | relevance | path

Searched refs:DCN32_CRB_SEGMENT_SIZE_KB (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_hubbub.c45 * DCN32_CRB_SEGMENT_SIZE_KB: Maximum Configurable Return Buffer size for
48 #define DCN32_CRB_SEGMENT_SIZE_KB 64 macro
96 unsigned int det_size_segments = (det_buffer_size_in_kbyte + DCN32_CRB_SEGMENT_SIZE_KB - 1) / DCN32_CRB_SEGMENT_SIZE_KB; in dcn32_program_det_size()
134 unsigned int compbuf_size_segments = (compbuf_size_kb + DCN32_CRB_SEGMENT_SIZE_KB - 1) / DCN32_CRB_SEGMENT_SIZE_KB; in dcn32_program_compbuf_size()
1019 hubbub2->crb_size_segs = config_return_buffer_size_kb / DCN32_CRB_SEGMENT_SIZE_KB; in hubbub32_construct()

Completed in 2 milliseconds