Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
31930d4d0860fc87f93d9b76b0a4e6ac0b823dbf
/
drivers
/
gpu
/
drm
/
rcar-du
263b39f
drm: rcar-du: Use the drm atomic state duplication helpers for planes
by Laurent Pinchart
· 10 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
911316f
drm: rcar-du: Disable all planes when stopping the CRTC
by Laurent Pinchart
· 10 years ago
6e0c6e1
drm: rcar-du: Print the error value when DRM/KMS init fails
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
2a57e9b
drm: rcar-du: Keep plane to CRTC associations when disabling a plane
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
0855c68
drm: rcar-du: Document the rcar_du_plane_state structure
by Laurent Pinchart
· 10 years ago
bce9936
drm: rcar-du: Document the rcar_du_crtc structure
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
6dbe686
drm: rcar-du: Enable the atomic updates API
by Laurent Pinchart
· 10 years ago
3515a9a
drm: rcar-du: Don't initialize event->pipe field
by Laurent Pinchart
· 10 years ago
de115fac
drm: rcar-du: Fix framebuffer reference leak through plane state
by Laurent Pinchart
· 10 years ago
5ee5a81
drm: rcar-du: Fix race condition in hardware plane allocator
by Laurent Pinchart
· 10 years ago
48596d5
drm: rcar-du: Move group locking inside rcar_du_crtc_update_planes()
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
5bfcbce
drm: rcar-du: Move plane format to plane state
by Laurent Pinchart
· 10 years ago
53dff60
drm: rcar-du: Remove unneeded rcar_du_crtc plane field
by Laurent Pinchart
· 10 years ago
4709419
drm: rcar-du: Replace plane crtc and enabled fields by plane state
by Laurent Pinchart
· 10 years ago
f398f34
drm: rcar-du: Rework plane setup code
by Laurent Pinchart
· 10 years ago
4407cc0
drm: rcar-du: Switch plane set_property to atomic helpers
by Laurent Pinchart
· 10 years ago
d574664
drm: rcar-du: Switch page flip to atomic helpers
by Laurent Pinchart
· 10 years ago
8d3f9b2
drm: rcar-du: Implement asynchronous commit support
by Laurent Pinchart
· 10 years ago
ede7714
drm: rcar-du: Replace encoder mode_fixup with atomic_check
by Laurent Pinchart
· 10 years ago
f348323
drm: rcar-du: Switch connector DPMS to atomic helpers
by Laurent Pinchart
· 10 years ago
cf1cc6f2
drm: rcar-du: Switch mode config to atomic helpers
by Laurent Pinchart
· 10 years ago
336d04a
drm: rcar-du: Switch plane update to atomic helpers
by Laurent Pinchart
· 10 years ago
beff155
drm: rcar-du: Rework CRTC enable/disable for atomic updates
by Laurent Pinchart
· 10 years ago
58706b8
drm: rcar-du: Rework HDMI encoder enable/disable for atomic updates
by Laurent Pinchart
· 10 years ago
f6638b6
drm: rcar-du: Rework encoder enable/disable for atomic updates
by Laurent Pinchart
· 10 years ago
44ef7ed
drm: rcar-du: Replace LVDS encoder DPMS by enable/disable
by Laurent Pinchart
· 10 years ago
287bdf0
drm: rcar-du: Remove private copy of plane size and position
by Laurent Pinchart
· 10 years ago
3e8da87
drm: rcar-du: Wire up atomic state object scaffolding
by Laurent Pinchart
· 10 years ago
845f463
drm: rcar-du: Handle primary plane config through atomic plane ops
by Laurent Pinchart
· 10 years ago
920888a
drm: rcar-du: Implement planes atomic operations
by Laurent Pinchart
· 10 years ago
3053460
drm: rcar-du: Fix hardware plane allocation
by Laurent Pinchart
· 10 years ago
917de18
drm: rcar-du: Implement universal plane support
by Laurent Pinchart
· 10 years ago
a64b9c7
drm: rcar-du: Define macros for the max number of groups, CRTCs and LVDS
by Laurent Pinchart
· 10 years ago
931b733
drm: rcar-du: Disable fbdev emulation when no connector is present
by Laurent Pinchart
· 10 years ago
0cd90a5
drm: rcar-du: Turn vblank on/off when enabling/disabling CRTC
by Laurent Pinchart
· 10 years ago
36693f3
drm: rcar-du: Wait for page flip completion when turning the CRTC off
by Laurent Pinchart
· 10 years ago
17f6b8a
drm: rcar-du: Reorder CRTC functions
by Laurent Pinchart
· 10 years ago
8b37c32
drm: rcar-du: Don't set connector->encoder at init time
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
db88c8f
drm: Kconfig: Let all DRM_GEM_CMA_HELPER related macros depend on HAVE_DMA_ATTRS
by Chen Gang S
· 10 years ago
b2eb048
Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/fbdev into drm-next
by Dave Airlie
· 10 years ago
906eff7
drm: rcar-du: Implement support for interlaced modes
by Laurent Pinchart
· 10 years ago
3dbf11e
drm: rcar-du: Clamp DPMS states to on and off
by Laurent Pinchart
· 10 years ago
2d60762
drm: rcar-du: Enable hotplug detection on HDMI connector
by Laurent Pinchart
· 10 years ago
f67e1e0
drm: rcar-du: Output HSYNC instead of CSYNC
by Laurent Pinchart
· 10 years ago
1b30dbd
drm: rcar-du: Add support for external pixel clock
by Laurent Pinchart
· 10 years ago
0c1c877
drm: rcar-du: Refactor DEFR8 feature
by Laurent Pinchart
· 10 years ago
5e433b6
drm: rcar-du: Remove LVDS and HDMI encoders chaining restriction
by Laurent Pinchart
· 10 years ago
49785e2
drm: rcar-du: Configure pitch for chroma plane of multiplanar formats
by Laurent Pinchart
· 10 years ago
347d761
drm: rcar-du: Don't fail probe in case of partial encoder init error
by Laurent Pinchart
· 10 years ago
988adfd
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 10 years ago
4fcd01d
drm: rcar-du: Fix NULL encoder pointer dereference
by Laurent Pinchart
· 10 years ago
637e619
drm: rcar-du: Add HDMI encoder and connector support
by Laurent Pinchart
· 11 years ago
69746b4
drm: rcar-du: Replace drm_encoder with drm_slave_encoder
by Laurent Pinchart
· 11 years ago
4b96b70
drm: rcar-du: Replace direct DRM encoder access with cast macro
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
6512f5f
drm: rcar-du: fix error return code
by Julia Lawall
· 10 years ago
ca5a71d
Merge tag 'drm/gem-cma/for-3.19-rc1' of git://people.freedesktop.org/~tagr/linux into drm-next
by Dave Airlie
· 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
3cb9ae4
drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.h
by Daniel Vetter
· 10 years ago
8749393
gpu: drm: rcar-du: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
96c0269
drm/rcar-du: Add OF support
by Laurent Pinchart
· 11 years ago
1d46fea
drm/rcar-du: Use struct videomode in platform data
by Laurent Pinchart
· 10 years ago
36d5046
drm/rcar-du: Update copyright notice
by Laurent Pinchart
· 11 years ago
915b4d1
drm: add driver->set_busid() callback
by David Herrmann
· 10 years ago
8bed5cc
drm/rcar-du: Fix maximum frame buffer pitch computation
by Laurent Pinchart
· 10 years ago
396d7a2
drm: rcar-du: fix warnings
by Russell King
· 11 years ago
34ea3d3
drm: add register and unregister functions for connectors
by Thomas Wood
· 11 years ago
923d941
drm/rcar-du: Add run-time dependencies
by Jean Delvare
· 11 years ago
f9b0e25
drm: make mode_valid callback optional
by Andrzej Hajda
· 11 years ago
d9961b2
drm/rcar-du: Handle encoder initialization failures
by Laurent Pinchart
· 11 years ago
f4510a2
drm: Replace crtc fb with primary plane fb (v3)
by Matt Roper
· 11 years ago
e6c3dcd
Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/fbdev into drm-next
by Dave Airlie
· 11 years ago
5ec467a
drm/rcar-du: Fix return value check in rcar_du_lvdsenc_get_resources()
by Wei Yongjun
· 11 years ago
57a24cf
drm/rcar: call drm_put_dev directly in the ->remove hook
by Daniel Vetter
· 11 years ago
29ee646
drm/rcar-du: Add support for the r8a7791 DU
by Laurent Pinchart
· 11 years ago
5cca30e
drm/rcar-du: Add LVDS_LANES quirk
by Laurent Pinchart
· 11 years ago
e8355e0
drm/rcar-du: Split features and quirks
by Laurent Pinchart
· 11 years ago
eb86301
drm/rcar-du: Update plane pitch in .mode_set_base() operation
by Laurent Pinchart
· 11 years ago
f5abcc4
drm/rcar-du: Don't cast crtc to rcrtc twice in the same function
by Laurent Pinchart
· 11 years ago
c8ca9d6
drm/rcar-du: fix return value check in rcar_du_lvdsenc_get_resources()
by Wei Yongjun
· 11 years ago
92b6f89
drm: Add separate Kconfig option for fbdev helpers
by Daniel Vetter
· 11 years ago
Next »