summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm/omap: fix crash if there's no video PLLTomi Valkeinen2018-04-051-7/+8
* ALSA: hda - Silence PM ops build warningLukas Wunner2018-03-291-3/+1
* drm: Fix uabi regression by allowing garbage mode->type from userspaceVille Syrjälä2018-03-231-1/+7
* Merge airlied/drm-next into drm-misc-nextSean Paul2018-03-21763-33627/+68429
|\
| * Merge tag 'omapdrm-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tom...Dave Airlie2018-03-2155-3831/+4277
| |\
| | * drm/omap: fix compile error when DPI is disabledTomi Valkeinen2018-03-141-1/+1
| | * drm/omap: fix compile error when debugfs is disabledTomi Valkeinen2018-03-141-14/+12
| | * drm: omapdrm: displays: panel-dsi-cm: Fix field access before setLaurent Pinchart2018-03-021-3/+3
| | * drm/omap: cleanup color space conversionTomi Valkeinen2018-03-011-15/+44
| | * drm/omap: Allow HDMI audio setup even if we do not have video configuredJyri Sarha2018-03-012-40/+30
| | * drm/omap: fix maximum sizesTomi Valkeinen2018-03-011-4/+7
| | * drm/omap: add writeback funcs to dispc_opsTomi Valkeinen2018-03-013-25/+35
| | * drm/omap: fix scaling limits for WBTomi Valkeinen2018-03-011-4/+20
| | * drm/omap: fix WB height with interlaceTomi Valkeinen2018-03-011-12/+16
| | * drm/omap: fix WBDELAYCOUNT with interlaceTomi Valkeinen2018-03-011-5/+9
| | * drm/omap: fix WBDELAYCOUNT for HDMITomi Valkeinen2018-03-011-2/+6
| | * drm/omap: set WB channel-in in wb_setup()Tomi Valkeinen2018-03-012-10/+5
| | * drm/omap: Add pclk setting case when channel is DSS_WBBenoit Parrot2018-03-011-0/+4
| | * drm/omap: dispc: disp_wb_setup to check return codeBenoit Parrot2018-03-011-1/+3
| | * drm/omap: remove leftover enumsTomi Valkeinen2018-03-011-15/+0
| | * dt-bindings: display: add HPD gpio to DVI connectorTomi Valkeinen2018-03-011-0/+1
| | * drm/omap: add HPD support to connector-dviTomi Valkeinen2018-03-011-0/+118
| | * drm/omap: Init fbdev emulation only when we have displaysPeter Ujfalusi2018-03-011-0/+3
| | * drm/omap: cleanup fbdev init/freeTomi Valkeinen2018-03-013-20/+16
| | * drm/omap: fix omap_fbdev_free() when omap_fbdev_create() wasn't calledTomi Valkeinen2018-03-011-1/+2
| | * drm/omap: fbdev: avoid double initializer entryTomi Valkeinen2018-03-011-3/+9
| | * drm/omap: fbdev: use 'screen_buffer' fieldTomi Valkeinen2018-03-011-1/+1
| | * drm/omap: acx565akm: use __be32 when reading statusTomi Valkeinen2018-03-011-3/+3
| | * drm/omap: reorganize locking in mgr_fld_writeTomi Valkeinen2018-03-011-5/+5
| | * drm: omapdrm: venc: Allocate the venc private data structure dynamicallyLaurent Pinchart2018-03-011-204/+238
| | * drm: omapdrm: sdi: Allocate the sdi private data structure dynamicallyLaurent Pinchart2018-03-011-65/+86
| | * drm: omapdrm: hdmi5: Allocate the omap_hdmi data structure dynamicallyLaurent Pinchart2018-03-011-168/+196
| | * drm: omapdrm: hdmi4: Allocate the omap_hdmi data structure dynamicallyLaurent Pinchart2018-03-014-166/+200
| | * drm: omapdrm: dispc: Allocate the dispc private data structure dynamicallyLaurent Pinchart2018-03-011-895/+1039
| | * drm: omapdrm: dispc: Pass DISPC pointer to remaining dispc API functionsLaurent Pinchart2018-03-019-110/+133
| | * drm: omapdrm: dispc: Pass DISPC pointer to dispc_ops operationsLaurent Pinchart2018-03-0115-196/+257
| | * drm: omapdrm: dss: Store dispc ops in dss_device structureLaurent Pinchart2018-03-016-19/+14
| | * drm: omapdrm: dss: Store DSS device pointer in the omapdrm private dataLaurent Pinchart2018-03-015-12/+19
| | * drm: omapdrm: dss: Pass omap_drm_private pointer to dss_mgr_opsLaurent Pinchart2018-03-015-40/+64
| | * drm: omapdrm: dss: Pass omap_dss_device pointer to dss_mgr_*() functionsLaurent Pinchart2018-03-018-124/+88
| | * drm: omapdrm: dsi: Don't pass channel to dispc init/uninit functionsLaurent Pinchart2018-03-011-11/+10
| | * drm: omapdrm: dsi: Store the struct device pointer in struct dsi_dataLaurent Pinchart2018-03-011-13/+13
| | * drm: omapdrm: dsi: Use dev pointer directly in dsi_bind() functionLaurent Pinchart2018-03-011-17/+18
| | * drm: omapdrm: dsi: Combine two commonly used inline functionsLaurent Pinchart2018-03-011-60/+30
| | * drm: omapdrm: dsi: Pass the dsi_data pointer to internal functionsLaurent Pinchart2018-03-011-664/+564
| | * drm: omapdrm: dss: Don't unnecessarily cast to dev to pdev and backLaurent Pinchart2018-03-011-3/+1
| | * drm: omapdrm: dss: Store the debugfs root directory in struct dss_deviceLaurent Pinchart2018-03-017-30/+36
| | * drm: omapdrm: dss: Store the registered plls array in struct dss_deviceLaurent Pinchart2018-03-017-38/+40
| | * drm: omapdrm: dss: Support passing private data to debugfs show handlersLaurent Pinchart2018-03-018-63/+141
| | * drm: omapdrm: dss: Allocate the DSS private data structure dynamicallyLaurent Pinchart2018-03-011-155/+186