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