index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
omapdrm
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/omap: replace ALIGN(PAGE_SIZE) by PAGE_ALIGN
Fabian Frederick
2015-07-02
1
-1
/
+1
*
drm/omap: fix align_pitch() for 24 bits per pixel
Tomi Valkeinen
2015-07-02
1
-1
/
+1
*
drm/omap: fix omap_gem_put_paddr() error handling
Tomi Valkeinen
2015-07-02
2
-6
/
+4
*
drm/omap: fix omap_framebuffer_unpin() error handling
Tomi Valkeinen
2015-07-02
2
-13
/
+5
*
drm/omap: increase DMM transaction timeout
Tomi Valkeinen
2015-07-02
1
-1
/
+1
*
drm/omap: check that plane is inside crtc
Tomi Valkeinen
2015-07-02
1
-0
/
+26
*
drm/omap: return error if dma_alloc_writecombine fails
Tomi Valkeinen
2015-06-24
1
-7
/
+11
*
drm: omapdrm: new vblank and event handling
Tomi Valkeinen
2015-06-12
3
-76
/
+70
*
drm: omapdrm: merge omap_crtc_flush and omap_crtc_atomic_flush
Tomi Valkeinen
2015-06-12
1
-21
/
+14
*
drm: omapdrm: add lock for fb pinning
Tomi Valkeinen
2015-06-12
1
-1
/
+18
*
drm: omapdrm: if omap_plane_atomic_update fails, disable plane
Tomi Valkeinen
2015-06-12
1
-1
/
+3
*
drm: omapdrm: inline omap_plane_setup into update/disable
Tomi Valkeinen
2015-06-12
1
-27
/
+17
*
drm: omapdrm: omap_plane_setup() cannot fail, use WARN
Tomi Valkeinen
2015-06-12
1
-9
/
+4
*
drm: omapdrm: Don't setup planes manually from CRTC .enable()/.disable()
Laurent Pinchart
2015-06-12
3
-22
/
+1
*
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
3
-89
/
+34
*
drm: omapdrm: Simplify DSS power management
Laurent Pinchart
2015-06-12
2
-11
/
+4
*
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
3
-29
/
+39
*
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
2
-2
/
+1
*
drm: omapdrm: Remove omap_plane enabled field
Laurent Pinchart
2015-06-12
3
-42
/
+16
*
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: Move plane info and win out of the plane structure
Laurent Pinchart
2015-06-12
1
-51
/
+41
*
drm: omapdrm: Switch crtc and plane set_property to atomic helpers
Laurent Pinchart
2015-06-12
3
-71
/
+156
*
drm: omapdrm: Drop manual framebuffer pin handling
Laurent Pinchart
2015-06-12
3
-77
/
+0
*
drm: omapdrm: Switch page flip to atomic helpers
Laurent Pinchart
2015-06-12
3
-212
/
+41
*
drm: omapdrm: Implement asynchronous commit support
Laurent Pinchart
2015-06-12
2
-1
/
+120
*
drm: omapdrm: Replace encoder mode_fixup with atomic_check
Laurent Pinchart
2015-06-12
1
-8
/
+8
*
drm: omapdrm: Switch connector DPMS to atomic helpers
Laurent Pinchart
2015-06-12
3
-32
/
+10
*
drm: omapdrm: Switch mode config to atomic helpers
Laurent Pinchart
2015-06-12
2
-46
/
+1
*
drm: omapdrm: Switch plane update to atomic helpers
Laurent Pinchart
2015-06-12
2
-2
/
+5
*
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
2
-48
/
+93
*
drm: omapdrm: Wire up atomic state object scaffolding
Laurent Pinchart
2015-06-12
4
-0
/
+17
*
drm: omapdrm: Implement encoder .disable() and .enable() operations
Laurent Pinchart
2015-06-12
1
-0
/
+10
*
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
12
-44
/
+43
*
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
3
-8
/
+79
*
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
3
-1
/
+27
*
drm: omapdrm: Simplify IRQ registration
Laurent Pinchart
2015-06-12
3
-90
/
+25
*
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
4
-325
/
+183
*
drm: omapdrm: Store the rotation property in dev->mode_config
Laurent Pinchart
2015-06-12
4
-30
/
+33
[next]