index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm: rcar-du: Add writeback support for R-Car Gen3
Laurent Pinchart
2019-03-18
1
-0
/
+12
*
drm: rcar-du: Store V4L2 fourcc in rcar_du_format_info structure
Laurent Pinchart
2019-03-18
1
-0
/
+25
*
Merge drm/drm-next into drm-misc-next
Maxime Ripard
2019-02-11
1
-47
/
+5
|
\
|
*
drm: rcar-du: Simplify encoder registration
Laurent Pinchart
2019-02-08
1
-48
/
+4
|
*
drm: rcar-du: add missing of_node_put
Julia Lawall
2019-02-08
1
-0
/
+2
*
|
drm/rcar-du: prepare for drmP.h removal from drm_modeset_helper.h
Sam Ravnborg
2019-02-07
1
-0
/
+2
|
/
*
drm: Split out drm_probe_helper.h
Daniel Vetter
2019-01-24
1
-1
/
+1
*
drm: rcar-du: Remove inclusion of drmP.h
Laurent Pinchart
2019-01-14
1
-1
/
+0
*
drm: rcar-du: Move CRTC outputs bitmask to private CRTC state
Laurent Pinchart
2019-01-14
1
-0
/
+22
*
drm/rcar-du: Use drm_fbdev_generic_setup()
Noralf Trønnes
2018-11-29
1
-21
/
+0
*
drm: rcar-du: Fix vblank initialization
Laurent Pinchart
2018-11-23
1
-1
/
+1
*
drm: rcar-du: Enable configurable DPAD0 routing on Gen3
Laurent Pinchart
2018-09-25
1
-0
/
+12
*
drm: rcar-du: Update framebuffer pitch and alignment limits for Gen3
Laurent Pinchart
2018-09-15
1
-12
/
+23
*
drm: rcar-du: Add support for missing pixel formats
Koji Matsuoka
2018-09-15
1
-0
/
+32
*
drm: rcar-du: Update Gen3 output limitations
Kieran Bingham
2018-09-15
1
-2
/
+12
*
drm: rcar-du: Convert to SPDX identifiers
Kuninori Morimoto
2018-09-14
1
-5
/
+1
*
Merge branch 'drm/du/next' of git://linuxtv.org/pinchartl/media into drm-next
Dave Airlie
2018-05-15
1
-7
/
+18
|
\
|
*
drm: rcar-du: Allow DU groups to work with hardware indexing
Kieran Bingham
2018-05-05
1
-1
/
+4
|
*
drm: rcar-du: Split CRTC handling to support hardware indexing
Kieran Bingham
2018-05-05
1
-5
/
+13
|
*
drm: rcar-du: Use NULL for table initialisation
Kieran Bingham
2018-05-05
1
-1
/
+1
*
|
drm/rcar-du: Convert to the new generic alpha property
Maxime Ripard
2018-04-16
1
-5
/
+0
*
|
drm: rcar-du: Let core take care of normalizing the zpos
Peter Ujfalusi
2018-03-28
1
-9
/
+2
|
/
*
drm: rcar-du: Convert LVDS encoder code to bridge driver
Laurent Pinchart
2018-03-07
1
-10
/
+4
*
drm/rcar-du: Use drm_gem_fb_create()
Noralf Trønnes
2017-10-01
1
-1
/
+2
*
drm: rcar-du: Wait for flip completion instead of vblank in commit tail
Laurent Pinchart
2017-08-03
1
-1
/
+1
*
drm: rcar-du: Setup planes before enabling CRTC to avoid flicker
Laurent Pinchart
2017-08-03
1
-1
/
+1
*
drm: rcar-du: Support multiple sources from the same VSP
Laurent Pinchart
2017-08-03
1
-11
/
+78
*
drm: rcar-du: Fix comments to comply with the kernel coding style
Laurent Pinchart
2017-08-03
1
-6
/
+12
*
drm: rcar-du: Use of_graph_get_remote_endpoint()
Kuninori Morimoto
2017-08-03
1
-1
/
+1
*
drm: Convert to using %pOF instead of full_name
Rob Herring
2017-07-26
1
-8
/
+8
*
drm: rcar-du: Skip disabled outputs
Laurent Pinchart
2017-04-04
1
-0
/
+7
*
drm: rcar-du: Hardcode encoders types to DRM_MODE_ENCODER_NONE
Laurent Pinchart
2017-04-04
1
-35
/
+2
*
drm: rcar-du: Use DRM core's atomic commit helper
Laurent Pinchart
2017-04-04
1
-90
/
+9
*
drm: Rely on mode_config data for fb_helper initialization
Gabriel Krisman Bertazi
2017-02-02
1
-1
/
+1
*
Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/media into drm-next
Dave Airlie
2016-11-16
1
-5
/
+12
|
\
|
*
drm: rcar-du: Simplify and fix probe error handling
Laurent Pinchart
2016-11-15
1
-0
/
+7
|
*
drm: rcar-du: Fix crash in encoder failure error path
Laurent Pinchart
2016-11-14
1
-5
/
+5
*
|
Backmerge tag 'v4.9-rc4' into drm-next
Dave Airlie
2016-11-07
1
-2
/
+10
|
\
\
|
*
|
drm: Don't force all planes to be added to the state due to zpos
Ville Syrjälä
2016-10-26
1
-2
/
+10
|
|
/
*
/
drm: Add reference counting to drm_atomic_state
Chris Wilson
2016-10-17
1
-1
/
+2
|
/
*
drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commit
Liu Ying
2016-08-29
1
-1
/
+2
*
drm: rcar: use generic code for managing zpos plane property
Benjamin Gaignard
2016-07-29
1
-5
/
+0
*
drm/atomic-helper: Massage swap_state signature somewhat
Daniel Vetter
2016-06-10
1
-1
/
+1
*
drm/rcar-du: Use for_each_*_in_state
Daniel Vetter
2016-06-02
1
-4
/
+4
*
drm/rcar-du: Rename async to nonblock.
Maarten Lankhorst
2016-05-02
1
-2
/
+3
*
drm: rcar-du: Add tri-planar memory formats support
Laurent Pinchart
2016-02-23
1
-4
/
+36
*
drm: rcar-du: Add R8A7795 device support
Laurent Pinchart
2016-02-23
1
-4
/
+7
*
drm: rcar-du: Expose the VSP1 compositor through KMS planes
Laurent Pinchart
2016-02-23
1
-3
/
+25
*
drm: rcar-du: Move plane allocator to rcar_du_plane.c
Laurent Pinchart
2016-02-20
1
-275
/
+1
*
drm: rcar-du: Add VSP1 compositor support
Laurent Pinchart
2016-02-20
1
-4
/
+12
[next]