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 | 496 bool *flip_horz_scan_dir) in spl_get_vp_scan_direction() argument 500 *flip_horz_scan_dir = false; in spl_get_vp_scan_direction() 503 *flip_horz_scan_dir = true; in spl_get_vp_scan_direction() 506 *flip_horz_scan_dir = true; in spl_get_vp_scan_direction() 513 *flip_horz_scan_dir = !*flip_horz_scan_dir; in spl_get_vp_scan_direction() 594 bool orthogonal_rotation, flip_vert_scan_dir, flip_horz_scan_dir; in spl_calculate_inits_and_viewports() local 619 &flip_horz_scan_dir); in spl_calculate_inits_and_viewports() 647 spl_swap(flip_vert_scan_dir, flip_horz_scan_dir); in spl_calculate_inits_and_viewports() 652 flip_horz_scan_dir, in spl_calculate_inits_and_viewports() 663 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() 1244 bool orthogonal_rotation, flip_vert_scan_dir, flip_horz_scan_dir; in calculate_inits_and_viewports() local 1268 &flip_horz_scan_dir); in calculate_inits_and_viewports() 1272 swap(flip_vert_scan_dir, flip_horz_scan_dir); in calculate_inits_and_viewports() 1276 flip_horz_scan_dir, in calculate_inits_and_viewports() 1286 flip_horz_scan_dir, in calculate_inits_and_viewports()
|