Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
34a04f2b7baaa980fcb9eff9cbfb28a947c67f74
/
drivers
/
gpu
/
drm
/
rcar-du
/
rcar_du_kms.c
34a04f2
drm: rcar-du: Add VSP1 compositor support
by Laurent Pinchart
· 11 years ago
af8ad96
drm: rcar-du: Add VSP1 support to the planes allocator
by Laurent Pinchart
· 11 years ago
1b0fd0e
drm: rcar-du: Don't update planes on disabled CRTCs
by Laurent Pinchart
· 9 years ago
1eb8345
drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()
by Ville Syrjälä
· 9 years ago
aef9dbb
drm/atomic-helper: Add option to update planes only on active crtc
by Daniel Vetter
· 9 years ago
39a3d57
drm: rcar-du: Clean up planes in the error paths of .atomic_commit()
by Laurent Pinchart
· 10 years ago
898a2f3
drm: rcar-du: Convert rcar_du_encoders_init_one() return value to 0/<0
by Laurent Pinchart
· 10 years ago
64549cd
drm: rcar-du: Clarify error message when encoder initialization fails
by Laurent Pinchart
· 10 years ago
d6aed57
drm: rcar-du: Fix crash with groups that have less than 9 planes
by Laurent Pinchart
· 10 years ago
2610abf
drm: rcar-du: Split planes pre-association 4/4 between CRTCs
by Laurent Pinchart
· 10 years ago
fe6fbe9
drm: rcar-du: Store the number of CRTCs per group in the group structure
by Laurent Pinchart
· 10 years ago
c8af99b
drm: rcar-du: Consider plane to CRTC associations in the plane allocator
by Laurent Pinchart
· 10 years ago
0805861
drm: rcar-du: Add plane allocation debugging
by Laurent Pinchart
· 10 years ago
ec69a40
drm: rcar-du: Rename to_rcar_du_plane_state to to_rcar_plane_state
by Laurent Pinchart
· 10 years ago
99caede
drm: rcar-du: Embed rcar_du_planes structure into rcar_du_group
by Laurent Pinchart
· 10 years ago
9f6aee9
drm: rcar-du: Move properties from rcar_du_planes to rcar_du_device
by Laurent Pinchart
· 10 years ago
bb1dc08
Merge tag 'of-graph-drm-2015-04-08' of git://git.pengutronix.de/git/pza/linux into drm-next
by Dave Airlie
· 10 years ago
4af642d
drm/rcar-du: use for_each_endpoint_of_node macro
by Philipp Zabel
· 10 years ago
5ee5a81
drm: rcar-du: Fix race condition in hardware plane allocator
by Laurent Pinchart
· 10 years ago
52055ba
drm: rcar-du: Move plane commit code from CRTC start to CRTC resume
by Laurent Pinchart
· 10 years ago
8d3f9b2
drm: rcar-du: Implement asynchronous commit support
by Laurent Pinchart
· 10 years ago
336d04a
drm: rcar-du: Switch plane update to atomic helpers
by Laurent Pinchart
· 10 years ago
3e8da87
drm: rcar-du: Wire up atomic state object scaffolding
by Laurent Pinchart
· 10 years ago
917de18
drm: rcar-du: Implement universal plane support
by Laurent Pinchart
· 10 years ago
931b733
drm: rcar-du: Disable fbdev emulation when no connector is present
by Laurent Pinchart
· 10 years ago
df78222
drm: rcar-du: Remove drm_fbdev_cma_restore_mode() call at init time
by Laurent Pinchart
· 10 years ago
0e211da
drm: rcar-du: Don't disable unused functions at init time
by Laurent Pinchart
· 10 years ago
f033c0b
of: Decrement refcount of previous endpoint in of_graph_get_next_endpoint
by Philipp Zabel
· 10 years ago
347d761
drm: rcar-du: Don't fail probe in case of partial encoder init error
by Laurent Pinchart
· 10 years ago
637e619
drm: rcar-du: Add HDMI encoder and connector support
by Laurent Pinchart
· 11 years ago
3ea4d5e
drm: rcar-du: Pass the encoder DT node to rcar_du_encoder_init()
by Laurent Pinchart
· 10 years ago
2378ad1
drm: rcar-du: Remove platform data support
by Laurent Pinchart
· 10 years ago
7e295a3
drm/rcar: gem: dumb: pitch is an output
by Thierry Reding
· 10 years ago
6d17829
drm/cma: Introduce drm_gem_cma_dumb_create_internal()
by Thierry Reding
· 10 years ago
96c0269
drm/rcar-du: Add OF support
by Laurent Pinchart
· 11 years ago
36d5046
drm/rcar-du: Update copyright notice
by Laurent Pinchart
· 11 years ago
8bed5cc
drm/rcar-du: Fix maximum frame buffer pitch computation
by Laurent Pinchart
· 10 years ago
d9961b2
drm/rcar-du: Handle encoder initialization failures
by Laurent Pinchart
· 11 years ago
e8355e0
drm/rcar-du: Split features and quirks
by Laurent Pinchart
· 11 years ago
3864c6f
drm/rcar-du: Add FBDEV emulation support
by Laurent Pinchart
· 12 years ago
90374b5
drm/rcar-du: Add internal LVDS encoder support
by Laurent Pinchart
· 12 years ago
ef67a90
drm/rcar-du: Rework output routing support
by Laurent Pinchart
· 12 years ago
a5f0ef5
drm/rcar-du: Add support for multiple groups
by Laurent Pinchart
· 12 years ago
9e2d2de
drm/rcar-du: Fix buffer pitch alignment for R8A7790 DU
by Laurent Pinchart
· 12 years ago
990d07a
drm/rcar-du: Use dynamic number of CRTCs instead of CRTCs array size
by Laurent Pinchart
· 12 years ago
cb2025d
drm/rcar-du: Introduce CRTCs groups
by Laurent Pinchart
· 12 years ago
7fe99fd
drm/rcar-du: Rename rcar_du_plane_(init|register) to rcar_du_planes_*
by Laurent Pinchart
· 12 years ago
9194731
drm/rcar-du: Rename platform data fields to match what they describe
by Laurent Pinchart
· 12 years ago
6978f12
drm/rcar-du: Merge LVDS and VGA encoder code
by Laurent Pinchart
· 12 years ago
59e3264
drm/rcar-du: Fix buffer pitch alignment
by Laurent Pinchart
· 11 years ago
3463ff6
drm/rcar-du: Don't ignore rcar_du_crtc_create() return value
by Laurent Pinchart
· 11 years ago
4bf8e19
drm: Renesas R-Car Display Unit DRM driver
by Laurent Pinchart
· 11 years ago