summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into ...Dave Airlie2020-09-171-10/+4
|\
| * drm: omapdrm: use common helper for extracting pages arrayMarek Szyprowski2020-09-101-10/+4
* | Merge tag 'v5.9-rc4' into drm-nextDave Airlie2020-09-082-2/+3
|\ \
| * \ 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-241-1/+1
| |/
* | drm/omap: fix spelling mistake "propert" -> "property"Colin Ian King2020-08-211-1/+1
* | drm: omapdrm: Delete surplus GPIO includesLinus Walleij2020-08-212-2/+0
* | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2020-08-125-1/+5
|\|
| * 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: Remove unnecessary drm_panel_attach and drm_panel_detachJoe Perches2020-08-081-17/+0
|/ /
* | 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-131-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-042-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