Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hubbub/dcn30/
H A Ddcn30_hubbub.c251 unsigned int detile_buf_size, in hubbub3_det_request_size() argument
267 *req128_horz_wc = (2 * swath_bytes_horz_wc <= detile_buf_size) ? in hubbub3_det_request_size()
271 *req128_vert_wc = (2 * swath_bytes_vert_wc <= detile_buf_size) ? in hubbub3_det_request_size()
300 hubbub3_det_request_size(TO_DCN20_HUBBUB(hubbub)->detile_buf_size, in hubbub3_get_dcc_compression_cap()
487 hubbub3->detile_buf_size = 184 * 1024; /* 184KB for DCN3 */ in hubbub3_construct()
/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()
H A Ddcn20_hubbub.h91 unsigned int detile_buf_size; member
/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()
/linux/drivers/gpu/drm/amd/display/dc/hubbub/dcn31/
H A Ddcn31_hubbub.c779 unsigned int detile_buf_size, in hubbub31_det_request_size() argument
795 *req128_horz_wc = (2 * swath_bytes_horz_wc <= detile_buf_size) ? in hubbub31_det_request_size()
799 *req128_vert_wc = (2 * swath_bytes_vert_wc <= detile_buf_size) ? in hubbub31_det_request_size()
827 hubbub31_det_request_size(TO_DCN20_HUBBUB(hubbub)->detile_buf_size, in hubbub31_get_dcc_compression_cap()
1090 hubbub31->detile_buf_size = det_size_kb * 1024; in hubbub31_construct()
/linux/drivers/gpu/drm/amd/display/dc/hubbub/dcn35/
H A Ddcn35_hubbub.c661 hubbub2->detile_buf_size = det_size_kb * 1024; in hubbub35_construct()
/linux/drivers/gpu/drm/amd/display/dc/hubbub/dcn21/
H A Ddcn21_hubbub.c722 hubbub->detile_buf_size = 164 * 1024; /* 164KB for DCN2.0 */ in hubbub21_construct()
/linux/drivers/gpu/drm/amd/display/dc/hubbub/dcn32/
H A Ddcn32_hubbub.c1059 hubbub2->detile_buf_size = det_size_kb * 1024; in hubbub32_construct()