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
2012-03-13
fbdev: sh_mobile_lcdc: Store configuration in channel structure
Laurent Pinchart
2
-56
/
+61
2012-03-13
fbdev: sh_mobile_lcdc: Pass physical device pointer to DMA functions
Laurent Pinchart
1
-2
/
+3
2012-03-13
fbdev: sh_mobile_lcdc: Split fb init/cleanup from channel init/cleanup
Laurent Pinchart
2
-128
/
+159
2012-03-13
fbdev: sh_mobile_lcdc: Store the format in struct sh_mobile_lcdc_chan
Laurent Pinchart
2
-12
/
+13
2012-03-13
fbdev: sh_mobile_lcdc: Add sh_mobile_format_info() function
Laurent Pinchart
1
-72
/
+102
2012-03-13
fbdev: sh_mobile_lcdc: Reorganize the sh_mobile_lcdc_chan structure
Laurent Pinchart
1
-16
/
+23
2012-03-13
fbdev: sh_mobile_lcdc: Rename (lcd|num)_cfg (lcd|num)_modes
Laurent Pinchart
2
-29
/
+29
2012-03-13
fbdev: sh_mobile_lcdc: Store display mode in a struct fb_videomode
Laurent Pinchart
2
-36
/
+44
2012-03-13
fbdev: sh_mobile_hdmi: Don't access LCDC fb_info
Laurent Pinchart
3
-31
/
+28
2012-03-13
fbdev: sh_mobile_hdmi: Don't set sh_hdmi::mode in the display on handler
Laurent Pinchart
1
-7
/
+1
2012-03-13
fbdev: sh_mobile_lcdc: Pass a video mode to the notify callback
Laurent Pinchart
3
-50
/
+48
2012-03-13
sh_mobile_hdmi: Use LCDC notification callback
Laurent Pinchart
1
-77
/
+14
2012-03-13
sh_mobile_lcdc: Add display notify callback to sh_mobile_lcdc_chan
Laurent Pinchart
2
-0
/
+94
2012-03-13
fbdev: sh_mobile_lcdc: Return display connection state in display_on
Laurent Pinchart
4
-6
/
+16
2012-03-13
fbdev: sh_mobile_lcdc: Remove fb_info parameter to display_on operation
Laurent Pinchart
4
-13
/
+6
2012-03-13
sh_mobile_hdmi: Use sh_mobile_lcdc_entity::channel to access fb_info
Laurent Pinchart
1
-68
/
+12
2012-03-13
sh_mobile_lcdc: Add an lcdc channel pointer to sh_mobile_lcdc_entity
Laurent Pinchart
2
-1
/
+6
2012-03-13
fbdev: sh_mobile_lcdc: Merge board_cfg and lcd_size_cfg into panel_cfg
Laurent Pinchart
1
-18
/
+17
2012-03-13
fbdev: sh_mobile_lcdc: Move brightness ops to sh_mobile_lcdc_bl_info
Laurent Pinchart
1
-4
/
+2
2012-03-13
fbdev: sh_mobile_lcdc: Remove board configuration board_data field
Laurent Pinchart
1
-9
/
+7
2012-03-13
fbdev: sh_mobile_lcdc: Remove board configuration owner field
Laurent Pinchart
1
-6
/
+2
2012-03-13
fbdev: sh_mobile_hdmi: Don't hook up into board_cfg display operations
Laurent Pinchart
1
-31
/
+6
2012-03-13
fbdev: sh_mipi_dsi: Don't hook up into board_cfg display operations
Laurent Pinchart
1
-51
/
+5
2012-03-13
fbdev: sh_mobile_lcdc: Handle HDMI/MIPI transmitter device directly
Laurent Pinchart
2
-5
/
+28
2012-03-13
fbdev: sh_mipi_dsi: Implement sh_mobile_lcdc_entity interface
Laurent Pinchart
1
-15
/
+51
2012-03-13
fbdev: sh_mobile_hdmi: Implement sh_mobile_lcdc_entity interface
Laurent Pinchart
1
-8
/
+31
2012-03-13
fbdev: sh_mobile_lcdc: Add sh_mobile_lcdc_entity definition
Laurent Pinchart
1
-2
/
+16
2012-03-13
sh_mobile_hdmi: Remove platform data lcd_dev field
Laurent Pinchart
1
-12
/
+5
2012-03-13
fbdev: sh_mobile_hdmi: Don't access LCDC channel in notifier callback
Laurent Pinchart
1
-4
/
+4
2012-03-13
fbdev: sh_mobile_lcdc: Create functions to turn the display on/off
Laurent Pinchart
1
-25
/
+28
2012-03-13
fbdev: sh_mobile_lcdc: Don't pass struct device around
Laurent Pinchart
1
-20
/
+21
2012-03-13
fbdev: sh_mobile_lcdc: Move pm runtime enable to probe()
Laurent Pinchart
1
-18
/
+16
2012-03-13
fbdev: sh_mobile_lcdc: Mark init-only symbols with __devinit(const)
Laurent Pinchart
1
-2
/
+2
2012-03-13
fbdev: sh_mobile_lcdc: Reorder code into sections
Laurent Pinchart
1
-190
/
+231
2012-03-10
Merge branch 'board' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/...
Olof Johansson
5
-10
/
+35
2012-03-08
viafb: avoid refresh and mode lookup in set_par
Florian Tobias Schandinat
1
-18
/
+14
2012-03-08
viafb: modetable conversion
Florian Tobias Schandinat
7
-1035
/
+120
2012-03-08
video:uvesafb: notice user when we failed to save hardware state
Wang YanQing
1
-3
/
+11
2012-03-08
video:uvesafb: Fix oops that uvesafb try to execute NX-protected page
Wang YanQing
1
-2
/
+10
2012-03-08
udlfb: Fix invalid return codes in edid sysfs entry store function
Olivier Sobrie
1
-8
/
+11
2012-03-08
Merge branch 'next/cleanup-s3c24xx' of git://git.kernel.org/pub/scm/linux/ker...
Olof Johansson
1
-1
/
+1
2012-03-07
Merge branch 'topic/cleanup-s3c24xx' into next/cleanup-s3c24xx
Kukjin Kim
1
-1
/
+1
2012-03-06
OMAPDSS: APPLY: print warning if wait_pending_extra_info_updates fails
Tomi Valkeinen
1
-5
/
+6
2012-03-06
OMAPDSS: MANAGER/APPLY: Add runtime_pm protection around wait_for_go/vsync fu...
Lajos Molnar
2
-1
/
+23
2012-03-06
OMAPDSS: DISPC: Fix FIR coefficients
Lajos Molnar
1
-5
/
+4
2012-03-06
OMAPDSS: DISPC: Fix OMAP4 supported color formats
Lajos Molnar
2
-5
/
+6
2012-03-06
OMAPDSS: HDMI: Add M2 divider while calculating clkout
Mythri P K
1
-8
/
+8
2012-03-06
video: s3c-fb: Add support EXYNOS5 FIMD
Jingoo Han
1
-5
/
+47
2012-03-06
pxafb: do console locking before calling fb_blank()
Vasily Khoruzhick
1
-1
/
+5
2012-03-06
Merge commit 'v3.3-rc6'
Tomi Valkeinen
5
-11
/
+30
[prev]
[next]