index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
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: 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
*
drm: rcar-du: Add VSP1 support to the planes allocator
Laurent Pinchart
2016-02-20
1
-6
/
+36
*
drm: rcar-du: Don't update planes on disabled CRTCs
Laurent Pinchart
2016-02-20
1
-1
/
+1
*
drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()
Ville Syrjälä
2015-11-24
1
-1
/
+1
*
drm/atomic-helper: Add option to update planes only on active crtc
Daniel Vetter
2015-09-08
1
-1
/
+1
*
drm: rcar-du: Clean up planes in the error paths of .atomic_commit()
Laurent Pinchart
2015-06-16
1
-3
/
+9
*
drm: rcar-du: Convert rcar_du_encoders_init_one() return value to 0/<0
Laurent Pinchart
2015-06-16
1
-5
/
+5
*
drm: rcar-du: Clarify error message when encoder initialization fails
Laurent Pinchart
2015-06-16
1
-2
/
+5
*
drm: rcar-du: Fix crash with groups that have less than 9 planes
Laurent Pinchart
2015-06-16
1
-1
/
+1
*
drm: rcar-du: Split planes pre-association 4/4 between CRTCs
Laurent Pinchart
2015-05-25
1
-3
/
+4
*
drm: rcar-du: Store the number of CRTCs per group in the group structure
Laurent Pinchart
2015-05-25
1
-0
/
+1
*
drm: rcar-du: Consider plane to CRTC associations in the plane allocator
Laurent Pinchart
2015-05-25
1
-1
/
+21
*
drm: rcar-du: Add plane allocation debugging
Laurent Pinchart
2015-05-25
1
-1
/
+37
*
drm: rcar-du: Rename to_rcar_du_plane_state to to_rcar_plane_state
Laurent Pinchart
2015-05-25
1
-4
/
+4
*
drm: rcar-du: Embed rcar_du_planes structure into rcar_du_group
Laurent Pinchart
2015-05-25
1
-3
/
+3
*
drm: rcar-du: Move properties from rcar_du_planes to rcar_du_device
Laurent Pinchart
2015-05-25
1
-0
/
+29
*
Merge tag 'of-graph-drm-2015-04-08' of git://git.pengutronix.de/git/pza/linux...
Dave Airlie
2015-04-13
1
-21
/
+4
|
\
|
*
drm/rcar-du: use for_each_endpoint_of_node macro
Philipp Zabel
2015-04-08
1
-13
/
+3
|
*
of: Decrement refcount of previous endpoint in of_graph_get_next_endpoint
Philipp Zabel
2015-02-23
1
-11
/
+4
*
|
drm: rcar-du: Fix race condition in hardware plane allocator
Laurent Pinchart
2015-03-03
1
-2
/
+201
*
|
drm: rcar-du: Move plane commit code from CRTC start to CRTC resume
Laurent Pinchart
2015-03-03
1
-1
/
+1
*
|
drm: rcar-du: Implement asynchronous commit support
Laurent Pinchart
2015-03-03
1
-1
/
+104
*
|
drm: rcar-du: Switch plane update to atomic helpers
Laurent Pinchart
2015-03-03
1
-0
/
+3
*
|
drm: rcar-du: Wire up atomic state object scaffolding
Laurent Pinchart
2015-03-03
1
-0
/
+2
*
|
drm: rcar-du: Implement universal plane support
Laurent Pinchart
2015-03-03
1
-7
/
+0
*
|
drm: rcar-du: Disable fbdev emulation when no connector is present
Laurent Pinchart
2015-03-03
1
-5
/
+10
*
|
drm: rcar-du: Remove drm_fbdev_cma_restore_mode() call at init time
Laurent Pinchart
2015-03-03
1
-4
/
+0
*
|
drm: rcar-du: Don't disable unused functions at init time
Laurent Pinchart
2015-03-03
1
-2
/
+0
|
/
*
drm: rcar-du: Don't fail probe in case of partial encoder init error
Laurent Pinchart
2014-12-23
1
-2
/
+13
*
drm: rcar-du: Add HDMI encoder and connector support
Laurent Pinchart
2014-11-26
1
-0
/
+1
*
drm: rcar-du: Pass the encoder DT node to rcar_du_encoder_init()
Laurent Pinchart
2014-11-26
1
-1
/
+1
[next]