summaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
2019-06-10Merge remote-tracking branch 'stable/linux-4.19.y' into rpi-4.19.ypopcornmix5-10/+14
2019-06-09vt/fbcon: deinitialize resources in visual_init() after failed memory allocationGrzegorz Halat1-1/+1
2019-05-31efifb: Omit memory map check on legacy bootArd Biesheuvel1-1/+2
2019-05-31fbdev: fix WARNING in __alloc_pages_nodemask bugJiufei Xue1-0/+2
2019-05-31fbdev: fix divide error in fb_var_to_videomodeShile Zhang1-0/+3
2019-05-31udlfb: fix some inconsistent NULL checkingDan Carpenter1-8/+6
2019-05-28Merge remote-tracking branch 'stable/linux-4.19.y' into rpi-4.19.ypopcornmix4-81/+296
2019-05-25fbdev: sm712fb: fix memory frequency by avoiding a switch/case fallthroughYifeng Li1-0/+1
2019-05-25fbdev: sm712fb: fix crashes and garbled display during DPMS modesettingYifeng Li1-26/+38
2019-05-25fbdev: sm712fb: use 1024x768 by default on non-MIPS, fix garbled displayYifeng Li2-16/+44
2019-05-25fbdev: sm712fb: fix support for 1024x768-16 modeYifeng Li1-0/+59
2019-05-25fbdev: sm712fb: fix crashes during framebuffer writes by correctly mapping VRAMYifeng Li2-9/+44
2019-05-25fbdev: sm712fb: fix boot screen glitch when sm712fb replaces VGAYifeng Li1-1/+5
2019-05-25fbdev: sm712fb: fix white screen of death on reboot, don't set CR3B-CR3FYifeng Li1-1/+5
2019-05-25fbdev: sm712fb: fix VRAM detection, don't set SR70/71/74/75Yifeng Li1-1/+3
2019-05-25fbdev: sm712fb: fix brightness control on reboot, don't set SR30Yifeng Li1-2/+2
2019-05-25fbdev/efifb: Ignore framebuffer memmap entries that lack any memory typesArd Biesheuvel1-2/+6
2019-05-25udlfb: introduce a rendering mutexMikulas Patocka1-11/+30
2019-05-25udlfb: fix sleeping inside spinlockMikulas Patocka1-3/+53
2019-05-25udlfb: delete the unused parameter for dlfb_handle_damageMikulas Patocka1-12/+9
2019-05-14Revert "video: bcm2708_fb: Try allocating on the ARM and passing to VPU"Dave Stevenson1-90/+12
2019-05-14video: bcm2708_fb: Try allocating on the ARM and passing to VPUDave Stevenson1-12/+90
2019-05-14video: bcm2708_fb: Clean up coding style issuesDave Stevenson1-54/+42
2019-05-14video: bcm2708_fb: Fix warnings on 64 bit buildsDave Stevenson1-6/+4
2019-05-14video: bcm2708_fb: Add compat_ioctl support.Dave Stevenson1-21/+66
2019-05-14rpi_display: add backlight driver and overlayP33M3-0/+127
2019-05-14mfd: Add Raspberry Pi Sense HAT core driverPhil Elwell3-0/+307
2019-05-14fbdev: add FBIOCOPYAREA ioctlSiarhei Siamashka2-1/+154
2019-05-14Speed up console framebuffer imageblit functionHarm Hanemaaijer1-5/+147
2019-05-14bcm2708 framebuffer driverpopcornmix4-1602/+1760
2019-04-05backlight: pwm_bl: Use gpiod_get_value_cansleep() to get initial stateChen-Yu Tsai1-1/+1
2019-04-05fbdev: fbmem: fix memory access if logo is bigger than the screenManfred Schlaegl1-0/+3
2019-02-27udlfb: handle unplug properlyMikulas Patocka1-104/+37
2019-02-27backlight: pwm_bl: Fix devicetree parsing with auto-generated brightness tablesHeiko Stuebner1-9/+10
2019-02-12fbdev: fbcon: Fix unregister crash when more than one framebufferNoralf Trønnes1-1/+1
2019-02-12fbdev: fbmem: behave better with small rotated displays and many CPUsPeter Rosin1-2/+6
2019-02-12video: clps711x-fb: release disp device node in probe()Alexey Khoroshilov1-1/+4
2019-01-31vgacon: unconfuse vc_origin when using soft scrollbackNicolas Pitre1-3/+4
2019-01-22omap2fb: Fix stack memory disclosureVlad Tsyrklevich1-0/+2
2019-01-13video: fbdev: pxafb: Fix "WARNING: invalid free of devm_ allocated data"YueHaibing1-3/+1
2018-11-21mach64: fix image corruption due to reading accelerator registersMikulas Patocka1-13/+9
2018-11-21mach64: fix display corruption on big endian machinesMikulas Patocka1-3/+3
2018-11-13media: hdmi.h: rename ADOBE_RGB to OPRGB and ADOBE_YCC to OPYCCHans Verkuil1-4/+4
2018-10-07mach64: detect the dot clock divider correctly on sparcMikulas Patocka3-9/+11
2018-09-26video/fbdev/stifb: Fix spelling mistake in fall-through annotationGustavo A. R. Silva1-1/+1
2018-09-26efifb: BGRT: Add nobgrt optionHans de Goede1-0/+6
2018-09-26fbdev/omapfb: fix omapfb_memory_read infoleakTomi Valkeinen1-1/+4
2018-09-26pxa168fb: prepare the clockLubomir Rintel1-3/+3
2018-08-23Merge tag 'fbdev-v4.19' of https://github.com/bzolnier/linuxLinus Torvalds27-266/+578
2018-08-20Merge tag 'backlight-next-4.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-13/+220