aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_sprite.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-28drm/i915: Kill intel_flush_primary_plane()Ville Syrjälä1-23/+7
2015-05-22drm/i915/skl: don't fail colorkey + scaler requestChandra Konduru1-9/+21
2015-05-20drm/i915: Make the sprite formats constDamien Lespiau1-3/+3
2015-05-20drm/i915: call intel_tile_height with correct parameterChandra Konduru1-2/+2
2015-05-08drm/i915: Move intel_(pre_disable/post_enable)_primary to intel_display.c, and use it there.Maarten Lankhorst1-68/+0
2015-05-08drm/i915: Add a way to disable planes without updating stateMaarten Lankhorst1-8/+8
2015-05-08drm/i915: Remove implicitly disabling primary plane for nowMaarten Lankhorst1-44/+1
2015-05-08drm/i915: skylake sprite plane scaling using shared scalersChandra Konduru1-77/+48
2015-05-08drm/i915: skylake primary plane scaling using shared scalersChandra Konduru1-0/+10
2015-04-14Merge branch 'topic/bxt-stage1' into drm-intel-next-queuedDaniel Vetter1-1/+1
2015-04-13drm/i915: Keep sprite plane src rect in 16.16 formatChandra Konduru1-8/+8
2015-04-13drm/i915: Initialize skylake scalersChandra Konduru1-0/+1
2015-04-13drm/i915: Initialize plane colorkey to NONEChandra Konduru1-0/+1
2015-04-10drm/i915/skl: Support for 90/270 rotationSonika Jindal1-15/+37
2015-04-10drm/i915: Switch to full atomic helpers for plane updates/disable, take twoMatt Roper1-5/+5
2015-04-09Merge tag 'v4.0-rc7' into drm-nextDave Airlie1-1/+1
2015-04-02drm/i915: Reject the colorkey ioctls for primary and cursor planesVille Syrjälä1-2/+2
2015-03-27drm/i915: Rip out GET_SPRITE_COLORKEY ioctlDaniel Vetter1-24/+0
2015-03-23drm/i915/skl: Take 90/270 rotation into account in watermark calculationsTvrtko Ursulin1-4/+1
2015-03-23drm/i915/skl: Query display address through a wrapperTvrtko Ursulin1-1/+4
2015-03-20drm/i915: Fix SKL sprite disable double buffer register updateVille Syrjälä1-2/+2
2015-03-20drm/i915: Eliminate plane control register RMW from sprite codeVille Syrjälä1-52/+10
2015-03-20drm/i915: Eliminate the RMW sprite colorkey managementVille Syrjälä1-231/+66
2015-03-20drm/i915: Move vblank wait determination to 'check' phaseMatt Roper1-14/+10
2015-03-20drm/i915: Kill intel_plane->objVille Syrjälä1-8/+10
2015-03-17drm/i915: Use plane->state->fb instead of plane->fb in intel_plane_restore()Ville Syrjälä1-2/+2
2015-02-27drm/i915/skl: Update watermarks for Y tilingTvrtko Ursulin1-0/+6
2015-02-27drm/i915/skl: Allow scanning out Y and Yf fbsDamien Lespiau1-5/+13
2015-02-27drm/i915: Remove DRIVER_MODESET checks from modeset codeDaniel Vetter1-6/+0
2015-02-23drm/i915: Switch to drm_crtc variants of vblank functionsDaniel Vetter1-2/+2
2015-02-13drm/i915/skl: Use fb modifiers for spritesTvrtko Ursulin1-14/+3
2015-02-13drm/i915: change dev_priv->fbc.plane to dev_priv->fbc.crtcPaulo Zanoni1-1/+1
2015-01-27drm/i915: Switch plane properties to full atomic helper.Matt Roper1-26/+0
2015-01-27drm/i915: Consolidate plane handler vtablesMatt Roper1-10/+1
2015-01-27drm/i915: Move rotation from intel_plane to drm_plane_stateMatt Roper1-16/+15
2015-01-27drm/i915: Make intel_crtc->config a pointerAnder Conselvan de Oliveira1-1/+1
2015-01-27drm/i915: Embedded struct drm_crtc_state in intel_crtc_stateAnder Conselvan de Oliveira1-1/+1
2015-01-12drm/i915: Drop unused position fields (v2)Matt Roper1-15/+4
2015-01-12drm/i915: Move to atomic plane helpers (v9)Matt Roper1-16/+34
2015-01-12drm/i915: Clarify sprite plane function names (v4)Matt Roper1-11/+3
2015-01-12drm/i915: Move vblank evasion to commit (v4)Matt Roper1-42/+0
2015-01-12drm/i915: Refactor work that can sleep out of commit (v7)Matt Roper1-47/+51
2014-12-10drm/i915: Move FBC stuff to intel_fbc.cRodrigo Vivi1-2/+2
2014-12-06drm/i915: Make all plane disables use 'update_plane' (v5)Matt Roper1-53/+18
2014-12-06drm/i915: Consolidate top-level .update_plane() handlersMatt Roper1-56/+2
2014-12-06drm/i915: Consolidate plane 'cleanup' operations (v3)Matt Roper1-18/+8
2014-12-06drm/i915: Consolidate plane 'prepare' functions (v2)Matt Roper1-38/+6
2014-12-06drm/i915: Make intel_plane_state subclass drm_plane_stateMatt Roper1-8/+8
2014-11-14drm/i915: use the correct obj when preparing the sprite planePaulo Zanoni1-2/+3
2014-11-07drm/i915: Use vblank evade mechanism in mmio_flipAnder Conselvan de Oliveira1-2/+2