summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_display.c
Commit message (Expand)AuthorAgeFilesLines
* 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: Silence compiler warningAnder Conselvan de Oliveira2015-06-221-21/+21
* drm/i915: Don't set enabled value of all CRTCs when restoring the modeAnder Conselvan de Oliveira2015-06-171-17/+10
* drm/i915: Don't update staged config during force restore modesetsAnder Conselvan de Oliveira2015-06-171-5/+3
* drm/i915: Don't check modeset state in the hw state force restore pathAnder Conselvan de Oliveira2015-06-171-9/+12
* drm/i915: Return the frontbuffer flip to enable intel_crtc_enable_planes.Rodrigo Vivi2015-05-291-0/+11
* drm/i915: Adjust sideband locking a bit for CHV/VLVVille Syrjälä2015-05-281-5/+5
* drm/i915: s/dpio_lock/sb_lock/Ville Syrjälä2015-05-281-28/+28
* drm/i915: Kill intel_flush_primary_plane()Ville Syrjälä2015-05-281-14/+0
* drm/i915/skl: don't fail colorkey + scaler requestChandra Konduru2015-05-221-5/+9
* drm/i915: Disable FDI RX/TX before the portsVille Syrjälä2015-05-211-2/+3
* drm/i915: Fix DP enhanced framing for CPTVille Syrjälä2015-05-211-2/+1
* drm/i915/skl: Deinit/init the display at suspend/resumeDamien Lespiau2015-05-211-0/+208
* drm/i915: Limit mmio flip RPS boostsChris Wilson2015-05-211-1/+3
* drm/i915: Implement inter-engine read-read optimisationsChris Wilson2015-05-211-3/+3
* drm/i915: s/\<rq\>/req/gDaniel Vetter2015-05-211-4/+4
* drm/i915/skl: Swapping 90 and 270 to be compliant with XrandrSonika Jindal2015-05-201-2/+6
* drm/i915: Update comment in clear_intel_crtc_state()Ander Conselvan de Oliveira2015-05-201-1/+5
* drm/i915: Tighten the exposure ARGB/ABGR 8888 formatsDamien Lespiau2015-05-201-10/+23
* drm/i915: Don't expose ARGB1555 on gen2/3Damien Lespiau2015-05-201-3/+0
* drm/i915: Remove ARBG/ABGR 2101010 on platform not supporting those formatsDamien Lespiau2015-05-201-10/+7
* drm/i915: Remove the COMMON_PRIMARY_FORMATS definesDamien Lespiau2015-05-201-9/+8
* drm/i915: Preserve ddi_pll_sel when allocating new pipe_configAnder Conselvan de Oliveira2015-05-201-0/+3
* drm/i915: Dump some DPLL fields in pipe config debugTvrtko Ursulin2015-05-201-0/+33
* drm/i915: Don't overwrite (e)DP PLL selection on SKLAnder Conselvan de Oliveira2015-05-201-2/+6
* drm/i915: Output scaler related pipe config debug in a single lineTvrtko Ursulin2015-05-201-3/+4
* drm/i915/skl: Remove unnecessary local variables in skl_plane_ctl*()Damien Lespiau2015-05-201-45/+21
* drm/i915: Don't use the intel_ prefix for gen-specific dataDamien Lespiau2015-05-201-6/+6
* drm/i915/skl: Support the advertized index formatDamien Lespiau2015-05-201-0/+3
* drm/i915/skl: Replace BUG() by MISSING_CASE() in skl_plane_ctl_format()Damien Lespiau2015-05-201-1/+1
* drm/i915/skl: Rename a local variable to fit in 80 charsDamien Lespiau2015-05-201-13/+13
* drm/i915/skl: Add a new line before returnDamien Lespiau2015-05-201-0/+2
* drm/i915/skl: Leave a new line between variable declarations and codeDamien Lespiau2015-05-201-0/+3
* drm/i915: Make scaler_id check in check_crtc_state work for all gensChandra Konduru2015-05-201-6/+10
* drm/i915: Fix race on unreferencing the wrong mmio-flip-requestChris Wilson2015-05-201-20/+19
* drm/i915: Ensure cache flushes prior to doing CS flipsChris Wilson2015-05-201-0/+6
* drm/i915: Remove domain flubbing from i915_gem_object_finish_gpu()Chris Wilson2015-05-201-5/+8
* drm/i915: call intel_tile_height with correct parameterChandra Konduru2015-05-201-1/+1
* drm/i915: Always keep crtc_state->active in sync with enableMaarten Lankhorst2015-05-201-5/+13
* Backmerge v4.1-rc4 into into drm-nextDave Airlie2015-05-201-3/+0
|\
| * drm/i915: Drop PIPE-A quirk for 945GSE HP MiniChris Wilson2015-05-071-3/+0
* | drm/i915: Only wait for required lanes in vlv_wait_port_ready()Ville Syrjälä2015-05-081-4/+6
* | drm/i915: Set crtc_state->active to false when CRTC is disabled (v2)Matt Roper2015-05-081-0/+1
* | drm/i915: Get rid of intel_crtc_set_state()Ander Conselvan de Oliveira2015-05-081-10/+2
OpenPOWER on IntegriCloud