Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/resource/dcn60/
H A Ddcn60_resource.c816 int pipe_h_vp_start, int pipe_h_vp_end, int *first_offset, int *second_offset) in dc_calculate_first_second_splitting() argument
826 if (first_offset && second_offset) { in dc_calculate_first_second_splitting()
828 *second_offset = -1; in dc_calculate_first_second_splitting()
858 if (first_offset && second_offset) { in dc_calculate_first_second_splitting()
860 *second_offset = -1; in dc_calculate_first_second_splitting()
864 if (first_offset && second_offset) { in dc_calculate_first_second_splitting()
866 *second_offset = right_cache_id; in dc_calculate_first_second_splitting()
878 int first_offset, second_offset; in build_mcache_pipe_regs_config() local
894 &first_offset, &second_offset)) { in build_mcache_pipe_regs_config()
905 if (second_offset >= 0) { in build_mcache_pipe_regs_config()
[all …]