summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/sti
AgeCommit message (Expand)AuthorFilesLines
2019-08-07drm/sti: fix opencoded use of drm_panel_*Sam Ravnborg1-5/+3
2019-07-31drm: sti: Provide ddc symlink in hdmi connector sysfs directoryAndrzej Pietrasiewicz1-2/+4
2019-07-30drm: sti: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+3
2019-07-09drm/sti: Try to fix up the tvout possible clonesVille Syrjälä1-3/+7
2019-07-09drm/sti: Remove pointless castsVille Syrjälä1-3/+3
2019-06-21drm/sti: Drop drm_gem_prime_export/importDaniel Vetter1-2/+0
2019-06-21drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter1-2/+1
2019-06-21drm/sti: Remove duplicated include from sti_drv.cYueHaibing1-1/+0
2019-06-13sti: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-8/+2
2019-06-06drm/sti: drop use of drmP.hSam Ravnborg25-23/+85
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter6-6/+6
2019-01-18Merge tag 'drm-misc-next-2019-01-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2-13/+6
2019-01-14drm: bridge: Constify mode arguments to bridge .mode_set() operationLaurent Pinchart3-6/+6
2019-01-10drm/edid: Pass connector to AVI infoframe functionsVille Syrjälä1-1/+2
2019-01-09drm: sti: Cleanup drm_display_mode print strShayenne Moura1-12/+4
2018-11-13drm/sti: remove set but not used variable 'priv'YueHaibing1-2/+0
2018-10-18drm: sti: don't pass GFP_DMA32 to dma_alloc_wcChristoph Hellwig1-1/+1
2018-10-18drm/sti: make crct disable atomicBenjamin Gaignard1-0/+2
2018-10-05drm/sti: Use drm_atomic_helper_shutdownDaniel Vetter4-6/+3
2018-09-25drm/sti: Use drm_fbdev_generic_setup()Noralf Trønnes1-7/+1
2018-08-07drm/sti: do not remove the drm_bridge that was never addedPeter Rosin2-2/+0
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter3-3/+3
2018-07-13drm: drop _mode_ from update_edit_property()Daniel Vetter1-1/+1
2018-07-13drm/sti: Replace drm_dev_unref with drm_dev_putThomas Zimmermann1-4/+4
2018-07-10drm/panel: Make of_drm_find_panel() return an ERR_PTR() instead of NULLBoris Brezillon1-1/+3
2018-07-03drm: add missing ctx argument to plane transitional helpersRussell King3-3/+3
2018-05-25drm/sti: Stop consulting plane->crtcVille Syrjälä1-1/+5
2018-05-02gpu: drm: sti: fix spelling mistake: "initialze" -> "initialize"Colin Ian King1-1/+1
2018-04-05drm/sti: Depend on OF rather than selecting itOliver O'Halloran1-2/+1
2018-03-29drm/sti: Stop consulting plane->fbVille Syrjälä1-4/+5
2018-03-28drm/sti: Let core take care of normalizing the zposPeter Ujfalusi1-21/+3
2017-12-08drm/sti: Use drm_fb_cma_fbdev_init/fini()Noralf Trønnes2-23/+5
2017-12-06gpu: drm: sti: Adopt SPDX identifiersBenjamin Gaignard29-29/+29
2017-12-04Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...Dave Airlie3-32/+17
2017-11-22drm/edid: Allow HDMI infoframe without VIC or S3DVille Syrjälä1-1/+3
2017-11-21drm/sti: Handle return value of platform_get_irq_bynameArvind Yadav1-0/+5
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2-6/+3
2017-11-08drm: sti: remove vtg_removeBenjamin Gaignard1-6/+0
2017-11-08drm: sti: remove useless fields from vtg structureBenjamin Gaignard2-24/+9
2017-11-07drm/drivers: drop redundant drm_edid_to_eld() callsJani Nikula1-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-27drm/sti: Use drm_gem_fb_create()Noralf Trønnes1-1/+2
2017-08-21drm/sti: sti_vdo: clean up drm_bridge_add callInki Dae1-5/+1
2017-08-08drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter3-3/+0
2017-08-08drm: Nuke drm_atomic_helper_connector_set_propertyDaniel Vetter1-1/+0
2017-08-08drm: Nuke drm_atomic_helper_plane_set_propertyDaniel Vetter3-3/+0
2017-08-08drm/sti: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes1-2/+0
2017-08-01drm: Plumb modifiers through plane initBen Widawsky3-3/+3
2017-07-14drm: handle HDMI 2.0 VICs in AVI info-framesShashank Sharma1-1/+1