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

/linux-master/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_hubbub.c254 bool *req128_horz_wc,
266 *req128_horz_wc = (2 * swath_bytes_horz_wc <= detile_buf_size) ?
284 bool req128_horz_wc, req128_vert_wc; local
301 bpe, &req128_horz_wc, &req128_vert_wc);
303 if (!req128_horz_wc && !req128_vert_wc) {
306 if (!req128_horz_wc)
320 if ((req128_horz_wc &&
249 hubbub3_det_request_size( unsigned int detile_buf_size, unsigned int height, unsigned int width, unsigned int bpe, bool *req128_horz_wc, bool *req128_vert_wc) argument
/linux-master/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hubbub.c196 bool *req128_horz_wc,
208 *req128_horz_wc = (2 * swath_bytes_horz_wc <= detile_buf_size) ?
226 bool req128_horz_wc, req128_vert_wc; local
243 bpe, &req128_horz_wc, &req128_vert_wc);
245 if (!req128_horz_wc && !req128_vert_wc) {
248 if (!req128_horz_wc)
262 if ((req128_horz_wc &&
191 hubbub2_det_request_size( unsigned int detile_buf_size, unsigned int height, unsigned int width, unsigned int bpe, bool *req128_horz_wc, bool *req128_vert_wc) argument
/linux-master/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hubbub.c820 bool *req128_horz_wc,
834 *req128_horz_wc = (2 * swath_bytes_horz_wc <= detile_buf_size) ?
854 bool req128_horz_wc, req128_vert_wc; local
869 bpe, &req128_horz_wc, &req128_vert_wc);
871 if (!req128_horz_wc && !req128_vert_wc) {
874 if (!req128_horz_wc)
888 if ((req128_horz_wc &&
816 hubbub1_det_request_size( unsigned int height, unsigned int width, unsigned int bpe, bool *req128_horz_wc, bool *req128_vert_wc) argument
/linux-master/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_hubbub.c782 bool *req128_horz_wc,
794 *req128_horz_wc = (2 * swath_bytes_horz_wc <= detile_buf_size) ?
811 bool req128_horz_wc, req128_vert_wc; local
828 bpe, &req128_horz_wc, &req128_vert_wc);
830 if (!req128_horz_wc && !req128_vert_wc) {
833 if (!req128_horz_wc)
847 if ((req128_horz_wc &&
777 hubbub31_det_request_size( unsigned int detile_buf_size, unsigned int height, unsigned int width, unsigned int bpe, bool *req128_horz_wc, bool *req128_vert_wc) argument

Completed in 143 milliseconds