linux/drivers/video/fbdev/core
Al Viro 5955102c99 wrappers for ->i_mutex access
parallel to mutex_{lock,unlock,trylock,is_locked,lock_nested},
inode_foo(inode) being mutex_foo(&inode->i_mutex).

Please, use those for access to ->i_mutex; over the coming cycle
->i_mutex will become rwsem, with ->lookup() done with it held
only shared.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2016-01-22 18:04:28 -05:00
..
Makefile fbdev: Make fb-notify a no-op if CONFIG_FB=n 2015-12-15 15:41:24 +02:00
cfbcopyarea.c framebuffer: fix screen corruption when copying 2014-09-30 13:39:50 +03:00
cfbfillrect.c
cfbimgblt.c
fb_cmdline.c video/fbdev: Always built-in video= cmdline parsing 2014-08-06 14:50:02 +02:00
fb_ddc.c fb_ddc: Allow I2C adapters without SCL read capability 2015-09-30 10:46:55 +03:00
fb_defio.c wrappers for ->i_mutex access 2016-01-22 18:04:28 -05:00
fb_draw.h
fb_notify.c
fb_sys_fops.c
fbcmap.c
fbcvt.c fbdev: fix CVT vertical front and back porch values 2015-01-27 13:35:37 +02:00
fbmem.c fbdev: Debug knob to register without holding console_lock 2015-12-15 15:41:24 +02:00
fbmon.c fbdev: fix cea_modes array size 2015-08-20 10:20:11 +03:00
fbsysfs.c fbdev: fix snprintf() limit in show_bl_curve() 2015-09-01 13:52:23 +03:00
modedb.c fbdev: fix cea_modes array size 2015-08-20 10:20:11 +03:00
svgalib.c
syscopyarea.c video: fbdev: fix sys_copyarea 2015-01-30 09:46:59 +02:00
sysfillrect.c
sysimgblt.c