summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tilcdc/tilcdc_drv.c
AgeCommit message (Expand)AuthorLines
2023-12-28drm/tilcdc: request and mapp iomem with devresPhilipp Stanner-15/+4
2023-11-28drm/tilcdc: Convert to platform remove callback returning voidUwe Kleine-König-5/+4
2023-11-21drm/tilcdc: Fix irq free on unloadTomi Valkeinen-1/+1
2023-09-21drm: Call drm_atomic_helper_shutdown() at shutdown/remove time for misc driversDouglas Anderson-1/+10
2023-03-14drm/tilcdc: Use GEM DMA fbdev emulationThomas Zimmermann-2/+2
2022-12-12drm: tilcdc: Remove #ifdef guards for PM related functionsPaul Cercueil-6/+3
2022-11-05drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann-1/+1
2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich-3/+3
2022-01-27drm/tilcdc: Add support for the nomodeset kernel parameterJavier Martinez Canillas-0/+3
2021-12-16drm/tilcdc: add const to of_device_idXiang wangx-3/+1
2021-10-15drm: Remove redundant 'flush_workqueue()' callsChristophe JAILLET-3/+1
2021-08-10drm/tilcdc: Convert to Linux IRQ interfacesThomas Zimmermann-11/+40
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter-2/+2
2020-10-27drm/tilcdc: avoid 'make W=2' build failureArnd Bergmann-2/+2
2020-10-10drm/tilcdc: Remove tilcdc_crtc_max_width(), use private dataJyri Sarha-17/+21
2020-07-14drm/tilcdc: Use standard drm_atomic_helper_commitDaniel Vetter-46/+1
2020-06-10drm/tilcdc: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPSThomas Zimmermann-7/+1
2020-06-10drm/tilcdc: Use GEM CMA object functionsThomas Zimmermann-6/+1
2020-04-08drm/tilcdc: Set up fbdev after fully registering deviceThomas Zimmermann-2/+1
2020-03-18drm: convert .debugfs_init() hook to return void.Wambui Karuga-3/+1
2020-03-18drm/tilcdc: remove check for return value of debugfs functions.Wambui Karuga-11/+4
2020-01-30Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-10/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig-1/+1
2019-12-16drm/tilcdc: Remove obsolete bundled tilcdc tfp410 driverJyri Sarha-3/+0
2019-11-19drm/tilcdc: Drop drm_gem_fb_create wrapperDaniel Vetter-7/+1
2019-08-02drm/tilcdc: Remove obsolete crtc_mode_valid() hackJyri Sarha-1/+0
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard-12/+1
2019-07-17drm/tilcdc: drop use of drmP.hSam Ravnborg-4/+15
2019-06-21drm/tilcdc: Drop drm_gem_prime_export/importDaniel Vetter-2/+0
2019-06-21drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter-2/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner-12/+1
2019-01-29drm/irq: Don't check for DRIVER_HAVE_IRQ in drm_irq_(un)installDaniel Vetter-1/+1
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter-0/+1
2019-01-11Merge tag 'tilcdc-4.22' of https://github.com/jsarha/linux into drm-nextDave Airlie-17/+17
2019-01-04drm/tilcdc: Register cpufreq notifier after we have initialized crtcJyri Sarha-17/+17
2018-11-01drm/tilcdc: Use drm_fbdev_generic_setup()Noralf Trønnes-9/+2
2018-10-01drm/tilcdc: Convert drm_atomic_helper_suspend/resume()Souptick Joarder-10/+4
2018-07-05drm/tilcdc: Defer probe if there are no connectorsSjoerd Simons-1/+1
2018-02-28drm/tilcdc: Delete an error message for a failed memory allocation in seven f...Markus Elfring-3/+1
2017-12-08drm/tilcdc: Use drm_fb_cma_fbdev_init/fini()Noralf Trønnes-21/+5
2017-11-11drm/tilcdc: Use drm_gem_cma_print_info()Noralf Trønnes-1/+1
2017-09-26drm/tilcdc: replace reference/unreference() with get/putAishwarya Pant-1/+1
2017-09-09drm/tilcdc: Use drm_gem_fb_create()Noralf Trønnes-1/+2
2017-07-29drm/tilcdc: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes-2/+0
2017-07-26drm/tilcdc: Handle drm_atomic_helper_swap_state failureMaarten Lankhorst-1/+5
2017-05-17drm/tilcdc: fix include notation and remove -Iinclude/drm flagMasahiro Yamada-2/+1
2017-03-14drm: Create DEFINE_DRM_GEM_CMA_FOPS and roll it out to driversDaniel Vetter-11/+1
2017-03-11Merge branch 'drm/next/platform' of git://linuxtv.org/pinchartl/media into dr...Daniel Vetter-1/+0
2017-02-17drm: Remove the struct drm_device platformdev fieldLaurent Pinchart-1/+0
2017-02-09drm: tilcdc: use vblank hooks in struct drm_crtc_funcsShawn Guo-12/+0