Age | Commit message (Expand) | Author | Files | Lines |
2015-07-15 | drm/i915: always disable irqs in intel_pipe_update_start | Maarten Lankhorst | 1 | -10/+7 |
2015-06-29 | drm/i915: Use the memory latency based WM computation on VLV too | Ville Syrjälä | 1 | -6/+0 |
2015-06-25 | drm/i915: Store frontbuffer_bits in the plane | Ville Syrjälä | 1 | -0/+1 |
2015-06-22 | drm/i915: Make setting color key atomic. | Maarten Lankhorst | 1 | -45/+40 |
2015-06-22 | drm/i915: atomic plane updates in a nutshell | Maarten Lankhorst | 1 | -3/+1 |
2015-06-22 | drm/i915: remove force argument from disable_plane | Maarten Lankhorst | 1 | -5/+5 |
2015-06-22 | drm/i915: clean up atomic plane check functions, v2. | Maarten Lankhorst | 1 | -6/+3 |
2015-06-22 | drm/i915: clean up plane commit functions | Maarten Lankhorst | 1 | -19/+14 |
2015-06-22 | drm/i915: Split plane updates of crtc->atomic into a helper, v2. | Maarten Lankhorst | 1 | -31/+1 |
2015-06-22 | drm/i915: Split skl_update_scaler, v4. | Maarten Lankhorst | 1 | -2/+1 |
2015-06-15 | drm/i915: Actually respect DSPSURF alignment restrictions | Ville Syrjälä | 1 | -3/+6 |
2015-06-15 | drm/i915: Make sure our labels start at column 0 | Damien Lespiau | 1 | -1/+1 |
2015-05-28 | drm/i915: Kill intel_flush_primary_plane() | Ville Syrjälä | 1 | -23/+7 |
2015-05-22 | drm/i915/skl: don't fail colorkey + scaler request | Chandra Konduru | 1 | -9/+21 |
2015-05-20 | drm/i915: Make the sprite formats const | Damien Lespiau | 1 | -3/+3 |
2015-05-20 | drm/i915: call intel_tile_height with correct parameter | Chandra Konduru | 1 | -2/+2 |
2015-05-08 | drm/i915: Move intel_(pre_disable/post_enable)_primary to intel_display.c, an... | Maarten Lankhorst | 1 | -68/+0 |
2015-05-08 | drm/i915: Add a way to disable planes without updating state | Maarten Lankhorst | 1 | -8/+8 |
2015-05-08 | drm/i915: Remove implicitly disabling primary plane for now | Maarten Lankhorst | 1 | -44/+1 |
2015-05-08 | drm/i915: skylake sprite plane scaling using shared scalers | Chandra Konduru | 1 | -77/+48 |
2015-05-08 | drm/i915: skylake primary plane scaling using shared scalers | Chandra Konduru | 1 | -0/+10 |
2015-04-14 | Merge branch 'topic/bxt-stage1' into drm-intel-next-queued | Daniel Vetter | 1 | -1/+1 |
2015-04-13 | drm/i915: Keep sprite plane src rect in 16.16 format | Chandra Konduru | 1 | -8/+8 |
2015-04-13 | drm/i915: Initialize skylake scalers | Chandra Konduru | 1 | -0/+1 |
2015-04-13 | drm/i915: Initialize plane colorkey to NONE | Chandra Konduru | 1 | -0/+1 |
2015-04-10 | drm/i915/skl: Support for 90/270 rotation | Sonika Jindal | 1 | -15/+37 |
2015-04-10 | drm/i915: Switch to full atomic helpers for plane updates/disable, take two | Matt Roper | 1 | -5/+5 |
2015-04-09 | Merge tag 'v4.0-rc7' into drm-next | Dave Airlie | 1 | -1/+1 |
2015-04-02 | drm/i915: Reject the colorkey ioctls for primary and cursor planes | Ville Syrjälä | 1 | -2/+2 |
2015-03-27 | drm/i915: Rip out GET_SPRITE_COLORKEY ioctl | Daniel Vetter | 1 | -24/+0 |
2015-03-23 | drm/i915/skl: Take 90/270 rotation into account in watermark calculations | Tvrtko Ursulin | 1 | -4/+1 |
2015-03-23 | drm/i915/skl: Query display address through a wrapper | Tvrtko Ursulin | 1 | -1/+4 |
2015-03-20 | drm/i915: Fix SKL sprite disable double buffer register update | Ville Syrjälä | 1 | -2/+2 |
2015-03-20 | drm/i915: Eliminate plane control register RMW from sprite code | Ville Syrjälä | 1 | -52/+10 |
2015-03-20 | drm/i915: Eliminate the RMW sprite colorkey management | Ville Syrjälä | 1 | -231/+66 |
2015-03-20 | drm/i915: Move vblank wait determination to 'check' phase | Matt Roper | 1 | -14/+10 |
2015-03-20 | drm/i915: Kill intel_plane->obj | Ville Syrjälä | 1 | -8/+10 |
2015-03-18 | drm/i915: Use plane->state->fb instead of plane->fb in intel_plane_restore() | Ville Syrjälä | 1 | -2/+2 |
2015-02-27 | drm/i915/skl: Update watermarks for Y tiling | Tvrtko Ursulin | 1 | -0/+6 |
2015-02-27 | drm/i915/skl: Allow scanning out Y and Yf fbs | Damien Lespiau | 1 | -5/+13 |
2015-02-27 | drm/i915: Remove DRIVER_MODESET checks from modeset code | Daniel Vetter | 1 | -6/+0 |
2015-02-23 | drm/i915: Switch to drm_crtc variants of vblank functions | Daniel Vetter | 1 | -2/+2 |
2015-02-14 | drm/i915/skl: Use fb modifiers for sprites | Tvrtko Ursulin | 1 | -14/+3 |
2015-02-14 | drm/i915: change dev_priv->fbc.plane to dev_priv->fbc.crtc | Paulo Zanoni | 1 | -1/+1 |
2015-01-27 | drm/i915: Switch plane properties to full atomic helper. | Matt Roper | 1 | -26/+0 |
2015-01-27 | drm/i915: Consolidate plane handler vtables | Matt Roper | 1 | -10/+1 |
2015-01-27 | drm/i915: Move rotation from intel_plane to drm_plane_state | Matt Roper | 1 | -16/+15 |
2015-01-27 | drm/i915: Make intel_crtc->config a pointer | Ander Conselvan de Oliveira | 1 | -1/+1 |
2015-01-27 | drm/i915: Embedded struct drm_crtc_state in intel_crtc_state | Ander Conselvan de Oliveira | 1 | -1/+1 |
2015-01-13 | drm/i915: Drop unused position fields (v2) | Matt Roper | 1 | -15/+4 |