summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-fixes-2020-08-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-08-281-1/+2
|\
| * drm/omap: fix incorrect lock stateTomi Valkeinen2020-08-251-1/+2
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
|/
* Merge tag 'drm-misc-fixes-2020-08-04' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2020-08-114-0/+4
|\
| * drm/omap: force runtime PM suspend on system suspendTomi Valkeinen2020-08-044-0/+4
* | drm/omap: Use {} to zero initialize the modeVille Syrjälä2020-07-241-1/+1
* | drm/atomic-helper: reset vblank on crtc resetDaniel Vetter2020-07-022-7/+5
* | Backmerge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst2020-06-291-1/+1
|\ \
| * \ Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-06-245-15/+13
| |\ \ | | |/ | |/|
| * | treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* | | drm: bridge: Pass drm_display_info to drm_bridge_funcs .mode_valid()Laurent Pinchart2020-06-233-0/+3
| |/ |/|
* | drm/omapdrm: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov2020-05-194-5/+5
* | drm/omap: display: use devm_of_find_backlightSam Ravnborg2020-05-171-10/+8
|/
* 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 drm/drm-next into drm-misc-nextThomas Zimmermann2020-04-172-11/+39
|\
| * Merge tag 'arm-drivers-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-04-032-11/+39
| |\
| | * drm/omap: Prepare DSS for probing without legacy platform dataTony Lindgren2020-02-262-11/+39
* | | drm: convert .debugfs_init() hook to return void.Wambui Karuga2020-03-182-4/+2
* | | drm/omap: remove checks for return value of drm_debugfs functionsWambui Karuga2020-03-181-20/+7
|/ /
* | drm: Remove drm_fb_helper add, add all and remove connector callsPankaj Bharadiya2020-03-061-4/+0
* | drm: Remove unused arg from drm_fb_helper_initPankaj Bharadiya2020-03-061-1/+1
* | drm/omap: dss: Remove unused omap_dss_device operationsLaurent Pinchart2020-02-263-71/+5
* | 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-263-13/+4
* | drm/omap: Hardcode omap_connector type to DSILaurent Pinchart2020-02-263-53/+2
* | 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-266-310/+22
* | drm/omap: Switch the HDMI and VENC outputs to drm_bridgeLaurent Pinchart2020-02-2611-671/+11
* | drm/omap: Create connector for bridgesLaurent Pinchart2020-02-261-12/+62
* | 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-262-29/+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-264-27/+47
* | drm/omap: dss: Make omap_dss_device_ops optionalLaurent Pinchart2020-02-264-16/+22