Searched refs:flip_horz_scan_dir (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/spl/ |
H A D | dc_spl.c | 445 bool *flip_horz_scan_dir) in spl_get_vp_scan_direction() argument 449 *flip_horz_scan_dir = false; in spl_get_vp_scan_direction() 452 *flip_horz_scan_dir = true; in spl_get_vp_scan_direction() 455 *flip_horz_scan_dir = true; in spl_get_vp_scan_direction() 462 *flip_horz_scan_dir = !*flip_horz_scan_dir; in spl_get_vp_scan_direction() 561 bool orthogonal_rotation, flip_vert_scan_dir, flip_horz_scan_dir; in spl_calculate_inits_and_viewports() local 586 &flip_horz_scan_dir); in spl_calculate_inits_and_viewports() 590 spl_swap(flip_vert_scan_dir, flip_horz_scan_dir); in spl_calculate_inits_and_viewports() 618 flip_horz_scan_dir, in spl_calculate_inits_and_viewports() 629 flip_horz_scan_dir, in spl_calculate_inits_and_viewports()
|
/linux/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc_resource.c | 748 bool *flip_horz_scan_dir) in get_vp_scan_direction() argument 752 *flip_horz_scan_dir = false; in get_vp_scan_direction() 755 *flip_horz_scan_dir = true; in get_vp_scan_direction() 758 *flip_horz_scan_dir = true; in get_vp_scan_direction() 765 *flip_horz_scan_dir = !*flip_horz_scan_dir; in get_vp_scan_direction() 1263 bool orthogonal_rotation, flip_vert_scan_dir, flip_horz_scan_dir; in calculate_inits_and_viewports() local 1287 &flip_horz_scan_dir); in calculate_inits_and_viewports() 1291 swap(flip_vert_scan_dir, flip_horz_scan_dir); in calculate_inits_and_viewports() 1295 flip_horz_scan_dir, in calculate_inits_and_viewports() 1305 flip_horz_scan_dir, in calculate_inits_and_viewports()
|