aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_display.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-23drm/i915: Add primary plane to mask if it's visibleMaarten Lankhorst1-2/+5
2015-09-08drm/i915: Fix broken mst get_hw_state.Maarten Lankhorst1-4/+4
2015-09-01drm/i915: Preserve SSC earlierLukas Wunner1-11/+18
2015-08-31drm/i915/skl: Adding DDI_E power well domainXiong Zhang1-1/+2
2015-08-31drm/i915/skl: Enable DDI-ERodrigo Vivi1-0/+9
2015-08-28drm/i915: set CDCLK if DPLL0 enabled during resuming from S3Gary Wang1-8/+5
2015-08-26drm/i915/skl: enable DDI-E hotplugXiong Zhang1-0/+3
2015-08-17Merge tag 'drm-intel-next-fixes-2015-08-16' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-300/+146
2015-08-14Merge tag 'drm-intel-fixes-2015-08-14' into drm-intel-next-fixesDaniel Vetter1-1/+3
2015-08-14drm/i915/skl: WaIgnoreDDIAStrap is forever, always init DDI AJani Nikula1-2/+1
2015-08-14drm/i915: Set power domain for DDI-ERodrigo Vivi1-0/+1
2015-08-14drm/i915: Handle return value in intel_pin_and_fence_fb_obj, v2.Maarten Lankhorst1-1/+12
2015-08-14drm/i915: Only update mode related state if a modeset happened.Maarten Lankhorst1-23/+7
2015-08-14drm/i915: Remove connectors_active.Maarten Lankhorst1-36/+1
2015-08-14drm/i915: Remove connectors_active from sanitization, v2.Maarten Lankhorst1-3/+14
2015-08-14drm/i915: Get rid of dpms handling.Maarten Lankhorst1-97/+2
2015-08-14drm/i915: Make crtc checking use the atomic state, v2.Maarten Lankhorst1-62/+56
2015-08-14drm/i915: Remove connectors_active from state checking.Maarten Lankhorst1-11/+10
2015-08-14drm/i915: Remove some unneeded checks from check_crtc_state.Maarten Lankhorst1-18/+1
2015-08-14drm/i915: Convert connector checking to atomic, v3.Maarten Lankhorst1-33/+34
2015-08-14drm/i915: Update atomic state when removing mst connector, v3.Maarten Lankhorst1-11/+0
2015-08-14drm/i915: Validate the state after an atomic modeset only, and pass the state.Maarten Lankhorst1-6/+6
2015-08-14drm/i915: Make the force_thru workaround atomic, v2.Maarten Lankhorst1-0/+3
2015-08-13drm/i915: Commit planes on each crtc separately.Maarten Lankhorst1-5/+6
2015-08-13drm/i915: calculate primary visibility changes instead of calling from set_configMaarten Lankhorst1-39/+7
2015-08-13drm/i915: Only dither on 6bpc panelsDaniel Vetter1-1/+3
2015-08-12drm/plane: Use consistent data types for format countThierry Reding1-1/+1
2015-08-11drm/i915: Use CONFIG_DRM_FBDEV_EMULATIONDaniel Vetter1-2/+2
2015-08-06Merge tag 'topic/drm-misc-2015-07-28' into drm-intel-next-queuedDaniel Vetter1-15/+12
2015-08-05drm/i915: disable_shared_pll doesn't work on pre-gen5Jesse Barnes1-1/+3
2015-08-05drm/i915: special-case dirtyfb for frontbuffer trackingPaulo Zanoni1-1/+1
2015-08-05drm/i915: don't disable FBC for pipe A when flipping pipe BPaulo Zanoni1-1/+1
2015-08-05drm/i915: don't call intel_fbc_update() at intel_unpin_work_fn()Paulo Zanoni1-3/+0
2015-07-27drm/atomic: Update legacy DPMS state during modesets, v3.Maarten Lankhorst1-8/+1
2015-07-27drm: Make the connector dpms callback return a value, v2.Maarten Lankhorst1-2/+4
2015-07-27drm/atomic: pass old crtc state to atomic_begin/flush.Maarten Lankhorst1-4/+6
2015-07-27drm/atomic: add connectors_changed to separate it from mode_changed, v2Maarten Lankhorst1-1/+1
2015-07-15drm/i915: Invert fastboot checkDaniel Vetter1-11/+14
2015-07-15drm/i915: Clarify logic for initial modesetDaniel Vetter1-22/+12
2015-07-15drm/i915: Unconditionally check gmch pfit stateDaniel Vetter1-15/+5
2015-07-15Merge tag 'drm-intel-fixes-2015-07-15' into drm-intel-next-queuedDaniel Vetter1-2/+5
2015-07-15drm/i915: always disable irqs in intel_pipe_update_startMaarten Lankhorst1-10/+5
2015-07-15drm/i915: Remove use of runtime pm in atomic commit functionsMaarten Lankhorst1-7/+0
2015-07-15drm/i915: Call plane update functions directly from intel_atomic_commit.Maarten Lankhorst1-6/+8
2015-07-15drm/i915: Use full atomic modeset.Maarten Lankhorst1-237/+42
2015-07-15drm/i915: Fix noatomic crtc disabling, v2.Maarten Lankhorst1-0/+1
2015-07-15drm/i915: fill in more mode membersMaarten Lankhorst1-0/+5
2015-07-14drm/i915: Make intel_display_suspend atomic, try 2.Maarten Lankhorst1-3/+49
2015-07-14drm/i915: Always force a modeset in intel_crtc_restore_mode, v2.Maarten Lankhorst1-42/+16
2015-07-14drm/i915: Update power domains on readout.Maarten Lankhorst1-26/+50