Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/
H A 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()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hubbub.c196 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()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hubbub.c820 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()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_hubbub.c760 bool *req128_horz_wc, in hubbub31_det_request_size() argument
772 *req128_horz_wc = (2 * swath_bytes_horz_wc <= detile_buf_size) ? in hubbub31_det_request_size()
789 bool req128_horz_wc, req128_vert_wc; in hubbub31_get_dcc_compression_cap() local
806 bpe, &req128_horz_wc, &req128_vert_wc); in hubbub31_get_dcc_compression_cap()
808 if (!req128_horz_wc && !req128_vert_wc) { in hubbub31_get_dcc_compression_cap()
811 if (!req128_horz_wc) in hubbub31_get_dcc_compression_cap()
825 if ((req128_horz_wc && in hubbub31_get_dcc_compression_cap()