summaryrefslogtreecommitdiffstats
path: root/drivers/video
AgeCommit message (Expand)Author
2019-04-05backlight: pwm_bl: Use gpiod_get_value_cansleep() to get initial stateChen-Yu Tsai
2019-04-05fbdev: fbmem: fix memory access if logo is bigger than the screenManfred Schlaegl
2019-02-27udlfb: handle unplug properlyMikulas Patocka
2019-02-27backlight: pwm_bl: Fix devicetree parsing with auto-generated brightness tablesHeiko Stuebner
2019-02-12fbdev: fbcon: Fix unregister crash when more than one framebufferNoralf Trønnes
2019-02-12fbdev: fbmem: behave better with small rotated displays and many CPUsPeter Rosin
2019-02-12video: clps711x-fb: release disp device node in probe()Alexey Khoroshilov
2019-01-31vgacon: unconfuse vc_origin when using soft scrollbackNicolas Pitre
2019-01-22omap2fb: Fix stack memory disclosureVlad Tsyrklevich
2019-01-13video: fbdev: pxafb: Fix "WARNING: invalid free of devm_ allocated data"YueHaibing
2018-11-21mach64: fix image corruption due to reading accelerator registersMikulas Patocka
2018-11-21mach64: fix display corruption on big endian machinesMikulas Patocka
2018-11-13media: hdmi.h: rename ADOBE_RGB to OPRGB and ADOBE_YCC to OPYCCHans Verkuil
2018-10-07mach64: detect the dot clock divider correctly on sparcMikulas Patocka
2018-09-26video/fbdev/stifb: Fix spelling mistake in fall-through annotationGustavo A. R. Silva
2018-09-26efifb: BGRT: Add nobgrt optionHans de Goede
2018-09-26fbdev/omapfb: fix omapfb_memory_read infoleakTomi Valkeinen
2018-09-26pxa168fb: prepare the clockLubomir Rintel
2018-08-23Merge tag 'fbdev-v4.19' of https://github.com/bzolnier/linuxLinus Torvalds
2018-08-20Merge tag 'backlight-next-4.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-08-15Merge tag 'media/v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2018-08-15Merge tag 'drm-next-2018-08-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2018-08-10fbcon: Do not takeover the console from atomic contextHans de Goede
2018-08-10dummycon: Stop exporting dummycon_[un]register_output_notifierHans de Goede
2018-08-10fbcon: Only defer console takeover if the current console driver is the dummyconHans de Goede
2018-08-10fbcon: Only allow FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER if fbdev is builtinHans de Goede
2018-08-02media: omap2: omapfb: fix bugon.cocci warningskbuild test robot
2018-08-02media: omap2: omapfb: fix boolreturn.cocci warningskbuild test robot
2018-08-02media: omap2: omapfb: fix ifnullfree.cocci warningskbuild test robot
2018-07-31fbdev: omap2: omapfb: fix ifnullfree.cocci warningskbuild test robot
2018-07-31fbdev: omap2: omapfb: fix bugon.cocci warningskbuild test robot
2018-07-31fbdev: omap2: omapfb: fix boolreturn.cocci warningskbuild test robot
2018-07-31fb: amifb: fix build warnings when not builtinRandy Dunlap
2018-07-31fbdev/core: Disable console-lock warnings when fb.lockless_register_fb is setThomas Zimmermann
2018-07-25udlfb: use spin_lock_irq instead of spin_lock_irqsaveMikulas Patocka
2018-07-25udlfb: avoid prefetchMikulas Patocka
2018-07-25udlfb: optimization - test the backing bufferMikulas Patocka
2018-07-25udlfb: allow reallocating the framebufferMikulas Patocka
2018-07-25udlfb: set line_length in dlfb_ops_set_parMikulas Patocka
2018-07-25udlfb: handle allocation failureMikulas Patocka
2018-07-25udlfb: make a local copy of fb_opsMikulas Patocka
2018-07-25udlfb: don't switch if we are switching to the same videomodeMikulas Patocka
2018-07-25udlfb: fix display corruption of the last lineMikulas Patocka
2018-07-25udlfb: fix semaphore value leakMikulas Patocka
2018-07-25fb: fix lost console when the user unplugs a USB adapterMikulas Patocka
2018-07-25backlight: pwm_bl: Fix uninitialized variableDaniel Thompson
2018-07-24efifb: BGRT: Do not copy the boot graphics for non native resolutionsHans de Goede
2018-07-24fbdev: fix omap2/omapfb/dss/ indentation warningRandy Dunlap
2018-07-24omapfb: encoder-tpd12s015: remove redundant pointer 'in'Colin Ian King