开源镜像站
帮助
下载
动态
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
/
tilcdc
/
tilcdc_drv.c
Age
Commit message (
Expand
)
Author
2026-02-11
drm/tilcdc: Convert to drm_device-based logging helpers
Kory Maincent (TI.com)
2026-02-11
drm/tilcdc: Convert to DRM managed resources
Kory Maincent (TI.com)
2026-02-11
drm/tilcdc: Remove the use of drm_device private_data
Kory Maincent (TI.com)
2026-02-11
drm/tilcdc: Modernize driver initialization and cleanup paths
Kory Maincent (TI.com)
2026-02-11
drm/tilcdc: Move tilcdc_init/fini closer to probe/remove
Kory Maincent (TI.com)
2026-02-11
drm/tilcdc: Use drm_module_platform_driver() helper
Kory Maincent (TI.com)
2026-02-11
drm/tilcdc: Remove the useless module list support
Kory Maincent (TI.com)
2026-02-11
drm/tilcdc: Rename tilcdc_external to tilcdc_encoder
Kory Maincent (TI.com)
2026-02-11
drm/tilcdc: Rename external_encoder and external_connector to encoder and con...
Kory Maincent (TI.com)
2026-02-11
drm/tilcdc: Remove unused encoder and connector tracking arrays
Kory Maincent (TI.com)
2026-02-11
drm/tilcdc: Remove redundant #endif/#ifdef in debugfs code
Kory Maincent (TI.com)
2026-02-11
drm/tilcdc: Remove component framework support
Kory Maincent (TI.com)
2026-02-11
drm/tilcdc: Remove tilcdc panel driver
Kory Maincent (TI.com)
2026-02-11
drm/tilcdc: Add support for DRM bus flags and simplify panel config
Kory Maincent (TI.com)
2025-12-08
drm/tilcdc: Fix removal actions in case of failed probe
Kory Maincent (TI.com)
2024-12-13
Merge tag 'drm-misc-next-2024-12-05' of https://gitlab.freedesktop.org/drm/mi...
Dave Airlie
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/tilcdc: Run DRM default client setup
Thomas Zimmermann
2023-12-28
drm/tilcdc: request and mapp iomem with devres
Philipp Stanner
2023-11-28
drm/tilcdc: Convert to platform remove callback returning void
Uwe Kleine-König
2023-11-21
drm/tilcdc: Fix irq free on unload
Tomi Valkeinen
2023-09-21
drm: Call drm_atomic_helper_shutdown() at shutdown/remove time for misc drivers
Douglas Anderson
2023-03-14
drm/tilcdc: Use GEM DMA fbdev emulation
Thomas Zimmermann
2022-12-12
drm: tilcdc: Remove #ifdef guards for PM related functions
Paul Cercueil
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-01-27
drm/tilcdc: Add support for the nomodeset kernel parameter
Javier Martinez Canillas
2021-12-16
drm/tilcdc: add const to of_device_id
Xiang wangx
2021-10-15
drm: Remove redundant 'flush_workqueue()' calls
Christophe JAILLET
2021-08-10
drm/tilcdc: Convert to Linux IRQ interfaces
Thomas Zimmermann
2020-11-06
drm/<drivers>: Constify struct drm_driver
Daniel Vetter
2020-10-27
drm/tilcdc: avoid 'make W=2' build failure
Arnd Bergmann
2020-10-10
drm/tilcdc: Remove tilcdc_crtc_max_width(), use private data
Jyri Sarha
2020-07-14
drm/tilcdc: Use standard drm_atomic_helper_commit
Daniel Vetter
2020-06-10
drm/tilcdc: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS
Thomas Zimmermann
2020-06-10
drm/tilcdc: Use GEM CMA object functions
Thomas Zimmermann
2020-04-08
drm/tilcdc: Set up fbdev after fully registering device
Thomas Zimmermann
2020-03-18
drm: convert .debugfs_init() hook to return void.
Wambui Karuga
2020-03-18
drm/tilcdc: remove check for return value of debugfs functions.
Wambui Karuga
2020-01-30
Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2020-01-06
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
2019-12-16
drm/tilcdc: Remove obsolete bundled tilcdc tfp410 driver
Jyri Sarha
2019-11-19
drm/tilcdc: Drop drm_gem_fb_create wrapper
Daniel Vetter
2019-08-02
drm/tilcdc: Remove obsolete crtc_mode_valid() hack
Jyri Sarha
2019-07-22
Merge v5.3-rc1 into drm-misc-next
Maxime Ripard
2019-07-17
drm/tilcdc: drop use of drmP.h
Sam Ravnborg
2019-06-21
drm/tilcdc: Drop drm_gem_prime_export/import
Daniel Vetter
2019-06-21
drm/prime: Actually remove DRIVER_PRIME everywhere
Daniel Vetter
[next]