Searched refs:is_chroma (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
D | display_rq_dlg_calc_20.c | 79 static unsigned int get_bytes_per_element(enum source_format_class source_format, bool is_chroma) in get_bytes_per_element() argument 84 if (!is_chroma) in get_bytes_per_element() 87 if (!is_chroma) in get_bytes_per_element() 90 if (!is_chroma) in get_bytes_per_element() 93 if (is_chroma) in get_bytes_per_element() 98 if (is_chroma) in get_bytes_per_element() 346 unsigned int is_chroma) in get_meta_and_pte_attr() argument 427 if (!is_chroma) { in get_meta_and_pte_attr() 689 bool is_chroma) in get_surf_rq_param() argument 699 if (is_chroma) { in get_surf_rq_param() [all …]
|
D | display_rq_dlg_calc_20v2.c | 79 static unsigned int get_bytes_per_element(enum source_format_class source_format, bool is_chroma) in get_bytes_per_element() argument 84 if (!is_chroma) in get_bytes_per_element() 87 if (!is_chroma) in get_bytes_per_element() 90 if (!is_chroma) in get_bytes_per_element() 93 if (is_chroma) in get_bytes_per_element() 98 if (is_chroma) in get_bytes_per_element() 346 unsigned int is_chroma) in get_meta_and_pte_attr() argument 427 if (!is_chroma) { in get_meta_and_pte_attr() 689 bool is_chroma) in get_surf_rq_param() argument 699 if (is_chroma) { in get_surf_rq_param() [all …]
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dml/dcn21/ |
D | display_rq_dlg_calc_21.c | 54 static unsigned int get_bytes_per_element(enum source_format_class source_format, bool is_chroma) in get_bytes_per_element() argument 59 if (!is_chroma) in get_bytes_per_element() 62 if (!is_chroma) in get_bytes_per_element() 65 if (!is_chroma) in get_bytes_per_element() 68 if (is_chroma) in get_bytes_per_element() 73 if (is_chroma) in get_bytes_per_element() 334 unsigned int is_chroma) in get_meta_and_pte_attr() argument 419 if (!is_chroma) { in get_meta_and_pte_attr() 698 bool is_chroma) in get_surf_rq_param() argument 708 if (is_chroma) { in get_surf_rq_param() [all …]
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dml/ |
D | dml1_display_rq_dlg_calc.c | 40 static unsigned int get_bytes_per_element(enum source_format_class source_format, bool is_chroma) in get_bytes_per_element() argument 45 if (!is_chroma) in get_bytes_per_element() 48 if (!is_chroma) in get_bytes_per_element() 51 if (!is_chroma) in get_bytes_per_element() 54 if (is_chroma) in get_bytes_per_element() 59 if (is_chroma) in get_bytes_per_element() 392 int is_chroma) in dml1_rq_dlg_get_row_heights() argument 399 is_chroma); in dml1_rq_dlg_get_row_heights() 560 bool is_chroma) in get_surf_rq_param() argument 624 if (is_chroma) { in get_surf_rq_param() [all …]
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
D | display_rq_dlg_calc_30.c | 290 unsigned int is_chroma, in get_meta_and_pte_attr() argument 342 …(is_chroma ? mode_lib->ip.dpte_buffer_size_in_pte_reqs_chroma : mode_lib->ip.dpte_buffer_size_in_p… in get_meta_and_pte_attr() 373 if (!is_chroma) { in get_meta_and_pte_attr() 581 dml_print("DML_DLG: %s: is_chroma = %d\n", __func__, is_chroma); in get_meta_and_pte_attr() 660 bool is_chroma, in get_surf_rq_param() argument 672 if (is_chroma | is_alpha) { in get_surf_rq_param() 693 if (is_chroma) { in get_surf_rq_param() 745 is_chroma, in get_surf_rq_param()
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dml/dcn31/ |
D | display_rq_dlg_calc_31.c | 313 unsigned int is_chroma, in get_meta_and_pte_attr() argument 363 …dual_plane_en ? (is_chroma ? mode_lib->ip.dpte_buffer_size_in_pte_reqs_chroma : mode_lib->ip.dpte_… in get_meta_and_pte_attr() 395 if (!is_chroma) { in get_meta_and_pte_attr() 582 dml_print("DML_DLG: %s: is_chroma = %d\n", __func__, is_chroma); in get_meta_and_pte_attr() 655 bool is_chroma, in get_surf_rq_param() argument 667 if (is_chroma | is_alpha) { in get_surf_rq_param() 689 if (is_chroma) { in get_surf_rq_param() 743 is_chroma, in get_surf_rq_param()
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dml/dcn314/ |
D | display_rq_dlg_calc_314.c | 401 unsigned int is_chroma, in get_meta_and_pte_attr() argument 451 …dual_plane_en ? (is_chroma ? mode_lib->ip.dpte_buffer_size_in_pte_reqs_chroma : mode_lib->ip.dpte_… in get_meta_and_pte_attr() 483 if (!is_chroma) { in get_meta_and_pte_attr() 670 dml_print("DML_DLG: %s: is_chroma = %d\n", __func__, is_chroma); in get_meta_and_pte_attr() 743 bool is_chroma, in get_surf_rq_param() argument 755 if (is_chroma | is_alpha) { in get_surf_rq_param() 777 if (is_chroma) { in get_surf_rq_param() 830 is_chroma, in get_surf_rq_param()
|