Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_hubbub.c259 unsigned int swath_bytes_horz_wc, swath_bytes_vert_wc; in hubbub3_det_request_size() local
263 swath_bytes_horz_wc = width * blk256_height * bpe; in hubbub3_det_request_size()
266 *req128_horz_wc = (2 * swath_bytes_horz_wc <= detile_buf_size) ? in hubbub3_det_request_size()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hubbub.c201 unsigned int swath_bytes_horz_wc, swath_bytes_vert_wc; in hubbub2_det_request_size() local
205 swath_bytes_horz_wc = width * blk256_height * bpe; in hubbub2_det_request_size()
208 *req128_horz_wc = (2 * swath_bytes_horz_wc <= detile_buf_size) ? in hubbub2_det_request_size()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hubbub.c827 unsigned int swath_bytes_horz_wc, swath_bytes_vert_wc; in hubbub1_det_request_size() local
831 swath_bytes_horz_wc = width * blk256_height * bpe; in hubbub1_det_request_size()
834 *req128_horz_wc = (2 * swath_bytes_horz_wc <= detile_buf_size) ? in hubbub1_det_request_size()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_hubbub.c765 unsigned int swath_bytes_horz_wc, swath_bytes_vert_wc; in hubbub31_det_request_size() local
769 swath_bytes_horz_wc = width * blk256_height * bpe; in hubbub31_det_request_size()
772 *req128_horz_wc = (2 * swath_bytes_horz_wc <= detile_buf_size) ? in hubbub31_det_request_size()