index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
rcar-du
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-03
drm: rcar-du: Switch plane set_property to atomic helpers
Laurent Pinchart
4
-57
/
+95
2015-03-03
drm: rcar-du: Switch page flip to atomic helpers
Laurent Pinchart
3
-47
/
+17
2015-03-03
drm: rcar-du: Implement asynchronous commit support
Laurent Pinchart
3
-1
/
+113
2015-03-03
drm: rcar-du: Replace encoder mode_fixup with atomic_check
Laurent Pinchart
2
-29
/
+20
2015-03-03
drm: rcar-du: Switch connector DPMS to atomic helpers
Laurent Pinchart
6
-40
/
+7
2015-03-03
drm: rcar-du: Switch mode config to atomic helpers
Laurent Pinchart
3
-73
/
+6
2015-03-03
drm: rcar-du: Switch plane update to atomic helpers
Laurent Pinchart
2
-2
/
+5
2015-03-03
drm: rcar-du: Rework CRTC enable/disable for atomic updates
Laurent Pinchart
2
-26
/
+35
2015-03-03
drm: rcar-du: Rework HDMI encoder enable/disable for atomic updates
Laurent Pinchart
1
-13
/
+35
2015-03-03
drm: rcar-du: Rework encoder enable/disable for atomic updates
Laurent Pinchart
1
-11
/
+22
2015-03-03
drm: rcar-du: Replace LVDS encoder DPMS by enable/disable
Laurent Pinchart
4
-23
/
+21
2015-03-03
drm: rcar-du: Remove private copy of plane size and position
Laurent Pinchart
2
-23
/
+10
2015-03-03
drm: rcar-du: Wire up atomic state object scaffolding
Laurent Pinchart
6
-0
/
+25
2015-03-03
drm: rcar-du: Handle primary plane config through atomic plane ops
Laurent Pinchart
3
-78
/
+14
2015-03-03
drm: rcar-du: Implement planes atomic operations
Laurent Pinchart
2
-48
/
+141
2015-03-03
drm: rcar-du: Fix hardware plane allocation
Laurent Pinchart
1
-2
/
+2
2015-03-03
drm: rcar-du: Implement universal plane support
Laurent Pinchart
4
-52
/
+40
2015-03-03
drm: rcar-du: Define macros for the max number of groups, CRTCs and LVDS
Laurent Pinchart
1
-3
/
+7
2015-03-03
drm: rcar-du: Disable fbdev emulation when no connector is present
Laurent Pinchart
1
-5
/
+10
2015-03-03
drm: rcar-du: Turn vblank on/off when enabling/disabling CRTC
Laurent Pinchart
2
-11
/
+21
2015-03-03
drm: rcar-du: Wait for page flip completion when turning the CRTC off
Laurent Pinchart
2
-0
/
+38
2015-03-03
drm: rcar-du: Reorder CRTC functions
Laurent Pinchart
1
-59
/
+83
2015-03-03
drm: rcar-du: Don't set connector->encoder at init time
Laurent Pinchart
3
-3
/
+0
2015-03-03
drm: rcar-du: Remove drm_fbdev_cma_restore_mode() call at init time
Laurent Pinchart
1
-4
/
+0
2015-03-03
drm: rcar-du: Don't disable unused functions at init time
Laurent Pinchart
1
-2
/
+0
2015-02-23
of: Decrement refcount of previous endpoint in of_graph_get_next_endpoint
Philipp Zabel
1
-11
/
+4
2015-02-03
drm: Kconfig: Let all DRM_GEM_CMA_HELPER related macros depend on HAVE_DMA_ATTRS
Chen Gang S
1
-1
/
+1
2015-01-21
Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/fbdev into drm-next
Dave Airlie
12
-44
/
+176
2014-12-23
drm: rcar-du: Implement support for interlaced modes
Laurent Pinchart
5
-11
/
+33
2014-12-23
drm: rcar-du: Clamp DPMS states to on and off
Laurent Pinchart
3
-0
/
+9
2014-12-23
drm: rcar-du: Enable hotplug detection on HDMI connector
Laurent Pinchart
1
-0
/
+1
2014-12-23
drm: rcar-du: Output HSYNC instead of CSYNC
Laurent Pinchart
1
-1
/
+1
2014-12-23
drm: rcar-du: Add support for external pixel clock
Laurent Pinchart
4
-9
/
+70
2014-12-23
drm: rcar-du: Refactor DEFR8 feature
Laurent Pinchart
4
-10
/
+14
2014-12-23
drm: rcar-du: Remove LVDS and HDMI encoders chaining restriction
Laurent Pinchart
2
-7
/
+15
2014-12-23
drm: rcar-du: Configure pitch for chroma plane of multiplanar formats
Laurent Pinchart
1
-0
/
+2
2014-12-23
drm: rcar-du: Don't fail probe in case of partial encoder init error
Laurent Pinchart
2
-9
/
+34
2014-12-15
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
17
-96
/
+438
2014-12-03
drm: rcar-du: Fix NULL encoder pointer dereference
Laurent Pinchart
1
-3
/
+6
2014-11-26
drm: rcar-du: Add HDMI encoder and connector support
Laurent Pinchart
9
-7
/
+375
2014-11-26
drm: rcar-du: Replace drm_encoder with drm_slave_encoder
Laurent Pinchart
1
-3
/
+4
2014-11-26
drm: rcar-du: Replace direct DRM encoder access with cast macro
Laurent Pinchart
4
-7
/
+13
2014-11-26
drm: rcar-du: Pass the encoder DT node to rcar_du_encoder_init()
Laurent Pinchart
3
-4
/
+6
2014-11-26
drm: rcar-du: Remove platform data support
Laurent Pinchart
9
-77
/
+38
2014-11-26
drm: rcar-du: fix error return code
Julia Lawall
1
-1
/
+1
2014-11-15
Merge tag 'drm/gem-cma/for-3.19-rc1' of git://people.freedesktop.org/~tagr/li...
Dave Airlie
1
-2
/
+2
2014-11-13
drm/rcar: gem: dumb: pitch is an output
Thierry Reding
1
-1
/
+1
2014-11-13
drm/cma: Introduce drm_gem_cma_dumb_create_internal()
Thierry Reding
1
-1
/
+1
2014-11-05
drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.h
Daniel Vetter
1
-0
/
+1
2014-10-20
gpu: drm: rcar-du: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
[prev]
[next]