aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-06-15drm/i915/execlists: Reset the CSB head tracking on reset/sanitizationChris Wilson1-9/+6
2018-06-15drm/i915: Be irqsafe inside resetChris Wilson1-2/+4
2018-06-15drm/i915: Fix context ban and hang accounting for clientMika Kuoppala3-25/+55
2018-06-15drm/i915: Keep the ctx workarounds tightly packedChris Wilson3-38/+52
2018-06-14drm/i915/dp: Add support for HBR3 and TPS4 during link trainingManasi Navare4-14/+44
2018-06-14drm/i915/icl: Add allowed DP rates for IcelakeManasi Navare1-2/+16
2018-06-14drm/i915/icl: start adding the TBT pllPaulo Zanoni4-9/+47
2018-06-14drm/i915/icl: unconditionally init DDI for every portPaulo Zanoni1-1/+8
2018-06-14drm/i915/icl: add icelake_get_ddi_pll()Paulo Zanoni1-1/+41
2018-06-14drm/i915/gtt: Reduce a pair of runtime assertsChris Wilson2-3/+3
2018-06-14drm/i915/gtt: Cache the PTE encoding of the scratch pageChris Wilson2-10/+11
2018-06-14drm/i915/gtt: Free unused page tables on unbind the contextChris Wilson2-5/+40
2018-06-14drm/i915/gtt: Lazily allocate page directories for gen7Chris Wilson1-41/+26
2018-06-14drm/i915: Declare the driver wedged if hangcheck makes no progressChris Wilson4-4/+23
2018-06-14drm/i915/execlists: Push the tasklet kick after reset to reset_finishChris Wilson1-6/+7
2018-06-14drm/i915/selftests: Initialise request to silence a compilerChris Wilson1-2/+2
2018-06-14drm/i915: Turn off g4x DP port in .post_disable()Ville Syrjälä1-16/+8
2018-06-14drm/i915: Disallow interlaced modes on g4x DP outputsVille Syrjälä1-2/+2
2018-06-14drm/i915: Fix PIPESTAT irq ack on i965/g4xVille Syrjälä1-2/+10
2018-06-14drm/i915/ddi: Removed unused var from hsw_write_infoframe()Imre Deak1-3/+0
2018-06-14drm/i915/ddi: Set HDMI infoframes with pipe clocks enabledImre Deak1-5/+5
2018-06-14drm/i915/ddi: Check transcoder instead of port when setting HDMI infoframeImre Deak1-2/+11
2018-06-14drm/i915/ddi: Push pipe clock enabling to encodersImre Deak3-6/+12
2018-06-14drm/i915/ddi: s/crtc->config/old_crtc_state in haswell_crtc_disable()Imre Deak1-4/+4
2018-06-14drm/i915/psr: Kill delays when activating psr back.Rodrigo Vivi3-25/+8
2018-06-14drm/i915/gtt: Only keep gen6 page directories pinned while activeChris Wilson3-15/+54
2018-06-14drm/i915: Show CCID in engine dumpsChris Wilson1-0/+2
2018-06-14drm/i915: Make the hexdump row offset visually distinctChris Wilson1-1/+1
2018-06-14drm/i915: Dump the ringbuffer of the active request for debuggingChris Wilson1-5/+36
2018-06-14drm/i915/dsm: remove unnecessary dsm priv structureJani Nikula1-16/+11
2018-06-14drm/i915: Move GEM sanitize from resume_early to resumeChris Wilson1-2/+2
2018-06-14drm/i915/opregion: move acpi notifier to dev_privJani Nikula2-19/+13
2018-06-14drm/i915/perf: make oa format tables constJani Nikula1-2/+2
2018-06-14drm/i915: Make closing request flush mandatoryChris Wilson12-47/+24
2018-06-13drm/i915: Allow DBLSCAN user modes with eDP/LVDS/DSIVille Syrjälä10-5/+84
2018-06-12drm/i915/icl: DP_AUX_E is valid on ICL+James Ausmus6-1/+26
2018-06-12drm/i915/icl: fix gmbus gpio pin mappingMahesh Kumar3-7/+11
2018-06-12drm/i915/icl: Add DDI HDMI level selection for ICLManasi Navare1-1/+8
2018-06-12drm/i915/gtt: Make gen6 page directories evictableChris Wilson3-111/+155
2018-06-12drm/i915/guc: Add support for define guc_log_size in megabytes.Piotr Piorkowski2-0/+14
2018-06-12drm/i915/guc: Move defines with size of GuC logs to intel_guc_log.hPiotr Piorkowski4-33/+57
2018-06-12drm/i915/guc: Refactoring preparation of the GUC_CTL_CTXINFO parameterPiotr Piorkowski1-10/+18
2018-06-12drm/i915/guc: Refactoring preparation of the GUC_CTL_LOG_PARAMS parameterPiotr Piorkowski3-14/+17
2018-06-12drm/i915/guc: Refactoring preparation of the GUC_CTL_FEATURE parameterPiotr Piorkowski1-8/+14
2018-06-12drm/i915/guc: Refactoring preparation of the GUC_CTL_DEBUG parameterPiotr Piorkowski1-5/+7
2018-06-12drm/i915/guc: Don't store runtime GuC log level in modparamPiotr Piórkowski5-28/+24
2018-06-12drm/i915/gtt: Onionify error handling for gen6_ppgtt_createChris Wilson1-42/+39
2018-06-12drm/i915/gtt: Subclass gen6_hw_ppgttChris Wilson3-58/+65
2018-06-12drm/i915/ringbuffer: Serialize load of PD_DIRChris Wilson3-15/+44
2018-06-12drm/i915/gtt: Invalidate GGTT caches after writing the gen6 page directoriesChris Wilson1-4/+4