index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
tilcdc
/
tilcdc_crtc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-06
Merge tag 'drm-misc-next-2026-04-20' of https://gitlab.freedesktop.org/drm/mi...
Dave Airlie
1
-1
/
+1
2026-05-04
drm: Rename struct drm_atomic_state to drm_atomic_commit
Maxime Ripard
1
-4
/
+4
2026-04-01
drm/tilcdc: replace use of system_wq with system_percpu_wq
Marco Crivellari
1
-1
/
+1
2026-02-11
drm/tilcdc: Convert to drm_device-based logging helpers
Kory Maincent (TI.com)
1
-13
/
+13
2026-02-11
drm/tilcdc: Convert to DRM managed resources
Kory Maincent (TI.com)
1
-27
/
+28
2026-02-11
drm/tilcdc: Remove the use of drm_device private_data
Kory Maincent (TI.com)
1
-14
/
+14
2026-02-11
drm/tilcdc: Remove tilcdc_panel_info structure
Kory Maincent (TI.com)
1
-25
/
+3
2026-02-11
drm/tilcdc: Remove component framework support
Kory Maincent (TI.com)
1
-10
/
+0
2026-02-11
drm/tilcdc: Add support for DRM bus flags and simplify panel config
Kory Maincent (TI.com)
1
-30
/
+17
2026-02-11
drm/tilcdc: Remove simulate_vesa_sync flag
Kory Maincent (TI.com)
1
-16
/
+0
2025-12-13
Merge tag 'drm-fixes-2025-12-13' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-1
/
+1
2025-12-08
drm/tilcdc: Fix removal actions in case of failed probe
Kory Maincent (TI.com)
1
-1
/
+1
2025-10-06
drm/tilcdc: crtc: Use drm_atomic_helper_check_crtc_primary_plane()
Maxime Ripard
1
-8
/
+1
2022-08-03
drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}
Danilo Krummrich
1
-1
/
+1
2022-08-03
drm/gem: rename GEM CMA helpers to GEM DMA helpers
Danilo Krummrich
1
-2
/
+2
2022-08-03
drm/fb: rename FB CMA helpers to FB DMA helpers
Danilo Krummrich
1
-2
/
+2
2022-06-20
drm: Drop drm_framebuffer.h from drm_crtc.h
Ville Syrjälä
1
-0
/
+1
2022-04-25
drm/tilcdc: fix typos in comment
Chunguang Xu
1
-1
/
+1
2022-03-21
drm/tilcdc: Use drm_mode_copy()
Ville Syrjälä
1
-1
/
+1
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-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-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-10
drm/tilcdc: Remove tilcdc_crtc_max_width(), use private data
Jyri Sarha
1
-15
/
+1
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-23
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
1
-0
/
+13
2019-08-02
drm/tilcdc: Remove obsolete crtc_mode_valid() hack
Jyri Sarha
1
-17
/
+11
2019-07-22
Merge v5.3-rc1 into drm-misc-next
Maxime Ripard
1
-12
/
+1
2019-07-17
drm/tilcdc: drop use of drmP.h
Sam Ravnborg
1
-7
/
+11
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
1
-12
/
+1
2018-05-09
drm/tilcdc: Fix setting clock divider for omap-l138
David Lechner
1
-1
/
+1
2018-02-28
drm/tilcdc: Delete an error message for a failed memory allocation in seven f...
Markus Elfring
1
-3
/
+1
2017-12-18
drm/tilcdc: make tilcdc_mode_hvtotal() static
Xiongwei Song
1
-1
/
+1
2017-12-18
drm/tilcdc: Remove drm_framebuffer_get() and *_put() calls
Jyri Sarha
1
-49
/
+0
2017-10-13
drm/tilcdc: Precalculate total frametime in tilcdc_crtc_set_mode()
Jyri Sarha
1
-1
/
+12
2017-10-05
drm/tilcdc: Use tilcdc_crtc_shutdown() in tilcdc_crtc_destroy()
Jyri Sarha
1
-3
/
+1
2017-10-05
drm/tilcdc: Remove WARN_ON(!drm_modeset_is_locked(&crtc->mutex)) checks
Jyri Sarha
1
-4
/
+0
2017-10-05
drm/tilcdc: Turn raster off in crtc reset, if it was on in the HW
Jyri Sarha
1
-1
/
+29
2017-10-05
drm/tilcdc: switch to drm_*{get,put} helpers
Cihangir Akturk
1
-3
/
+3
2017-07-26
drm: Convert to using %pOF instead of full_name
Rob Herring
1
-2
/
+2
2017-06-30
drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()
Laurent Pinchart
1
-1
/
+7
2017-06-30
drm: Add old state pointer to CRTC .enable() helper function
Laurent Pinchart
1
-1
/
+7
2017-04-06
drm: convert drivers to use of_graph_get_remote_node
Rob Herring
1
-10
/
+2
[next]