summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/dss (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/omap: change default signal polarities and drivesTomi Valkeinen2020-05-051-27/+6
* drm/omap: venc: remove unused variable 'venc_config_pal_bdghi'YueHaibing2020-04-281-43/+0
* Merge tag 'arm-drivers-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-04-042-11/+39
|\
| * drm/omap: Prepare DSS for probing without legacy platform dataTony Lindgren2020-02-262-11/+39
* | drm/omap: dss: Remove unused omap_dss_device operationsLaurent Pinchart2020-02-262-32/+0
* | drm/omap: dss: Remove unused omapdss_of_find_connected_device() functionLaurent Pinchart2020-02-263-32/+1
* | drm/omap: dss: Inline the omapdss_display_get() functionLaurent Pinchart2020-02-262-10/+0
* | drm/omap: Hardcode omap_connector type to DSILaurent Pinchart2020-02-262-24/+0
* | drm/omap: sdi: Register a drm_bridgeLaurent Pinchart2020-02-261-59/+109
* | drm/omap: sdi: Sort includes alphabeticallyLaurent Pinchart2020-02-261-4/+4
* | drm/omap: dpi: Register a drm_bridgeLaurent Pinchart2020-02-261-93/+116
* | drm/omap: dpi: Simplify clock setting APILaurent Pinchart2020-02-261-24/+8
* | drm/omap: dpi: Reorder functions in sectionsLaurent Pinchart2020-02-261-67/+79
* | drm/omap: dpi: Sort includes alphabeticallyLaurent Pinchart2020-02-261-5/+5
* | drm/omap: hdmi5: Simplify EDID readLaurent Pinchart2020-02-261-51/+35
* | drm/omap: hdmi4: Simplify EDID readLaurent Pinchart2020-02-261-56/+40
* | drm/omap: venc: Remove omap_dss_device operationsLaurent Pinchart2020-02-261-45/+0
* | drm/omap: hdmi: Remove omap_dss_device operationsLaurent Pinchart2020-02-263-37/+0
* | drm/omap: Remove HPD, detect and EDID omapdss operationsLaurent Pinchart2020-02-263-131/+1
* | drm/omap: Switch the HDMI and VENC outputs to drm_bridgeLaurent Pinchart2020-02-265-11/+11
* | drm/omap: venc: Register a drm_bridgeLaurent Pinchart2020-02-261-88/+154
* | drm/omap: dss: Remove .set_hdmi_mode() and .set_infoframe() operationsLaurent Pinchart2020-02-261-3/+0
* | drm/omap: hdmi4: Implement drm_bridge .hpd_notify() operationLaurent Pinchart2020-02-261-0/+10
* | drm/omap: hdmi5: Move mode set, enable and disable operations to bridgeLaurent Pinchart2020-02-261-98/+111
* | drm/omap: hdmi4: Move mode set, enable and disable operations to bridgeLaurent Pinchart2020-02-261-95/+111
* | drm/omap: hdmi5: Register a drm_bridge for EDID readLaurent Pinchart2020-02-261-6/+73
* | drm/omap: hdmi4: Register a drm_bridge for EDID readLaurent Pinchart2020-02-262-6/+75
* | drm/omap: hdmi5: Rework EDID read to isolate data readLaurent Pinchart2020-02-263-77/+65
* | drm/omap: hdmi4: Rework EDID read to isolate data readLaurent Pinchart2020-02-263-84/+73
* | drm/omap: hdmi: Allocate EDID in the .read_edid() operationLaurent Pinchart2020-02-263-18/+44
* | drm/omap: dss: Make omap_dss_device_ops optionalLaurent Pinchart2020-02-262-10/+14
* | drm/omap: Add infrastructure to support drm_bridge local to DSS outputsLaurent Pinchart2020-02-268-11/+25
* | drm/omap: dss: Fix output next device lookup in DTLaurent Pinchart2020-02-268-10/+9
* | drm/omap: Use the drm_panel_bridge APILaurent Pinchart2020-02-262-11/+32
* | drm/omap: Factor out display type to connector type conversionLaurent Pinchart2020-02-262-0/+24
* | drm/omap: dss: Cleanup DSS ports on initialisation failureLaurent Pinchart2020-02-261-17/+26
* | drm/omap: fix possible object reference leakWen Yang2020-02-111-1/+3
|/
* drm/omapdrm: use BUG_ON macro for error debugging.Wambui Karuga2020-01-081-2/+1
* drm/omap: Fix Kconfig indentationKrzysztof Kozlowski2019-11-201-6/+6
* Merge drm/drm-next into drm-misc-nextSean Paul2019-10-231-1/+1
|\
| * Merge tag 'drm-misc-next-2019-10-09-2' of git://anongit.freedesktop.org/drm/d...Dave Airlie2019-10-117-133/+138
| |\
| * \ Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard2019-10-033-22/+7
| |\ \
| * | | drm/omap: fix max fclk divider for omap36xxTomi Valkeinen2019-10-031-1/+1
* | | | drm/omap: Remove set but not used variable 'err' in hdmi4_audio_configzhengbin2019-10-141-2/+2
* | | | drm/omap: Remove set but not used variable 'err' in hdmi5_audio_configzhengbin2019-10-141-2/+2
* | | | drm/omap: Remove set but not used variable 'tclk_trail'zhengbin2019-10-141-2/+1
| |_|/ |/| |
* | | drm/omap: hdmi4: fix use of uninitialized varTomi Valkeinen2019-10-041-2/+3
* | | drm/omap: hdmi5: automatically choose limited/full range outputTomi Valkeinen2019-10-041-56/+65
* | | drm/omap: dss: move platform_register_drivers() to dss.c and remove core.cJyri Sarha2019-10-043-56/+38
* | | drm/omap: fix missing scaler pixel fmt limitationsTomi Valkeinen2019-10-041-0/+25