Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hubbub/dcn401/
Ddcn401_hubbub.c735 bool *p1_req128_horz_wc, in hubbub401_det_request_size() argument
780 *p0_req128_horz_wc = *p1_req128_horz_wc = (2 * p0_swath_bytes_horz_wc + 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()
840 bool p1_req128_horz_wc, p1_req128_vert_wc, is_dual_plane; in hubbub401_get_dcc_compression_cap() local
939 &req128_horz_wc, &req128_vert_wc, &p1_req128_horz_wc, &p1_req128_vert_wc); in hubbub401_get_dcc_compression_cap()
1008 &req128_horz_wc, &req128_vert_wc, &p1_req128_horz_wc, &p1_req128_vert_wc); in hubbub401_get_dcc_compression_cap()
1060 if (!p1_req128_horz_wc && !p1_req128_vert_wc) { in hubbub401_get_dcc_compression_cap()
1063 if (!p1_req128_horz_wc) in hubbub401_get_dcc_compression_cap()
1077 if ((p1_req128_horz_wc && in hubbub401_get_dcc_compression_cap()
Ddcn401_hubbub.h181 bool *p1_req128_horz_wc,