index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
tilcdc
/
tilcdc_drv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm: tilcdc: Remove #ifdef guards for PM related functions
Paul Cercueil
2022-12-12
1
-6
/
+3
*
drm/fb-helper: Move generic fbdev emulation into separate source file
Thomas Zimmermann
2022-11-05
1
-1
/
+1
*
drm/gem: rename GEM CMA helpers to GEM DMA helpers
Danilo Krummrich
2022-08-03
1
-3
/
+3
*
drm/tilcdc: Add support for the nomodeset kernel parameter
Javier Martinez Canillas
2022-01-27
1
-0
/
+3
*
drm/tilcdc: add const to of_device_id
Xiang wangx
2021-12-16
1
-3
/
+1
*
drm: Remove redundant 'flush_workqueue()' calls
Christophe JAILLET
2021-10-15
1
-3
/
+1
*
drm/tilcdc: Convert to Linux IRQ interfaces
Thomas Zimmermann
2021-08-10
1
-11
/
+40
*
drm/<drivers>: Constify struct drm_driver
Daniel Vetter
2020-11-06
1
-2
/
+2
*
drm/tilcdc: avoid 'make W=2' build failure
Arnd Bergmann
2020-10-27
1
-2
/
+2
*
drm/tilcdc: Remove tilcdc_crtc_max_width(), use private data
Jyri Sarha
2020-10-10
1
-17
/
+21
*
drm/tilcdc: Use standard drm_atomic_helper_commit
Daniel Vetter
2020-07-14
1
-46
/
+1
*
drm/tilcdc: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS
Thomas Zimmermann
2020-06-10
1
-7
/
+1
*
drm/tilcdc: Use GEM CMA object functions
Thomas Zimmermann
2020-06-10
1
-6
/
+1
*
drm/tilcdc: Set up fbdev after fully registering device
Thomas Zimmermann
2020-04-08
1
-2
/
+1
*
drm: convert .debugfs_init() hook to return void.
Wambui Karuga
2020-03-18
1
-3
/
+1
*
drm/tilcdc: remove check for return value of debugfs functions.
Wambui Karuga
2020-03-18
1
-11
/
+4
*
Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2020-01-30
1
-10
/
+1
|
\
|
*
drm/tilcdc: Remove obsolete bundled tilcdc tfp410 driver
Jyri Sarha
2019-12-16
1
-3
/
+0
|
*
drm/tilcdc: Drop drm_gem_fb_create wrapper
Daniel Vetter
2019-11-19
1
-7
/
+1
*
|
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
2020-01-06
1
-1
/
+1
|
/
*
drm/tilcdc: Remove obsolete crtc_mode_valid() hack
Jyri Sarha
2019-08-02
1
-1
/
+0
*
Merge v5.3-rc1 into drm-misc-next
Maxime Ripard
2019-07-22
1
-12
/
+1
|
\
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
2019-06-19
1
-12
/
+1
*
|
drm/tilcdc: drop use of drmP.h
Sam Ravnborg
2019-07-17
1
-4
/
+15
*
|
drm/tilcdc: Drop drm_gem_prime_export/import
Daniel Vetter
2019-06-21
1
-2
/
+0
*
|
drm/prime: Actually remove DRIVER_PRIME everywhere
Daniel Vetter
2019-06-21
1
-2
/
+1
|
/
*
drm/irq: Don't check for DRIVER_HAVE_IRQ in drm_irq_(un)install
Daniel Vetter
2019-01-29
1
-1
/
+1
*
drm: Split out drm_probe_helper.h
Daniel Vetter
2019-01-24
1
-0
/
+1
*
Merge tag 'tilcdc-4.22' of https://github.com/jsarha/linux into drm-next
Dave Airlie
2019-01-11
1
-17
/
+17
|
\
|
*
drm/tilcdc: Register cpufreq notifier after we have initialized crtc
Jyri Sarha
2019-01-04
1
-17
/
+17
*
|
drm/tilcdc: Use drm_fbdev_generic_setup()
Noralf Trønnes
2018-11-01
1
-9
/
+2
|
/
*
drm/tilcdc: Convert drm_atomic_helper_suspend/resume()
Souptick Joarder
2018-10-01
1
-10
/
+4
*
drm/tilcdc: Defer probe if there are no connectors
Sjoerd Simons
2018-07-05
1
-1
/
+1
*
drm/tilcdc: Delete an error message for a failed memory allocation in seven f...
Markus Elfring
2018-02-28
1
-3
/
+1
*
drm/tilcdc: Use drm_fb_cma_fbdev_init/fini()
Noralf Trønnes
2017-12-08
1
-21
/
+5
*
drm/tilcdc: Use drm_gem_cma_print_info()
Noralf Trønnes
2017-11-11
1
-1
/
+1
*
drm/tilcdc: replace reference/unreference() with get/put
Aishwarya Pant
2017-09-26
1
-1
/
+1
*
drm/tilcdc: Use drm_gem_fb_create()
Noralf Trønnes
2017-09-09
1
-1
/
+2
*
drm/tilcdc: Use .dumb_map_offset and .dumb_destroy defaults
Noralf Trønnes
2017-07-29
1
-2
/
+0
*
drm/tilcdc: Handle drm_atomic_helper_swap_state failure
Maarten Lankhorst
2017-07-26
1
-1
/
+5
*
drm/tilcdc: fix include notation and remove -Iinclude/drm flag
Masahiro Yamada
2017-05-17
1
-2
/
+1
*
drm: Create DEFINE_DRM_GEM_CMA_FOPS and roll it out to drivers
Daniel Vetter
2017-03-14
1
-11
/
+1
*
Merge branch 'drm/next/platform' of git://linuxtv.org/pinchartl/media into dr...
Daniel Vetter
2017-03-11
1
-1
/
+0
|
\
|
*
drm: Remove the struct drm_device platformdev field
Laurent Pinchart
2017-02-17
1
-1
/
+0
*
|
drm: tilcdc: use vblank hooks in struct drm_crtc_funcs
Shawn Guo
2017-02-09
1
-12
/
+0
*
|
drm: remove drm_vblank_no_hw_counter assignment from driver code
Shawn Guo
2017-02-07
1
-1
/
+0
|
/
*
drm: Rely on mode_config data for fb_helper initialization
Gabriel Krisman Bertazi
2017-02-02
1
-2
/
+1
*
drm/tilcdc: Remove tilcdc_debugfs_cleanup()
Noralf Trønnes
2017-01-27
1
-12
/
+0
*
drm/mm: Convert to drm_printer
Daniel Vetter
2016-12-30
1
-1
/
+3
*
drm/tilcdc: fix parsing of some DT properties
Bartosz Golaszewski
2016-11-30
1
-2
/
+2
[next]