index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm: rcar-du: Add Gen3 HDMI encoder support
Koji Matsuoka
2017-04-04
3
-0
/
+108
*
drm: rcar-du: Hardcode encoders types to DRM_MODE_ENCODER_NONE
Laurent Pinchart
2017-04-04
5
-82
/
+11
*
drm: rcar-du: Replace manual bridge implementation with DRM bridge
Laurent Pinchart
2017-04-04
8
-331
/
+60
*
drm: rcar-du: Add support for LVDS mode selection
Laurent Pinchart
2017-04-04
3
-2
/
+49
*
drm: rcar-du: Use the DRM panel API
Laurent Pinchart
2017-04-04
4
-44
/
+50
*
drm: rcar-du: Remove wait field from rcar_du_device structure
Laurent Pinchart
2017-04-04
2
-7
/
+0
*
drm: rcar-du: Make sure the VSP is initialized on platforms that need it
Jacopo Mondi
2017-04-04
1
-1
/
+1
*
drm: rcar-du: Use DRM core's atomic commit helper
Laurent Pinchart
2017-04-04
1
-90
/
+9
*
drm: rcar-du: Clear handled event pointer in CRTC state
Laurent Pinchart
2017-04-04
1
-3
/
+3
*
drm: rcar-du: Handle event when disabling CRTCs
Laurent Pinchart
2017-04-04
1
-0
/
+7
*
drm: rcar-du: Don't open code of_device_get_match_data()
Wolfram Sang
2017-04-04
1
-1
/
+1
*
drm: rcar-du: Switch to encoder .atomic_mode_set() helper function
Laurent Pinchart
2017-04-04
2
-8
/
+8
*
drm: panels: Add LVDS panel driver
Laurent Pinchart
2017-04-04
3
-0
/
+297
*
drm/omap: Major omap_modeset_init() cleanup
Jyri Sarha
2017-04-03
4
-139
/
+86
*
drm/omap: Remove the obsolete #define omap_plane _omap_plane hack
Jyri Sarha
2017-04-03
1
-7
/
+1
*
drm/omap: Fix one ugly indentation style break left by coccinelle
Jyri Sarha
2017-04-03
1
-3
/
+2
*
drm/omap: Rename enum omap_plane to enum omap_plane_id
Jyri Sarha
2017-04-03
6
-103
/
+117
*
drm/omap: Get rid of DRM_OMAP_NUM_CRTCS config option
Jyri Sarha
2017-04-03
2
-52
/
+16
*
drm/omap: fix crash on module unload
Tomi Valkeinen
2017-04-03
1
-14
/
+0
*
drm/omap: use drm_atomic_helper_shutdown()
Tomi Valkeinen
2017-04-03
1
-0
/
+2
*
drm/omap: fix display SYNC/DE flags
Tomi Valkeinen
2017-04-03
2
-5
/
+43
*
drm/omap: dispc: improve debug print of display flags
Tomi Valkeinen
2017-04-03
1
-5
/
+15
*
drm/omap: displays: panel-dpi: Support for handling backlight devices
Peter Ujfalusi
2017-04-03
1
-2
/
+35
*
drm/omap: poll only connectors where the connect/disconnect can be checked
Peter Ujfalusi
2017-04-03
1
-6
/
+4
*
drm/omap: display: Add displays in sorted order to the panel_list
Peter Ujfalusi
2017-04-03
1
-1
/
+9
*
drm/omap: Use omapdss_stack_is_ready() to check that the display stack is up
Peter Ujfalusi
2017-04-03
1
-6
/
+3
*
drm/omap: dss: Support for detecting display stack readiness
Peter Ujfalusi
2017-04-03
3
-0
/
+111
*
drm/omap: dss: Functions to check components in the display/output list
Peter Ujfalusi
2017-04-03
3
-0
/
+34
*
drm/omap: fix replication logic
Tomi Valkeinen
2017-04-03
3
-6
/
+6
*
drm/omap: remove unused dispc_wb_enable & dispc_wb_is_enabled
Tomi Valkeinen
2017-04-03
2
-12
/
+0
*
drm/omap: remove all EXPORT_SYMBOLs from dispc.c
Tomi Valkeinen
2017-04-03
3
-96
/
+33
*
drm/omap: use dispc_ops
Tomi Valkeinen
2017-04-03
5
-39
/
+57
*
drm/omap: fill dispc_ops
Tomi Valkeinen
2017-04-03
1
-0
/
+40
*
drm/omap: add dispc_ops
Tomi Valkeinen
2017-04-03
2
-0
/
+63
*
drm/omap: move dispc related dss-feat funcs to dispc
Tomi Valkeinen
2017-04-03
7
-7
/
+31
*
drm/omap: move display, dss-of, output to omapdss-base
Tomi Valkeinen
2017-04-03
6
-11
/
+8
*
drm/omap: display: don't use dsi_get_pixel_size()
Tomi Valkeinen
2017-04-03
3
-12
/
+4
*
drm/omap: output: use dev_err instead of DSSERR
Tomi Valkeinen
2017-04-03
1
-5
/
+8
*
drm/omap: move dss_initialized to omapdss-base
Tomi Valkeinen
2017-04-03
3
-10
/
+18
*
drm/omap: add omapdss-base.ko
Tomi Valkeinen
2017-04-03
3
-0
/
+14
*
drm/omap: fix HDMI sync polarities
Tomi Valkeinen
2017-04-03
1
-5
/
+7
*
drm/omap: Add support for render nodes
Hemant Hariyani
2017-04-03
1
-7
/
+13
*
drm/omap: improve DPI clock selection on DRA7xx
Tomi Valkeinen
2017-04-03
1
-10
/
+40
*
drm/omap: decrease min width & height
Tomi Valkeinen
2017-04-03
1
-2
/
+2
*
drm/omap: remove divider constraint from hsdiv
Tomi Valkeinen
2017-04-03
1
-8
/
+0
*
drm/omap: refactor CRTC HW property setup
Tomi Valkeinen
2017-04-03
1
-8
/
+17
*
drm/omap: work-around for errata i886
Tomi Valkeinen
2017-04-03
1
-8
/
+9
*
Merge tag 'drm-misc-next-2017-03-31' of git://anongit.freedesktop.org/git/drm...
Dave Airlie
2017-04-03
69
-506
/
+767
|
\
|
*
apple-gmux: Don't switch external DP port on 2011+ MacBook Pros
Lukas Wunner
2017-03-30
1
-1
/
+30
|
*
drm/nouveau: Don't register Thunderbolt eGPU with vga_switcheroo
Lukas Wunner
2017-03-30
1
-1
/
+9
[next]