index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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: Check crtc viewport correctly with rotated primary plane on atomic drivers
Ville Syrjälä
2015-10-19
1
-3
/
+0
*
drm/gem: Drop struct_mutex requirement from drm_gem_mmap_obj
Daniel Vetter
2015-10-16
1
-3
/
+0
*
drm/<drivers>: Drop DRM_UNLOCKED from modeset drivers
Daniel Vetter
2015-10-16
1
-6
/
+6
*
drm: Stop using drm_vblank_count() as the hw frame counter
Ville Syrjälä
2015-10-07
1
-1
/
+1
*
drm/irq: Use unsigned int pipe in public API
Thierry Reding
2015-10-06
2
-10
/
+10
*
drm: Use DRM_ROTATE_MASK and DRM_REFLECT_MASK
Joonas Lahtinen
2015-10-05
2
-3
/
+3
*
drm: Spell vga_switcheroo consistently
Lukas Wunner
2015-09-24
1
-1
/
+1
*
drm/atomic-helper: Add option to update planes only on active crtc
Daniel Vetter
2015-09-08
1
-1
/
+1
*
drm/atomic: Make prepare_fb/cleanup_fb only take state, v3.
Maarten Lankhorst
2015-09-08
1
-4
/
+6
*
drm/omap: Use new drm_fb_helper functions
Archit Taneja
2015-08-06
1
-25
/
+13
*
drm/omap: Fixup compile fail
Daniel Vetter
2015-08-06
1
-2
/
+4
*
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
[next]