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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.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
/
tidss
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-18
drm/tidss: oldi: convert to devm_drm_bridge_alloc() API
Jayesh Choudhary
1
-4
/
+4
2025-07-18
drm/tidss: encoder: convert to devm_drm_bridge_alloc()
Michael Walle
1
-3
/
+7
2025-06-26
drm/tidss: Add OLDI bridge support
Aradhya Bhatia
8
-2
/
+699
2025-06-26
drm/tidss: Mark AM65x OLDI code separately
Aradhya Bhatia
4
-43
/
+44
2025-05-20
drm/tidss: Add support for AM62L display subsystem
Devarsh Thakkar
3
-0
/
+44
2025-05-20
drm/tidss: Update infrastructure to support K3 DSS cut-down versions
Devarsh Thakkar
5
-46
/
+127
2025-03-20
drm/bridge: Add encoder parameter to drm_bridge_funcs.attach
Maxime Ripard
1
-1
/
+2
2025-01-24
drm/tidss: Fix typos
Andrew Kreimer
2
-2
/
+2
2024-12-09
Merge remote-tracking branch 'drm/drm-next' into drm-misc-next
Maarten Lankhorst
1
-1
/
+1
2024-12-05
drm: remove driver date from struct drm_driver and all drivers
Jani Nikula
1
-1
/
+0
2024-12-02
Get rid of 'remove_new' relic from platform driver struct
Linus Torvalds
1
-1
/
+1
2024-11-25
drm/tidss: Rename 'wait_lock' to 'irq_lock'
Tomi Valkeinen
4
-15
/
+15
2024-11-25
drm/tidss: Fix race condition while handling interrupt registers
Devarsh Thakkar
2
-0
/
+6
2024-11-25
drm/tidss: Clear the interrupt status for interrupts being disabled
Devarsh Thakkar
1
-2
/
+8
2024-11-25
drm/tidss: Add printing of underflows
Tomi Valkeinen
3
-0
/
+24
2024-11-25
drm/tidss: Remove extra K2G check
Tomi Valkeinen
1
-2
/
+0
2024-11-25
drm/tidss: Remove unused OCP error flag
Tomi Valkeinen
2
-7
/
+2
2024-11-25
drm/tidss: Fix issue in irq handling causing irq-flood issue
Tomi Valkeinen
1
-8
/
+4
2024-11-15
drm/client: Move public client header to clients/ subdirectory
Thomas Zimmermann
1
-1
/
+1
2024-09-26
drm/tidss: Run DRM default client setup
Thomas Zimmermann
2
-1
/
+4
2024-09-03
drm/bridge-connector: move to DRM_DISPLAY_HELPER module
Dmitry Baryshkov
1
-0
/
+2
2024-06-18
drm/tidss: Add drm_panic support
Javier Martinez Canillas
1
-1
/
+13
2024-03-05
drm/tidss: Use dev_err_probe() over dev_dbg() when failing to probe the port
Andrew Halaney
1
-2
/
+1
2024-02-26
drm/tidss: Fix sync-lost issue with two displays
Tomi Valkeinen
1
-0
/
+10
2024-02-26
drm/tidss: Fix initial plane zpos values
Tomi Valkeinen
1
-1
/
+1
2023-12-01
drm/tidss: Use DRM_PLANE_COMMIT_ACTIVE_ONLY
Tomi Valkeinen
2
-5
/
+1
2023-12-01
drm/tidss: Fix atomic_flush check
Tomi Valkeinen
1
-5
/
+5
2023-12-01
drm/tidss: IRQ code cleanup
Tomi Valkeinen
2
-46
/
+10
2023-12-01
drm/tidss: Fix dss reset
Tomi Valkeinen
1
-1
/
+44
2023-12-01
drm/tidss: Add simple K2G manual reset
Tomi Valkeinen
1
-2
/
+16
2023-12-01
drm/tidss: Check for K2G in in dispc_softreset()
Tomi Valkeinen
1
-6
/
+7
2023-12-01
drm/tidss: Return error value from from softreset
Tomi Valkeinen
1
-5
/
+12
2023-12-01
drm/tidss: Move reset to the end of dispc_init()
Tomi Valkeinen
1
-4
/
+4
2023-12-01
drm/tidss: Drop useless variable init
Tomi Valkeinen
1
-1
/
+1
2023-12-01
drm/tidss: Use PM autosuspend
Tomi Valkeinen
1
-1
/
+8
2023-12-01
drm/tidss: Use pm_runtime_resume_and_get()
Tomi Valkeinen
1
-2
/
+2
2023-12-01
drm/tidss: Add support for AM62A7 DSS
Aradhya Bhatia
3
-0
/
+63
2023-10-31
Revert "drm/tidss: Annotate dma-fence critical section in commit path"
Tomi Valkeinen
1
-4
/
+0
2023-07-29
drm: Fix references to drm_plane_helper_check_state()
Geert Uytterhoeven
1
-1
/
+2
2023-07-21
drm: Explicitly include correct DT includes
Rob Herring
2
-3
/
+1
2023-07-10
drm/tidss: Update encoder/bridge chain connect model
Aradhya Bhatia
3
-63
/
+94
2023-06-19
drm/tidss: Add support for AM625 DSS
Aradhya Bhatia
3
-1
/
+59
2023-06-08
drm/tidss: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-03-14
drm/tidss: Use GEM DMA fbdev emulation
Thomas Zimmermann
1
-2
/
+2
2023-02-20
drm/tidss: Implement struct drm_plane_helper_funcs.atomic_enable
Thomas Zimmermann
1
-0
/
+11
2023-02-20
drm/tidss: Remove return values from dispc_plane_{setup, enable}()
Thomas Zimmermann
3
-22
/
+9
2023-01-18
drm/tidss: Remove unnecessary include statements for drm_crtc_helper.h
Thomas Zimmermann
5
-5
/
+1
2022-12-16
drm: tidss: Fix pixel format definition
Randolph Sapp
1
-2
/
+2
2022-12-16
drm/tidss: Set max DMA segment size
Andrew Davis
1
-0
/
+2
2022-11-05
drm/fb-helper: Remove unnecessary include statements
Thomas Zimmermann
1
-1
/
+0
[next]