Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dsm501.c584 static inline int get_height(SM501State *s, int crt) in get_height() function
672 int h = get_height(s, crt); in hwc_invalidate()
701 int fb_len = get_width(s, crt) * get_height(s, crt) * get_bpp(s, crt); in sm501_2d_operation()
1726 int height = get_height(s, crt); in sm501_update_display()