Home
last modified time | relevance | path

Searched refs:req128_horz_wc (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_hubbub.c254 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()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hubbub.c197 bool *req128_horz_wc, in hubbub2_det_request_size() argument
209 *req128_horz_wc = (2 * swath_bytes_horz_wc <= detile_buf_size) ? in hubbub2_det_request_size()
227 bool req128_horz_wc, req128_vert_wc; in hubbub2_get_dcc_compression_cap() local
244 bpe, &req128_horz_wc, &req128_vert_wc); in hubbub2_get_dcc_compression_cap()
246 if (!req128_horz_wc && !req128_vert_wc) { in hubbub2_get_dcc_compression_cap()
249 if (!req128_horz_wc) in hubbub2_get_dcc_compression_cap()
263 if ((req128_horz_wc && in hubbub2_get_dcc_compression_cap()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hubbub.c821 bool *req128_horz_wc, in hubbub1_det_request_size() argument
835 *req128_horz_wc = (2 * swath_bytes_horz_wc <= detile_buf_size) ? in hubbub1_det_request_size()
855 bool req128_horz_wc, req128_vert_wc; in hubbub1_get_dcc_compression_cap() local
870 bpe, &req128_horz_wc, &req128_vert_wc); in hubbub1_get_dcc_compression_cap()
872 if (!req128_horz_wc && !req128_vert_wc) { in hubbub1_get_dcc_compression_cap()
875 if (!req128_horz_wc) in hubbub1_get_dcc_compression_cap()
889 if ((req128_horz_wc && in hubbub1_get_dcc_compression_cap()