Searched refs:swath_bytes_vert_wc (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_hubbub.c259 unsigned int swath_bytes_horz_wc, swath_bytes_vert_wc; local
264 swath_bytes_vert_wc = height * blk256_width * bpe;
270 *req128_vert_wc = (2 * swath_bytes_vert_wc <= detile_buf_size) ?
/linux-master/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hubbub.c201 unsigned int swath_bytes_horz_wc, swath_bytes_vert_wc; local
206 swath_bytes_vert_wc = height * blk256_width * bpe;
212 *req128_vert_wc = (2 * swath_bytes_vert_wc <= detile_buf_size) ?
/linux-master/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hubbub.c827 unsigned int swath_bytes_horz_wc, swath_bytes_vert_wc; local
832 swath_bytes_vert_wc = height * blk256_width * bpe;
838 *req128_vert_wc = (2 * swath_bytes_vert_wc <= detile_buf_size) ?
/linux-master/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_hubbub.c787 unsigned int swath_bytes_horz_wc, swath_bytes_vert_wc; local
792 swath_bytes_vert_wc = height * blk256_width * bpe;
798 *req128_vert_wc = (2 * swath_bytes_vert_wc <= detile_buf_size) ?

Completed in 214 milliseconds