summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sti/sti_drv.c
Commit message (Expand)AuthorAgeFilesLines
* sti: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-131-8/+2Star
* drm/sti: drop use of drmP.hSam Ravnborg2019-06-061-5/+6
* drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-1/+1
* drm/sti: Use drm_atomic_helper_shutdownDaniel Vetter2018-10-051-3/+3
* drm/sti: Use drm_fbdev_generic_setup()Noralf Trønnes2018-09-251-7/+1Star
* drm/sti: Replace drm_dev_unref with drm_dev_putThomas Zimmermann2018-07-131-4/+4
* drm/sti: Let core take care of normalizing the zposPeter Ujfalusi2018-03-281-21/+3Star
* drm/sti: Use drm_fb_cma_fbdev_init/fini()Noralf Trønnes2017-12-081-22/+5Star
* gpu: drm: sti: Adopt SPDX identifiersBenjamin Gaignard2017-12-061-1/+1
* drm/sti: Use drm_gem_fb_create()Noralf Trønnes2017-08-271-1/+2
* drm/sti: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes2017-08-081-2/+0Star
* drm/sti: Drop drm_vblank_cleanupDaniel Vetter2017-06-201-1/+0Star
* drm: Create DEFINE_DRM_GEM_CMA_FOPS and roll it out to driversDaniel Vetter2017-03-141-10/+1Star
* Merge branch 'drm/next/platform' of git://linuxtv.org/pinchartl/media into dr...Daniel Vetter2017-03-111-2/+0Star
|\
| * drm: Remove the struct drm_device platformdev fieldLaurent Pinchart2017-02-171-2/+0Star
* | drm: sti: make driver use devm_of_platform_populate()Benjamin Gaignard2017-02-271-2/+1Star
* | Merge airlied/drm-next into drm-misc-nextDaniel Vetter2017-02-261-82/+4Star
|\ \
| * | drm/sti: fix build warnings in sti_drv.c and sti_vtg.c filesVincent Abriou2017-02-231-9/+0Star
| |/
| * drm/sti: debug fps resetVincent Abriou2017-02-101-0/+2
| * drm/sti: unbind all components while driver cleanupVincent Abriou2017-02-101-0/+1
| * drm/sti: use atomic_helper for commitFabien DESSENNE2017-02-101-78/+6Star
* | drm: remove drm_vblank_no_hw_counter assignment from driver codeShawn Guo2017-02-071-1/+0Star
|/
* drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi2017-02-021-1/+1
* Merge tag 'drm-misc-next-2017-01-30' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-01-311-42/+6Star
|\
| * drm/sti: Remove drm_debugfs_remove_files() callsNoralf Trønnes2017-01-271-42/+6Star
* | drm/sti: remove deprecated sti_vtac.c fileVincent Abriou2017-01-061-1/+0Star
* | drm/sti: create fbdev at bindingVincent Abriou2017-01-061-13/+14
|/
* Merge tag 'topic/drm-misc-2016-11-10' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-11-111-2/+0Star
|\
| * drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula2016-11-021-2/+0Star
* | Backmerge tag 'v4.9-rc4' into drm-nextDave Airlie2016-11-071-1/+21
|\ \ | |/ |/|
| * drm: Don't force all planes to be added to the state due to zposVille Syrjälä2016-10-261-1/+21
* | drm: convert DT component matching to component_match_add_release()Russell King2016-10-251-2/+3
* | drm: Add reference counting to drm_atomic_stateChris Wilson2016-10-171-1/+2
|/
* Merge branch 'sti-drm-next-2016-09-20' of https://github.com/vinceab/linux in...Dave Airlie2016-09-281-1/+1
|\
| * drm/sti: Fix sparse warningsVille Syrjälä2016-09-201-1/+1
* | drm: Don't swallow error codes in drm_dev_alloc()Tom Gundersen2016-09-221-2/+2
|/
* drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commitLiu Ying2016-08-291-1/+1
* drm: drop DRIVER_HAVE_IRQ flag for some driversShawn Guo2016-08-161-1/+1
* drm: sti: rework init sequenceBenjamin Gaignard2016-06-211-41/+96
* drm/sti: Don't call drm_helper_disable_unused_functionsDaniel Vetter2016-06-171-1/+0Star
* drm/atomic-helper: Massage swap_state signature somewhatDaniel Vetter2016-06-101-1/+1
* drm/sti: Use lockless gem BO free callbackDaniel Vetter2016-06-011-1/+1
* drm: sti: remove useless call to dev->struct_mutexBenjamin Gaignard2016-06-011-6/+0Star
* drm/sti: Rename async to nonblock.Maarten Lankhorst2016-05-021-3/+3
* drm: sti: remove sti_gem_prime_export hackBenjamin Gaignard2016-03-031-10/+1Star
* drm/sti: add debugfs fps_show/fps_get mechanism for planesVincent Abriou2016-02-261-0/+128
* drm/sti: set DRIVER_ATOMIC for stibenjamin.gaignard@linaro.org2016-02-261-1/+1
* drm/fb_cma_helper: Remove implicit call to disable_unused_functionsMaxime Ripard2016-01-151-0/+1
* drm/sti: fix typo issue in sti_mode_config_initVincent Abriou2015-11-031-2/+2
* drm/sti: Remove local fbdev emulation Kconfig optionArchit Taneja2015-11-031-2/+1Star