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
/
gpu
/
drm
/
vc4
Age
Commit message (
Expand
)
Author
Files
Lines
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-07-07
drm/vc4: crtc: Remove the feed_txp tests
Maxime Ripard
1
-22
/
+7
2020-07-07
drm/vc4: txp: Turn the TXP into a CRTC of its own
Maxime Ripard
2
-20
/
+99
2020-07-07
drm/vc4: crtc: Move the txp_armed function to the TXP
Maxime Ripard
3
-9
/
+8
2020-07-07
drm/vc4: crtc: Move the CRTC initialisation to a separate function
Maxime Ripard
2
-37
/
+53
2020-07-07
drm/vc4: crtc: Only access the PixelValve registers if we have to
Maxime Ripard
1
-4
/
+15
2020-07-07
drm/vc4: crtc: Split CRTC data in two
Maxime Ripard
2
-11
/
+37
2020-07-07
drm/vc4: crtc: Make state functions public
Maxime Ripard
2
-11
/
+20
2020-07-07
drm/vc4: crtc: Move HVS setup code to the HVS driver
Maxime Ripard
3
-251
/
+302
2020-07-07
drm/vc4: Reorder the bind order of the devices
Maxime Ripard
1
-1
/
+1
2020-07-07
drm/vc4: Convert register accessors to FIELD_*
Maxime Ripard
1
-5
/
+4
2020-07-02
drm/vc4: Use __drm_atomic_helper_crtc_reset
Daniel Vetter
1
-2
/
+1
2020-06-10
drm/vc4: crtc: Restrict HACT_ACT setup to DSI
Maxime Ripard
1
-1
/
+2
2020-06-10
drm/vc4: crtc: Turn static const variable into a define
Maxime Ripard
1
-3
/
+4
2020-06-10
drm/vc4: crtc: Move crtc state to common header
Maxime Ripard
2
-21
/
+21
2020-06-10
drm/vc4: crtc: Switch to of_device_get_match_data
Maxime Ripard
1
-5
/
+5
2020-06-10
drm/vc4: crtc: Rename SoC data structures
Maxime Ripard
1
-6
/
+6
2020-06-10
drm/vc4: plane: Move additional planes creation to driver
Maxime Ripard
4
-17
/
+19
2020-06-10
drm/vc4: plane: Move planes creation to its own function
Maxime Ripard
3
-29
/
+44
2020-06-10
drm/vc4: drv: Add include guards
Maxime Ripard
1
-0
/
+4
2020-05-25
drm/vc4: hdmi: Silence pixel clock error on -EPROBE_DEFER
James Hilliard
1
-2
/
+4
2020-05-20
drm/vc4: remove _unlocked suffix in drm_gem_object_put_unlocked
Emil Velikov
4
-17
/
+17
2020-04-17
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
1
-4
/
+16
2020-04-02
drm/vc4: Use simple encoder
Thomas Zimmermann
4
-37
/
+11
2020-03-27
drm/vc4: Fix HDMI mode validation
Nicolas Saenz Julienne
1
-4
/
+16
2020-03-18
drm: convert .debugfs_init() hook to return void.
Wambui Karuga
2
-4
/
+2
2020-03-18
drm/vc4: remove check of return value of drm_debugfs functions
Wambui Karuga
1
-5
/
+2
[next]