Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dsm501.c1796 int update, update_hwc; in sm501_update_display() local
1799 update_hwc = draw_hwc_line && c_y <= y && y < c_y + SM501_HWC_HEIGHT; in sm501_update_display()
1800 update = full_update || update_hwc; in sm501_update_display()
1814 if (update_hwc) { in sm501_update_display()