summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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: Split init and cleanup from probe and remove functionsLaurent Pinchart2018-03-012-32/+53
* drm: omapdrm: dsi: Make wait_for_bit_change() return a statusLaurent Pinchart2018-03-011-16/+15
* drm: omapdrm: dss: Remove unused functions prototypesLaurent Pinchart2018-03-011-1/+0
* drm: omapdrm: dss: Remove dss_get_hdmi_venc_clk_source() functionLaurent Pinchart2018-03-012-15/+0
* drm: omapdrm: dss: Move initialization code from component bind to probeLaurent Pinchart2018-03-011-89/+104
* drm: omapdrm: dss: Don't export functions internal to omapdss-baseLaurent Pinchart2018-03-012-3/+0
* drm: omapdrm: dss: Make omapdss_default_get_timings staticLaurent Pinchart2018-03-012-6/+2
* drm: omapdrm: displays: Get encoder source at connect timeLaurent Pinchart2018-03-013-83/+54
* drm: omapdrm: displays: Get panel source at connect timeLaurent Pinchart2018-03-018-152/+119
* drm: omapdrm: displays: Get connector source at connect timeLaurent Pinchart2018-03-013-67/+46
* drm: omapdrm: displays: Remove OF node check in panel driversLaurent Pinchart2018-03-018-24/+0
* drm: omapdrm: displays: Remove OF node check in encoder driversLaurent Pinchart2018-03-013-11/+0
* drm: omapdrm: displays: Remove OF node check in connector driversLaurent Pinchart2018-03-013-9/+0
* drm: omapdrm: connector-analog-tv: Remove tvc_of_match forward declarationLaurent Pinchart2018-03-011-2/+0
* drm: omapdrm: Use unsigned int typeLaurent Pinchart2018-03-0114-101/+102
* drm: omapdrm: Use kernel integer typesLaurent Pinchart2018-03-0114-98/+101
* drm/omapdrm: Use of_find_backlight helperMeghana Madhyastha2018-02-201-20/+5
* drm/omapdrm: Use backlight_enable/disable helpersMeghana Madhyastha2018-02-201-9/+2
* BackMerge tag 'v4.15-rc8' into drm-nextDave Airlie2018-01-181-37/+9
|\
| * omapdrm/dss/hdmi4_cec: fix interrupt handlingHans Verkuil2018-01-021-37/+9
* | drm: omapdrm: Simplify platform registrationAndrew F. Davis2017-12-198-124/+36
* | drm: omapdrm: Remove filename from header and fix copyright tagAndrew F. Davis2017-12-1954-106/+67
* | drm/omap: DMM: Check for DMM readiness after successful transaction commitPeter Ujfalusi2017-12-191-0/+5
* | drm/omap: DMM: Print information if we received an error interruptPeter Ujfalusi2017-12-191-0/+5
* | drm/omap: DMM: In case of error/timeout in wait_status() print the reasonPeter Ujfalusi2017-12-191-2/+10
* | drm/omap: DMM: Fix DMM_IRQSTAT_ERR_MASK definitionPeter Ujfalusi2017-12-191-6/+6
* | drm: omapdrm: Deconstruct the omap_drv.h header.Laurent Pinchart2017-12-199-120/+386
* | drm: omapdrm: venc: Return error code on OF parsing failureLaurent Pinchart2017-12-191-2/+2
* | drm: omapdrm: dpi: Remove dpi_data port_initialized fieldLaurent Pinchart2017-12-191-5/+1
OpenPOWER on IntegriCloud