index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
tilcdc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/tilcdc: Use backlight power constants
Thomas Zimmermann
2024-08-16
1
-1
/
+1
*
drm: tilcdc: don't use devm_pinctrl_get_select_default() in probe
Wolfram Sang
2024-04-10
1
-6
/
+0
*
drm/tilcdc: request and mapp iomem with devres
Philipp Stanner
2023-12-28
1
-15
/
+4
*
drm/tilcdc: Convert to platform remove callback returning void
Uwe Kleine-König
2023-11-28
1
-5
/
+4
*
drm/tilcdc: Fix irq free on unload
Tomi Valkeinen
2023-11-21
1
-1
/
+1
*
drm: Call drm_atomic_helper_shutdown() at shutdown/remove time for misc drivers
Douglas Anderson
2023-09-21
1
-1
/
+10
*
drm/tilcdc: Convert to platform remove callback returning void
Uwe Kleine-König
2023-06-08
1
-4
/
+2
*
drm/tilcdc: Use GEM DMA fbdev emulation
Thomas Zimmermann
2023-03-14
1
-2
/
+2
*
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/plane: Remove drm_plane_init()
Thomas Zimmermann
2022-09-20
1
-5
/
+4
*
drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}
Danilo Krummrich
2022-08-03
1
-1
/
+1
*
drm/gem: rename GEM CMA helpers to GEM DMA helpers
Danilo Krummrich
2022-08-03
3
-6
/
+6
*
drm/fb: rename FB CMA helpers to FB DMA helpers
Danilo Krummrich
2022-08-03
1
-2
/
+2
*
drm: Remove unnecessary include statements of drm_plane_helper.h
Thomas Zimmermann
2022-07-26
1
-1
/
+0
*
drm: Remove linux/fb.h from drm_crtc.h
Ville Syrjälä
2022-07-05
1
-0
/
+1
*
drm: Drop drm_framebuffer.h from drm_crtc.h
Ville Syrjälä
2022-06-20
2
-0
/
+2
*
drm/tilcdc: fix typos in comment
Chunguang Xu
2022-04-25
1
-1
/
+1
*
tilcdc: tilcdc_external: fix an incorrect NULL check on list iterator
Xiaomeng Tong
2022-03-29
1
-3
/
+5
*
drm/tilcdc: Use drm_mode_copy()
Ville Syrjälä
2022-03-21
1
-1
/
+1
*
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 CONFIG_DRM_KMS_CMA_HELPER option
Thomas Zimmermann
2021-11-30
1
-1
/
+0
*
drm: Remove redundant 'flush_workqueue()' calls
Christophe JAILLET
2021-10-16
1
-3
/
+1
*
drm/tilcdc: Convert to Linux IRQ interfaces
Thomas Zimmermann
2021-08-10
2
-11
/
+43
*
drm/bridge: Centralize error message when bridge attach fails
Laurent Pinchart
2021-07-28
1
-3
/
+1
*
drm/tilcdc: fix pixel clock setting warning message
Dario Binacchi
2021-03-24
1
-5
/
+5
*
drm/tilcdc: fix LCD pixel clock setting
Dario Binacchi
2021-03-24
1
-2
/
+3
*
drm/tilcdc: rename req_rate to pclk_rate
Dario Binacchi
2021-03-24
1
-6
/
+6
*
drm/tilcdc: panel: fix platform_no_drv_owner.cocci warnings
Yang Li
2021-03-24
1
-1
/
+0
*
Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2021-03-16
2
-27
/
+39
|
\
|
*
drm: Use state helper instead of the plane state pointer
Maxime Ripard
2021-02-25
1
-1
/
+2
|
*
drm/atomic: Pass the full state to planes atomic disable and update
Maxime Ripard
2021-02-25
1
-1
/
+1
|
*
drm: Rename plane->state variables in atomic update and disable
Maxime Ripard
2021-02-24
1
-7
/
+7
|
*
drm: Use state helper instead of plane state pointer in atomic_check
Maxime Ripard
2021-02-24
1
-1
/
+2
|
*
drm: Use the state pointer directly in planes atomic_check
Maxime Ripard
2021-02-24
1
-1
/
+1
|
*
drm/atomic: Pass the full state to planes atomic_check
Maxime Ripard
2021-02-24
1
-1
/
+3
|
*
drm: Rename plane atomic_check state names
Maxime Ripard
2021-02-24
1
-12
/
+12
|
*
drm/tilcdc: fix raster control register setting
Dario Binacchi
2021-02-18
1
-1
/
+1
|
*
drm/tilcdc: replace spin_lock_irqsave by spin_lock in hard IRQ
Tian Tao
2021-02-18
1
-5
/
+4
|
*
drm/tilcdc: send vblank event when disabling crtc
Quanyang Wang
2021-02-09
1
-0
/
+9
*
|
doc: use KCFLAGS instead of EXTRA_CFLAGS to pass flags from command line
Masahiro Yamada
2021-02-22
1
-1
/
+1
|
/
*
drm/<drivers>: Constify struct drm_driver
Daniel Vetter
2020-11-06
1
-2
/
+2
*
drm: Use the state pointer directly in atomic_check
Maxime Ripard
2020-11-03
1
-3
/
+3
*
drm/atomic: Pass the full state to CRTC atomic begin and flush
Maxime Ripard
2020-11-02
1
-1
/
+1
*
drm/atomic: Pass the full state to CRTC atomic_check
Maxime Ripard
2020-11-02
1
-5
/
+7
*
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
3
-35
/
+26
*
drm/tilcdc: Do not keep vblank interrupts enabled all the time
Jyri Sarha
2020-10-10
1
-3
/
+33
*
drm/atomic: Pass the full state to CRTC atomic enable/disable
Maxime Ripard
2020-10-09
1
-2
/
+2
[next]