summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tilcdc/tilcdc_drv.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)1-1/+0
2026-05-04drm: Rename struct drm_atomic_state to drm_atomic_commitMaxime Ripard1-1/+1
2026-02-11drm/tilcdc: Convert to drm_device-based logging helpersKory Maincent (TI.com)1-8/+8
2026-02-11drm/tilcdc: Convert to DRM managed resourcesKory Maincent (TI.com)1-4/+1
2026-02-11drm/tilcdc: Remove the use of drm_device private_dataKory Maincent (TI.com)1-6/+5
2026-02-11drm/tilcdc: Modernize driver initialization and cleanup pathsKory Maincent (TI.com)1-67/+33
2026-02-11drm/tilcdc: Move tilcdc_init/fini closer to probe/removeKory Maincent (TI.com)1-119/+119
2026-02-11drm/tilcdc: Use drm_module_platform_driver() helperKory Maincent (TI.com)1-17/+2
2026-02-11drm/tilcdc: Remove the useless module list supportKory Maincent (TI.com)1-29/+0
2026-02-11drm/tilcdc: Rename tilcdc_external to tilcdc_encoderKory Maincent (TI.com)1-1/+1
2026-02-11drm/tilcdc: Rename external_encoder and external_connector to encoder and con...Kory Maincent (TI.com)1-2/+2
2026-02-11drm/tilcdc: Remove unused encoder and connector tracking arraysKory Maincent (TI.com)1-2/+1
2026-02-11drm/tilcdc: Remove redundant #endif/#ifdef in debugfs codeKory Maincent (TI.com)1-3/+0
2026-02-11drm/tilcdc: Remove component framework supportKory Maincent (TI.com)1-71/+9
2026-02-11drm/tilcdc: Remove tilcdc panel driverKory Maincent (TI.com)1-3/+0
2026-02-11drm/tilcdc: Add support for DRM bus flags and simplify panel configKory Maincent (TI.com)1-2/+15
2025-12-08drm/tilcdc: Fix removal actions in case of failed probeKory Maincent (TI.com)1-18/+35
2024-12-13Merge tag 'drm-misc-next-2024-12-05' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie1-2/+1
2024-12-05drm: remove driver date from struct drm_driver and all driversJani Nikula1-1/+0
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds1-1/+1
2024-11-15drm/client: Move public client header to clients/ subdirectoryThomas Zimmermann1-1/+1
2024-09-26drm/tilcdc: Run DRM default client setupThomas Zimmermann1-1/+4
2023-12-28drm/tilcdc: request and mapp iomem with devresPhilipp Stanner1-15/+4
2023-11-28drm/tilcdc: Convert to platform remove callback returning voidUwe Kleine-König1-5/+4
2023-11-21drm/tilcdc: Fix irq free on unloadTomi Valkeinen1-1/+1
2023-09-21drm: Call drm_atomic_helper_shutdown() at shutdown/remove time for misc driversDouglas Anderson1-1/+10
2023-03-14drm/tilcdc: Use GEM DMA fbdev emulationThomas Zimmermann1-2/+2
2022-12-12drm: tilcdc: Remove #ifdef guards for PM related functionsPaul Cercueil1-6/+3
2022-11-05drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann1-1/+1
2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich1-3/+3
2022-01-27drm/tilcdc: Add support for the nomodeset kernel parameterJavier Martinez Canillas1-0/+3
2021-12-16drm/tilcdc: add const to of_device_idXiang wangx1-3/+1
2021-10-15drm: Remove redundant 'flush_workqueue()' callsChristophe JAILLET1-3/+1
2021-08-10drm/tilcdc: Convert to Linux IRQ interfacesThomas Zimmermann1-11/+40
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter1-2/+2
2020-10-27drm/tilcdc: avoid 'make W=2' build failureArnd Bergmann1-2/+2
2020-10-10drm/tilcdc: Remove tilcdc_crtc_max_width(), use private dataJyri Sarha1-17/+21
2020-07-14drm/tilcdc: Use standard drm_atomic_helper_commitDaniel Vetter1-46/+1
2020-06-10drm/tilcdc: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPSThomas Zimmermann1-7/+1
2020-06-10drm/tilcdc: Use GEM CMA object functionsThomas Zimmermann1-6/+1
2020-04-08drm/tilcdc: Set up fbdev after fully registering deviceThomas Zimmermann1-2/+1
2020-03-18drm: convert .debugfs_init() hook to return void.Wambui Karuga1-3/+1
2020-03-18drm/tilcdc: remove check for return value of debugfs functions.Wambui Karuga1-11/+4
2020-01-30Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-10/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-12-16drm/tilcdc: Remove obsolete bundled tilcdc tfp410 driverJyri Sarha1-3/+0
2019-11-19drm/tilcdc: Drop drm_gem_fb_create wrapperDaniel Vetter1-7/+1
2019-08-02drm/tilcdc: Remove obsolete crtc_mode_valid() hackJyri Sarha1-1/+0
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard1-12/+1
2019-07-17drm/tilcdc: drop use of drmP.hSam Ravnborg1-4/+15