summaryrefslogtreecommitdiffstats
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
* video: imsttfb: fix potential NULL pointer dereferencesKangjie Lu2019-06-151-0/+5
* video: hgafb: fix potential NULL pointer dereferenceKangjie Lu2019-06-151-0/+2
* vt/fbcon: deinitialize resources in visual_init() after failed memory allocationGrzegorz Halat2019-06-091-1/+1
* efifb: Omit memory map check on legacy bootArd Biesheuvel2019-05-311-1/+2
* fbdev: fix WARNING in __alloc_pages_nodemask bugJiufei Xue2019-05-311-0/+2
* fbdev: fix divide error in fb_var_to_videomodeShile Zhang2019-05-311-0/+3
* udlfb: fix some inconsistent NULL checkingDan Carpenter2019-05-311-8/+6Star
* fbdev: sm712fb: fix memory frequency by avoiding a switch/case fallthroughYifeng Li2019-05-251-0/+1
* fbdev: sm712fb: fix crashes and garbled display during DPMS modesettingYifeng Li2019-05-251-26/+38
* fbdev: sm712fb: use 1024x768 by default on non-MIPS, fix garbled displayYifeng Li2019-05-252-16/+44
* fbdev: sm712fb: fix support for 1024x768-16 modeYifeng Li2019-05-251-0/+59
* fbdev: sm712fb: fix crashes during framebuffer writes by correctly mapping VRAMYifeng Li2019-05-252-9/+44
* fbdev: sm712fb: fix boot screen glitch when sm712fb replaces VGAYifeng Li2019-05-251-1/+5
* fbdev: sm712fb: fix white screen of death on reboot, don't set CR3B-CR3FYifeng Li2019-05-251-1/+5
* fbdev: sm712fb: fix VRAM detection, don't set SR70/71/74/75Yifeng Li2019-05-251-1/+3
* fbdev: sm712fb: fix brightness control on reboot, don't set SR30Yifeng Li2019-05-251-2/+2
* fbdev/efifb: Ignore framebuffer memmap entries that lack any memory typesArd Biesheuvel2019-05-251-2/+6
* udlfb: introduce a rendering mutexMikulas Patocka2019-05-251-11/+30
* udlfb: fix sleeping inside spinlockMikulas Patocka2019-05-251-3/+53
* udlfb: delete the unused parameter for dlfb_handle_damageMikulas Patocka2019-05-251-12/+9Star
* backlight: pwm_bl: Use gpiod_get_value_cansleep() to get initial stateChen-Yu Tsai2019-04-051-1/+1
* fbdev: fbmem: fix memory access if logo is bigger than the screenManfred Schlaegl2019-04-051-0/+3
* udlfb: handle unplug properlyMikulas Patocka2019-02-271-104/+37Star
* backlight: pwm_bl: Fix devicetree parsing with auto-generated brightness tablesHeiko Stuebner2019-02-271-9/+10
* fbdev: fbcon: Fix unregister crash when more than one framebufferNoralf Trønnes2019-02-121-1/+1
* fbdev: fbmem: behave better with small rotated displays and many CPUsPeter Rosin2019-02-121-2/+6
* video: clps711x-fb: release disp device node in probe()Alexey Khoroshilov2019-02-121-1/+4
* vgacon: unconfuse vc_origin when using soft scrollbackNicolas Pitre2019-01-311-3/+4
* omap2fb: Fix stack memory disclosureVlad Tsyrklevich2019-01-221-0/+2
* video: fbdev: pxafb: Fix "WARNING: invalid free of devm_ allocated data"YueHaibing2019-01-131-3/+1Star
* mach64: fix image corruption due to reading accelerator registersMikulas Patocka2018-11-211-13/+9Star
* mach64: fix display corruption on big endian machinesMikulas Patocka2018-11-211-3/+3
* media: hdmi.h: rename ADOBE_RGB to OPRGB and ADOBE_YCC to OPYCCHans Verkuil2018-11-131-4/+4
* mach64: detect the dot clock divider correctly on sparcMikulas Patocka2018-10-083-9/+11
* video/fbdev/stifb: Fix spelling mistake in fall-through annotationGustavo A. R. Silva2018-09-261-1/+1
* efifb: BGRT: Add nobgrt optionHans de Goede2018-09-261-0/+6
* fbdev/omapfb: fix omapfb_memory_read infoleakTomi Valkeinen2018-09-261-1/+4
* pxa168fb: prepare the clockLubomir Rintel2018-09-261-3/+3
* Merge tag 'fbdev-v4.19' of https://github.com/bzolnier/linuxLinus Torvalds2018-08-2427-266/+578
|\
| * fbcon: Do not takeover the console from atomic contextHans de Goede2018-08-101-4/+15
| * dummycon: Stop exporting dummycon_[un]register_output_notifierHans de Goede2018-08-101-2/+0Star
| * fbcon: Only defer console takeover if the current console driver is the dummyconHans de Goede2018-08-101-14/+10Star
| * fbcon: Only allow FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER if fbdev is builtinHans de Goede2018-08-101-1/+1
| * fbdev: omap2: omapfb: fix ifnullfree.cocci warningskbuild test robot2018-07-311-2/+1Star
| * fbdev: omap2: omapfb: fix bugon.cocci warningskbuild test robot2018-07-311-2/+1Star
| * fbdev: omap2: omapfb: fix boolreturn.cocci warningskbuild test robot2018-07-311-1/+1
| * fb: amifb: fix build warnings when not builtinRandy Dunlap2018-07-311-2/+2
| * fbdev/core: Disable console-lock warnings when fb.lockless_register_fb is setThomas Zimmermann2018-07-311-4/+9
| * udlfb: use spin_lock_irq instead of spin_lock_irqsaveMikulas Patocka2018-07-251-6/+4Star
| * udlfb: avoid prefetchMikulas Patocka2018-07-251-8/+0Star