aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_atomic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-02drm: Consolidate plane arrays in drm_atomic_stateDaniel Vetter1-1/+1
2016-06-02drm/i915: Use drm_atomic_get_existing_plane_stateDaniel Vetter1-1/+2
2016-03-16drm/i915: Remove some post-commit members from intel_crtc->atomic, v3.Maarten Lankhorst1-0/+1
2016-03-10drm/i915: Fix watermarks for VLV/CHVVille Syrjälä1-1/+2
2016-02-29drm/i915: Add two-stage ILK-style watermark programming (v11)Matt Roper1-0/+1
2016-02-25drm/i915: Kill off intel_crtc->atomic.wait_vblank, v6.Maarten Lankhorst1-0/+1
2016-01-20Revert "drm/i915: Add two-stage ILK-style watermark programming (v10)"Matt Roper1-1/+0
2016-01-07drm/i915: Add two-stage ILK-style watermark programming (v10)Matt Roper1-0/+1
2015-12-22drm/i915: Do not acquire crtc state to check clock during modeset, v4.Maarten Lankhorst1-1/+1
2015-12-07drm/i915: Calculate watermark related members in the crtc_state, v4.Maarten Lankhorst1-0/+1
2015-12-07drm/i915: Move disable_cxsr to the crtc_state.Maarten Lankhorst1-0/+1
2015-11-02drm/i915: Make wait_for_flips interruptible.Maarten Lankhorst1-2/+0
2015-10-21drm/i915/ivb: Move WaCxSRDisabledForSpriteScaling w/a to atomic checkMatt Roper1-0/+1
2015-10-13drm/i915: revert a few more watermark commitsPaulo Zanoni1-1/+0
2015-09-30drm/i915/ivb: Move WaCxSRDisabledForSpriteScaling w/a to atomic checkMatt Roper1-0/+1
2015-09-14drm/i915: Make updating pipe without modeset atomic.Maarten Lankhorst1-0/+2
2015-09-10drm/i915: Use crtc->state for duplication.Maarten Lankhorst1-9/+1
2015-08-14drm/i915: remove excessive scaler debugging messagesJani Nikula1-3/+0
2015-07-15drm/i915: Use full atomic modeset.Maarten Lankhorst1-123/+0
2015-07-14drm/i915: Rework plane readout.Maarten Lankhorst1-7/+0
2015-07-14drm/i915: Do not update pfit state when toggling crtc enabled.Maarten Lankhorst1-11/+3
2015-07-06drm/i915: Don't dereference NULL plane while setting up scalersMatt Roper1-1/+1
2015-06-22drm/i915: Make cdclk part of the atomic state.Maarten Lankhorst1-0/+2
2015-06-22drm/i915: Handle disabling planes better, v2.Maarten Lankhorst1-0/+7
2015-06-22drm/i915: move detaching scalers to begin_crtc_commit, v2.Maarten Lankhorst1-3/+0
2015-06-22drm/i915: Move scaler setup to check crtc function, v2.Maarten Lankhorst1-8/+9
2015-06-22drm/i915: Add a simple atomic crtc check function, v2.Maarten Lankhorst1-1/+4
2015-06-22drm/i915: Clean up intel_atomic_setup_scalers slightly.Maarten Lankhorst1-10/+11
2015-06-12Revert "drm/i915: Read hw state into an atomic state struct, v2."Maarten Lankhorst1-1/+1
2015-06-12drm/i915: Read hw state into an atomic state struct, v2.Ander Conselvan de Oliveira1-1/+1
2015-06-12drm/i915: Swap planes on each crtc separately, v2.Maarten Lankhorst1-10/+3
2015-06-12drm/i915: Use drm_atomic_helper_swap_state in intel_atomic_commit.Maarten Lankhorst1-32/+12
2015-06-12drm/i915: Use global atomic state for staged pll, config, v3.Maarten Lankhorst1-0/+51
2015-05-08drm/i915: Call drm helpers when duplicating crtc and plane statesAnder Conselvan de Oliveira1-2/+6
2015-05-08drm/i915: skylake primary plane scaling using shared scalersChandra Konduru1-1/+4
2015-04-13drm/i915: copy staged scaler state from drm state to crtc->config.Chandra Konduru1-0/+12
2015-04-13drm/i915: Ensure setting up scalers into staged crtc_stateChandra Konduru1-0/+11
2015-04-13drm/i915: setup scalers for crtc_compute_configChandra Konduru1-0/+148
2015-04-10drm/i915: Clear crtc atomic flags at beginning of transactionMatt Roper1-0/+2
2015-03-17drm/i915: Set crtc backpointer when duplicating crtc stateAnder Conselvan de Oliveira1-3/+9
2015-02-24drm/atomic-helper: Rename commmit_post/pre_planesDaniel Vetter1-2/+2
2015-01-27drm/i915: Add crtc state duplication/destruction functionsMatt Roper1-0/+35
2015-01-27drm/i915: Add atomic_get_property entrypoint for connectors (v2)Matt Roper1-0/+38
2015-01-27drm/i915: Add main atomic entrypoints (v2)Matt Roper1-0/+164