aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_display.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-14drm/i915: Do not call intel_crtc_disable if the crtc is already disabled.Maarten Lankhorst1-4/+2
2015-07-13drm/i915: fix oops in primary_check_planeDaniel Vetter1-1/+1
2015-07-12Revert "drm/i915: Use crtc_state->active in primary check_plane func"Linus Torvalds1-1/+1
2015-07-08drm/i915: Use crtc_state->active in primary check_plane funcDaniel Vetter1-1/+1
2015-07-08drm/i915: Check crtc->active in intel_crtc_disable_planesDaniel Vetter1-0/+3
2015-07-06drm/i915/chv: fix HW readout of the port PLL fractional dividerImre Deak1-2/+5
2015-06-26drm/i915: Fix IPS related flickerRodrigo Vivi1-0/+13
2015-06-22drm/i915: Silence compiler warningAnder Conselvan de Oliveira1-21/+21
2015-06-17drm/i915: Don't set enabled value of all CRTCs when restoring the modeAnder Conselvan de Oliveira1-17/+10
2015-06-17drm/i915: Don't update staged config during force restore modesetsAnder Conselvan de Oliveira1-5/+3
2015-06-17drm/i915: Don't check modeset state in the hw state force restore pathAnder Conselvan de Oliveira1-9/+12
2015-05-29drm/i915: Return the frontbuffer flip to enable intel_crtc_enable_planes.Rodrigo Vivi1-0/+11
2015-05-28drm/i915: Adjust sideband locking a bit for CHV/VLVVille Syrjälä1-5/+5
2015-05-28drm/i915: s/dpio_lock/sb_lock/Ville Syrjälä1-28/+28
2015-05-28drm/i915: Kill intel_flush_primary_plane()Ville Syrjälä1-14/+0
2015-05-22drm/i915/skl: don't fail colorkey + scaler requestChandra Konduru1-5/+9
2015-05-21drm/i915: Disable FDI RX/TX before the portsVille Syrjälä1-2/+3
2015-05-21drm/i915: Fix DP enhanced framing for CPTVille Syrjälä1-2/+1
2015-05-21drm/i915/skl: Deinit/init the display at suspend/resumeDamien Lespiau1-0/+208
2015-05-21drm/i915: Limit mmio flip RPS boostsChris Wilson1-1/+3
2015-05-21drm/i915: Implement inter-engine read-read optimisationsChris Wilson1-3/+3
2015-05-21drm/i915: s/\<rq\>/req/gDaniel Vetter1-4/+4
2015-05-20drm/i915/skl: Swapping 90 and 270 to be compliant with XrandrSonika Jindal1-2/+6
2015-05-20drm/i915: Update comment in clear_intel_crtc_state()Ander Conselvan de Oliveira1-1/+5
2015-05-20drm/i915: Tighten the exposure ARGB/ABGR 8888 formatsDamien Lespiau1-10/+23
2015-05-20drm/i915: Don't expose ARGB1555 on gen2/3Damien Lespiau1-3/+0
2015-05-20drm/i915: Remove ARBG/ABGR 2101010 on platform not supporting those formatsDamien Lespiau1-10/+7
2015-05-20drm/i915: Remove the COMMON_PRIMARY_FORMATS definesDamien Lespiau1-9/+8
2015-05-20drm/i915: Preserve ddi_pll_sel when allocating new pipe_configAnder Conselvan de Oliveira1-0/+3
2015-05-20drm/i915: Dump some DPLL fields in pipe config debugTvrtko Ursulin1-0/+33
2015-05-20drm/i915: Don't overwrite (e)DP PLL selection on SKLAnder Conselvan de Oliveira1-2/+6
2015-05-20drm/i915: Output scaler related pipe config debug in a single lineTvrtko Ursulin1-3/+4
2015-05-20drm/i915/skl: Remove unnecessary local variables in skl_plane_ctl*()Damien Lespiau1-45/+21
2015-05-20drm/i915: Don't use the intel_ prefix for gen-specific dataDamien Lespiau1-6/+6
2015-05-20drm/i915/skl: Support the advertized index formatDamien Lespiau1-0/+3
2015-05-20drm/i915/skl: Replace BUG() by MISSING_CASE() in skl_plane_ctl_format()Damien Lespiau1-1/+1
2015-05-20drm/i915/skl: Rename a local variable to fit in 80 charsDamien Lespiau1-13/+13
2015-05-20drm/i915/skl: Add a new line before returnDamien Lespiau1-0/+2
2015-05-20drm/i915/skl: Leave a new line between variable declarations and codeDamien Lespiau1-0/+3
2015-05-20drm/i915: Make scaler_id check in check_crtc_state work for all gensChandra Konduru1-6/+10
2015-05-20drm/i915: Fix race on unreferencing the wrong mmio-flip-requestChris Wilson1-20/+19
2015-05-20drm/i915: Ensure cache flushes prior to doing CS flipsChris Wilson1-0/+6
2015-05-20drm/i915: Remove domain flubbing from i915_gem_object_finish_gpu()Chris Wilson1-5/+8
2015-05-20drm/i915: call intel_tile_height with correct parameterChandra Konduru1-1/+1
2015-05-20drm/i915: Always keep crtc_state->active in sync with enableMaarten Lankhorst1-5/+13
2015-05-20Backmerge v4.1-rc4 into into drm-nextDave Airlie1-3/+0
2015-05-08drm/i915: Only wait for required lanes in vlv_wait_port_ready()Ville Syrjälä1-4/+6
2015-05-08drm/i915: Set crtc_state->active to false when CRTC is disabled (v2)Matt Roper1-0/+1
2015-05-08drm/i915: Get rid of intel_crtc_set_state()Ander Conselvan de Oliveira1-10/+2
2015-05-08drm/i915: Swap atomic state in legacy modesetAnder Conselvan de Oliveira1-78/+39