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
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
2023-07-11
fbdev/hyperv_fb: Include <linux/screen_info.h>
Thomas Zimmermann
1
-0
/
+1
2023-07-08
fbdev/xen-fbfront: Generate deferred I/O ops
Thomas Zimmermann
1
-41
/
+20
2023-07-08
fbdev/xen-fbfront: Select FB_SYS_HELPERS_DEFERRED
Thomas Zimmermann
1
-5
/
+1
2023-07-08
fbdev/ssd1307fb: Generate deferred I/O ops
Thomas Zimmermann
1
-58
/
+11
2023-07-08
fbdev/ssd1307fb: Select FB_SYS_HELPERS_DEFERRED
Thomas Zimmermann
1
-5
/
+1
2023-07-08
fbdev/metronomefb: Generate deferred I/O ops
Thomas Zimmermann
1
-66
/
+8
2023-07-08
fbdev/metronomefb: Select FB_SYS_HELPERS_DEFERRED
Thomas Zimmermann
1
-5
/
+1
2023-07-08
fbdev/hecubafb: Generate deferred I/O ops
Thomas Zimmermann
1
-70
/
+8
2023-07-08
fbdev/hecubafb: Select FB_SYS_HELPERS_DEFERRED
Thomas Zimmermann
1
-6
/
+1
2023-07-08
fbdev/broadsheetfb: Generate deferred I/O ops
Thomas Zimmermann
1
-70
/
+8
2023-07-08
fbdev/broadsheetfb: Select FB_SYS_HELPERS_DEFERRED
Thomas Zimmermann
1
-5
/
+1
2023-07-08
fbdev/sm712fb: Do not include <linux/screen_info.h>
Thomas Zimmermann
1
-2
/
+7
2023-06-27
fbdev: Make support for userspace interfaces configurable
Thomas Zimmermann
4
-4
/
+56
2023-06-27
fbdev/core: Rework fb init code
Thomas Zimmermann
3
-32
/
+22
2023-06-27
fbdev/core: Move file-I/O code into separate file
Thomas Zimmermann
4
-473
/
+498
2023-06-27
fbdev/core: Move procfs code to separate file
Thomas Zimmermann
4
-43
/
+80
2023-06-27
fbdev/core: Add fb_device_{create,destroy}()
Thomas Zimmermann
3
-19
/
+52
2023-06-27
fbdev/core: Move framebuffer and backlight helpers into separate files
Thomas Zimmermann
4
-110
/
+115
2023-06-27
fbdev/core: Pass Linux device to pm_vt_switch_*() functions
Thomas Zimmermann
1
-3
/
+3
2023-06-27
fbdev/tdfxfb: Set i2c adapter parent to hardware device
Thomas Zimmermann
1
-2
/
+2
2023-06-27
fbdev/smscufx: Detect registered fb_info from refcount
Thomas Zimmermann
1
-2
/
+2
2023-06-27
fbdev/sm501fb: Output message with fb_err()
Thomas Zimmermann
1
-1
/
+1
2023-06-27
fbdev/sh7760fb: Use hardware device with dev_() output during probe
Thomas Zimmermann
1
-3
/
+3
2023-06-27
fbdev/sh7760fb: Alloc DMA memory from hardware device
Thomas Zimmermann
1
-4
/
+4
2023-06-27
fbdev/sh7760fb: Output messages with fb_dbg()
Thomas Zimmermann
1
-13
/
+13
2023-06-27
fbdev/sh7760fb: Use fb_dbg() in sh7760fb_get_color_info()
Thomas Zimmermann
1
-5
/
+5
2023-06-27
fbdev/rivafb: Use hardware device as backlight parent
Thomas Zimmermann
1
-1
/
+1
2023-06-27
fbdev/rivafb: Reorder backlight and framebuffer init/cleanup
Thomas Zimmermann
1
-4
/
+4
2023-06-27
fbdev/radeonfb: Use hardware device as backlight parent
Thomas Zimmermann
1
-1
/
+1
2023-06-27
fbdev/radeonfb: Reorder backlight and framebuffer cleanup
Thomas Zimmermann
1
-2
/
+1
2023-06-27
fbdev/pxa168fb: Do not assign to struct fb_info.dev
Thomas Zimmermann
1
-1
/
+1
2023-06-27
fbdev/nvidiafb: Use hardware device as backlight parent
Thomas Zimmermann
1
-1
/
+1
2023-06-27
fbdev/nvidiafb: Reorder backlight and framebuffer init/cleanup
Thomas Zimmermann
1
-4
/
+4
2023-06-27
fbdev/metronomefb: Use hardware device for dev_err()
Thomas Zimmermann
1
-1
/
+1
2023-06-27
fbdev/mb862xxfb: Output messages with fb_dbg()
Thomas Zimmermann
1
-5
/
+4
2023-06-27
fbdev/fsl-diu-fb: Output messages with fb_*() helpers
Thomas Zimmermann
1
-13
/
+13
2023-06-27
fbdev/ep93xx-fb: Do not assign to struct fb_info.dev
Thomas Zimmermann
1
-1
/
+0
2023-06-27
fbdev/ep93xx-fb: Output messages with fb_info() and fb_err()
Thomas Zimmermann
1
-6
/
+6
2023-06-27
fbdev/ep93xx-fb: Alloc DMA memory from hardware device
Thomas Zimmermann
1
-4
/
+4
2023-06-27
fbdev/broadsheetfb: Call device_remove_file() with hardware device
Thomas Zimmermann
1
-1
/
+1
2023-06-27
fbdev/aty128fb: Use hardware device as backlight parent
Thomas Zimmermann
1
-1
/
+1
2023-06-27
fbdev/aty128fb: Reorder backlight and framebuffer init/cleanup
Thomas Zimmermann
1
-5
/
+5
2023-06-27
fbdev/atyfb: Use hardware device as backlight parent
Thomas Zimmermann
1
-1
/
+1
2023-06-27
fbdev/atyfb: Reorder backlight and framebuffer init/cleanup
Thomas Zimmermann
1
-7
/
+9
2023-06-27
backlight/lv5207lp: Rename struct lv5207lp_platform_data.fbdev to 'dev'
Thomas Zimmermann
1
-1
/
+1
2023-06-27
backlight/lv5207lp: Compare against struct fb_info.device
Thomas Zimmermann
1
-1
/
+1
2023-06-27
backlight/gpio_backlight: Rename field 'fbdev' to 'dev'
Thomas Zimmermann
1
-3
/
+3
2023-06-27
backlight/gpio_backlight: Compare against struct fb_info.device
Thomas Zimmermann
1
-1
/
+1
2023-06-27
backlight/bd6107: Rename struct bd6107_platform_data.fbdev to 'dev'
Thomas Zimmermann
1
-1
/
+1
2023-06-27
backlight/bd6107: Compare against struct fb_info.device
Thomas Zimmermann
1
-1
/
+1
[next]