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
/
gpu
/
drm
/
rcar-du
/
rcar_du_crtc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-22
drm: rcar-du: Arm the page flip event after queuing the page flip
Laurent Pinchart
1
-11
/
+11
2017-04-04
drm: rcar-du: Add DPLL support
Koji Matsuoka
1
-1
/
+80
2017-04-04
drm: rcar-du: Clear handled event pointer in CRTC state
Laurent Pinchart
1
-3
/
+3
2017-04-04
drm: rcar-du: Handle event when disabling CRTCs
Laurent Pinchart
1
-0
/
+7
2017-02-09
drm: rcar-du: use vblank hooks in struct drm_crtc_funcs
Shawn Guo
1
-10
/
+19
2016-11-15
drm: rcar-du: Fix H/V sync signal polarity configuration
Koji Matsuoka
1
-2
/
+2
2016-11-15
drm: rcar-du: Fix display timing controller parameter
Koji Matsuoka
1
-1
/
+1
2016-07-29
drm: rcar: use generic code for managing zpos plane property
Benjamin Gaignard
1
-1
/
+1
2016-07-12
drm/rcar-du: use drm_crtc_handle_vblank()
Gustavo Padovan
1
-1
/
+1
2016-05-02
drm/rcar-du: use drm_crtc_send_vblank_event()
Gustavo Padovan
1
-1
/
+1
2016-03-04
drm/rcar-du: removed optional dummy crtc mode_fixup function.
Carlos Palminha
1
-9
/
+0
2016-02-23
drm: rcar-du: Add R8A7795 device support
Laurent Pinchart
1
-3
/
+8
2016-02-23
drm: rcar-du: Output the DISP signal on the DISP pin
Laurent Pinchart
1
-1
/
+1
2016-02-23
drm: rcar-du: Support up to 4 CRTCs
Koji Matsuoka
1
-1
/
+1
2016-02-23
drm: rcar-du: Expose the VSP1 compositor through KMS planes
Laurent Pinchart
1
-7
/
+41
2016-02-20
drm: rcar-du: Restart the DU group when a plane source changes
Laurent Pinchart
1
-0
/
+4
2016-02-20
drm: rcar-du: Remove local CRTC enabled state
Laurent Pinchart
1
-11
/
+1
2016-02-08
drm/rcar: Nuke preclose hook
Daniel Vetter
1
-20
/
+0
2015-12-11
drm: Pass 'name' to drm_crtc_init_with_planes()
Ville Syrjälä
1
-1
/
+1
2015-07-27
drm/atomic: pass old crtc state to atomic_begin/flush.
Maarten Lankhorst
1
-2
/
+4
2015-06-16
drm: rcar-du: Fix crash with groups that have less than 9 planes
Laurent Pinchart
1
-2
/
+2
2015-06-16
drm: rcar-du: Disable all planes when stopping the CRTC
Laurent Pinchart
1
-0
/
+13
2015-05-25
drm: rcar-du: Split planes pre-association 4/4 between CRTCs
Laurent Pinchart
1
-3
/
+0
2015-05-25
drm: rcar-du: Keep plane to CRTC associations when disabling a plane
Laurent Pinchart
1
-20
/
+28
2015-05-25
drm: rcar-du: Rename to_rcar_du_plane_state to to_rcar_plane_state
Laurent Pinchart
1
-3
/
+3
2015-05-25
drm: rcar-du: Embed rcar_du_planes structure into rcar_du_group
Laurent Pinchart
1
-5
/
+5
2015-03-19
drm: rcar-du: Don't initialize event->pipe field
Laurent Pinchart
1
-2
/
+0
2015-03-03
drm: rcar-du: Fix race condition in hardware plane allocator
Laurent Pinchart
1
-3
/
+4
2015-03-03
drm: rcar-du: Move group locking inside rcar_du_crtc_update_planes()
Laurent Pinchart
1
-7
/
+3
2015-03-03
drm: rcar-du: Move plane commit code from CRTC start to CRTC resume
Laurent Pinchart
1
-34
/
+20
2015-03-03
drm: rcar-du: Move plane format to plane state
Laurent Pinchart
1
-2
/
+8
2015-03-03
drm: rcar-du: Remove unneeded rcar_du_crtc plane field
Laurent Pinchart
1
-5
/
+2
2015-03-03
drm: rcar-du: Replace plane crtc and enabled fields by plane state
Laurent Pinchart
1
-4
/
+2
2015-03-03
drm: rcar-du: Switch plane set_property to atomic helpers
Laurent Pinchart
1
-2
/
+7
2015-03-03
drm: rcar-du: Switch page flip to atomic helpers
Laurent Pinchart
1
-41
/
+14
2015-03-03
drm: rcar-du: Switch connector DPMS to atomic helpers
Laurent Pinchart
1
-10
/
+1
2015-03-03
drm: rcar-du: Switch mode config to atomic helpers
Laurent Pinchart
1
-49
/
+6
2015-03-03
drm: rcar-du: Rework CRTC enable/disable for atomic updates
Laurent Pinchart
1
-25
/
+34
2015-03-03
drm: rcar-du: Wire up atomic state object scaffolding
Laurent Pinchart
1
-0
/
+7
2015-03-03
drm: rcar-du: Handle primary plane config through atomic plane ops
Laurent Pinchart
1
-70
/
+11
2015-03-03
drm: rcar-du: Implement planes atomic operations
Laurent Pinchart
1
-1
/
+36
2015-03-03
drm: rcar-du: Implement universal plane support
Laurent Pinchart
1
-1
/
+2
2015-03-03
drm: rcar-du: Turn vblank on/off when enabling/disabling CRTC
Laurent Pinchart
1
-5
/
+13
2015-03-03
drm: rcar-du: Wait for page flip completion when turning the CRTC off
Laurent Pinchart
1
-0
/
+35
2015-03-03
drm: rcar-du: Reorder CRTC functions
Laurent Pinchart
1
-59
/
+83
2014-12-23
drm: rcar-du: Implement support for interlaced modes
Laurent Pinchart
1
-8
/
+15
2014-12-23
drm: rcar-du: Clamp DPMS states to on and off
Laurent Pinchart
1
-0
/
+3
2014-12-23
drm: rcar-du: Output HSYNC instead of CSYNC
Laurent Pinchart
1
-1
/
+1
2014-12-23
drm: rcar-du: Add support for external pixel clock
Laurent Pinchart
1
-6
/
+54
2014-12-23
drm: rcar-du: Refactor DEFR8 feature
Laurent Pinchart
1
-3
/
+4
[prev]
[next]