Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hubbub/dcn401/
H A Ddcn401_hubbub.c725 unsigned int detile_buf_size, in hubbub401_det_request_size() argument
749 *p0_req128_horz_wc = (2 * p0_swath_bytes_horz_wc <= detile_buf_size) ? in hubbub401_det_request_size()
753 *p0_req128_vert_wc = (2 * p0_swath_bytes_vert_wc <= detile_buf_size) ? in hubbub401_det_request_size()
781 2 * p1_swath_bytes_horz_wc <= detile_buf_size) ? in hubbub401_det_request_size()
786 2 * p1_swath_bytes_vert_wc <= detile_buf_size) ? 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()
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()
936 hubbub401_det_request_size(TO_DCN20_HUBBUB(hubbub)->detile_buf_size, input->format, in hubbub401_get_dcc_compression_cap()
[all …]
H A Ddcn401_hubbub.h180 unsigned int detile_buf_size,
/linux/drivers/gpu/drm/amd/display/dc/hubbub/dcn20/
H A Ddcn20_hubbub.c192 unsigned int detile_buf_size, in hubbub2_det_request_size() argument
208 *req128_horz_wc = (2 * swath_bytes_horz_wc <= detile_buf_size) ? in hubbub2_det_request_size()
212 *req128_vert_wc = (2 * swath_bytes_vert_wc <= detile_buf_size) ? in hubbub2_det_request_size()
241 hubbub2_det_request_size(TO_DCN20_HUBBUB(hubbub)->detile_buf_size, in hubbub2_get_dcc_compression_cap()
691 hubbub->detile_buf_size = 164 * 1024; /* 164KB for DCN2.0 */ in hubbub2_construct()
/linux/drivers/gpu/drm/amd/display/dc/hubbub/dcn301/
H A Ddcn301_hubbub.c83 hubbub3->detile_buf_size = 184 * 1024; /* 184KB for DCN3 */ in hubbub301_construct()
/linux/drivers/gpu/drm/amd/display/dc/hubbub/dcn201/
H A Ddcn201_hubbub.c106 hubbub->detile_buf_size = 164 * 1024; /* 164KB for DCN2.0 */ in hubbub201_construct()