aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sti/sti_drv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-1/+1
2018-10-05drm/sti: Use drm_atomic_helper_shutdownDaniel Vetter1-3/+3
2018-09-25drm/sti: Use drm_fbdev_generic_setup()Noralf Trønnes1-7/+1
2018-07-13drm/sti: Replace drm_dev_unref with drm_dev_putThomas Zimmermann1-4/+4
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ønnes1-22/+5
2017-12-06gpu: drm: sti: Adopt SPDX identifiersBenjamin Gaignard1-1/+1
2017-08-27drm/sti: Use drm_gem_fb_create()Noralf Trønnes1-1/+2
2017-08-08drm/sti: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes1-2/+0
2017-06-20drm/sti: Drop drm_vblank_cleanupDaniel Vetter1-1/+0
2017-03-14drm: Create DEFINE_DRM_GEM_CMA_FOPS and roll it out to driversDaniel Vetter1-10/+1
2017-03-11Merge branch 'drm/next/platform' of git://linuxtv.org/pinchartl/media into drm-misc-nextDaniel Vetter1-2/+0
2017-02-27drm: sti: make driver use devm_of_platform_populate()Benjamin Gaignard1-2/+1
2017-02-26Merge airlied/drm-next into drm-misc-nextDaniel Vetter1-82/+4
2017-02-23drm/sti: fix build warnings in sti_drv.c and sti_vtg.c filesVincent Abriou1-9/+0
2017-02-17drm: Remove the struct drm_device platformdev fieldLaurent Pinchart1-2/+0
2017-02-10drm/sti: debug fps resetVincent Abriou1-0/+2
2017-02-10drm/sti: unbind all components while driver cleanupVincent Abriou1-0/+1
2017-02-10drm/sti: use atomic_helper for commitFabien DESSENNE1-78/+6
2017-02-07drm: remove drm_vblank_no_hw_counter assignment from driver codeShawn Guo1-1/+0
2017-02-02drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi1-1/+1
2017-02-01Merge tag 'drm-misc-next-2017-01-30' of git://anongit.freedesktop.org/git/drm-misc into drm-nextDave Airlie1-42/+6
2017-01-27drm/sti: Remove drm_debugfs_remove_files() callsNoralf Trønnes1-42/+6
2017-01-06drm/sti: remove deprecated sti_vtac.c fileVincent Abriou1-1/+0
2017-01-06drm/sti: create fbdev at bindingVincent Abriou1-13/+14
2016-11-11Merge tag 'topic/drm-misc-2016-11-10' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-2/+0
2016-11-07Backmerge tag 'v4.9-rc4' into drm-nextDave Airlie1-1/+21
2016-11-02drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula1-2/+0
2016-10-26drm: Don't force all planes to be added to the state due to zposVille Syrjälä1-1/+21
2016-10-25drm: convert DT component matching to component_match_add_release()Russell King1-2/+3
2016-10-17drm: Add reference counting to drm_atomic_stateChris Wilson1-1/+2
2016-09-28Merge branch 'sti-drm-next-2016-09-20' of https://github.com/vinceab/linux into drm-nextDave Airlie1-1/+1
2016-09-22drm: Don't swallow error codes in drm_dev_alloc()Tom Gundersen1-2/+2
2016-09-20drm/sti: Fix sparse warningsVille Syrjälä1-1/+1
2016-08-29drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commitLiu Ying1-1/+1
2016-08-16drm: drop DRIVER_HAVE_IRQ flag for some driversShawn Guo1-1/+1
2016-06-21drm: sti: rework init sequenceBenjamin Gaignard1-41/+96
2016-06-17drm/sti: Don't call drm_helper_disable_unused_functionsDaniel Vetter1-1/+0
2016-06-10drm/atomic-helper: Massage swap_state signature somewhatDaniel Vetter1-1/+1
2016-06-01drm/sti: Use lockless gem BO free callbackDaniel Vetter1-1/+1
2016-06-01drm: sti: remove useless call to dev->struct_mutexBenjamin Gaignard1-6/+0
2016-05-02drm/sti: Rename async to nonblock.Maarten Lankhorst1-3/+3
2016-03-03drm: sti: remove sti_gem_prime_export hackBenjamin Gaignard1-10/+1
2016-02-26drm/sti: add debugfs fps_show/fps_get mechanism for planesVincent Abriou1-0/+128
2016-02-26drm/sti: set DRIVER_ATOMIC for stibenjamin.gaignard@linaro.org1-1/+1
2016-01-15drm/fb_cma_helper: Remove implicit call to disable_unused_functionsMaxime Ripard1-0/+1
2015-11-03drm/sti: fix typo issue in sti_mode_config_initVincent Abriou1-2/+2
2015-11-03drm/sti: Remove local fbdev emulation Kconfig optionArchit Taneja1-2/+1
2015-11-03drm/sti: Build monolithic driverThierry Reding1-1/+23
2015-11-03drm/sti: Constify function pointer structsVille Syrjälä1-1/+1