aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sti (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-12drm/sti/sti_hdmi: Move 'colorspace_mode_names' array to where its usedLee Jones2-6/+6
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter1-1/+1
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard1-1/+1
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard1-2/+2
2020-09-08Merge tag 'v5.9-rc4' into drm-nextDave Airlie1-3/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2020-08-18Merge v5.9-rc1 into drm-misc-nextMaxime Ripard1-2/+4
2020-08-08drm: Remove unnecessary drm_panel_attach and drm_panel_detachJoe Perches1-2/+0
2020-08-06Merge tag 'sound-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-2/+4
2020-07-16ASoC: hdmi-codec: merge .digital_mute() into .mute_stream()Kuninori Morimoto1-2/+4
2020-06-10drm/sti: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPSThomas Zimmermann1-7/+1
2020-06-10drm/sti: Use GEM CMA object functionsThomas Zimmermann1-5/+1
2020-05-27drm: Nuke mode->vrefreshVille Syrjälä1-1/+0
2020-03-18drm: convert .debugfs_init() hook to return void.Wambui Karuga1-2/+1
2020-03-18drm/sti: remove use of drm_debugfs functions as return valuesWambui Karuga15-74/+58
2020-02-26drm/bridge: Extend bridge API to disable connector creationLaurent Pinchart3-3/+3
2020-02-17Merge v5.6-rc2 into drm-misc-nextMaxime Ripard5-6/+6
2020-02-13drm/sti: Convert to CRTC VBLANK callbacksThomas Zimmermann3-9/+8
2020-01-30Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig5-6/+6
2019-12-09drm/panel: decouple connector from drm_panelSam Ravnborg1-1/+1
2019-09-16drm: sti: fix W=1 warningsBenjamin Gaignard7-12/+12
2019-09-02drm/sti: Include the right headerLinus Walleij1-1/+1
2019-09-02drm: sti: use cec_notifier_conn_(un)registerDariusz Marcinkiewicz1-7/+12
2019-08-28drm: Stop including drm_bridge.h from drm_crtc.hBoris Brezillon3-0/+3
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-misc into drm-nextDave 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