index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
tidss
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-03
drm/tidss: Fix enable/disable order
Tomi Valkeinen
1
-3
/
+27
2025-11-12
drm/tidss: Move OLDI mode validation to OLDI bridge mode_valid hook
Jayesh Choudhary
3
-0
/
+31
2025-11-12
drm/tidss: Remove max_pclk_khz and min_pclk_khz from tidss display features
Jayesh Choudhary
2
-58
/
+31
2025-11-10
drm/tidss: use drm_crtc_vblank_crtc()
Jani Nikula
1
-2
/
+1
2025-10-31
drm/tidss: Set vblank (event) time at crtc_atomic_enable
Tomi Valkeinen
1
-2
/
+7
2025-10-31
drm/tidss: Restructure dispc_vp_prepare() and dispc_vp_enable()
Tomi Valkeinen
3
-19
/
+8
2025-10-31
drm: include drm_print.h where needed
Jani Nikula
2
-0
/
+2
2025-09-30
drm/tidss: crtc: Cleanup reset implementation
Maxime Ripard
1
-3
/
+1
2025-09-30
drm/tidss: crtc: Implement destroy_state
Maxime Ripard
1
-1
/
+10
2025-09-30
drm/tidss: crtc: Change variable name
Maxime Ripard
1
-4
/
+4
2025-09-30
drm/tidss: Remove ftrace-like logs
Maxime Ripard
5
-38
/
+0
2025-09-30
drm/tidss: Convert to drm logging
Maxime Ripard
2
-4
/
+6
2025-09-03
drm/tidss: dispc: Explicitly include bitfield.h
Nathan Chancellor
1
-0
/
+1
2025-09-01
drm/tidss: dispc: Define field masks being used
Maxime Ripard
2
-61
/
+154
2025-09-01
drm/tidss: dispc: Switch OVR_REG_FLD_MOD to using a mask
Maxime Ripard
1
-13
/
+13
2025-09-01
drm/tidss: dispc: Switch VP_REG_FLD_MOD to using a mask
Maxime Ripard
1
-12
/
+17
2025-09-01
drm/tidss: dispc: Switch VP_REG_GET to using a mask
Maxime Ripard
1
-5
/
+5
2025-09-01
drm/tidss: dispc: Switch VID_REG_FLD_MOD to using a mask
Maxime Ripard
1
-15
/
+17
2025-09-01
drm/tidss: dispc: Switch VID_REG_GET to using a mask
Maxime Ripard
1
-4
/
+4
2025-09-01
drm/tidss: dispc: Switch REG_FLD_MOD to using a mask
Maxime Ripard
1
-9
/
+9
2025-09-01
drm/tidss: dispc: Switch REG_GET to using a mask
Maxime Ripard
1
-11
/
+10
2025-09-01
drm/tidss: dispc: Get rid of FLD_MOD
Maxime Ripard
1
-22
/
+14
2025-09-01
drm/tidss: dispc: Get rid of FLD_GET
Maxime Ripard
1
-10
/
+6
2025-09-01
drm/tidss: dispc: Get rid of FLD_VAL
Maxime Ripard
1
-32
/
+26
2025-09-01
drm/tidss: dispc: Switch to GENMASK instead of FLD_MASK
Maxime Ripard
1
-10
/
+3
2025-09-01
drm/tidss: dispc: Convert accessors to macros
Maxime Ripard
1
-66
/
+76
2025-09-01
drm/tidss: dispc: Remove unused OVR_REG_GET
Maxime Ripard
1
-7
/
+0
2025-08-13
drm/tidss: Remove early fb
Tomi Valkeinen
1
-0
/
+9
2025-08-13
drm/tidss: remove redundant assignment to variable ret
Colin Ian King
1
-1
/
+0
2025-08-13
drm/tidss: Set crtc modesetting parameters with adjusted mode
Jayesh Choudhary
1
-1
/
+4
2025-08-13
drm/tidss: Use the crtc_* timings when programming the HW
Tomi Valkeinen
2
-9
/
+9
2025-08-13
drm/tidss: Fix missing includes and struct decls
Tomi Valkeinen
4
-0
/
+9
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-01
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
[next]