summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/dss
Commit message (Expand)AuthorAgeFilesLines
* drm/omap: fix NULL deref crash with SDI displaysTomi Valkeinen2018-05-241-1/+4
* drm/omap: add missing linefeeds to printsTomi Valkeinen2018-05-071-7/+7
* drm/omap: handle error if scale coefs are not foundTomi Valkeinen2018-05-071-0/+6
* drm/omap: check return value from soc_device_matchTomi Valkeinen2018-05-071-1/+6
* drm/omap: fix uninitialized ret variableTomi Valkeinen2018-05-072-2/+2
* drm/omap: fix crash if there's no video PLLTomi Valkeinen2018-04-051-7/+8
* 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/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: 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
* 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-0110-157/+207
* drm: omapdrm: dss: Store dispc ops in dss_device structureLaurent Pinchart2018-03-014-13/+11
* drm: omapdrm: dss: Store DSS device pointer in the omapdrm private dataLaurent Pinchart2018-03-013-12/+17
* drm: omapdrm: dss: Pass omap_drm_private pointer to dss_mgr_opsLaurent Pinchart2018-03-012-25/+44
* 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
* drm: omapdrm: dss: Pass DSS pointer to remaining dss functionsLaurent Pinchart2018-03-014-12/+17
* drm: omapdrm: dss: Pass DSS pointer to dss clock functionsLaurent Pinchart2018-03-015-36/+38
* drm: omapdrm: dss: Pass DSS pointer to dss_get_*_clk_source()Laurent Pinchart2018-03-014-18/+27
* drm: omapdrm: dss: Pass DSS pointer to dss_ops operationsLaurent Pinchart2018-03-017-53/+77
* drm: omapdrm: dss: Pass DSS pointer to dss_sdi_*() functionsLaurent Pinchart2018-03-013-15/+20
* drm: omapdrm: dss: Pass PLL pointer to dss_ctrl_pll_enable()Laurent Pinchart2018-03-014-12/+13
* drm: omapdrm: dss: Pass DSS private structure to runtime PM functionsLaurent Pinchart2018-03-018-39/+61
* drm: omapdrm: dss: Expose DSS data in a dss_device structureLaurent Pinchart2018-03-012-28/+30
* drm: omapdrm: dsi: Make wait_for_bit_change() return a statusLaurent Pinchart2018-03-011-16/+15
OpenPOWER on IntegriCloud