| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/ |
| amdgpu_display_rq_dlg_helpers.c | 105 "DML_RQ_DLG_CALC: meta_row_height = %0d\n", 106 rq_dlg_param.meta_row_height);
|
| display_mode_structs.h | 391 unsigned int meta_row_height; member in struct:_vcs_dpi_display_data_rq_dlg_params_st
|
| amdgpu_dml1_display_rq_dlg_calc.c | 453 /* the dimensions of a meta row are meta_row_width x meta_row_height in elements. 718 /* the dimensions of a meta row are meta_row_width x meta_row_height in elements. 778 rq_dlg_param->meta_row_height = 1 << log2_meta_row_height; 930 if (rq_dlg_param->meta_row_height != func_meta_row_height) { 932 "MISMATCH: rq_dlg_param->meta_row_height = %d", 933 rq_dlg_param->meta_row_height); 1542 meta_row_height_l = rq_dlg_param.rq_l.meta_row_height;
|
| display_mode_vba.h | 589 unsigned int meta_row_height[DC__NUM_DPP__MAX]; member in struct:vba_vars_st
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/ |
| amdgpu_display_mode_vba_21.c | 204 unsigned int *meta_row_height, 274 unsigned int meta_row_height, 441 unsigned int meta_row_height[], 1287 unsigned int *meta_row_height, 1308 *meta_row_height = *MetaRequestHeight; 1313 *meta_row_height = *MetaRequestWidth; 1968 &locals->meta_row_height[k], 1990 locals->meta_row_height[k], 2358 locals->meta_row_height[k], 2527 locals->meta_row_height, [all...] |
| amdgpu_display_rq_dlg_calc_21.c | 481 // the dimensions of a meta row are meta_row_width x meta_row_height in elements. 496 rq_dlg_param->meta_row_height = 1 << log2_meta_row_height; 1186 meta_row_height_l = rq_dlg_param.rq_l.meta_row_height; 1187 meta_row_height_c = rq_dlg_param.rq_c.meta_row_height;
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/ |
| amdgpu_display_rq_dlg_calc_20.c | 487 // the dimensions of a meta row are meta_row_width x meta_row_height in elements. 502 rq_dlg_param->meta_row_height = 1 << log2_meta_row_height; 1134 meta_row_height_l = rq_dlg_param.rq_l.meta_row_height; 1135 meta_row_height_c = rq_dlg_param.rq_c.meta_row_height;
|
| amdgpu_display_rq_dlg_calc_20v2.c | 487 // the dimensions of a meta row are meta_row_width x meta_row_height in elements. 502 rq_dlg_param->meta_row_height = 1 << log2_meta_row_height; 1135 meta_row_height_l = rq_dlg_param.rq_l.meta_row_height; 1136 meta_row_height_c = rq_dlg_param.rq_c.meta_row_height;
|
| amdgpu_display_mode_vba_20.c | 160 unsigned int *meta_row_height); 219 unsigned int meta_row_height, 887 unsigned int *meta_row_height) 907 *meta_row_height = MetaRequestHeight; 912 *meta_row_height = MetaRequestWidth; 1897 &mode_lib->vba.meta_row_height[k]); 1971 mode_lib->vba.meta_row_height[k], 2296 mode_lib->vba.meta_row_height[k], 3106 unsigned int meta_row_height, 3180 min_row_time = meta_row_height * LineTime / VRatio [all...] |
| amdgpu_display_mode_vba_20v2.c | 184 unsigned int *meta_row_height); 243 unsigned int meta_row_height, 947 unsigned int *meta_row_height) 967 *meta_row_height = MetaRequestHeight; 972 *meta_row_height = MetaRequestWidth; 1933 &mode_lib->vba.meta_row_height[k]); 2007 mode_lib->vba.meta_row_height[k], 2330 mode_lib->vba.meta_row_height[k], 3143 unsigned int meta_row_height, 3217 min_row_time = meta_row_height * LineTime / VRatio [all...] |