Home
last modified time | relevance | path

Searched refs:p0_swath_bytes_vert_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
747 p0_swath_bytes_vert_wc = p0_height * blk256_width * p0_bpe; in hubbub401_det_request_size()
753 *p0_req128_vert_wc = (2 * p0_swath_bytes_vert_wc <= detile_buf_size) ? in hubbub401_det_request_size()
774 p0_swath_bytes_vert_wc = (((p0_swath_bytes_vert_wc * 2) / 3 + 255) / 256) * 256; in hubbub401_det_request_size()
785 *p0_req128_vert_wc = *p1_req128_vert_wc = (2 * p0_swath_bytes_vert_wc + in hubbub401_det_request_size()
812 if (p0_swath_bytes_vert_wc <= p1_swath_bytes_vert_wc + p1_swath_bytes_vert_wc / 2) { in hubbub401_det_request_size()
814 *p0_req128_vert_wc = (2 * p0_swath_bytes_vert_wc + p1_swath_bytes_vert_wc <= detile_buf_size) ? in hubbub401_det_request_size()
820 *p1_req128_vert_wc = (p0_swath_bytes_vert_wc + 2 * p1_swath_bytes_vert_wc <= detile_buf_size) ? in hubbub401_det_request_size()