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
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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-07
drm/vc4: hdmi: Move accessors to vc4_hdmi
Maxime Ripard
2
-18
/
+12
2020-09-07
drm/vc4: hdmi: Rename hdmi to vc4_hdmi
Maxime Ripard
1
-141
/
+142
2020-09-07
drm/vc4: hdmi: Remove DDC argument to connector_init
Maxime Ripard
1
-4
/
+3
2020-09-07
drm/vc4: hdmi: rework connectors and encoders
Maxime Ripard
2
-79
/
+72
2020-09-07
drm/vc4: hdmi: Move structure to header
Maxime Ripard
2
-75
/
+87
2020-09-07
drm/vc4: hdmi: Use debugfs private field
Maxime Ripard
1
-3
/
+1
2020-09-07
drm/vc4: crtc: Add BCM2711 pixelvalves
Maxime Ripard
2
-2
/
+100
2020-09-07
drm/vc4: drv: Disable the CRTC at boot time
Maxime Ripard
3
-0
/
+30
2020-09-07
drm/vc4: crtc: Move the CRTC disable out
Maxime Ripard
1
-12
/
+22
2020-09-07
drm/vc4: hvs: Introduce a function to get the assigned FIFO
Maxime Ripard
2
-0
/
+55
2020-09-07
drm/vc4: hvs: Make the stop_channel function public
Maxime Ripard
2
-1
/
+2
2020-09-07
drm/vc4: crtc: Clear the PixelValve FIFO during configuration
Maxime Ripard
1
-1
/
+1
2020-09-07
drm/vc4: crtc: Clear the PixelValve FIFO on disable
Maxime Ripard
1
-2
/
+1
2020-09-07
drm/vc4: crtc: Add a delay after disabling the PixelValve output
Maxime Ripard
1
-0
/
+18
2020-09-07
drm/vc4: encoder: Add finer-grained encoder callbacks
Maxime Ripard
2
-0
/
+26
2020-09-07
drm/vc4: crtc: Move HVS channel init before the PV initialisation
Maxime Ripard
1
-4
/
+4
2020-09-07
drm/vc4: crtc: Remove redundant pixelvalve reset
Maxime Ripard
1
-1
/
+0
2020-09-07
drm/vc4: crtc: Remove mode_set_nofb
Maxime Ripard
1
-6
/
+1
2020-09-07
drm/vc4: hvs: Make sure our channel is reset
Maxime Ripard
1
-0
/
+4
2020-09-07
drm/vc4: crtc: Move the HVS gamma LUT setup to our init function
Maxime Ripard
4
-47
/
+16
2020-09-07
drm/vc4: crtc: Move HVS init and close to a function
Maxime Ripard
1
-46
/
+58
2020-09-07
drm/vc4: crtc: Move PV dump to config_pv
Maxime Ripard
1
-14
/
+12
2020-09-07
drm/vc4: crtc: Turn pixelvalve reset into a function
Maxime Ripard
1
-7
/
+13
2020-09-07
drm/vc4: crtc: Disable color management for HVS5
Maxime Ripard
2
-7
/
+12
2020-09-07
drm/vc4: crtc: Add HDMI1 encoder type
Maxime Ripard
1
-0
/
+1
2020-09-07
drm/vc4: crtc: Rename HDMI encoder type to HDMI0
Maxime Ripard
3
-3
/
+3
2020-09-07
drm/vc4: crtc: Add function to compute FIFO level bits
Maxime Ripard
1
-2
/
+10
2020-09-07
drm/vc4: crtc: Add FIFO depth to vc4_crtc_data
Maxime Ripard
2
-3
/
+20
2020-09-07
drm/vc4: crtc: Assign output to channel automatically
Maxime Ripard
6
-26
/
+200
2020-09-07
drm/vc4: kms: Convert to for_each_new_crtc_state
Maxime Ripard
1
-4
/
+6
2020-09-07
drm/vc4: crtc: Enable and disable the PV in atomic_enable / disable
Maxime Ripard
1
-3
/
+7
2020-09-07
drm/vc4: crtc: Use local chan variable
Maxime Ripard
1
-1
/
+1
2020-09-07
drm/vc4: crtc: Rename HVS channel to output
Maxime Ripard
4
-8
/
+8
2020-09-07
drm/vc4: crtc: Move the cob allocation outside of bind
Maxime Ripard
2
-20
/
+17
2020-09-07
drm/vc4: crtc: Use a shared interrupt
Maxime Ripard
1
-1
/
+3
2020-09-07
drm/vc4: crtc: Deal with different number of pixel per clock
Maxime Ripard
2
-7
/
+14
2020-09-07
drm/vc4: plane: Create more planes
Maxime Ripard
1
-1
/
+1
2020-09-07
drm/vc4: plane: Optimize the LBM allocation size
Dave Stevenson
1
-4
/
+13
2020-09-07
drm/vc4: plane: Change LBM alignment constraint on LBM
Dave Stevenson
1
-1
/
+3
2020-09-07
drm/vc4: hvs: Boost the core clock during modeset
Maxime Ripard
3
-0
/
+29
2020-09-07
drm/vc4: Add support for the BCM2711 HVS5
Dave Stevenson
4
-59
/
+240
2020-09-07
drm/bridge: dw-mipi-dsi.c: Add VPG runtime config through debugfs
Angelo Ribeiro
1
-8
/
+90
2020-09-07
drm/bridge/synopsys: dsi: add support for non-continuous HS clock
Antonio Borneo
1
-2
/
+7
2020-09-07
drm/bridge/synopsys: dsi: allow sending longer LP commands
Antonio Borneo
1
-8
/
+9
2020-09-07
drm/bridge/synopsys: dsi: allow LP commands in video mode
Antonio Borneo
1
-0
/
+8
2020-09-07
udmabuf: Add missing compact_ioctl
Kristian H. Kristensen
1
-0
/
+3
2020-09-06
drm/panel: s6e63m0: Fix up DRM_DEV* regression
Linus Walleij
3
-27
/
+17
2020-09-05
drm/panel: s6e63m0: Order enable/disable sequence
Linus Walleij
1
-3
/
+15
2020-09-05
drm/panel: s6e63m0: Add code to identify panel
Linus Walleij
1
-0
/
+60
2020-09-05
drm/panel: s6e63m0: Add reading functionality
Linus Walleij
4
-2
/
+43
[prev]
[next]