Searched refs:detile_buf_size (Results 1 – 12 of 12) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hubbub/dcn30/ |
D | dcn30_hubbub.c | 250 unsigned int detile_buf_size, in hubbub3_det_request_size() argument 266 *req128_horz_wc = (2 * swath_bytes_horz_wc <= detile_buf_size) ? in hubbub3_det_request_size() 270 *req128_vert_wc = (2 * swath_bytes_vert_wc <= detile_buf_size) ? in hubbub3_det_request_size() 299 hubbub3_det_request_size(TO_DCN20_HUBBUB(hubbub)->detile_buf_size, in hubbub3_get_dcc_compression_cap() 474 hubbub3->detile_buf_size = 184 * 1024; /* 184KB for DCN3 */ in hubbub3_construct()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hubbub/dcn401/ |
D | dcn401_hubbub.c | 725 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 …]
|
D | dcn401_hubbub.h | 171 unsigned int detile_buf_size,
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hubbub/dcn20/ |
D | dcn20_hubbub.c | 192 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()
|
D | dcn20_hubbub.h | 91 unsigned int detile_buf_size; member
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hubbub/dcn301/ |
D | dcn301_hubbub.c | 83 hubbub3->detile_buf_size = 184 * 1024; /* 184KB for DCN3 */ in hubbub301_construct()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hubbub/dcn201/ |
D | dcn201_hubbub.c | 106 hubbub->detile_buf_size = 164 * 1024; /* 164KB for DCN2.0 */ in hubbub201_construct()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hubbub/dcn31/ |
D | dcn31_hubbub.c | 778 unsigned int detile_buf_size, in hubbub31_det_request_size() argument 794 *req128_horz_wc = (2 * swath_bytes_horz_wc <= detile_buf_size) ? in hubbub31_det_request_size() 798 *req128_vert_wc = (2 * swath_bytes_vert_wc <= detile_buf_size) ? in hubbub31_det_request_size() 826 hubbub31_det_request_size(TO_DCN20_HUBBUB(hubbub)->detile_buf_size, in hubbub31_get_dcc_compression_cap() 1087 hubbub31->detile_buf_size = det_size_kb * 1024; in hubbub31_construct()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hubbub/dcn10/ |
D | dcn10_hubbub.c | 823 unsigned int detile_buf_size = 164 * 1024; /* 164KB for DCN1.0 */ in hubbub1_det_request_size() local 834 *req128_horz_wc = (2 * swath_bytes_horz_wc <= detile_buf_size) ? in hubbub1_det_request_size() 838 *req128_vert_wc = (2 * swath_bytes_vert_wc <= detile_buf_size) ? in hubbub1_det_request_size()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hubbub/dcn35/ |
D | dcn35_hubbub.c | 609 hubbub2->detile_buf_size = det_size_kb * 1024; in hubbub35_construct()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hubbub/dcn21/ |
D | dcn21_hubbub.c | 722 hubbub->detile_buf_size = 164 * 1024; /* 164KB for DCN2.0 */ in hubbub21_construct()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hubbub/dcn32/ |
D | dcn32_hubbub.c | 1029 hubbub2->detile_buf_size = det_size_kb * 1024; in hubbub32_construct()
|