Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/hubp/dcn32/
H A Ddcn32_hubp.c114 enum cursor_lines_per_chunk lpc = hubp2_get_lines_per_chunk( in hubp32_cursor_set_attributes()
/linux-6.15/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dhubp.h56 enum cursor_lines_per_chunk { enum
/linux-6.15/drivers/gpu/drm/amd/display/dc/hubp/dcn10/
H A Ddcn10_hubp.c1144 static enum cursor_lines_per_chunk hubp1_get_lines_per_chunk( in hubp1_get_lines_per_chunk()
1148 enum cursor_lines_per_chunk line_per_chunk; in hubp1_get_lines_per_chunk()
1171 enum cursor_lines_per_chunk lpc = hubp1_get_lines_per_chunk( in hubp1_cursor_set_attributes()
/linux-6.15/drivers/gpu/drm/amd/display/dc/hubp/dcn20/
H A Ddcn20_hubp.h329 enum cursor_lines_per_chunk hubp2_get_lines_per_chunk(
H A Ddcn20_hubp.c569 enum cursor_lines_per_chunk hubp2_get_lines_per_chunk( in hubp2_get_lines_per_chunk()
573 enum cursor_lines_per_chunk line_per_chunk = CURSOR_LINE_PER_CHUNK_16; in hubp2_get_lines_per_chunk()
611 enum cursor_lines_per_chunk lpc = hubp2_get_lines_per_chunk( in hubp2_cursor_set_attributes()
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h972 unsigned int cursor_lines_per_chunk[DML2_MAX_PLANES]; member
1058 unsigned int cursor_lines_per_chunk[DML2_MAX_PLANES]; member
H A Ddml2_core_dcn4_calcs.c3389 *cursor_lines_per_chunk = 16; in calculate_cursor_req_attributes()
3392 *cursor_lines_per_chunk = 16; in calculate_cursor_req_attributes()
3394 *cursor_lines_per_chunk = 8; in calculate_cursor_req_attributes()
3396 *cursor_lines_per_chunk = 4; in calculate_cursor_req_attributes()
3398 *cursor_lines_per_chunk = 2; in calculate_cursor_req_attributes()
3401 *cursor_lines_per_chunk = 16; in calculate_cursor_req_attributes()
3403 *cursor_lines_per_chunk = 8; in calculate_cursor_req_attributes()
3405 *cursor_lines_per_chunk = 4; in calculate_cursor_req_attributes()
3407 *cursor_lines_per_chunk = 2; in calculate_cursor_req_attributes()
3409 *cursor_lines_per_chunk = 1; in calculate_cursor_req_attributes()
[all …]