aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sti/sti_drv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich1-3/+3
2022-08-03drm/fb: remove unused includes of drm_fb_cma_helper.hDanilo Krummrich1-1/+0
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-6/+1
2022-02-25drm/sti: Make use of the helper component_compare_ofYong Wu1-6/+1
2022-01-27drm/sti: Add support for the nomodeset kernel parameterJavier Martinez Canillas1-0/+3
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter1-1/+1
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-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 Karuga1-10/+3
2020-02-13drm/sti: Convert to CRTC VBLANK callbacksThomas Zimmermann1-4/+0
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 Ravnborg1-5/+6
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