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_kms.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-23
drm: rcar-du: Add R8A7795 device support
Laurent Pinchart
1
-4
/
+7
2016-02-23
drm: rcar-du: Expose the VSP1 compositor through KMS planes
Laurent Pinchart
1
-3
/
+25
2016-02-20
drm: rcar-du: Move plane allocator to rcar_du_plane.c
Laurent Pinchart
1
-275
/
+1
2016-02-20
drm: rcar-du: Add VSP1 compositor support
Laurent Pinchart
1
-4
/
+12
2016-02-20
drm: rcar-du: Add VSP1 support to the planes allocator
Laurent Pinchart
1
-6
/
+36
2016-02-20
drm: rcar-du: Don't update planes on disabled CRTCs
Laurent Pinchart
1
-1
/
+1
2015-11-24
drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()
Ville Syrjälä
1
-1
/
+1
2015-09-08
drm/atomic-helper: Add option to update planes only on active crtc
Daniel Vetter
1
-1
/
+1
2015-06-16
drm: rcar-du: Clean up planes in the error paths of .atomic_commit()
Laurent Pinchart
1
-3
/
+9
2015-06-16
drm: rcar-du: Convert rcar_du_encoders_init_one() return value to 0/<0
Laurent Pinchart
1
-5
/
+5
2015-06-16
drm: rcar-du: Clarify error message when encoder initialization fails
Laurent Pinchart
1
-2
/
+5
2015-06-16
drm: rcar-du: Fix crash with groups that have less than 9 planes
Laurent Pinchart
1
-1
/
+1
2015-05-25
drm: rcar-du: Split planes pre-association 4/4 between CRTCs
Laurent Pinchart
1
-3
/
+4
2015-05-25
drm: rcar-du: Store the number of CRTCs per group in the group structure
Laurent Pinchart
1
-0
/
+1
2015-05-25
drm: rcar-du: Consider plane to CRTC associations in the plane allocator
Laurent Pinchart
1
-1
/
+21
2015-05-25
drm: rcar-du: Add plane allocation debugging
Laurent Pinchart
1
-1
/
+37
2015-05-25
drm: rcar-du: Rename to_rcar_du_plane_state to to_rcar_plane_state
Laurent Pinchart
1
-4
/
+4
2015-05-25
drm: rcar-du: Embed rcar_du_planes structure into rcar_du_group
Laurent Pinchart
1
-3
/
+3
2015-05-25
drm: rcar-du: Move properties from rcar_du_planes to rcar_du_device
Laurent Pinchart
1
-0
/
+29
2015-04-13
Merge tag 'of-graph-drm-2015-04-08' of git://git.pengutronix.de/git/pza/linux...
Dave Airlie
1
-21
/
+4
2015-04-08
drm/rcar-du: use for_each_endpoint_of_node macro
Philipp Zabel
1
-13
/
+3
2015-03-03
drm: rcar-du: Fix race condition in hardware plane allocator
Laurent Pinchart
1
-2
/
+201
2015-03-03
drm: rcar-du: Move plane commit code from CRTC start to CRTC resume
Laurent Pinchart
1
-1
/
+1
2015-03-03
drm: rcar-du: Implement asynchronous commit support
Laurent Pinchart
1
-1
/
+104
2015-03-03
drm: rcar-du: Switch plane update to atomic helpers
Laurent Pinchart
1
-0
/
+3
2015-03-03
drm: rcar-du: Wire up atomic state object scaffolding
Laurent Pinchart
1
-0
/
+2
2015-03-03
drm: rcar-du: Implement universal plane support
Laurent Pinchart
1
-7
/
+0
2015-03-03
drm: rcar-du: Disable fbdev emulation when no connector is present
Laurent Pinchart
1
-5
/
+10
2015-03-03
drm: rcar-du: Remove drm_fbdev_cma_restore_mode() call at init time
Laurent Pinchart
1
-4
/
+0
2015-03-03
drm: rcar-du: Don't disable unused functions at init time
Laurent Pinchart
1
-2
/
+0
2015-02-23
of: Decrement refcount of previous endpoint in of_graph_get_next_endpoint
Philipp Zabel
1
-11
/
+4
2014-12-23
drm: rcar-du: Don't fail probe in case of partial encoder init error
Laurent Pinchart
1
-2
/
+13
2014-11-26
drm: rcar-du: Add HDMI encoder and connector support
Laurent Pinchart
1
-0
/
+1
2014-11-26
drm: rcar-du: Pass the encoder DT node to rcar_du_encoder_init()
Laurent Pinchart
1
-1
/
+1
2014-11-26
drm: rcar-du: Remove platform data support
Laurent Pinchart
1
-45
/
+7
2014-11-13
drm/rcar: gem: dumb: pitch is an output
Thierry Reding
1
-1
/
+1
2014-11-13
drm/cma: Introduce drm_gem_cma_dumb_create_internal()
Thierry Reding
1
-1
/
+1
2014-09-15
drm/rcar-du: Add OF support
Laurent Pinchart
1
-21
/
+210
2014-09-15
drm/rcar-du: Update copyright notice
Laurent Pinchart
1
-1
/
+1
2014-07-30
drm/rcar-du: Fix maximum frame buffer pitch computation
Laurent Pinchart
1
-2
/
+11
2014-04-04
drm/rcar-du: Handle encoder initialization failures
Laurent Pinchart
1
-1
/
+4
2013-12-02
drm/rcar-du: Split features and quirks
Laurent Pinchart
1
-2
/
+2
2013-08-10
drm/rcar-du: Add FBDEV emulation support
Laurent Pinchart
1
-8
/
+28
2013-08-10
drm/rcar-du: Add internal LVDS encoder support
Laurent Pinchart
1
-0
/
+5
2013-08-10
drm/rcar-du: Rework output routing support
Laurent Pinchart
1
-6
/
+11
2013-08-10
drm/rcar-du: Add support for multiple groups
Laurent Pinchart
1
-12
/
+31
2013-08-10
drm/rcar-du: Fix buffer pitch alignment for R8A7790 DU
Laurent Pinchart
1
-3
/
+14
2013-08-10
drm/rcar-du: Use dynamic number of CRTCs instead of CRTCs array size
Laurent Pinchart
1
-1
/
+1
2013-08-10
drm/rcar-du: Introduce CRTCs groups
Laurent Pinchart
1
-4
/
+7
2013-08-10
drm/rcar-du: Rename rcar_du_plane_(init|register) to rcar_du_planes_*
Laurent Pinchart
1
-2
/
+2
[prev]
[next]