index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
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/omap: Fixup compile fail
Daniel Vetter
2015-08-06
1
-2
/
+4
*
drm: omapdrm: new vblank and event handling
Tomi Valkeinen
2015-06-12
1
-75
/
+48
*
drm: omapdrm: merge omap_crtc_flush and omap_crtc_atomic_flush
Tomi Valkeinen
2015-06-12
1
-21
/
+14
*
drm: omapdrm: Don't setup planes manually from CRTC .enable()/.disable()
Laurent Pinchart
2015-06-12
1
-20
/
+0
*
drm: omapdrm: Don't flush CRTC when enabling or disabling it
Laurent Pinchart
2015-06-12
1
-4
/
+0
*
drm: omapdrm: Move encoder setup to encoder operations
Laurent Pinchart
2015-06-12
1
-36
/
+2
*
drm: omapdrm: Simplify DSS power management
Laurent Pinchart
2015-06-12
1
-11
/
+0
*
drm: omapdrm: Remove nested PM get/sync when configuring encoders
Laurent Pinchart
2015-06-12
1
-4
/
+0
*
drm: omapdrm: Support unlinking page flip events prematurely
Laurent Pinchart
2015-06-12
1
-25
/
+11
*
drm: omapdrm: omap_crtc_flush() isn't called with modeset locked
Laurent Pinchart
2015-06-12
1
-1
/
+0
*
drm: omapdrm: Don't get/put dispc in omap_crtc_flush()
Laurent Pinchart
2015-06-12
1
-4
/
+0
*
drm: omapdrm: Make the omap_crtc_flush function static
Laurent Pinchart
2015-06-12
1
-1
/
+1
*
drm: omapdrm: Remove omap_plane enabled field
Laurent Pinchart
2015-06-12
1
-4
/
+7
*
drm: omapdrm: Remove omap_crtc enabled field
Laurent Pinchart
2015-06-12
1
-23
/
+9
*
drm: omapdrm: Move crtc info out of the crtc structure
Laurent Pinchart
2015-06-12
1
-10
/
+8
*
drm: omapdrm: Switch crtc and plane set_property to atomic helpers
Laurent Pinchart
2015-06-12
1
-8
/
+37
*
drm: omapdrm: Drop manual framebuffer pin handling
Laurent Pinchart
2015-06-12
1
-35
/
+0
*
drm: omapdrm: Switch page flip to atomic helpers
Laurent Pinchart
2015-06-12
1
-183
/
+41
*
drm: omapdrm: Switch connector DPMS to atomic helpers
Laurent Pinchart
2015-06-12
1
-14
/
+0
*
drm: omapdrm: Switch mode config to atomic helpers
Laurent Pinchart
2015-06-12
1
-36
/
+1
*
drm: omapdrm: Handle primary plane config through atomic plane ops
Laurent Pinchart
2015-06-12
1
-42
/
+27
*
drm: omapdrm: Implement planes atomic operations
Laurent Pinchart
2015-06-12
1
-0
/
+14
*
drm: omapdrm: Wire up atomic state object scaffolding
Laurent Pinchart
2015-06-12
1
-0
/
+6
*
drm: omapdrm: Rework CRTC enable/disable for atomic updates
Laurent Pinchart
2015-06-12
1
-24
/
+59
*
drm: omapdrm: Rename CRTC DSS operations with an omap_crtc_dss_ prefix
Laurent Pinchart
2015-06-12
1
-18
/
+18
*
drm: omapdrm: Clean up #include's
Laurent Pinchart
2015-06-12
1
-4
/
+4
*
drm: omapdrm: Fix page flip race with CRTC disable
Laurent Pinchart
2015-06-12
1
-5
/
+19
*
drm: omapdrm: Turn vblank on/off when enabling/disabling CRTC
Laurent Pinchart
2015-06-12
1
-4
/
+74
*
drm: omapdrm: Rework page flip handling
Laurent Pinchart
2015-06-12
1
-20
/
+64
*
drm: omapdrm: Cancel pending page flips when closing device
Laurent Pinchart
2015-06-12
1
-1
/
+20
*
drm: omapdrm: Rename omap_crtc page flip-related fields
Laurent Pinchart
2015-06-12
1
-21
/
+26
*
drm: omapdrm: Rename omap_crtc_page_flip_locked to omap_crtc_page_flip
Laurent Pinchart
2015-06-12
1
-5
/
+5
*
drm: omapdrm: Apply settings synchronously
Laurent Pinchart
2015-06-12
1
-170
/
+99
*
drm: omapdrm: Store the rotation property in dev->mode_config
Laurent Pinchart
2015-06-12
1
-3
/
+1
*
drm/omap: keep ref to old_fb
Tomi Valkeinen
2015-03-24
1
-0
/
+7
*
drm/omap: only ignore DIGIT SYNC LOST for TV output
Tomi Valkeinen
2015-03-24
1
-8
/
+12
*
drm/omap: fix race with error_irq
Tomi Valkeinen
2015-03-24
1
-8
/
+13
*
drm/omap: use DRM_ERROR_RATELIMITED() for error irqs
Tomi Valkeinen
2015-03-24
1
-1
/
+1
*
drm/omap: page_flip: return -EBUSY if flip pending
Tomi Valkeinen
2015-03-24
1
-1
/
+1
*
drm: omapdrm: Reorder CRTC functions
Laurent Pinchart
2015-03-20
1
-190
/
+206
*
drm: omapdrm: Pass integer source coordinates to omap_plane_mode_set()
Laurent Pinchart
2015-03-20
1
-12
/
+9
*
drm: omapdrm: Avoid function forward declaration in omap_crtc.c
Laurent Pinchart
2015-03-20
1
-54
/
+53
*
drm: omapdrm: Remove omap_crtc->full_update field
Laurent Pinchart
2015-03-20
1
-16
/
+7
*
drm: omapdrm: Fix race condition between GO and vblank IRQ
Laurent Pinchart
2015-03-20
1
-1
/
+1
*
drm: omapdrm: Rename omap_plane_dpms() to omap_plane_set_enable()
Laurent Pinchart
2015-03-20
1
-1
/
+1
*
drm: omapdrm: Switch to the universal plane API
Laurent Pinchart
2015-03-20
1
-22
/
+21
*
drm: omapdrm: Fix indentation of structure and array initializers
Laurent Pinchart
2015-03-20
1
-13
/
+13
*
drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.h
Daniel Vetter
2014-11-05
1
-0
/
+1
*
drm: convert crtc and connection_mutex to ww_mutex (v5)
Rob Clark
2014-06-05
1
-5
/
+5
*
drm/omap: protect omap_crtc's event with event_lock spinlock
Archit Taneja
2014-04-15
1
-0
/
+6
[next]