Searched refs:orthogonal_rotation (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc_resource.c | 570 bool *orthogonal_rotation, in get_vp_scan_direction() 574 *orthogonal_rotation = false; in get_vp_scan_direction() 581 *orthogonal_rotation = true; in get_vp_scan_direction() 584 *orthogonal_rotation = true; in get_vp_scan_direction() 661 bool orthogonal_rotation, flip_y_start, flip_x_start; in calculate_viewport() local 698 &orthogonal_rotation, in calculate_viewport() 702 if (orthogonal_rotation) { in calculate_viewport() 733 if (orthogonal_rotation) { in calculate_viewport() 975 bool orthogonal_rotation, flip_vert_scan_dir, flip_horz_scan_dir; in calculate_inits_and_adj_vp() local 984 &orthogonal_rotation, in calculate_inits_and_adj_vp() 567 get_vp_scan_direction( enum dc_rotation_angle rotation, bool horizontal_mirror, bool *orthogonal_rotation, bool *flip_vert_scan_dir, bool *flip_horz_scan_dir) get_vp_scan_direction() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc_resource.c | 713 bool *orthogonal_rotation, in get_vp_scan_direction() 717 *orthogonal_rotation = false; in get_vp_scan_direction() 724 *orthogonal_rotation = true; in get_vp_scan_direction() 727 *orthogonal_rotation = true; in get_vp_scan_direction() 1304 bool orthogonal_rotation, flip_vert_scan_dir, flip_horz_scan_dir; in calculate_inits_and_viewports() local 1326 &orthogonal_rotation, in calculate_inits_and_viewports() 1330 if (orthogonal_rotation) { in calculate_inits_and_viewports() 1375 if (orthogonal_rotation) { in calculate_inits_and_viewports() 710 get_vp_scan_direction( enum dc_rotation_angle rotation, bool horizontal_mirror, bool *orthogonal_rotation, bool *flip_vert_scan_dir, bool *flip_horz_scan_dir) get_vp_scan_direction() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/ |
H A D | dce_calcs.h | 367 bool orthogonal_rotation[maximum_number_of_surfaces]; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/ |
H A D | dce_calcs.h | 367 bool orthogonal_rotation[maximum_number_of_surfaces]; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/calcs/ |
H A D | dce_calcs.c | 636 data->orthogonal_rotation[i] = 1; in calculate_bandwidth() 641 data->orthogonal_rotation[i] = 0; in calculate_bandwidth() 644 data->orthogonal_rotation[i] = 1; in calculate_bandwidth() 652 data->orthogonal_rotation[i] = 0; in calculate_bandwidth() 655 data->orthogonal_rotation[i] = 1; in calculate_bandwidth() 661 data->orthogonal_rotation[i] = 0; in calculate_bandwidth() 664 data->orthogonal_rotation[i] = 1; in calculate_bandwidth() 692 if (data->orthogonal_rotation[i]) { in calculate_bandwidth() 702 if (data->orthogonal_rotation[i]) { in calculate_bandwidth() 732 if (data->orthogonal_rotation[ in calculate_bandwidth() [all...] |
H A D | calcs_logger.h | 387 DC_LOG_BANDWIDTH_CALCS(" [bool] orthogonal_rotation[%d]:%d", i, data->orthogonal_rotation[i]); in print_bw_calcs_data()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/calcs/ |
H A D | dce_calcs.c | 651 data->orthogonal_rotation[i] = 1; in calculate_bandwidth() 656 data->orthogonal_rotation[i] = 0; in calculate_bandwidth() 659 data->orthogonal_rotation[i] = 1; in calculate_bandwidth() 667 data->orthogonal_rotation[i] = 0; in calculate_bandwidth() 670 data->orthogonal_rotation[i] = 1; in calculate_bandwidth() 676 data->orthogonal_rotation[i] = 0; in calculate_bandwidth() 679 data->orthogonal_rotation[i] = 1; in calculate_bandwidth() 707 if (data->orthogonal_rotation[i]) { in calculate_bandwidth() 717 if (data->orthogonal_rotation[i]) { in calculate_bandwidth() 747 if (data->orthogonal_rotation[ in calculate_bandwidth() [all...] |
H A D | calcs_logger.h | 387 DC_LOG_BANDWIDTH_CALCS(" [bool] orthogonal_rotation[%d]:%d", i, data->orthogonal_rotation[i]); in print_bw_calcs_data()
|
Completed in 15 milliseconds