Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hubbub/dcn401/
Ddcn401_hubbub.c740 unsigned int p0_swath_bytes_horz_wc, p0_swath_bytes_vert_wc; in hubbub401_det_request_size() local
746 p0_swath_bytes_horz_wc = p0_width * blk256_height * p0_bpe; in hubbub401_det_request_size()
749 *p0_req128_horz_wc = (2 * p0_swath_bytes_horz_wc <= detile_buf_size) ? in hubbub401_det_request_size()
773 p0_swath_bytes_horz_wc = (((p0_swath_bytes_horz_wc * 2) / 3 + 255) / 256) * 256; in hubbub401_det_request_size()
780 *p0_req128_horz_wc = *p1_req128_horz_wc = (2 * p0_swath_bytes_horz_wc + in hubbub401_det_request_size()
796 if (p0_swath_bytes_horz_wc <= p1_swath_bytes_horz_wc + p1_swath_bytes_horz_wc / 2) { in hubbub401_det_request_size()
798 *p0_req128_horz_wc = (2 * p0_swath_bytes_horz_wc + p1_swath_bytes_horz_wc <= detile_buf_size) ? in hubbub401_det_request_size()
804 *p1_req128_horz_wc = (p0_swath_bytes_horz_wc + 2 * p1_swath_bytes_horz_wc <= detile_buf_size) ? in hubbub401_det_request_size()