Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/omap/
H A Dhwa742.c383 if (flags & OMAPFB_FORMAT_FLAG_TEARSYNC) in send_frame_handler()
442 flags &= ~OMAPFB_FORMAT_FLAG_TEARSYNC; in create_req_list()
454 flags &= ~OMAPFB_FORMAT_FLAG_TEARSYNC; in create_req_list()
460 flags &= ~OMAPFB_FORMAT_FLAG_TEARSYNC; in create_req_list()
508 OMAPFB_FORMAT_FLAG_TEARSYNC | OMAPFB_FORMAT_FLAG_FORCE_VSYNC))) { in hwa742_update_window_async()
/openbmc/linux/include/uapi/linux/
H A Domapfb.h80 #define OMAPFB_FORMAT_FLAG_TEARSYNC 0x0200 macro