index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
video
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-14
fbdev/efifb: Remove PM for parent device
Thomas Zimmermann
1
-13
/
+3
2024-02-14
video: Provide screen_info_get_pci_dev() to find screen_info's PCI device
Thomas Zimmermann
2
-0
/
+49
2024-02-14
video: Add helpers for decoding screen_info
Thomas Zimmermann
3
-0
/
+153
2024-02-08
video: fbdev: mmp: Follow renaming of SPI "master" to "controller"
Uwe Kleine-König
1
-13
/
+13
2024-02-07
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
5
-4
/
+7
2024-02-05
Merge tag 'drm-misc-next-2024-01-11' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
3
-92
/
+124
2024-02-04
Merge 6.8-rc3 into tty-next
Greg Kroah-Hartman
5
-4
/
+7
2024-01-31
fbdev: Restrict FB_SH_MOBILE_LCDC to SuperH
Geert Uytterhoeven
1
-1
/
+1
2024-01-29
Merge drm/drm-next into drm-misc-next
Maxime Ripard
42
-8247
/
+708
2024-01-28
vt: remove superfluous CONFIG_HW_CONSOLE
Lukas Bulwahn
1
-1
/
+1
2024-01-28
fbcon: remove fbcon_getxy()
Jiri Slaby (SUSE)
1
-25
/
+0
2024-01-28
fbcon: remove consw::con_screen_pos()
Jiri Slaby (SUSE)
1
-6
/
+0
2024-01-28
tty: vt: change consw::con_set_origin() return type
Jiri Slaby (SUSE)
1
-4
/
+4
2024-01-28
tty: vt: make consw::con_font_default()'s name const
Jiri Slaby (SUSE)
3
-3
/
+6
2024-01-28
tty: vt: make font of consw::con_font_set() const
Jiri Slaby (SUSE)
4
-6
/
+7
2024-01-28
tty: vt: make types around consw::con_blank() bool
Jiri Slaby (SUSE)
6
-22
/
+24
2024-01-28
tty: vt: use enum constants for VESA blanking modes
Jiri Slaby (SUSE)
6
-9
/
+16
2024-01-28
tty: vt: use VESA blanking constants
Jiri Slaby (SUSE)
3
-5
/
+5
2024-01-28
tty: vt: stop using -1 for blank mode in consw::con_blank()
Jiri Slaby (SUSE)
1
-1
/
+0
2024-01-28
tty: vt: make consw::con_switch() return a bool
Jiri Slaby (SUSE)
6
-13
/
+13
2024-01-28
tty: vt: remove CM_* constants
Jiri Slaby (SUSE)
12
-33
/
+32
2024-01-28
fbdev/core: simplify cursor_state setting in fbcon_ops::cursor()
Jiri Slaby (SUSE)
4
-40
/
+4
2024-01-28
consoles: use if instead of switch-case in consw::con_cursor()
Jiri Slaby (SUSE)
3
-66
/
+53
2024-01-28
tty: vt: sanitize consw::con_putcs() parameters
Jiri Slaby (SUSE)
6
-17
/
+18
2024-01-28
tty: vt: sanitize consw::con_putc() parameters
Jiri Slaby (SUSE)
2
-4
/
+6
2024-01-28
tty: vt: eliminate unneeded consw::con_putc() implementations
Jiri Slaby (SUSE)
4
-29
/
+0
2024-01-28
tty: vt: remove checks for count in consw::con_clear() implementations
Jiri Slaby (SUSE)
2
-6
/
+0
2024-01-28
tty: vt: sanitize arguments of consw::con_clear()
Jiri Slaby (SUSE)
6
-34
/
+35
2024-01-28
tty: vt: make init parameter of consw::con_init() a bool
Jiri Slaby (SUSE)
6
-7
/
+7
2024-01-28
tty: vt: make consw::con_debug_*() return void
Jiri Slaby (SUSE)
1
-4
/
+2
2024-01-28
tty: vt: pass vc_resize_user as a parameter
Jiri Slaby (SUSE)
2
-3
/
+3
2024-01-28
fbcon: make display_desc a static array in fbcon_startup()
Jiri Slaby (SUSE)
1
-1
/
+1
2024-01-28
vgacon: inline vc_scrolldelta_helper() into vgacon_scrolldelta()
Jiri Slaby (SUSE)
1
-2
/
+34
2024-01-23
video/nomodeset: Select nomodeset= parameter with CONFIG_VIDEO
Thomas Zimmermann
5
-48
/
+1
2024-01-23
video/cmdline: Hide __video_get_options() behind CONFIG_FB_CORE
Thomas Zimmermann
1
-0
/
+2
2024-01-23
video/cmdline: Introduce CONFIG_VIDEO for video= parameter
Thomas Zimmermann
3
-3
/
+4
2024-01-23
fbdev: stifb: Fix crash in stifb_blank()
Helge Deller
1
-1
/
+1
2024-01-23
fbcon: Fix incorrect printed function name in fbcon_prepare_logo()
Geert Uytterhoeven
1
-2
/
+1
2024-01-21
fbdev: sis: Error out if pixclock equals zero
Fullway Wang
1
-0
/
+2
2024-01-21
fbdev: savage: Error out if pixclock equals zero
Fullway Wang
1
-0
/
+3
2024-01-21
fbdev: vt8500lcdfb: Remove unnecessary print function dev_err()
Jiapeng Chong
1
-1
/
+0
2024-01-19
Merge tag 'i2c-for-6.8-rc1-rebased' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
8
-17
/
+5
2024-01-19
Merge tag 'backlight-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
6
-70
/
+502
2024-01-18
fbdev: remove I2C_CLASS_DDC support
Heiner Kallweit
9
-27
/
+10
2024-01-18
Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2024-01-13
Merge tag 'pwm/for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-9
/
+9
2024-01-13
Merge tag 'fbdev-for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
26
-8149
/
+188
2024-01-12
Merge tag 'drm-next-2024-01-10' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
36
-232
/
+303
2024-01-12
fbdev/intelfb: Remove driver
Thomas Zimmermann
7
-5042
/
+0
2024-01-12
fbdev/hyperv_fb: Do not clear global screen_info
Thomas Zimmermann
1
-8
/
+1
[prev]
[next]