index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
tilcdc
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-24
drm/tilcdc: fix pixel clock setting warning message
Dario Binacchi
1
-5
/
+5
2021-03-24
drm/tilcdc: fix LCD pixel clock setting
Dario Binacchi
1
-2
/
+3
2021-03-24
drm/tilcdc: rename req_rate to pclk_rate
Dario Binacchi
1
-6
/
+6
2021-03-24
drm/tilcdc: panel: fix platform_no_drv_owner.cocci warnings
Yang Li
1
-1
/
+0
2021-03-16
Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2
-27
/
+39
2021-02-25
drm: Use state helper instead of the plane state pointer
Maxime Ripard
1
-1
/
+2
2021-02-25
drm/atomic: Pass the full state to planes atomic disable and update
Maxime Ripard
1
-1
/
+1
2021-02-24
drm: Rename plane->state variables in atomic update and disable
Maxime Ripard
1
-7
/
+7
2021-02-24
drm: Use state helper instead of plane state pointer in atomic_check
Maxime Ripard
1
-1
/
+2
2021-02-24
drm: Use the state pointer directly in planes atomic_check
Maxime Ripard
1
-1
/
+1
2021-02-24
drm/atomic: Pass the full state to planes atomic_check
Maxime Ripard
1
-1
/
+3
2021-02-24
drm: Rename plane atomic_check state names
Maxime Ripard
1
-12
/
+12
2021-02-22
doc: use KCFLAGS instead of EXTRA_CFLAGS to pass flags from command line
Masahiro Yamada
1
-1
/
+1
2021-02-18
drm/tilcdc: fix raster control register setting
Dario Binacchi
1
-1
/
+1
2021-02-18
drm/tilcdc: replace spin_lock_irqsave by spin_lock in hard IRQ
Tian Tao
1
-5
/
+4
2021-02-10
drm/tilcdc: send vblank event when disabling crtc
Quanyang Wang
1
-0
/
+9
2020-11-06
drm/<drivers>: Constify struct drm_driver
Daniel Vetter
1
-2
/
+2
2020-11-03
drm: Use the state pointer directly in atomic_check
Maxime Ripard
1
-3
/
+3
2020-11-02
drm/atomic: Pass the full state to CRTC atomic begin and flush
Maxime Ripard
1
-1
/
+1
2020-11-02
drm/atomic: Pass the full state to CRTC atomic_check
Maxime Ripard
1
-5
/
+7
2020-10-27
drm/tilcdc: avoid 'make W=2' build failure
Arnd Bergmann
1
-2
/
+2
2020-10-10
drm/tilcdc: Remove tilcdc_crtc_max_width(), use private data
Jyri Sarha
3
-35
/
+26
2020-10-10
drm/tilcdc: Do not keep vblank interrupts enabled all the time
Jyri Sarha
1
-3
/
+33
2020-10-09
drm/atomic: Pass the full state to CRTC atomic enable/disable
Maxime Ripard
1
-2
/
+2
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-07-14
drm/tilcdc: Use standard drm_atomic_helper_commit
Daniel Vetter
3
-49
/
+19
2020-06-10
drm/tilcdc: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS
Thomas Zimmermann
1
-7
/
+1
2020-06-10
drm/tilcdc: Use GEM CMA object functions
Thomas Zimmermann
1
-6
/
+1
2020-05-19
drm/tilcdc: add missing static for panel_driver
Tomi Valkeinen
1
-1
/
+1
2020-05-19
drm/tilcdc: remove unnecessary state->fb check
Tomi Valkeinen
1
-2
/
+1
2020-05-19
drm/tilcdc: fix leak & null ref in panel_connector_get_modes
Tomi Valkeinen
1
-1
/
+5
2020-05-17
drm/tilcdc: use devm_of_find_backlight
Sam Ravnborg
1
-11
/
+6
2020-04-08
drm/tilcdc: Set up fbdev after fully registering device
Thomas Zimmermann
1
-2
/
+1
2020-04-02
drm/tilcdc: Use simple encoder
Thomas Zimmermann
2
-13
/
+5
2020-03-18
drm: convert .debugfs_init() hook to return void.
Wambui Karuga
1
-3
/
+1
2020-03-18
drm/tilcdc: remove check for return value of debugfs functions.
Wambui Karuga
1
-11
/
+4
2020-02-26
drm/bridge: Extend bridge API to disable connector creation
Laurent Pinchart
1
-1
/
+1
2020-01-30
Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
4
-405
/
+1
2020-01-06
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
1
-1
/
+1
2019-12-16
drm/tilcdc: Remove obsolete bundled tilcdc tfp410 driver
Jyri Sarha
4
-400
/
+0
2019-11-20
drm/tilcdc: Drop drm_gem_fb_create wrapper
Daniel Vetter
1
-7
/
+1
2019-11-08
drm/tilcdc: Provide ddc symlink in connector sysfs directory
Andrzej Pietrasiewicz
1
-2
/
+4
2019-10-11
Merge tag 'drm-misc-next-2019-10-09-2' of git://anongit.freedesktop.org/drm/d...
Dave Airlie
2
-3
/
+4
2019-10-07
drm/tilcdc: plane: Make structure tilcdc_plane_funcs constant
Nishka Dasgupta
1
-1
/
+1
2019-09-30
drm/tilcdc: include linux/pinctrl/consumer.h again
Arnd Bergmann
1
-0
/
+1
2019-09-08
drm/bridge: panel: Infer connector type from panel by default
Laurent Pinchart
1
-2
/
+2
2019-08-28
drm: Stop including drm_bridge.h from drm_crtc.h
Boris Brezillon
1
-0
/
+1
2019-08-02
drm/tilcdc: Remove obsolete crtc_mode_valid() hack
Jyri Sarha
7
-119
/
+19
2019-07-22
Merge v5.3-rc1 into drm-misc-next
Maxime Ripard
11
-125
/
+11
2019-07-17
drm/tilcdc: drop use of drmP.h
Sam Ravnborg
7
-35
/
+57
[next]