summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: add GT number to intel_device_infoLionel Landwerlin2017-09-013-100/+246
* drm/i915/edp: Increase T12 panel delay to 900 ms to fix DP AUX CH timeoutsManasi Navare2017-08-311-1/+1
* drm/i915: Eliminate obj->state usage in g4x/vlv/chv wm computationVille Syrjälä2017-08-313-15/+32
* drm/i915: Pass the crtc state explicitly to intel_pipe_update_start/end()Ville Syrjälä2017-08-313-21/+32
* drm/i915: Pass the new crtc state to color management codeVille Syrjälä2017-08-311-2/+2
* drm/i915: Consolidate max_cdclk_freq check in intel_crtc_compute_min_cdclk()Ville Syrjälä2017-08-312-53/+48
* drm/i915: Track minimum acceptable cdclk instead of "minimum dotclock"Ville Syrjälä2017-08-314-114/+125
* drm/i915/cnl: Fix DP max voltageRodrigo Vivi2017-08-311-4/+11
* drm/i915/cnl: Fix DDI hdmi level selection.Rodrigo Vivi2017-08-311-1/+4
* drm/i915/cnl: Move ddi buf trans related functions up.Rodrigo Vivi2017-08-311-61/+61
* drm/i915/cnl: Move voltage check into ddi buf trans functions.Rodrigo Vivi2017-08-311-27/+21
* drm/i915: Enable voltage swing before enabling DDI_BUF_CTL.Rodrigo Vivi2017-08-311-1/+6
* drm/i915: Align vswing sequences with old ddi buffer registers.Rodrigo Vivi2017-08-311-12/+10
* drm/i915: decouple gen9 and gen10 dp signal levels.Rodrigo Vivi2017-08-313-15/+23
* drm/i915: Introduce intel_ddi_dp_level.Rodrigo Vivi2017-08-311-6/+10
* drm/i915/cnl: Avoid ioremap_wc on Cannonlake as well.Rodrigo Vivi2017-08-311-4/+4
* drm/i915/cnl: WaDisableI2mCycleOnWRPortRodrigo Vivi2017-08-302-0/+6
* drm/i915/cnl: WA FtrEnableFastAnisoL1BankingFixRodrigo Vivi2017-08-302-0/+4
* drm/i915: Stop using long platform names on clock gating functions.Rodrigo Vivi2017-08-301-22/+22
* drm/i915: Skip fence alignemnt check for the CCS planeVille Syrjälä2017-08-301-1/+1
* drm/i915: Treat fb->offsets[] as a raw byte offset instead of a linear offsetVille Syrjälä2017-08-301-44/+64
* drm/i915: Always wake the device to flush the GTTChris Wilson2017-08-301-6/+5
* drm/i915: Discard the request queue if we fail to sleep before suspendChris Wilson2017-08-291-1/+2
* drm/i915: Clear wedged status upon resumeChris Wilson2017-08-291-0/+6
* drm/i915: Always sanity check engine state upon idlingChris Wilson2017-08-291-19/+8
* drm/i915: Don't use GPU relocations prior to cmdparser stallsChris Wilson2017-08-291-1/+10
* drm/i915: Recreate vmapping even when the object is pinnedChris Wilson2017-08-294-3/+13
* drm/i915: Remove excess indent in intel_finish_reset() caught by sparseChris Wilson2017-08-291-2/+2
* drm/i915: Beef up of Beef up the IPS vs. CRC workaroundMarta Lofstedt2017-08-281-3/+0
* drm/i915/bios: amend edp block based on intel_vbt_decodeJani Nikula2017-08-282-7/+22
* drm/i915/bios: amend child device flags based on intel_vbt_decodeJani Nikula2017-08-281-2/+7
* drm/i915/bios: amend bdb_general_featuresJani Nikula2017-08-281-6/+10
* drm/i915/bios: split up iboost to hdmi and dp bitfieldsJani Nikula2017-08-282-3/+4
* drm/i915: Quietly cancel FBC activation if CRTC is turned off before workerChris Wilson2017-08-261-3/+1
* drm/i915: Fix FBC cfb stride programming for non X-tiled FBPraveen Paneri2017-08-253-0/+22
* drm/i915/cnl: don't hardcode DPCLKA_CFGCR0_DDI_CLK_SEL_SHIFTPaulo Zanoni2017-08-251-1/+1
* drm/i915/bios: drop the rest of the p_ prefixes from pointersJani Nikula2017-08-251-43/+41
* drm/i915/bios: throw away unused DVO_* macrosJani Nikula2017-08-251-5/+0
* drm/i915/bios: group device type definitions togetherJani Nikula2017-08-251-52/+51
* drm/i915/bios: document child device config dvo_port values a bit betterJani Nikula2017-08-251-20/+21
* drm/i915/bios: throw away struct old_child_dev_configJani Nikula2017-08-252-30/+4
* drm/i915/bios: throw away high level child device unionJani Nikula2017-08-253-69/+65
* drm/i915/bios: add legacy contents to common child device configJani Nikula2017-08-251-31/+70
* drm/i915/bios: remove the raw version of child device configJani Nikula2017-08-252-4/+1
* drm/i915/bios: document BDB versions of child device config fieldsJani Nikula2017-08-251-8/+8
* drm/i915/bios: amend child device config parametersJani Nikula2017-08-251-4/+27
* drm/i915: Beef up the IPS vs. CRC workaroundVille Syrjälä2017-08-253-34/+36
* drm/i915: Make some RPS functions staticOscar Mateo2017-08-242-7/+4
* drm/i915: Ignore duplicate VMA stored within the per-object handle LUTChris Wilson2017-08-243-1/+14
* drm/i915: Assert that the handle->vma lut is empty on object closeChris Wilson2017-08-241-0/+1