index
:
kernel
linux-6.17.y
linux-6.18.y
main
saturneric's kernel source tree
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
omapdrm
/
omap_crtc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm: Remove unnecessary include statements of drm_plane_helper.h
Thomas Zimmermann
2022-07-26
1
-1
/
+0
*
drm/omap: remove dss_mgr_ops
Tomi Valkeinen
2020-12-15
1
-30
/
+8
*
drm/omap: remove dispc_ops
Tomi Valkeinen
2020-12-15
1
-15
/
+15
*
drm/omap: simplify DSI manual update code
Sebastian Reichel
2020-12-15
1
-12
/
+4
*
drm/omap: dsi: drop custom panel capability support
Sebastian Reichel
2020-12-15
1
-9
/
+8
*
drm/omap: dsi: move panel refresh function to host
Sebastian Reichel
2020-12-15
1
-7
/
+4
*
drm/omap: dsi: drop useless sync()
Sebastian Reichel
2020-12-15
1
-3
/
+0
*
drm/omap: Implement CTM property for CRTC using OVL managers CPR matrix
Jyri Sarha
2020-12-15
1
-2
/
+37
*
drm/omap: use degamma property for gamma table
Tomi Valkeinen
2020-12-15
1
-6
/
+6
*
drm: automatic legacy gamma support
Tomi Valkeinen
2020-12-15
1
-1
/
+0
*
drm: omapdrm: Replace HTTP links with HTTPS ones
Alexander A. Klimov
2020-11-10
1
-1
/
+1
*
drm: Use the state pointer directly in atomic_check
Maxime Ripard
2020-11-03
1
-1
/
+1
*
drm/atomic: Pass the full state to CRTC atomic begin and flush
Maxime Ripard
2020-11-02
1
-2
/
+2
*
drm/atomic: Pass the full state to CRTC atomic_check
Maxime Ripard
2020-11-02
1
-5
/
+8
*
drm/atomic: Pass the full state to CRTC atomic enable/disable
Maxime Ripard
2020-10-09
1
-2
/
+2
*
drm/omap: fix incorrect lock state
Tomi Valkeinen
2020-08-25
1
-1
/
+2
*
drm/atomic-helper: reset vblank on crtc reset
Daniel Vetter
2020-07-02
1
-3
/
+5
*
drm/omapdrm: Fix trivial spelling
Kieran Bingham
2020-02-11
1
-1
/
+1
*
Merge v5.3-rc1 into drm-misc-next
Maxime Ripard
2019-07-22
1
-12
/
+1
|
\
|
*
Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2019-07-16
1
-9
/
+171
|
|
\
|
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
2019-06-19
1
-12
/
+1
*
|
|
drm/omapdrm: drop use of drmP.h
Sam Ravnborg
2019-07-17
1
-1
/
+3
|
|
/
|
/
|
*
|
drm/omap: add support for manually updated displays
Sebastian Reichel
2019-06-10
1
-5
/
+109
*
|
drm/omap: add framedone interrupt support
Sebastian Reichel
2019-06-10
1
-0
/
+48
*
|
drm/omap: don't check dispc timings for DSI
Sebastian Reichel
2019-06-10
1
-4
/
+14
|
/
*
drm/omap: Add support for drm_bridge
Laurent Pinchart
2019-03-18
1
-1
/
+1
*
drm/omap: Merge omap_dss_device type and output_type fields
Laurent Pinchart
2019-03-18
1
-1
/
+1
*
drm/omap: Move DISPC timing checks to CRTC .mode_valid() operation
Laurent Pinchart
2019-03-18
1
-0
/
+9
*
drm: Split out drm_probe_helper.h
Daniel Vetter
2019-01-24
1
-1
/
+0
*
drm: omapdrm: Cleanup drm_display_mode print str
Shayenne Moura
2019-01-09
1
-6
/
+2
*
drm/omap: Move DISPC runtime PM handling to omapdrm
Laurent Pinchart
2018-11-12
1
-0
/
+6
*
drm/omap: Move bus flag hack to encoder implementation
Laurent Pinchart
2018-09-03
1
-41
/
+1
*
drm/omap: Store bus flags in the omap_dss_device structure
Laurent Pinchart
2018-09-03
1
-11
/
+31
*
drm/omap: Get from CRTC to display device directly
Laurent Pinchart
2018-09-03
1
-21
/
+4
*
drm/omap: Move most omap_dss_driver operations to omap_dss_device_ops
Laurent Pinchart
2018-09-03
1
-1
/
+1
*
drm/omap: dss: Remove the dss_mgr_(dis)connect() operations
Laurent Pinchart
2018-09-03
1
-15
/
+0
*
drm/omap: Set dispc_channel_connect from DSS output connect handlers
Laurent Pinchart
2018-09-03
1
-3
/
+0
*
drm/omap: Remove supported output check in CRTC connect handler
Laurent Pinchart
2018-09-03
1
-6
/
+0
*
drm/omap: Remove omap_crtc_output global array
Laurent Pinchart
2018-09-03
1
-9
/
+3
*
drm/omap: Store CRTC lookup by channel table in omap_drm_private
Laurent Pinchart
2018-09-03
1
-13
/
+9
*
drm/omap: Pass pipe pointer to omap_crtc_init()
Laurent Pinchart
2018-09-03
1
-3
/
+4
*
drm/omap: Group CRTC, encoder, connector and dssdev in a structure
Laurent Pinchart
2018-09-03
1
-2
/
+2
*
drm/omap: dss: Modify omapdss_find_output_from_display() to return channel
Laurent Pinchart
2018-09-03
1
-4
/
+1
*
drm/omap: dss: Move DSS mgr ops and private data to dss_device
Laurent Pinchart
2018-09-03
1
-3
/
+3
*
drm/omap: dss: Move and rename omap_dss_(get|put)_device()
Laurent Pinchart
2018-09-03
1
-1
/
+1
*
drm: omapdrm: dispc: Pass DISPC pointer to dispc_ops operations
Laurent Pinchart
2018-03-01
1
-12
/
+19
*
drm: omapdrm: dss: Store dispc ops in dss_device structure
Laurent Pinchart
2018-03-01
1
-3
/
+1
*
drm: omapdrm: dss: Pass omap_drm_private pointer to dss_mgr_ops
Laurent Pinchart
2018-03-01
1
-13
/
+18
*
drm: omapdrm: Use kernel integer types
Laurent Pinchart
2018-03-01
1
-6
/
+6
*
drm: omapdrm: Remove filename from header and fix copyright tag
Andrew F. Davis
2017-12-19
1
-3
/
+1
[next]