Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hubp/dcn32/
Ddcn32_hubp.c114 enum cursor_lines_per_chunk lpc = hubp2_get_lines_per_chunk( in hubp32_cursor_set_attributes()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/inc/hw/
Dhubp.h55 enum cursor_lines_per_chunk { enum
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hubp/dcn10/
Ddcn10_hubp.c1124 static enum cursor_lines_per_chunk hubp1_get_lines_per_chunk( in hubp1_get_lines_per_chunk()
1128 enum cursor_lines_per_chunk line_per_chunk; in hubp1_get_lines_per_chunk()
1151 enum cursor_lines_per_chunk lpc = hubp1_get_lines_per_chunk( in hubp1_cursor_set_attributes()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hubp/dcn20/
Ddcn20_hubp.h330 enum cursor_lines_per_chunk hubp2_get_lines_per_chunk(
Ddcn20_hubp.c555 enum cursor_lines_per_chunk hubp2_get_lines_per_chunk( in hubp2_get_lines_per_chunk()
559 enum cursor_lines_per_chunk line_per_chunk = CURSOR_LINE_PER_CHUNK_16; in hubp2_get_lines_per_chunk()
597 enum cursor_lines_per_chunk lpc = hubp2_get_lines_per_chunk( in hubp2_cursor_set_attributes()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
Ddml2_core_shared_types.h958 unsigned int cursor_lines_per_chunk[DML2_MAX_PLANES]; member
1031 unsigned int cursor_lines_per_chunk[DML2_MAX_PLANES]; member
Ddml2_core_shared.c306 unsigned int *cursor_lines_per_chunk,
314 unsigned int cursor_lines_per_chunk,
1815 &s->cursor_lines_per_chunk[k], in dml2_core_shared_mode_support()
1825 s->cursor_lines_per_chunk[k], in dml2_core_shared_mode_support()
5996 unsigned int *cursor_lines_per_chunk, in calculate_cursor_req_attributes() argument
6029 *cursor_lines_per_chunk = 16; in calculate_cursor_req_attributes()
6032 *cursor_lines_per_chunk = 16; in calculate_cursor_req_attributes()
6034 *cursor_lines_per_chunk = 8; in calculate_cursor_req_attributes()
6036 *cursor_lines_per_chunk = 4; in calculate_cursor_req_attributes()
6038 *cursor_lines_per_chunk = 2; in calculate_cursor_req_attributes()
[all …]
Ddml2_core_dcn4_calcs.c3330 unsigned int *cursor_lines_per_chunk, in calculate_cursor_req_attributes() argument
3363 *cursor_lines_per_chunk = 16; in calculate_cursor_req_attributes()
3366 *cursor_lines_per_chunk = 16; in calculate_cursor_req_attributes()
3368 *cursor_lines_per_chunk = 8; in calculate_cursor_req_attributes()
3370 *cursor_lines_per_chunk = 4; in calculate_cursor_req_attributes()
3372 *cursor_lines_per_chunk = 2; in calculate_cursor_req_attributes()
3375 *cursor_lines_per_chunk = 16; in calculate_cursor_req_attributes()
3377 *cursor_lines_per_chunk = 8; in calculate_cursor_req_attributes()
3379 *cursor_lines_per_chunk = 4; in calculate_cursor_req_attributes()
3381 *cursor_lines_per_chunk = 2; in calculate_cursor_req_attributes()
[all …]