Searched refs:vm_flag_to_int (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/omapdrm/dss/ |
D | dispc.c | 3212 static int vm_flag_to_int(enum display_flags flags, enum display_flags high, in vm_flag_to_int() function 3252 vm_flag_to_int(t.flags, DISPLAY_FLAGS_VSYNC_HIGH, DISPLAY_FLAGS_VSYNC_LOW), in dispc_mgr_set_timings() 3253 vm_flag_to_int(t.flags, DISPLAY_FLAGS_HSYNC_HIGH, DISPLAY_FLAGS_HSYNC_LOW), in dispc_mgr_set_timings() 3254 vm_flag_to_int(t.flags, DISPLAY_FLAGS_PIXDATA_POSEDGE, DISPLAY_FLAGS_PIXDATA_NEGEDGE), in dispc_mgr_set_timings() 3255 vm_flag_to_int(t.flags, DISPLAY_FLAGS_DE_HIGH, DISPLAY_FLAGS_DE_LOW), in dispc_mgr_set_timings() 3256 vm_flag_to_int(t.flags, DISPLAY_FLAGS_SYNC_POSEDGE, DISPLAY_FLAGS_SYNC_NEGEDGE)); in dispc_mgr_set_timings()
|