summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2017-04-18Revert "drm/i915/execlists: Reset RING registers upon resume"Greg Kroah-Hartman1-31/+19
2017-04-18drm/i915: Avoid rcu_barrier() from reclaim paths (shrinker)Chris Wilson1-1/+1
2017-04-18drm/i915: Stop using RP_DOWN_EI on BaytrailChris Wilson3-48/+32
2017-04-18drm/i915: Drop support for I915_EXEC_CONSTANTS_* execbuf parameters.Kenneth Graunke4-57/+3
2017-04-18drm/i915: Only enable hotplug interrupts if the display interrupts are enabledChris Wilson2-6/+18
2017-04-18drm/i915: Avoid tweaking evaluation thresholds on Baytrail v3Mika Kuoppala1-0/+7
2017-04-18drm/i915: Nuke debug messages from the pipe update critical sectionVille Syrjälä1-11/+1
2017-04-18drm/i915/gen9: Increase PCODE request timeout to 50msImre Deak1-5/+6
2017-04-12drm/i915: actually drive the BDW reserved IDsPaulo Zanoni1-0/+1
2017-03-15drm/i915: Fix not finding the VBT when it overlaps with OPREGION_ASLE_EXTHans de Goede1-1/+12
2017-03-15drm/i915: Avoid spurious WARNs about the wrong pipe in the PPS codeVille Syrjälä1-3/+3
2017-03-15drm/i915/gvt: Disable access to stolen memory as a guestChris Wilson1-0/+5
2017-02-15drm/i915: Always convert incoming exec offsets to non-canonicalMichał Winiarski1-6/+6
2017-02-15drm/i915/bxt: Add MST support when do DPLL calculationLee, Shawn C1-1/+2
2017-02-15drm/i915: fix use-after-free in page_flip_completed()Andrey Ryabinin1-2/+2
2017-02-09drm/i915/execlists: Reset RING registers upon resumeChris Wilson1-19/+31
2017-02-01drm/i915: Remove WaDisableLSQCROPERFforOCL KBL workaround.Francisco Jerez2-10/+1
2017-02-01drm/i915: Check for NULL atomic state in intel_crtc_disable_noatomic()Ander Conselvan de Oliveira1-0/+6
2017-02-01drm/i915: Fix calculation of rotated x and y offsets for planar formatsAnder Conselvan de Oliveira1-2/+3
2017-02-01drm/i915: Don't init hpd polling for vlv and chv from runtime_suspend()Ander Conselvan de Oliveira1-1/+1
2017-02-01drm/i915: Don't leak edid in intel_crt_detect_ddc()Ander Conselvan de Oliveira1-4/+5
2017-02-01drm/i915: prevent crash with .disable_display parameterClint Taylor1-0/+3
2017-02-01drm/i915: Clear ret before unbinding in i915_gem_evict_something()Chris Wilson1-0/+1
2017-02-01drm/i915: Ignore bogus plane coordinates on SKL when the plane is not visibleVille Syrjälä1-0/+3
2017-01-19drm/i915: Move the min_pixclk[] handling to the end of readoutVille Syrjälä1-16/+16
2017-01-19drm/i915/gen9: Fix PCODE polling during SAGV disablingImre Deak1-25/+9
2017-01-19drm/i915/gen9: Fix PCODE polling timeout in stable backportImre Deak1-2/+2
2017-01-15drm/i915/gen9: Fix PCODE polling during CDCLK change notificationImre Deak3-21/+87
2017-01-12drm/i915/gen9: fix the WM memory bandwidth WA for Y tiling casesPaulo Zanoni1-2/+3
2017-01-12drm/i915/gen9: unconditionally apply the memory bandwidth WAPaulo Zanoni1-8/+41
2017-01-12drm/i915: disable PSR by default on HSW/BDWPaulo Zanoni1-7/+3
2017-01-12drm/i915: tune down the fast link training vs boot failDaniel Vetter1-2/+2
2017-01-12drm/i915/dp: add lane_count check in intel_dp_check_link_statusMatthew Auld1-0/+5
2017-01-12drm/i915: Initialize overlay->last_flip properlyVille Syrjälä1-0/+2
2017-01-12drm/i915: Force VDD off on the new power seqeuencer before starting to use itVille Syrjälä1-7/+34
2017-01-12drm/i915: Fix oops in overlay due to frontbuffer trackingVille Syrjälä1-2/+2
2017-01-12drm/i915: Fix oopses in the overlay code due to i915_gem_active stuffVille Syrjälä2-1/+21
2017-01-09drm/i915: Fix setting of boost freq tunableMika Kuoppala1-1/+1
2017-01-09drm/i915: skip the first 4k of stolen memory on everything >= gen8Paulo Zanoni1-3/+2
2017-01-09drm/i915: Initialize dev_priv->atomic_cdclk_freq at init timeVille Syrjälä1-0/+1
2017-01-09drm/i915: Fix cdclk vs. dev_cdclk mess when not recomputing thingsVille Syrjälä1-3/+5
2017-01-09drm/i915/dsi: Do not clear DPOUNIT_CLOCK_GATE_DISABLE from vlv_init_display_c...Hans de Goede1-1/+12
2017-01-09drm/i915/dsi: Fix chv_exec_gpio disabling the GPIOs it is settingHans de Goede1-1/+2
2016-11-30drm/i915: drop the struct_mutex when wedged or trying to resetMatthew Auld1-1/+2
2016-11-30drm/i915: Don't touch NULL sg on i915_gem_object_get_pages_gtt() errorChris Wilson1-2/+3
2016-11-16drm/i915: Assume non-DP++ port if dvo_port is HDMI and there's no AUX ch spec...Ville Syrjälä2-9/+24
2016-11-11drm/i915: Refresh that status of MST capable connectors in ->detect()Ville Syrjälä1-10/+0
2016-11-11drm/i915: Grab the rotation from the passed plane state for VLV spritesVille Syrjälä1-1/+1
2016-11-11drm/i915: Mark CPU cache as dirty when used for renderingChris Wilson1-0/+8
2016-11-07drm/i915: Limit Valleyview and earlier to only using mappable scanoutChris Wilson1-2/+16