aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_sprite.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-15drm/i915: always disable irqs in intel_pipe_update_startMaarten Lankhorst1-10/+7
2015-06-29drm/i915: Use the memory latency based WM computation on VLV tooVille Syrjälä1-6/+0
2015-06-25drm/i915: Store frontbuffer_bits in the planeVille Syrjälä1-0/+1
2015-06-22drm/i915: Make setting color key atomic.Maarten Lankhorst1-45/+40
2015-06-22drm/i915: atomic plane updates in a nutshellMaarten Lankhorst1-3/+1
2015-06-22drm/i915: remove force argument from disable_planeMaarten Lankhorst1-5/+5
2015-06-22drm/i915: clean up atomic plane check functions, v2.Maarten Lankhorst1-6/+3
2015-06-22drm/i915: clean up plane commit functionsMaarten Lankhorst1-19/+14
2015-06-22drm/i915: Split plane updates of crtc->atomic into a helper, v2.Maarten Lankhorst1-31/+1
2015-06-22drm/i915: Split skl_update_scaler, v4.Maarten Lankhorst1-2/+1
2015-06-15drm/i915: Actually respect DSPSURF alignment restrictionsVille Syrjälä1-3/+6
2015-06-15drm/i915: Make sure our labels start at column 0Damien Lespiau1-1/+1
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