summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_atomic.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-08drm/i915: extract intel_sprite.h from intel_drv.hJani Nikula1-0/+1
2019-04-08drm/i915: extract intel_hdcp.h from intel_drv.hJani Nikula1-0/+1
2019-03-13Merge tag 'topic/hdr-formats-2019-03-13' of git://anongit.freedesktop.org/drm...Sean Paul1-1/+2
2019-03-13drm/i915: Refactor icl_is_hdr_planeKevin Strasser1-1/+2
2019-02-19drm/i915: Attach colorspace property and enable modesetUma Shankar1-0/+1
2019-02-11Merge drm/drm-next into drm-misc-nextMaxime Ripard1-2/+2
2019-02-07drm/i915: prepare for drmP.h removal from drm_modeset_helper.hSam Ravnborg1-0/+2
2019-01-17drm/i915: small isolated c99 types to kernel types switchJani Nikula1-2/+2
2019-01-09drm/i915: drop all drmP.h includesJani Nikula1-1/+0
2018-12-12drm/i915: replace IS_GEN<N> with IS_GEN(..., N)Lucas De Marchi1-1/+1
2018-11-28drm/i915: Introduce crtc_state->update_planes bitmaskVille Syrjälä1-0/+1
2018-10-29drm/i915: Prefer IS_GEN<n> check with bitmask.Rodrigo Vivi1-1/+1
2018-10-24drm/i915/gen11: Program the scalers correctly for planar formats, v3.Maarten Lankhorst1-3/+13
2018-09-21drm/i915: Clean up scaler setup, v2.Maarten Lankhorst1-47/+61
2018-06-28Merge tag 'drm-intel-next-2018-06-20' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-2/+4
2018-06-19drm/i915: Print prop name/id when rejecting itVille Syrjälä1-2/+4
2018-05-17i915: content-type property for HDMI connectorStanislav Lisovskiy1-0/+1
2018-04-09drm/i915: Change use get_new_plane_state instead of existing plane stateMaarten Lankhorst1-2/+3
2018-04-09drm/i915: Set scaler mode for NV12Chandra Konduru1-2/+12
2018-03-01Merge tag 'drm-intel-next-2018-02-21' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-2/+3
2018-02-14drm/i915/atomic: Fixup kerneldocChris Wilson1-2/+3
2018-01-08drm/i915: Add HDCP framework + base implementationSean Paul1-0/+2
2017-06-12drm/i915/cnl: Fix Cannonlake scaler mode programing.Rodrigo Vivi1-1/+1
2017-05-30drm/i915: Convert intel_sdvo connector properties to atomic.Maarten Lankhorst1-40/+0
2017-05-30drm/i915: Add plumbing for digital connector state, v3.Maarten Lankhorst1-7/+124
2017-03-03drm/i915: Skip useless watermark/FIFO related work on VLV/CHV when not neededVille Syrjälä1-0/+1
2017-02-23drm/i915/glk: Fix Geminilake scalers mode programmingAnder Conselvan de Oliveira1-1/+3
2017-02-23drm/i915/glk: Pass dev_priv to intel_atomic_setup_scalers()Ander Conselvan de Oliveira1-5/+5
2017-01-02drm/i915: Move intel_atomic_get_shared_dpll_state() to intel_dpll_mgr.cAnder Conselvan de Oliveira1-31/+0
2016-12-30drm/i915: Rename intel_shared_dpll_config to intel_shared_dpll_stateAnder Conselvan de Oliveira1-3/+3
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