index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
omapdrm
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-07
drm/omap: Depend on CONFIG_OF
Laurent Pinchart
1
-1
/
+1
2021-10-07
drm/omap: Cast pointer to integer without generating warning
Laurent Pinchart
1
-1
/
+1
2021-10-07
drm/omap: Use correct printk format specifiers for size_t
Laurent Pinchart
1
-2
/
+2
2021-08-26
drm: omap: remove obsolete selection of OMAP2_DSS in config DRM_OMAP
Lukas Bulwahn
1
-1
/
+0
2021-07-28
drm/bridge: Centralize error message when bridge attach fails
Laurent Pinchart
1
-5
/
+1
2021-07-15
drm/omapdrm: Remove outdated comment
Thomas Zimmermann
1
-7
/
+0
2021-06-29
drm/omapdrm: Track IRQ state in local device state
Thomas Zimmermann
2
-3
/
+5
2021-06-24
drm/omap: Follow implicit fencing in prepare_fb
Daniel Vetter
1
-0
/
+3
2021-04-13
Merge drm/drm-fixes into drm-next
Daniel Vetter
1
-4
/
+4
2021-03-26
drm/omap: Remove duplicate declaration
Wan Jiabing
1
-5
/
+4
2021-03-26
drm/omap: dsi: Add missing IRQF_ONESHOT
Yang Li
1
-1
/
+2
2021-03-26
drm/omap: fix misleading indentation in pixinc()
Arnd Bergmann
1
-3
/
+2
2021-03-17
drm/omap: dsi: fix unsigned expression compared with zero
Junlin Yang
1
-3
/
+4
2021-02-25
drm: Use state helper instead of the plane state pointer
Maxime Ripard
1
-2
/
+4
2021-02-25
drm/atomic: Pass the full state to planes atomic disable and update
Maxime Ripard
1
-2
/
+2
2021-02-24
drm: Rename plane->state variables in atomic update and disable
Maxime Ripard
1
-10
/
+11
2021-02-24
drm: Store new plane state in a variable for atomic_update and disable
Maxime Ripard
1
-3
/
+3
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
-10
/
+11
2021-02-23
drm/omapdrm: Annotate dma-fence critical section in commit path
Daniel Vetter
1
-4
/
+5
2021-01-27
drm/omap: dsi: fix unreachable code in dsi_vc_send_short()
Menglong Dong
1
-3
/
+4
2020-12-15
drm/omap: Delete useless kfree code
Zheng Yongjun
1
-1
/
+0
2020-12-15
drm/omap: dsi: allow DSI commands to be sent early
Tomi Valkeinen
2
-5
/
+48
2020-12-15
drm/omap: dsi: fix DCS_CMD_ENABLE
Tomi Valkeinen
1
-1
/
+2
2020-12-15
drm/omap: dsi: remove ulps support
Tomi Valkeinen
2
-293
/
+8
2020-12-15
drm/omap: dsi: fix and cleanup ddr_clk_always_on
Tomi Valkeinen
2
-9
/
+5
2020-12-15
drm/omap: dsi: split video mode enable/disable into separate func
Tomi Valkeinen
1
-44
/
+57
2020-12-15
drm/omap: dsi: cleanup initial vc setup
Tomi Valkeinen
1
-54
/
+31
2020-12-15
drm/omap: dsi: rename dsi_display_* functions
Tomi Valkeinen
1
-18
/
+18
2020-12-15
drm/omap: dsi: display_disable cleanup
Tomi Valkeinen
1
-16
/
+3
2020-12-15
drm/omap: dsi: display_enable cleanup
Tomi Valkeinen
1
-13
/
+3
2020-12-15
drm/omap: dsi: move enable/disable to bridge enable/disable
Tomi Valkeinen
1
-33
/
+22
2020-12-15
drm/omap: dsi: move structs & defines to dsi.h
Tomi Valkeinen
3
-447
/
+460
2020-12-15
drm/omap: dsi: use separate VCs for cmd and video
Tomi Valkeinen
1
-5
/
+7
2020-12-15
drm/omap: dsi: enable HS before sending the frame
Tomi Valkeinen
1
-0
/
+2
2020-12-15
drm/omap: dsi: skip dsi_vc_enable_hs when already in correct mode
Tomi Valkeinen
1
-6
/
+4
2020-12-15
drm/omap: dsi: untangle vc & channel
Tomi Valkeinen
1
-23
/
+22
2020-12-15
drm/omap: dsi: pass vc and channel to various functions
Tomi Valkeinen
1
-26
/
+28
2020-12-15
drm/omap: dsi: rename 'channel' to 'vc'
Tomi Valkeinen
1
-110
/
+110
2020-12-15
drm/omap: dsi: cleanup dispc channel usage
Tomi Valkeinen
1
-8
/
+8
2020-12-15
drm/omap: dsi: drop useless channel checks
Tomi Valkeinen
1
-11
/
+0
2020-12-15
drm/omap: dsi: simplify VC handling
Tomi Valkeinen
1
-36
/
+13
2020-12-15
drm/omap: dsi: send nop instead of page & column
Tomi Valkeinen
1
-29
/
+17
2020-12-15
drm/omap: dsi: set trans_mode according to client mode_flags
Tomi Valkeinen
1
-0
/
+7
2020-12-15
drm/omap: pll: fix iteration loop check
Tomi Valkeinen
1
-0
/
+6
2020-12-15
drm/omap: remove dss_mgr_ops
Tomi Valkeinen
6
-87
/
+33
2020-12-15
drm/omap: remove dispc_ops
Tomi Valkeinen
9
-200
/
+144
2020-12-15
drm/omap: drop unused owner field
Tomi Valkeinen
7
-8
/
+0
2020-12-15
drm/omap: remove unused display.c
Tomi Valkeinen
3
-63
/
+1
[next]