summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm
Commit message (Expand)AuthorAgeFilesLines
* omapdrm: hdmi4_cec: signedness bug in hdmi4_cec_init()Dan Carpenter2017-11-301-1/+1
* drm: omapdrm: Fix DPI on platforms using the DSI VDDSLaurent Pinchart2017-11-301-2/+2
* omapdrm: hdmi4: Correct the SoC revision matchingPeter Ujfalusi2017-11-301-6/+17
* drm/omap: displays: panel-dpi: add backlight dependencyArnd Bergmann2017-11-301-0/+1
* drm/omap: Fix error handling path in 'omap_dmm_probe()'Christophe JAILLET2017-11-301-1/+2
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-2/+2
* treewide: init_timer() -> setup_timer()Kees Cook2017-11-211-3/+1
* Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-11-1511-30/+522
|\
| * omapdrm: omapdss_hdmi_ops: add lost_hotplug opHans Verkuil2017-10-124-5/+18
| * omapdrm: hdmi4: hook up the HDMI CEC supportHans Verkuil2017-10-123-1/+31
| * omapdrm: hdmi4_cec: add OMAP4 HDMI CEC supportHans Verkuil2017-10-122-0/+436
| * omapdrm: hdmi4: refcount hdmi_power_on/off_coreHans Verkuil2017-10-121-1/+9
| * omapdrm: hdmi4: move hdmi4_core_powerdown_disable to hdmi_power_on_core()Hans Verkuil2017-10-122-3/+2
| * omapdrm: hdmi4: prepare irq handling for HDMI CEC supportHans Verkuil2017-10-121-5/+6
| * omapdrm: hdmi4: make low-level functions availableHans Verkuil2017-10-123-9/+13
| * omapdrm: hdmi.h: extend hdmi_core_data with CEC fieldsHans Verkuil2017-10-121-1/+6
| * omapdrm: encoder-tpd12s015: keep ls_oe_gpio highHans Verkuil2017-10-121-8/+4
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-024-0/+4
|/
* drm/omap: work-around for omap3 display enableTomi Valkeinen2017-08-231-17/+30
* drm/omap: fix i886 work-aroundTomi Valkeinen2017-08-233-9/+25
* drm/omap: fix analog tv-out modecheckTomi Valkeinen2017-08-231-14/+51
* drm/omap: Potential NULL deref in omap_crtc_duplicate_state()Dan Carpenter2017-08-161-2/+4
* drm/omap: remove no-op cleanup codeTomi Valkeinen2017-08-161-33/+0
* drm/omap: rename omapdrm device backTomi Valkeinen2017-08-162-2/+2
* drm: omapdrm: Remove the omapdss driverLaurent Pinchart2017-08-162-48/+0
* drm: omapdrm: Register omapdrm platform device in omapdss driverLaurent Pinchart2017-08-162-1/+17
* drm: omapdrm: hdmi: Don't allocate PHY features dynamicallyLaurent Pinchart2017-08-161-28/+4
* drm: omapdrm: hdmi: Configure the PHY from the HDMI core versionLaurent Pinchart2017-08-164-19/+11
* drm: omapdrm: hdmi: Configure the PLL from the HDMI core versionLaurent Pinchart2017-08-161-13/+2
* drm: omapdrm: hdmi: Pass HDMI core version as integer to HDMI audioLaurent Pinchart2017-08-162-2/+2
* drm: omapdrm: hdmi: Replace OMAP SoC model check with HDMI xmit versionLaurent Pinchart2017-08-164-10/+10
* drm: omapdrm: hdmi: Rename functions and structures to use hdmi_ prefixLaurent Pinchart2017-08-161-4/+5
* drm/omap: add OMAP5 DSIPHY lane-enable supportTomi Valkeinen2017-08-161-8/+39
* drm/omap: use regmap_update_bit() when muxing DSI padsTomi Valkeinen2017-08-161-12/+3
* drm: omapdrm: Remove dss_features.hLaurent Pinchart2017-08-1512-38/+3
* drm: omapdrm: Move supported outputs feature to dss driverLaurent Pinchart2017-08-157-211/+81
* drm: omapdrm: Move DSS_FCK feature to dss driverLaurent Pinchart2017-08-156-57/+18
* drm: omapdrm: Move PCD, LINEWIDTH and DOWNSCALE features to dispc driverLaurent Pinchart2017-08-153-36/+39
* drm: omapdrm: Move FEAT_PARAM_DSI* features to dsi driverLaurent Pinchart2017-08-153-14/+19
* drm: omapdrm: Move FEAT_* features to dispc driverLaurent Pinchart2017-08-153-266/+190
* drm: omapdrm: Move FEAT_LCD_CLK_SRC feature to dss_features structureLaurent Pinchart2017-08-153-9/+11
* drm: omapdrm: Move FEAT_DPI_USES_VDDS_DSI feature to dpi codeLaurent Pinchart2017-08-153-4/+12
* drm: omapdrm: Move FEAT_HDMI_* features to hdmi4 driverLaurent Pinchart2017-08-154-9/+37
* drm: omapdrm: Move FEAT_DSI_* features to dsi driverLaurent Pinchart2017-08-153-72/+88
* drm: omapdrm: Move FEAT_VENC_REQUIRES_TV_DAC_CLK to venc driverLaurent Pinchart2017-08-153-4/+13
* drm: omapdrm: Move reg_fields to dispc_features structureLaurent Pinchart2017-08-153-112/+76
* drm: omapdrm: Move DISPC_CLK_SWITCH reg feature to struct dss_featuresLaurent Pinchart2017-08-154-15/+16
* drm: omapdrm: Move num_ovls and num_mgrs to dispc_features structureLaurent Pinchart2017-08-153-58/+66
* drm: omapdrm: Move overlay caps features to dispc_features structureLaurent Pinchart2017-08-153-84/+102
* drm: omapdrm: Move color modes feature to dispc_features structureLaurent Pinchart2017-08-153-136/+124
OpenPOWER on IntegriCloud