Searched refs:req128_horz_wc (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn30/ | 
| D | dcn30_hubbub.c | 254 		bool *req128_horz_wc,  in hubbub3_det_request_size()  argument266 	*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-v5.15/drivers/gpu/drm/amd/display/dc/dcn20/ | 
| D | dcn20_hubbub.c | 196 		bool *req128_horz_wc,  in hubbub2_det_request_size()  argument208 	*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-v5.15/drivers/gpu/drm/amd/display/dc/dcn10/ | 
| D | dcn10_hubbub.c | 822 		bool *req128_horz_wc,  in hubbub1_det_request_size()  argument836 	*req128_horz_wc = (2 * swath_bytes_horz_wc <= detile_buf_size) ?  in hubbub1_det_request_size()
 856 	bool req128_horz_wc, req128_vert_wc;  in hubbub1_get_dcc_compression_cap()  local
 871 			bpe, &req128_horz_wc, &req128_vert_wc);  in hubbub1_get_dcc_compression_cap()
 873 	if (!req128_horz_wc && !req128_vert_wc) {  in hubbub1_get_dcc_compression_cap()
 876 		if (!req128_horz_wc)  in hubbub1_get_dcc_compression_cap()
 890 		if ((req128_horz_wc &&  in hubbub1_get_dcc_compression_cap()
 
 | 
| /Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn31/ | 
| D | dcn31_hubbub.c | 756 		bool *req128_horz_wc,  in hubbub31_det_request_size()  argument768 	*req128_horz_wc = (2 * swath_bytes_horz_wc <= detile_buf_size) ?  in hubbub31_det_request_size()
 785 	bool req128_horz_wc, req128_vert_wc;  in hubbub31_get_dcc_compression_cap()  local
 802 			bpe, &req128_horz_wc, &req128_vert_wc);  in hubbub31_get_dcc_compression_cap()
 804 	if (!req128_horz_wc && !req128_vert_wc) {  in hubbub31_get_dcc_compression_cap()
 807 		if (!req128_horz_wc)  in hubbub31_get_dcc_compression_cap()
 821 		if ((req128_horz_wc &&  in hubbub31_get_dcc_compression_cap()
 
 |