Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/video/fbdev/omap/
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()
/linux-6.12.1/include/uapi/linux/
Domapfb.h80 #define OMAPFB_FORMAT_FLAG_TEARSYNC 0x0200 macro