Searched refs:detile_buf_size (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/dc/dcn301/
H A Ddcn301_hubbub.c83 hubbub3->detile_buf_size = 184 * 1024; /* 184KB for DCN3 */
/linux-master/drivers/gpu/drm/amd/display/dc/dcn201/
H A Ddcn201_hubbub.c106 hubbub->detile_buf_size = 164 * 1024; /* 164KB for DCN2.0 */
/linux-master/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_hubbub.c250 unsigned int detile_buf_size,
266 *req128_horz_wc = (2 * swath_bytes_horz_wc <= detile_buf_size) ?
270 *req128_vert_wc = (2 * swath_bytes_vert_wc <= detile_buf_size) ?
299 hubbub3_det_request_size(TO_DCN20_HUBBUB(hubbub)->detile_buf_size,
471 hubbub3->detile_buf_size = 184 * 1024; /* 184KB for DCN3 */
249 hubbub3_det_request_size( unsigned int detile_buf_size, unsigned int height, unsigned int width, unsigned int bpe, bool *req128_horz_wc, bool *req128_vert_wc) argument
/linux-master/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hubbub.h91 unsigned int detile_buf_size; member in struct:dcn20_hubbub
H A Ddcn20_hubbub.c192 unsigned int detile_buf_size,
208 *req128_horz_wc = (2 * swath_bytes_horz_wc <= detile_buf_size) ?
212 *req128_vert_wc = (2 * swath_bytes_vert_wc <= detile_buf_size) ?
241 hubbub2_det_request_size(TO_DCN20_HUBBUB(hubbub)->detile_buf_size,
669 hubbub->detile_buf_size = 164 * 1024; /* 164KB for DCN2.0 */
191 hubbub2_det_request_size( unsigned int detile_buf_size, unsigned int height, unsigned int width, unsigned int bpe, bool *req128_horz_wc, bool *req128_vert_wc) argument
/linux-master/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_hubbub.c778 unsigned int detile_buf_size,
794 *req128_horz_wc = (2 * swath_bytes_horz_wc <= detile_buf_size) ?
798 *req128_vert_wc = (2 * swath_bytes_vert_wc <= detile_buf_size) ?
826 hubbub31_det_request_size(TO_DCN20_HUBBUB(hubbub)->detile_buf_size,
1084 hubbub31->detile_buf_size = det_size_kb * 1024;
777 hubbub31_det_request_size( unsigned int detile_buf_size, unsigned int height, unsigned int width, unsigned int bpe, bool *req128_horz_wc, bool *req128_vert_wc) argument
/linux-master/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hubbub.c823 unsigned int detile_buf_size = 164 * 1024; /* 164KB for DCN1.0 */ local
834 *req128_horz_wc = (2 * swath_bytes_horz_wc <= detile_buf_size) ?
838 *req128_vert_wc = (2 * swath_bytes_vert_wc <= detile_buf_size) ?
/linux-master/drivers/gpu/drm/amd/display/dc/dcn35/
H A Ddcn35_hubbub.c608 hubbub2->detile_buf_size = det_size_kb * 1024;
/linux-master/drivers/gpu/drm/amd/display/dc/dcn21/
H A Ddcn21_hubbub.c722 hubbub->detile_buf_size = 164 * 1024; /* 164KB for DCN2.0 */
/linux-master/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_hubbub.c1029 hubbub2->detile_buf_size = det_size_kb * 1024;

Completed in 150 milliseconds