summaryrefslogtreecommitdiffstats
path: root/drivers/video
AgeCommit message (Expand)AuthorLines
2019-04-01fbdev: sm712fb: use 1024x768 by default on non-MIPS, fix garbled displayYifeng Li-16/+44
2019-04-01fbdev: sm712fb: fix support for 1024x768-16 modeYifeng Li-0/+59
2019-04-01fbdev: sm712fb: fix crashes and garbled display during DPMS modesettingYifeng Li-26/+38
2019-04-01fbdev: sm712fb: fix crashes during framebuffer writes by correctly mapping VRAMYifeng Li-9/+44
2019-04-01fbdev: sm712fb: fix boot screen glitch when sm712fb replaces VGAYifeng Li-1/+5
2019-04-01fbdev: sm712fb: fix VRAM detection, don't set SR70/71/74/75Yifeng Li-1/+3
2019-04-01fbdev: sm712fb: fix brightness control on reboot, don't set SR30Yifeng Li-2/+2
2019-04-01fbdev: sm712fb: fix white screen of death on reboot, don't set CR3B-CR3FYifeng Li-1/+5
2019-04-01video: imsttfb: fix potential NULL pointer dereferencesKangjie Lu-0/+5
2019-04-01video: hgafb: fix potential NULL pointer dereferenceKangjie Lu-0/+2
2019-04-01fbdev: list all pci memory bars as conflicting aperturesGerd Hoffmann-4/+25
2019-04-01drivers: video: fbdev: Kconfig: pedantic cleanupsEnrico Weigelt, metux IT consult-190/+188
2019-04-01omapfb: Fix potential NULL pointer dereference in kmallocAditya Pakki-0/+2
2019-04-01xen, fbfront: mark expected switch fall-throughGustavo A. R. Silva-1/+1
2019-04-01udlfb: introduce a rendering mutexMikulas Patocka-11/+30
2019-04-01udlfb: fix sleeping inside spinlockMikulas Patocka-3/+53
2019-04-01udlfb: delete the unused parameter for dlfb_handle_damageMikulas Patocka-12/+9
2019-04-01video: fbdev: atmel_lcdfb: drop AVR and platform_data supportAlexandre Belloni-113/+7
2019-04-01omapfb: add missing of_node_put after of_device_is_availableJulia Lawall-1/+3
2019-04-01video/macfb: Always initialize DAFB colour table pointer registerFinn Thain-1/+1
2019-04-01video/macfb: Call fb_invert_cmaps()Finn Thain-2/+1
2019-04-01fbdev: atafb: Modernize printing of kernel messagesGeert Uytterhoeven-12/+13
2019-04-01fbdev: atafb: Fix broken frame buffer after kexecGeert Uytterhoeven-4/+30
2019-04-01fbdev: atafb: Remove obsolete module supportGeert Uytterhoeven-107/+1
2019-04-01fbdev: atafb: Stop printing virtual screen_baseGeert Uytterhoeven-2/+2
2019-04-01video/macfb: Remove redundant codeFinn Thain-24/+0
2019-04-01video: fbdev: savage: fix indentation issueColin Ian King-3/+3
2019-04-01video: fbdev: vesafb: fix indentation issueColin Ian King-2/+2
2019-04-01fbdev: mxsfb: implement FB_PRE_INIT_FB optionMelchior Franz-1/+13
2019-03-29efifb: Omit memory map check on legacy bootArd Biesheuvel-1/+2
2019-03-15Merge tag 'fbdev-v5.1' of git://github.com/bzolnier/linuxLinus Torvalds-114/+69
2019-03-08Merge tag 'backlight-next-5.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2019-03-05fbdev: mbx: fix a misspelled variable nameArnd Bergmann-1/+1
2019-03-01fbdev: omap2: fix warnings in dss coreAnders Roxell-3/+0
2019-02-08video: fbdev: Fix potential NULL pointer dereferenceYueHaibing-0/+2
2019-02-08fbcon: Silence fbcon logo on 'quiet' bootsPrarit Bhargava-1/+7
2019-02-08video: ssd1307fb: Do not hard code active-low reset sequenceMichal Vokáč-2/+2
2019-02-08fbdev: fbmem: fix memory access if logo is bigger than the screenManfred Schlaegl-0/+3
2019-02-08video/fbdev: refactor video= cmdline parsingJani Nikula-13/+10
2019-02-08fbdev: mbx: fix up debugfs file creationGreg Kroah-Hartman-28/+14
2019-02-08fbdev: omap2: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-26/+7
2019-02-08video: fbdev: geode: remove ifdef OLPC noiseLubomir Rintel-22/+4
2019-02-08video: offb: annotate implicit fall throughsMathieu Malaterre-0/+2
2019-02-08omapfb: fix typoMatteo Croce-1/+1
2019-02-08fbdev: Use of_node_name_eq for node name comparisonsRob Herring-12/+12
2019-02-08fbcon: use kvmalloc() for scrollback bufferKonstantin Khorenko-3/+3
2019-02-08fbdev: chipsfb: remove set but not used variable 'size'YueHaibing-2/+1
2019-02-08fbdev/via: fix spelling mistake "Expandsion" -> "Expansion"Colin Ian King-1/+1
2019-01-30backlight: pwm_bl: Use gpiod_get_value_cansleep() to get initial stateChen-Yu Tsai-1/+1
2019-01-28Merge 5.0-rc4 into char-misc-nextGreg Kroah-Hartman-45/+53