Age | Commit message (Expand) | Author | Files | Lines |
2015-06-24 | drm/omap: return error if dma_alloc_writecombine fails | Tomi Valkeinen | 1 | -7/+11 |
2015-06-12 | drm: omapdrm: new vblank and event handling | Tomi Valkeinen | 3 | -76/+70 |
2015-06-12 | drm: omapdrm: merge omap_crtc_flush and omap_crtc_atomic_flush | Tomi Valkeinen | 1 | -21/+14 |
2015-06-12 | drm: omapdrm: add lock for fb pinning | Tomi Valkeinen | 1 | -1/+18 |
2015-06-12 | drm: omapdrm: if omap_plane_atomic_update fails, disable plane | Tomi Valkeinen | 1 | -1/+3 |
2015-06-12 | drm: omapdrm: inline omap_plane_setup into update/disable | Tomi Valkeinen | 1 | -27/+17 |
2015-06-12 | drm: omapdrm: omap_plane_setup() cannot fail, use WARN | Tomi Valkeinen | 1 | -9/+4 |
2015-06-12 | drm: omapdrm: Don't setup planes manually from CRTC .enable()/.disable() | Laurent Pinchart | 3 | -22/+1 |
2015-06-12 | drm: omapdrm: Don't flush CRTC when enabling or disabling it | Laurent Pinchart | 1 | -4/+0 |
2015-06-12 | drm: omapdrm: Move encoder setup to encoder operations | Laurent Pinchart | 3 | -89/+34 |
2015-06-12 | drm: omapdrm: Simplify DSS power management | Laurent Pinchart | 2 | -11/+4 |
2015-06-12 | drm: omapdrm: Remove nested PM get/sync when configuring encoders | Laurent Pinchart | 1 | -4/+0 |
2015-06-12 | drm: omapdrm: Support unlinking page flip events prematurely | Laurent Pinchart | 3 | -29/+39 |
2015-06-12 | drm: omapdrm: omap_crtc_flush() isn't called with modeset locked | Laurent Pinchart | 1 | -1/+0 |
2015-06-12 | drm: omapdrm: Don't get/put dispc in omap_crtc_flush() | Laurent Pinchart | 1 | -4/+0 |
2015-06-12 | drm: omapdrm: Make the omap_crtc_flush function static | Laurent Pinchart | 2 | -2/+1 |
2015-06-12 | drm: omapdrm: Remove omap_plane enabled field | Laurent Pinchart | 3 | -42/+16 |
2015-06-12 | drm: omapdrm: Remove omap_crtc enabled field | Laurent Pinchart | 1 | -23/+9 |
2015-06-12 | drm: omapdrm: Move crtc info out of the crtc structure | Laurent Pinchart | 1 | -10/+8 |
2015-06-12 | drm: omapdrm: Move plane info and win out of the plane structure | Laurent Pinchart | 1 | -51/+41 |
2015-06-12 | drm: omapdrm: Switch crtc and plane set_property to atomic helpers | Laurent Pinchart | 3 | -71/+156 |
2015-06-12 | drm: omapdrm: Drop manual framebuffer pin handling | Laurent Pinchart | 3 | -77/+0 |
2015-06-12 | drm: omapdrm: Switch page flip to atomic helpers | Laurent Pinchart | 3 | -212/+41 |
2015-06-12 | drm: omapdrm: Implement asynchronous commit support | Laurent Pinchart | 2 | -1/+120 |
2015-06-12 | drm: omapdrm: Replace encoder mode_fixup with atomic_check | Laurent Pinchart | 1 | -8/+8 |
2015-06-12 | drm: omapdrm: Switch connector DPMS to atomic helpers | Laurent Pinchart | 3 | -32/+10 |
2015-06-12 | drm: omapdrm: Switch mode config to atomic helpers | Laurent Pinchart | 2 | -46/+1 |
2015-06-12 | drm: omapdrm: Switch plane update to atomic helpers | Laurent Pinchart | 2 | -2/+5 |
2015-06-12 | drm: omapdrm: Handle primary plane config through atomic plane ops | Laurent Pinchart | 1 | -42/+27 |
2015-06-12 | drm: omapdrm: Implement planes atomic operations | Laurent Pinchart | 2 | -48/+93 |
2015-06-12 | drm: omapdrm: Wire up atomic state object scaffolding | Laurent Pinchart | 4 | -0/+17 |
2015-06-12 | drm: omapdrm: Implement encoder .disable() and .enable() operations | Laurent Pinchart | 1 | -0/+10 |
2015-06-12 | drm: omapdrm: Rework CRTC enable/disable for atomic updates | Laurent Pinchart | 1 | -24/+59 |
2015-06-12 | drm: omapdrm: Rename CRTC DSS operations with an omap_crtc_dss_ prefix | Laurent Pinchart | 1 | -18/+18 |
2015-06-12 | drm: omapdrm: Clean up #include's | Laurent Pinchart | 12 | -44/+43 |
2015-06-12 | drm: omapdrm: Fix page flip race with CRTC disable | Laurent Pinchart | 1 | -5/+19 |
2015-06-12 | drm: omapdrm: Turn vblank on/off when enabling/disabling CRTC | Laurent Pinchart | 3 | -8/+79 |
2015-06-12 | drm: omapdrm: Rework page flip handling | Laurent Pinchart | 1 | -20/+64 |
2015-06-12 | drm: omapdrm: Cancel pending page flips when closing device | Laurent Pinchart | 3 | -1/+27 |
2015-06-12 | drm: omapdrm: Simplify IRQ registration | Laurent Pinchart | 3 | -90/+25 |
2015-06-12 | drm: omapdrm: Rename omap_crtc page flip-related fields | Laurent Pinchart | 1 | -21/+26 |
2015-06-12 | drm: omapdrm: Rename omap_crtc_page_flip_locked to omap_crtc_page_flip | Laurent Pinchart | 1 | -5/+5 |
2015-06-12 | drm: omapdrm: Apply settings synchronously | Laurent Pinchart | 4 | -325/+183 |
2015-06-12 | drm: omapdrm: Store the rotation property in dev->mode_config | Laurent Pinchart | 4 | -30/+33 |
2015-06-12 | Merge tag 'drm-intel-next-fixes-2015-06-11' of git://anongit.freedesktop.org/... | Dave Airlie | 1 | -1/+1 |
2015-06-12 | Merge tag 'drm-amdkfd-next-fixes-2015-06-10' of git://people.freedesktop.org/... | Dave Airlie | 8 | -185/+53 |
2015-06-12 | Merge branch '2015-06-08-st-drm-next' of http://git.linaro.org/people/benjami... | Dave Airlie | 3 | -21/+43 |
2015-06-11 | drm/virtio: remove some dead code | Dan Carpenter | 1 | -2/+0 |
2015-06-11 | drm/virtio: checking for NULL instead of IS_ERR | Dan Carpenter | 1 | -2/+2 |
2015-06-11 | Merge branch 'drm-next-4.2-amdgpu' of git://people.freedesktop.org/~agd5f/lin... | Dave Airlie | 28 | -244/+445 |