开源镜像站
帮助
下载
动态
GitHub
index
:
linux.git
master
Linux kernel mainline source
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
sti
/
sti_drv.c
Age
Commit message (
Expand
)
Author
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2025-10-31
drm: include drm_print.h where needed
Jani Nikula
2025-10-30
drm/sti: make use of drm_of_component_probe
Raphael Gallais-Pou
2025-10-30
drm/sti: check dma_set_coherent_mask return value
Raphael Gallais-Pou
2024-12-09
Merge remote-tracking branch 'drm/drm-next' into drm-misc-next
Maarten Lankhorst
2024-12-05
drm: remove driver date from struct drm_driver and all drivers
Jani Nikula
2024-12-01
Get rid of 'remove_new' relic from platform driver struct
Linus Torvalds
2024-11-15
drm/client: Move public client header to clients/ subdirectory
Thomas Zimmermann
2024-09-26
drm/sti: Run DRM default client setup
Thomas Zimmermann
2024-04-25
drm/print: drop include debugfs.h and include where needed
Jani Nikula
2023-09-21
drm: Call drm_atomic_helper_shutdown() at shutdown time for misc drivers
Douglas Anderson
2023-07-21
drm: Explicitly include correct DT includes
Rob Herring
2023-06-08
drm/sti: Convert to platform remove callback returning void
Uwe Kleine-König
2023-03-14
drm/sti: Use GEM DMA fbdev emulation
Thomas Zimmermann
2022-11-05
drm/fb-helper: Move generic fbdev emulation into separate source file
Thomas Zimmermann
2022-08-03
drm/gem: rename GEM CMA helpers to GEM DMA helpers
Danilo Krummrich
2022-08-03
drm/fb: remove unused includes of drm_fb_cma_helper.h
Danilo Krummrich
2022-03-28
Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-02-25
drm/sti: Make use of the helper component_compare_of
Yong Wu
2022-01-27
drm/sti: Add support for the nomodeset kernel parameter
Javier Martinez Canillas
2020-11-06
drm/<drivers>: Constify struct drm_driver
Daniel Vetter
2020-06-10
drm/sti: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS
Thomas Zimmermann
2020-06-10
drm/sti: Use GEM CMA object functions
Thomas Zimmermann
2020-03-18
drm: convert .debugfs_init() hook to return void.
Wambui Karuga
2020-03-18
drm/sti: remove use of drm_debugfs functions as return values
Wambui Karuga
2020-02-13
drm/sti: Convert to CRTC VBLANK callbacks
Thomas Zimmermann
2019-06-21
drm/sti: Drop drm_gem_prime_export/import
Daniel Vetter
2019-06-21
drm/prime: Actually remove DRIVER_PRIME everywhere
Daniel Vetter
2019-06-21
drm/sti: Remove duplicated include from sti_drv.c
YueHaibing
2019-06-13
sti: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-06-06
drm/sti: drop use of drmP.h
Sam Ravnborg
2019-01-24
drm: Split out drm_probe_helper.h
Daniel Vetter
2018-10-05
drm/sti: Use drm_atomic_helper_shutdown
Daniel Vetter
2018-09-25
drm/sti: Use drm_fbdev_generic_setup()
Noralf Trønnes
2018-07-13
drm/sti: Replace drm_dev_unref with drm_dev_put
Thomas Zimmermann
2018-03-28
drm/sti: Let core take care of normalizing the zpos
Peter Ujfalusi
2017-12-08
drm/sti: Use drm_fb_cma_fbdev_init/fini()
Noralf Trønnes
2017-12-06
gpu: drm: sti: Adopt SPDX identifiers
Benjamin Gaignard
2017-08-27
drm/sti: Use drm_gem_fb_create()
Noralf Trønnes
2017-08-08
drm/sti: Use .dumb_map_offset and .dumb_destroy defaults
Noralf Trønnes
2017-06-20
drm/sti: Drop drm_vblank_cleanup
Daniel Vetter
2017-03-14
drm: Create DEFINE_DRM_GEM_CMA_FOPS and roll it out to drivers
Daniel Vetter
2017-03-11
Merge branch 'drm/next/platform' of git://linuxtv.org/pinchartl/media into dr...
Daniel Vetter
2017-02-27
drm: sti: make driver use devm_of_platform_populate()
Benjamin Gaignard
2017-02-26
Merge airlied/drm-next into drm-misc-next
Daniel Vetter
2017-02-23
drm/sti: fix build warnings in sti_drv.c and sti_vtg.c files
Vincent Abriou
2017-02-17
drm: Remove the struct drm_device platformdev field
Laurent Pinchart
2017-02-10
drm/sti: debug fps reset
Vincent Abriou
2017-02-10
drm/sti: unbind all components while driver cleanup
Vincent Abriou
[next]