index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
omapdrm
Age
Commit message (
Expand
)
Author
2015-12-11
drm: Pass 'name' to drm_crtc_init_with_planes()
Ville Syrjälä
2015-11-24
drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()
Ville Syrjälä
2015-10-19
drm: Check crtc viewport correctly with rotated primary plane on atomic drivers
Ville Syrjälä
2015-10-16
drm/gem: Drop struct_mutex requirement from drm_gem_mmap_obj
Daniel Vetter
2015-10-16
drm/<drivers>: Drop DRM_UNLOCKED from modeset drivers
Daniel Vetter
2015-10-07
drm: Stop using drm_vblank_count() as the hw frame counter
Ville Syrjälä
2015-10-06
drm/irq: Use unsigned int pipe in public API
Thierry Reding
2015-10-05
drm: Use DRM_ROTATE_MASK and DRM_REFLECT_MASK
Joonas Lahtinen
2015-09-24
drm: Spell vga_switcheroo consistently
Lukas Wunner
2015-09-08
drm/atomic-helper: Add option to update planes only on active crtc
Daniel Vetter
2015-09-08
drm/atomic: Make prepare_fb/cleanup_fb only take state, v3.
Maarten Lankhorst
2015-08-06
drm/omap: Use new drm_fb_helper functions
Archit Taneja
2015-08-06
drm/omap: Fixup compile fail
Daniel Vetter
2015-07-02
drm/omap: replace ALIGN(PAGE_SIZE) by PAGE_ALIGN
Fabian Frederick
2015-07-02
drm/omap: fix align_pitch() for 24 bits per pixel
Tomi Valkeinen
2015-07-02
drm/omap: fix omap_gem_put_paddr() error handling
Tomi Valkeinen
2015-07-02
drm/omap: fix omap_framebuffer_unpin() error handling
Tomi Valkeinen
2015-07-02
drm/omap: increase DMM transaction timeout
Tomi Valkeinen
2015-07-02
drm/omap: check that plane is inside crtc
Tomi Valkeinen
2015-06-24
drm/omap: return error if dma_alloc_writecombine fails
Tomi Valkeinen
2015-06-12
drm: omapdrm: new vblank and event handling
Tomi Valkeinen
2015-06-12
drm: omapdrm: merge omap_crtc_flush and omap_crtc_atomic_flush
Tomi Valkeinen
2015-06-12
drm: omapdrm: add lock for fb pinning
Tomi Valkeinen
2015-06-12
drm: omapdrm: if omap_plane_atomic_update fails, disable plane
Tomi Valkeinen
2015-06-12
drm: omapdrm: inline omap_plane_setup into update/disable
Tomi Valkeinen
2015-06-12
drm: omapdrm: omap_plane_setup() cannot fail, use WARN
Tomi Valkeinen
2015-06-12
drm: omapdrm: Don't setup planes manually from CRTC .enable()/.disable()
Laurent Pinchart
2015-06-12
drm: omapdrm: Don't flush CRTC when enabling or disabling it
Laurent Pinchart
2015-06-12
drm: omapdrm: Move encoder setup to encoder operations
Laurent Pinchart
2015-06-12
drm: omapdrm: Simplify DSS power management
Laurent Pinchart
2015-06-12
drm: omapdrm: Remove nested PM get/sync when configuring encoders
Laurent Pinchart
2015-06-12
drm: omapdrm: Support unlinking page flip events prematurely
Laurent Pinchart
2015-06-12
drm: omapdrm: omap_crtc_flush() isn't called with modeset locked
Laurent Pinchart
2015-06-12
drm: omapdrm: Don't get/put dispc in omap_crtc_flush()
Laurent Pinchart
2015-06-12
drm: omapdrm: Make the omap_crtc_flush function static
Laurent Pinchart
2015-06-12
drm: omapdrm: Remove omap_plane enabled field
Laurent Pinchart
2015-06-12
drm: omapdrm: Remove omap_crtc enabled field
Laurent Pinchart
2015-06-12
drm: omapdrm: Move crtc info out of the crtc structure
Laurent Pinchart
2015-06-12
drm: omapdrm: Move plane info and win out of the plane structure
Laurent Pinchart
2015-06-12
drm: omapdrm: Switch crtc and plane set_property to atomic helpers
Laurent Pinchart
2015-06-12
drm: omapdrm: Drop manual framebuffer pin handling
Laurent Pinchart
2015-06-12
drm: omapdrm: Switch page flip to atomic helpers
Laurent Pinchart
2015-06-12
drm: omapdrm: Implement asynchronous commit support
Laurent Pinchart
2015-06-12
drm: omapdrm: Replace encoder mode_fixup with atomic_check
Laurent Pinchart
2015-06-12
drm: omapdrm: Switch connector DPMS to atomic helpers
Laurent Pinchart
2015-06-12
drm: omapdrm: Switch mode config to atomic helpers
Laurent Pinchart
2015-06-12
drm: omapdrm: Switch plane update to atomic helpers
Laurent Pinchart
2015-06-12
drm: omapdrm: Handle primary plane config through atomic plane ops
Laurent Pinchart
2015-06-12
drm: omapdrm: Implement planes atomic operations
Laurent Pinchart
2015-06-12
drm: omapdrm: Wire up atomic state object scaffolding
Laurent Pinchart
[next]