summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_display.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Add primary plane to mask if it's visibleMaarten Lankhorst2015-09-231-2/+5
* drm/i915: Fix broken mst get_hw_state.Maarten Lankhorst2015-09-081-4/+4
* drm/i915: Preserve SSC earlierLukas Wunner2015-09-011-11/+18
* drm/i915/skl: Adding DDI_E power well domainXiong Zhang2015-08-311-1/+2
* drm/i915/skl: Enable DDI-ERodrigo Vivi2015-08-311-0/+9
* drm/i915: set CDCLK if DPLL0 enabled during resuming from S3Gary Wang2015-08-281-8/+5
* drm/i915/skl: enable DDI-E hotplugXiong Zhang2015-08-261-0/+3
* Merge tag 'drm-intel-next-fixes-2015-08-16' of git://anongit.freedesktop.org/...Dave Airlie2015-08-171-300/+146
|\
| * Merge tag 'drm-intel-fixes-2015-08-14' into drm-intel-next-fixesDaniel Vetter2015-08-141-1/+3
| |\
| | * drm/i915: Commit planes on each crtc separately.Maarten Lankhorst2015-08-131-5/+6
| | * drm/i915: calculate primary visibility changes instead of calling from set_co...Maarten Lankhorst2015-08-131-39/+7
| | * drm/i915: Only dither on 6bpc panelsDaniel Vetter2015-08-131-1/+3
| * | drm/i915/skl: WaIgnoreDDIAStrap is forever, always init DDI AJani Nikula2015-08-141-2/+1
| * | drm/i915: Set power domain for DDI-ERodrigo Vivi2015-08-141-0/+1
| * | drm/i915: Handle return value in intel_pin_and_fence_fb_obj, v2.Maarten Lankhorst2015-08-141-1/+12
| * | drm/i915: Only update mode related state if a modeset happened.Maarten Lankhorst2015-08-141-23/+7
| * | drm/i915: Remove connectors_active.Maarten Lankhorst2015-08-141-36/+1
| * | drm/i915: Remove connectors_active from sanitization, v2.Maarten Lankhorst2015-08-141-3/+14
| * | drm/i915: Get rid of dpms handling.Maarten Lankhorst2015-08-141-97/+2
| * | drm/i915: Make crtc checking use the atomic state, v2.Maarten Lankhorst2015-08-141-62/+56
| * | drm/i915: Remove connectors_active from state checking.Maarten Lankhorst2015-08-141-11/+10
| * | drm/i915: Remove some unneeded checks from check_crtc_state.Maarten Lankhorst2015-08-141-18/+1
| * | drm/i915: Convert connector checking to atomic, v3.Maarten Lankhorst2015-08-141-33/+34
| * | drm/i915: Update atomic state when removing mst connector, v3.Maarten Lankhorst2015-08-141-11/+0
| * | drm/i915: Validate the state after an atomic modeset only, and pass the state.Maarten Lankhorst2015-08-141-6/+6
| * | drm/i915: Make the force_thru workaround atomic, v2.Maarten Lankhorst2015-08-141-0/+3
| * | Merge tag 'topic/drm-misc-2015-07-28' into drm-intel-next-queuedDaniel Vetter2015-08-061-15/+12
| |\ \
| * | | drm/i915: disable_shared_pll doesn't work on pre-gen5Jesse Barnes2015-08-051-1/+3
| * | | drm/i915: special-case dirtyfb for frontbuffer trackingPaulo Zanoni2015-08-051-1/+1
| * | | drm/i915: don't disable FBC for pipe A when flipping pipe BPaulo Zanoni2015-08-051-1/+1
| * | | drm/i915: don't call intel_fbc_update() at intel_unpin_work_fn()Paulo Zanoni2015-08-051-3/+0
* | | | drm/plane: Use consistent data types for format countThierry Reding2015-08-121-1/+1
* | | | drm/i915: Use CONFIG_DRM_FBDEV_EMULATIONDaniel Vetter2015-08-111-2/+2
| |/ / |/| |
* | | drm/atomic: Update legacy DPMS state during modesets, v3.Maarten Lankhorst2015-07-271-8/+1
* | | drm: Make the connector dpms callback return a value, v2.Maarten Lankhorst2015-07-271-2/+4
* | | drm/atomic: pass old crtc state to atomic_begin/flush.Maarten Lankhorst2015-07-271-4/+6
* | | drm/atomic: add connectors_changed to separate it from mode_changed, v2Maarten Lankhorst2015-07-271-1/+1
|/ /
* | drm/i915: Invert fastboot checkDaniel Vetter2015-07-151-11/+14
* | drm/i915: Clarify logic for initial modesetDaniel Vetter2015-07-151-22/+12
* | drm/i915: Unconditionally check gmch pfit stateDaniel Vetter2015-07-151-15/+5
* | Merge tag 'drm-intel-fixes-2015-07-15' into drm-intel-next-queuedDaniel Vetter2015-07-151-2/+5
|\ \ | |/
| * drm/i915: Do not call intel_crtc_disable if the crtc is already disabled.Maarten Lankhorst2015-07-141-4/+2
| * drm/i915: fix oops in primary_check_planeDaniel Vetter2015-07-131-1/+1
| * Revert "drm/i915: Use crtc_state->active in primary check_plane func"Linus Torvalds2015-07-121-1/+1
| * drm/i915: Use crtc_state->active in primary check_plane funcDaniel Vetter2015-07-081-1/+1
| * drm/i915: Check crtc->active in intel_crtc_disable_planesDaniel Vetter2015-07-081-0/+3
| * drm/i915/chv: fix HW readout of the port PLL fractional dividerImre Deak2015-07-061-2/+5
| * drm/i915: Fix IPS related flickerRodrigo Vivi2015-06-261-0/+13
* | drm/i915: always disable irqs in intel_pipe_update_startMaarten Lankhorst2015-07-151-10/+5
* | drm/i915: Remove use of runtime pm in atomic commit functionsMaarten Lankhorst2015-07-151-7/+0
OpenPOWER on IntegriCloud