index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
rcar-du
/
rcar_du_kms.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-05
drm: rcar-du: Fix leak of CMM platform device reference
Laurent Pinchart
1
-3
/
+19
2021-01-05
drm: rcar-du: Fix the return check of of_parse_phandle and of_find_device_by_...
Wang Xiaojun
1
-4
/
+4
2021-01-05
drm: rcar-du: Replace dev_private with container_of
Laurent Pinchart
1
-4
/
+4
2021-01-05
drm: rcar-du: Embed drm_device in rcar_du_device
Laurent Pinchart
1
-2
/
+2
2020-09-22
drm: rcar-du: Fix pitch handling for fully planar YUV formats
Laurent Pinchart
1
-2
/
+52
2020-03-26
drm/rcar-du: Drop explicit drm_mode_config_cleanup call
Daniel Vetter
1
-1
/
+3
2019-12-18
drm: rcar-du: Recognize "renesas,vsps" in addition to "vsps"
Geert Uytterhoeven
1
-5
/
+12
2019-12-18
drm: rcar-du: kms: Initialize CMM instances
Jacopo Mondi
1
-0
/
+76
2019-10-16
drm: rcar-du: kms: Expand comment in vsps parsing routine
Jacopo Mondi
1
-1
/
+5
2019-06-08
drm: rcar-du: Add support for missing 16-bit RGB1555 formats
Laurent Pinchart
1
-0
/
+30
2019-06-08
drm: rcar-du: Add support for missing 16-bit RGB4444 formats
Laurent Pinchart
1
-0
/
+30
2019-06-08
drm: rcar-du: Add support for missing 32-bit RGB formats
Laurent Pinchart
1
-0
/
+20
2019-06-08
drm: rcar-du: Skip LVDS1 output on Gen3 when using dual-link LVDS mode
Laurent Pinchart
1
-1
/
+1
2019-03-18
drm: rcar-du: Add writeback support for R-Car Gen3
Laurent Pinchart
1
-0
/
+12
2019-03-18
drm: rcar-du: Store V4L2 fourcc in rcar_du_format_info structure
Laurent Pinchart
1
-0
/
+25
2019-02-11
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-47
/
+5
2019-02-08
drm: rcar-du: Simplify encoder registration
Laurent Pinchart
1
-48
/
+4
2019-02-08
drm: rcar-du: add missing of_node_put
Julia Lawall
1
-0
/
+2
2019-02-07
drm/rcar-du: prepare for drmP.h removal from drm_modeset_helper.h
Sam Ravnborg
1
-0
/
+2
2019-01-24
drm: Split out drm_probe_helper.h
Daniel Vetter
1
-1
/
+1
2019-01-14
drm: rcar-du: Remove inclusion of drmP.h
Laurent Pinchart
1
-1
/
+0
2019-01-14
drm: rcar-du: Move CRTC outputs bitmask to private CRTC state
Laurent Pinchart
1
-0
/
+22
2018-11-29
drm/rcar-du: Use drm_fbdev_generic_setup()
Noralf Trønnes
1
-21
/
+0
2018-11-23
drm: rcar-du: Fix vblank initialization
Laurent Pinchart
1
-1
/
+1
2018-09-25
drm: rcar-du: Enable configurable DPAD0 routing on Gen3
Laurent Pinchart
1
-0
/
+12
2018-09-15
drm: rcar-du: Update framebuffer pitch and alignment limits for Gen3
Laurent Pinchart
1
-12
/
+23
2018-09-15
drm: rcar-du: Add support for missing pixel formats
Koji Matsuoka
1
-0
/
+32
2018-09-15
drm: rcar-du: Update Gen3 output limitations
Kieran Bingham
1
-2
/
+12
2018-09-14
drm: rcar-du: Convert to SPDX identifiers
Kuninori Morimoto
1
-5
/
+1
2018-05-15
Merge branch 'drm/du/next' of git://linuxtv.org/pinchartl/media into drm-next
Dave Airlie
1
-7
/
+18
2018-05-05
drm: rcar-du: Allow DU groups to work with hardware indexing
Kieran Bingham
1
-1
/
+4
2018-05-05
drm: rcar-du: Split CRTC handling to support hardware indexing
Kieran Bingham
1
-5
/
+13
2018-05-05
drm: rcar-du: Use NULL for table initialisation
Kieran Bingham
1
-1
/
+1
2018-04-16
drm/rcar-du: Convert to the new generic alpha property
Maxime Ripard
1
-5
/
+0
2018-03-28
drm: rcar-du: Let core take care of normalizing the zpos
Peter Ujfalusi
1
-9
/
+2
2018-03-07
drm: rcar-du: Convert LVDS encoder code to bridge driver
Laurent Pinchart
1
-10
/
+4
2017-10-01
drm/rcar-du: Use drm_gem_fb_create()
Noralf Trønnes
1
-1
/
+2
2017-08-03
drm: rcar-du: Wait for flip completion instead of vblank in commit tail
Laurent Pinchart
1
-1
/
+1
2017-08-03
drm: rcar-du: Setup planes before enabling CRTC to avoid flicker
Laurent Pinchart
1
-1
/
+1
2017-08-03
drm: rcar-du: Support multiple sources from the same VSP
Laurent Pinchart
1
-11
/
+78
2017-08-03
drm: rcar-du: Fix comments to comply with the kernel coding style
Laurent Pinchart
1
-6
/
+12
2017-08-03
drm: rcar-du: Use of_graph_get_remote_endpoint()
Kuninori Morimoto
1
-1
/
+1
2017-07-26
drm: Convert to using %pOF instead of full_name
Rob Herring
1
-8
/
+8
2017-04-04
drm: rcar-du: Skip disabled outputs
Laurent Pinchart
1
-0
/
+7
2017-04-04
drm: rcar-du: Hardcode encoders types to DRM_MODE_ENCODER_NONE
Laurent Pinchart
1
-35
/
+2
2017-04-04
drm: rcar-du: Use DRM core's atomic commit helper
Laurent Pinchart
1
-90
/
+9
2017-02-02
drm: Rely on mode_config data for fb_helper initialization
Gabriel Krisman Bertazi
1
-1
/
+1
2016-11-16
Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/media into drm-next
Dave Airlie
1
-5
/
+12
2016-11-15
drm: rcar-du: Simplify and fix probe error handling
Laurent Pinchart
1
-0
/
+7
2016-11-14
drm: rcar-du: Fix crash in encoder failure error path
Laurent Pinchart
1
-5
/
+5
[next]