index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
omapdrm
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-23
drm/omap: work-around for omap3 display enable
Tomi Valkeinen
1
-17
/
+30
2017-08-23
drm/omap: fix i886 work-around
Tomi Valkeinen
3
-9
/
+25
2017-08-23
drm/omap: fix analog tv-out modecheck
Tomi Valkeinen
1
-14
/
+51
2017-08-16
drm/omap: Potential NULL deref in omap_crtc_duplicate_state()
Dan Carpenter
1
-2
/
+4
2017-08-16
drm/omap: remove no-op cleanup code
Tomi Valkeinen
1
-33
/
+0
2017-08-16
drm/omap: rename omapdrm device back
Tomi Valkeinen
2
-2
/
+2
2017-08-16
drm: omapdrm: Remove the omapdss driver
Laurent Pinchart
2
-48
/
+0
2017-08-16
drm: omapdrm: Register omapdrm platform device in omapdss driver
Laurent Pinchart
2
-1
/
+17
2017-08-16
drm: omapdrm: hdmi: Don't allocate PHY features dynamically
Laurent Pinchart
1
-28
/
+4
2017-08-16
drm: omapdrm: hdmi: Configure the PHY from the HDMI core version
Laurent Pinchart
4
-19
/
+11
2017-08-16
drm: omapdrm: hdmi: Configure the PLL from the HDMI core version
Laurent Pinchart
1
-13
/
+2
2017-08-16
drm: omapdrm: hdmi: Pass HDMI core version as integer to HDMI audio
Laurent Pinchart
2
-2
/
+2
2017-08-16
drm: omapdrm: hdmi: Replace OMAP SoC model check with HDMI xmit version
Laurent Pinchart
4
-10
/
+10
2017-08-16
drm: omapdrm: hdmi: Rename functions and structures to use hdmi_ prefix
Laurent Pinchart
1
-4
/
+5
2017-08-16
drm/omap: add OMAP5 DSIPHY lane-enable support
Tomi Valkeinen
1
-8
/
+39
2017-08-16
drm/omap: use regmap_update_bit() when muxing DSI pads
Tomi Valkeinen
1
-12
/
+3
2017-08-15
drm: omapdrm: Remove dss_features.h
Laurent Pinchart
12
-38
/
+3
2017-08-15
drm: omapdrm: Move supported outputs feature to dss driver
Laurent Pinchart
7
-211
/
+81
2017-08-15
drm: omapdrm: Move DSS_FCK feature to dss driver
Laurent Pinchart
6
-57
/
+18
2017-08-15
drm: omapdrm: Move PCD, LINEWIDTH and DOWNSCALE features to dispc driver
Laurent Pinchart
3
-36
/
+39
2017-08-15
drm: omapdrm: Move FEAT_PARAM_DSI* features to dsi driver
Laurent Pinchart
3
-14
/
+19
2017-08-15
drm: omapdrm: Move FEAT_* features to dispc driver
Laurent Pinchart
3
-266
/
+190
2017-08-15
drm: omapdrm: Move FEAT_LCD_CLK_SRC feature to dss_features structure
Laurent Pinchart
3
-9
/
+11
2017-08-15
drm: omapdrm: Move FEAT_DPI_USES_VDDS_DSI feature to dpi code
Laurent Pinchart
3
-4
/
+12
2017-08-15
drm: omapdrm: Move FEAT_HDMI_* features to hdmi4 driver
Laurent Pinchart
4
-9
/
+37
2017-08-15
drm: omapdrm: Move FEAT_DSI_* features to dsi driver
Laurent Pinchart
3
-72
/
+88
2017-08-15
drm: omapdrm: Move FEAT_VENC_REQUIRES_TV_DAC_CLK to venc driver
Laurent Pinchart
3
-4
/
+13
2017-08-15
drm: omapdrm: Move reg_fields to dispc_features structure
Laurent Pinchart
3
-112
/
+76
2017-08-15
drm: omapdrm: Move DISPC_CLK_SWITCH reg feature to struct dss_features
Laurent Pinchart
4
-15
/
+16
2017-08-15
drm: omapdrm: Move num_ovls and num_mgrs to dispc_features structure
Laurent Pinchart
3
-58
/
+66
2017-08-15
drm: omapdrm: Move overlay caps features to dispc_features structure
Laurent Pinchart
3
-84
/
+102
2017-08-15
drm: omapdrm: Move color modes feature to dispc_features structure
Laurent Pinchart
3
-136
/
+124
2017-08-15
drm: omapdrm: Move size unit features to dispc_features structure
Laurent Pinchart
3
-41
/
+18
2017-08-15
drm: omapdrm: Move shutdown() handler from core to dss
Laurent Pinchart
2
-20
/
+16
2017-08-15
drm: omapdrm: Move all debugfs code from core to dss
Laurent Pinchart
3
-89
/
+84
2017-08-15
drm: omapdrm: dss: Initialize DSS internal features at probe time
Laurent Pinchart
1
-13
/
+13
2017-08-15
drm: omapdrm: dss: Use supported outputs instead of display types
Laurent Pinchart
3
-87
/
+17
2017-08-15
drm: omapdrm: dss: Select features based on compatible string
Laurent Pinchart
1
-68
/
+29
2017-08-15
drm: omapdrm: dpi: Replace OMAP SoC model checks with DSS model
Laurent Pinchart
3
-37
/
+45
2017-08-15
drm: omapdrm: dispc: Select features based on compatible string
Laurent Pinchart
1
-60
/
+27
2017-08-15
drm: omapdrm: Don't forward set_min_bus_tput() to no-op platform code
Laurent Pinchart
2
-11
/
+6
2017-08-15
drm: omapdrm: dsi: Handle pin muxing internally
Laurent Pinchart
3
-25
/
+79
2017-08-15
drm: omapdrm: dsi: Store DSI model and PLL hardware data in OF data
Laurent Pinchart
1
-61
/
+55
2017-08-15
drm: omapdrm: dss: Split operations out of dss_features structure
Laurent Pinchart
1
-15
/
+35
2017-08-15
drm: omapdrm: hdmi: Store PHY features in PHY data structure
Laurent Pinchart
2
-15
/
+15
2017-08-15
drm: omapdrm: venc: Don't export omap_dss_pal_vm and omap_dss_ntsc_vm
Laurent Pinchart
2
-11
/
+2
2017-08-15
drm: omapdrm: dpi: Remove unneeded regulator check
Laurent Pinchart
1
-10
/
+3
2017-08-15
drm: omapdrm: panel-dpi: Remove unneeded check for OF node
Laurent Pinchart
1
-0
/
+3
2017-08-15
drm: omapdrm: connector-analog-tv: Remove unneeded check for OF node
Laurent Pinchart
1
-0
/
+3
2017-08-15
drm: omapdrm: acx565akm: Remove unneeded check for OF node
Laurent Pinchart
1
-0
/
+3
[next]