Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
096701e8131425044d2054a0c210d6ea24ee7386
/
drivers
/
video
2b9c272
Merge tag 'fbdev-v5.1' of git://github.com/bzolnier/linux
by Linus Torvalds
· 6 years ago
04e0361
Merge tag 'backlight-next-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight
by Linus Torvalds
· 6 years ago
9a9f1d1
fbdev: mbx: fix a misspelled variable name
by Arnd Bergmann
· 6 years ago
4c83c2f
fbdev: omap2: fix warnings in dss core
by Anders Roxell
· 6 years ago
f402984
video: fbdev: Fix potential NULL pointer dereference
by YueHaibing
· 6 years ago
1099350
fbcon: Silence fbcon logo on 'quiet' boots
by Prarit Bhargava
· 6 years ago
af4b3a7
video: ssd1307fb: Do not hard code active-low reset sequence
by Michal Vokáč
· 6 years ago
a5399db
fbdev: fbmem: fix memory access if logo is bigger than the screen
by Manfred Schlaegl
· 6 years ago
a41458d
video/fbdev: refactor video= cmdline parsing
by Jani Nikula
· 6 years ago
72aed9e
fbdev: mbx: fix up debugfs file creation
by Greg Kroah-Hartman
· 6 years ago
60d2fa0
fbdev: omap2: no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 6 years ago
1ea673a
video: fbdev: geode: remove ifdef OLPC noise
by Lubomir Rintel
· 6 years ago
89ef5c6
video: offb: annotate implicit fall throughs
by Mathieu Malaterre
· 6 years ago
f1fbbf5
omapfb: fix typo
by Matteo Croce
· 6 years ago
a6f13af4
fbdev: Use of_node_name_eq for node name comparisons
by Rob Herring
· 6 years ago
23cd78e
fbcon: use kvmalloc() for scrollback buffer
by Konstantin Khorenko
· 6 years ago
8e71fa5
fbdev: chipsfb: remove set but not used variable 'size'
by YueHaibing
· 6 years ago
5766ba3
fbdev/via: fix spelling mistake "Expandsion" -> "Expansion"
by Colin Ian King
· 6 years ago
cec2b18
backlight: pwm_bl: Use gpiod_get_value_cansleep() to get initial state
by Chen-Yu Tsai
· 6 years ago
fdddcfd
Merge 5.0-rc4 into char-misc-next
by Greg Kroah-Hartman
· 6 years ago
473721f
Merge tag 'tty-5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 6 years ago
066ac5c
powerpc, fbdev: Use NV_CMODE and NV_VMODE only when CONFIG_PPC32 && CONFIG_PPC_PMAC && CONFIG_NVRAM
by Finn Thain
· 6 years ago
a156c7b
powerpc: Replace nvram_* extern declarations with standard header
by Finn Thain
· 6 years ago
2a8cbf2
Merge tag 'fbdev-v5.0-rc3' of git://github.com/bzolnier/linux
by Linus Torvalds
· 6 years ago
bfd8d8f
vgacon: unconfuse vc_origin when using soft scrollback
by Nicolas Pitre
· 6 years ago
890d14d
fbdev: fbmem: convert CONFIG_FB_LOGO_CENTER into a cmd line option
by Peter Rosin
· 6 years ago
3a73e73
Merge tag 'backlight-next-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight
by Linus Torvalds
· 6 years ago
00257e0
fbdev: offb: Fix OF node name handling
by Rob Herring
· 6 years ago
a01421e
omap2fb: Fix stack memory disclosure
by Vlad Tsyrklevich
· 6 years ago
750afb0
cross-tree: phase out dma_zalloc_coherent()
by Luis Chamberlain
· 6 years ago
a8a6b11
Merge tag 'fbdev-v4.21' of git://github.com/bzolnier/linux
by Linus Torvalds
· 6 years ago
96d4f26
Remove 'type' argument from access_ok() function
by Linus Torvalds
· 6 years ago
030672a
Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 6 years ago
4971f09
Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drm
by Linus Torvalds
· 6 years ago
2122b40
fbdev: fbcon: Fix unregister crash when more than one framebuffer
by Noralf Trønnes
· 6 years ago
e9462ff
fbdev: Remove depends on HAS_DMA in case of platform dependency
by Geert Uytterhoeven
· 6 years ago
da26483
pxa168fb: trivial typo fix
by Lubomir Rintel
· 6 years ago
5c29085
fbdev: fsl-diu: remove redundant null check on cmap
by Wen Yang
· 6 years ago
452f2d4
fbdev: omap2: omapfb: convert to DEFINE_SHOW_ATTRIBUTE
by Yangtao Li
· 6 years ago
e0f5628
fbdev: uvesafb: fix spelling mistake "memoery" -> "memory"
by Colin Ian King
· 6 years ago
3d8b193
fbdev: fbmem: add config option to center the bootup logo
by Peter Rosin
· 6 years ago
e41f184
fbdev: fbmem: make fb_show_logo_line return the end instead of the height
by Peter Rosin
· 6 years ago
2607391
video: fbdev: pxafb: Fix "WARNING: invalid free of devm_ allocated data"
by YueHaibing
· 6 years ago
f75df8d
fbdev: fbmem: behave better with small rotated displays and many CPUs
by Peter Rosin
· 6 years ago
fdac751
video: clps711x-fb: release disp device node in probe()
by Alexey Khoroshilov
· 6 years ago
b4a1ed0
fbdev: make FB_BACKLIGHT a tristate
by Rob Clark
· 6 years ago
c143a55
udlfb: fix some inconsistent NULL checking
by Dan Carpenter
· 6 years ago
3cee7a7
backlight: 88pm860x_bl: Use of_node_name_eq for node name comparisons
by Rob Herring
· 6 years ago
d347d0c
backlight: pwm_bl: Fix brightness levels for non-DT case.
by Enric Balletbo i Serra
· 6 years ago
f86b775
backlight: pm8941: Convert to using %pOFn instead of device_node.name
by Rob Herring
· 6 years ago
61170ee
backlight: pwm_bl: Fix devicetree parsing with auto-generated brightness tables
by Heiko Stuebner
· 6 years ago
e4c8ae3
backlight: pwm_bl: Re-add driver internal enabled tracking
by Heiko Stuebner
· 6 years ago
d7563c5
Merge tag 'drm-misc-next-2018-11-07' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
by Dave Airlie
· 6 years ago
a9ac6cc
Merge tag 'fbdev-v4.20' of https://github.com/bzolnier/linux
by Linus Torvalds
· 6 years ago
134bf98
Merge tag 'media/v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
by Linus Torvalds
· 6 years ago
53b3b6b
Merge tag 'drm-next-2018-10-24' of git://anongit.freedesktop.org/drm/drm
by Linus Torvalds
· 6 years ago
685f7e4
Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 6 years ago
b27186a
Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 6 years ago
3f2dcb6
Merge tag 'backlight-next-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight
by Linus Torvalds
· 6 years ago
217188d
video: fbdev: remove redundant 'default n' from Kconfig-s
by Bartlomiej Zolnierkiewicz
· 6 years ago
ca6d73f
video: fbdev: remove dead old CLPS711x LCD support driver
by Bartlomiej Zolnierkiewicz
· 6 years ago
e04e395
drivers/video/fbdev: use ioremap_wc/wt() instead of __ioremap()
by Christophe Leroy
· 6 years ago
64f83a8
Revert "video: ssd1307fb: Do not hard code active-low reset sequence"
by Bartlomiej Zolnierkiewicz
· 6 years ago
e1c9f2e
backlight: Remove ld9040 driver
by Krzysztof Kozlowski
· 6 years ago
64c03ab
backlight: Remove s6e63m0 driver
by Krzysztof Kozlowski
· 6 years ago
7cea645
backlight: lm3639: Unconditionally call led_classdev_unregister
by Nathan Chancellor
· 6 years ago
e6bcca0
backlight: pwm_bl: Switch to using "atomic" PWM API
by Enric Balletbo i Serra
· 6 years ago
9703759
video: fbdev: arcfb: mark expected switch fall-through
by Gustavo A. R. Silva
· 6 years ago
b19f682
pxa168fb: remove set but not used variables 'mi'
by YueHaibing
· 6 years ago
9827f26
video: ssd1307fb: Do not hard code active-low reset sequence
by Michal Vokáč
· 6 years ago
7d1b8d7
video: ssd1307fb: Use gpiod_set_value_cansleep() for reset
by Michal Vokáč
· 6 years ago
aae3394
fbdev: fix broken menu dependencies
by Randy Dunlap
· 6 years ago
864eb1a
video: fbdev: sis: Remove unnecessary parentheses and commented code
by Nathan Chancellor
· 6 years ago
02f17ffd
video: fbdev: omapfb: lcd_ams_delta: use GPIO lookup table
by Janusz Krzysztofik
· 6 years ago
e501771
fbdev: sbuslib: integer overflow in sbusfb_ioctl_helper()
by Dan Carpenter
· 6 years ago
d8bad91
fbdev: sbuslib: use checked version of put_user()
by Dan Carpenter
· 6 years ago
5c63e40
fbdev: Convert to using %pOFn instead of device_node.name
by Rob Herring
· 6 years ago
60e5e48
atmel_lcdfb: support native-mode display-timings
by Sam Ravnborg
· 6 years ago
811ab8d
Video: vgastate: fixed a spacing coding style
by Mehdi Bounya
· 6 years ago
ee6fbb2
atyfb: fix debugging printks
by Mikulas Patocka
· 6 years ago
01c40a1
mach64: optimize wait_for_fifo
by Mikulas Patocka
· 6 years ago
c09bcc9
mach64: fix image corruption due to reading accelerator registers
by Mikulas Patocka
· 6 years ago
3c6c6a7
mach64: fix display corruption on big endian machines
by Mikulas Patocka
· 6 years ago
ceadddd
mach64: detect the dot clock divider correctly on sparc
by Mikulas Patocka
· 6 years ago
68a958a
udlfb: handle unplug properly
by Mikulas Patocka
· 6 years ago
ad4366a
video: fbdev: add the dependency of broadsheetfb in Kconfig
by Jia-Ju Bai
· 6 years ago
76ebebd
mach64: detect the dot clock divider correctly on sparc
by Mikulas Patocka
· 6 years ago
c5e69ab3
video/hdmi: Constify infoframe passed to the pack functions
by Ville Syrjälä
· 6 years ago
468d6a4
video/hdmi: Constify infoframe passed to the log functions
by Ville Syrjälä
· 6 years ago
480b8b3
video/hdmi: Pass buffer size to infoframe unpack functions
by Ville Syrjälä
· 6 years ago
f26e1de
video/hdmi: Constify 'buffer' to the unpack functions
by Ville Syrjälä
· 6 years ago
a691240
fbdev: fsl-diu: get cpu node with of_get_cpu_node
by Rob Herring
· 6 years ago
7c96879
video/fbdev/stifb: Fix spelling mistake in fall-through annotation
by Gustavo A. R. Silva
· 6 years ago
cf7389b
efifb: BGRT: Add nobgrt option
by Hans de Goede
· 6 years ago
1bafcbf
fbdev/omapfb: fix omapfb_memory_read infoleak
by Tomi Valkeinen
· 6 years ago
d85536c
pxa168fb: prepare the clock
by Lubomir Rintel
· 6 years ago
463659a0
media: hdmi.h: rename ADOBE_RGB to OPRGB and ADOBE_YCC to OPYCC
by Hans Verkuil
· 6 years ago
6f6d5c3
media: backlight: as3711_bl: convert to SPDX identifiers
by Kuninori Morimoto
· 6 years ago
10e7406
media: fbdev: sh7760fb: convert to SPDX identifiers
by Kuninori Morimoto
· 6 years ago
da6c770
fbdev: Add FBINFO_HIDE_SMEM_START flag
by Daniel Vetter
· 6 years ago
Next »