Searched refs:req128_horz_wc (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn30/ |
D | dcn30_hubbub.c | 254 bool *req128_horz_wc, in hubbub3_det_request_size() argument 266 *req128_horz_wc = (2 * swath_bytes_horz_wc <= detile_buf_size) ? in hubbub3_det_request_size() 284 bool req128_horz_wc, req128_vert_wc; in hubbub3_get_dcc_compression_cap() local 301 bpe, &req128_horz_wc, &req128_vert_wc); in hubbub3_get_dcc_compression_cap() 303 if (!req128_horz_wc && !req128_vert_wc) { in hubbub3_get_dcc_compression_cap() 306 if (!req128_horz_wc) in hubbub3_get_dcc_compression_cap() 320 if ((req128_horz_wc && in hubbub3_get_dcc_compression_cap()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn20/ |
D | dcn20_hubbub.c | 196 bool *req128_horz_wc, in hubbub2_det_request_size() argument 208 *req128_horz_wc = (2 * swath_bytes_horz_wc <= detile_buf_size) ? in hubbub2_det_request_size() 226 bool req128_horz_wc, req128_vert_wc; in hubbub2_get_dcc_compression_cap() local 243 bpe, &req128_horz_wc, &req128_vert_wc); in hubbub2_get_dcc_compression_cap() 245 if (!req128_horz_wc && !req128_vert_wc) { in hubbub2_get_dcc_compression_cap() 248 if (!req128_horz_wc) in hubbub2_get_dcc_compression_cap() 262 if ((req128_horz_wc && in hubbub2_get_dcc_compression_cap()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_hubbub.c | 820 bool *req128_horz_wc, in hubbub1_det_request_size() argument 834 *req128_horz_wc = (2 * swath_bytes_horz_wc <= detile_buf_size) ? in hubbub1_det_request_size() 854 bool req128_horz_wc, req128_vert_wc; in hubbub1_get_dcc_compression_cap() local 869 bpe, &req128_horz_wc, &req128_vert_wc); in hubbub1_get_dcc_compression_cap() 871 if (!req128_horz_wc && !req128_vert_wc) { in hubbub1_get_dcc_compression_cap() 874 if (!req128_horz_wc) in hubbub1_get_dcc_compression_cap() 888 if ((req128_horz_wc && in hubbub1_get_dcc_compression_cap()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn31/ |
D | dcn31_hubbub.c | 759 bool *req128_horz_wc, in hubbub31_det_request_size() argument 771 *req128_horz_wc = (2 * swath_bytes_horz_wc <= detile_buf_size) ? in hubbub31_det_request_size() 788 bool req128_horz_wc, req128_vert_wc; in hubbub31_get_dcc_compression_cap() local 805 bpe, &req128_horz_wc, &req128_vert_wc); in hubbub31_get_dcc_compression_cap() 807 if (!req128_horz_wc && !req128_vert_wc) { in hubbub31_get_dcc_compression_cap() 810 if (!req128_horz_wc) in hubbub31_get_dcc_compression_cap() 824 if ((req128_horz_wc && in hubbub31_get_dcc_compression_cap()
|