Age | Commit message (Expand) | Author | Files | Lines |
2016-05-17 | drm: Drop plane argument from __drm_atomic_helper_plane_destroy_state | Daniel Vetter | 1 | -1/+1 |
2016-03-03 | drm/omap: check if rotation is supported before commit | Tomi Valkeinen | 1 | -0/+6 |
2015-12-31 | drm: omapdrm: Fix plane state free in plane reset handler | Laurent Pinchart | 1 | -5/+4 |
2015-12-31 | drm: omapdrm: move omap_plane_reset() | Tomi Valkeinen | 1 | -27/+27 |
2015-12-11 | drm: Pass 'name' to drm_universal_plane_init() | Ville Syrjälä | 1 | -1/+1 |
2015-10-05 | drm: Use DRM_ROTATE_MASK and DRM_REFLECT_MASK | Joonas Lahtinen | 1 | -1/+1 |
2015-09-08 | drm/atomic: Make prepare_fb/cleanup_fb only take state, v3. | Maarten Lankhorst | 1 | -4/+6 |
2015-07-02 | drm/omap: check that plane is inside crtc | Tomi Valkeinen | 1 | -0/+26 |
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 | 1 | -1/+1 |
2015-06-12 | drm: omapdrm: Remove omap_plane enabled field | Laurent Pinchart | 1 | -37/+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 | 1 | -61/+119 |
2015-06-12 | drm: omapdrm: Drop manual framebuffer pin handling | Laurent Pinchart | 1 | -41/+0 |
2015-06-12 | drm: omapdrm: Switch page flip to atomic helpers | Laurent Pinchart | 1 | -23/+0 |
2015-06-12 | drm: omapdrm: Switch plane update to atomic helpers | Laurent Pinchart | 1 | -2/+2 |
2015-06-12 | drm: omapdrm: Implement planes atomic operations | Laurent Pinchart | 1 | -48/+79 |
2015-06-12 | drm: omapdrm: Wire up atomic state object scaffolding | Laurent Pinchart | 1 | -0/+5 |
2015-06-12 | drm: omapdrm: Clean up #include's | Laurent Pinchart | 1 | -1/+1 |
2015-06-12 | drm: omapdrm: Apply settings synchronously | Laurent Pinchart | 1 | -130/+81 |
2015-06-12 | drm: omapdrm: Store the rotation property in dev->mode_config | Laurent Pinchart | 1 | -23/+4 |
2015-03-24 | drm/omap: use DRM_ERROR_RATELIMITED() for error irqs | Tomi Valkeinen | 1 | -1/+2 |
2015-03-24 | drm/omap: fix plane's channel selection | Tomi Valkeinen | 1 | -1/+2 |
2015-03-24 | drm/omap: add a comment why locking is missing | Tomi Valkeinen | 1 | -0/+4 |
2015-03-20 | drm: omapdrm: Planes are already disabled when destroyed | Laurent Pinchart | 1 | -1/+0 |
2015-03-20 | drm: omapdrm: Pass integer source coordinates to omap_plane_mode_set() | Laurent Pinchart | 1 | -12/+12 |
2015-03-20 | drm: omapdrm: Prefix all plane functions with omap_plane_ | Laurent Pinchart | 1 | -9/+10 |
2015-03-20 | drm: omapdrm: Remove manual update display support | Laurent Pinchart | 1 | -6/+0 |
2015-03-20 | drm: omapdrm: Reset the zorder property when disabling a plane | Laurent Pinchart | 1 | -0/+3 |
2015-03-20 | drm: omapdrm: Rename omap_plane_dpms() to omap_plane_set_enable() | Laurent Pinchart | 1 | -9/+7 |
2015-03-20 | drm: omapdrm: Switch to the universal plane API | Laurent Pinchart | 1 | -14/+22 |
2015-03-20 | drm: omapdrm: Remove unused variables | Laurent Pinchart | 1 | -7/+2 |
2015-03-20 | drm: omapdrm: Refactor CRTC creation code | Laurent Pinchart | 1 | -1/+1 |
2015-03-20 | drm: omapdrm: Fix indentation of structure and array initializers | Laurent Pinchart | 1 | -12/+12 |
2014-11-20 | drm: omapdrm: remove unused variable | Boris BREZILLON | 1 | -1/+0 |
2014-11-15 | drm: flip-work: change drm_flip_work_init prototype | Boris BREZILLON | 1 | -12/+2 |
2014-07-29 | Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next | Daniel Vetter | 1 | -2/+2 |
2014-07-22 | drm: omapdrm: fix compiler errors | Russell King | 1 | -2/+2 |
2014-07-11 | drm/omap: Switch omapdrm over to drm_mode_create_rotation_property() | Ville Syrjälä | 1 | -13/+7 |
2014-07-11 | drm: Add support_bits parameter to drm_property_create_bitmask() | Ville Syrjälä | 1 | -1/+4 |
2014-04-15 | drm/omap: fix the handling of fb ref counts | Tomi Valkeinen | 1 | -5/+5 |
2014-04-14 | drm/omap: fix plane rotation | Grazvydas Ignotas | 1 | -0/+8 |
2013-08-19 | drm/omap: use flip-work helper | Rob Clark | 1 | -29/+22 |
2013-04-11 | drm/omap: Take a fb reference in omap_plane_update() | Archit Taneja | 1 | -0/+6 |
2013-02-25 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 1 | -0/+448 |
2013-02-16 | drm/omap: move out of staging | Rob Clark | 1 | -0/+450 |