Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfbcon.h26 int fbcon_modechange_possible(struct fb_info *info,
47 static inline int fbcon_modechange_possible(struct fb_info *info, in fbcon_modechange_possible() function
/linux/drivers/video/fbdev/core/
H A Dfb_chrdev.c88 ret = fbcon_modechange_possible(info, &var); in do_fb_ioctl()