Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/fbdev/omap/
Dhwa742.c388 if (flags & OMAPFB_FORMAT_FLAG_TEARSYNC) in send_frame_handler()
446 flags &= ~OMAPFB_FORMAT_FLAG_TEARSYNC; in create_req_list()
458 flags &= ~OMAPFB_FORMAT_FLAG_TEARSYNC; in create_req_list()
464 flags &= ~OMAPFB_FORMAT_FLAG_TEARSYNC; in create_req_list()
507 OMAPFB_FORMAT_FLAG_TEARSYNC | OMAPFB_FORMAT_FLAG_FORCE_VSYNC))) { in hwa742_update_window_async()
/linux-4.4.14/include/uapi/linux/
Domapfb.h79 #define OMAPFB_FORMAT_FLAG_TEARSYNC 0x0200 macro