Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dsm501.c702 int fb_len = get_width(s, crt) * get_height(s, crt) * get_bpp(s, crt); in sm501_2d_operation() local
933 dst_base <= get_fb_addr(s, crt) + fb_len) { in sm501_2d_operation()
934 int dst_len = MIN(fb_len, ((dst_y + height - 1) * dst_pitch + in sm501_2d_operation()