summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-06-01drm/i915: Clean up cursor definesVille Syrjälä4-27/+27
2018-06-01drm/i915: Have plane->get_hw_state() return the current pipeVille Syrjälä4-38/+79
2018-06-01drm/i915/gtt: Don't restore the non-existent PDE for GGTTChris Wilson1-0/+2
2018-06-01drm/i915/gtt: Avoid calling non-existent allocate_va_rangeChris Wilson1-13/+21
2018-06-01drm/i915: Check intel_contexts to avoid one extra pointer chaseChris Wilson1-1/+1
2018-06-01drm/i915: Assert we idle in the kernel contextChris Wilson1-13/+18
2018-05-31drm/i915: Only sanitize GEM from late suspendChris Wilson3-10/+19
2018-05-31drm/i915: After reset on sanitization, reset the engine backendsChris Wilson2-3/+29
2018-05-31drm/i915: "Race-to-idle" after switching to the kernel contextChris Wilson2-2/+26
2018-05-31drm/i915: Switch to kernel context before idling at runtimeChris Wilson3-8/+39
2018-05-31drm/i915/guc: Don't read SOFT_SCRATCH(15) on MMIO errorMichal Wajdeczko1-4/+2
2018-05-31drm/i915: Call intel_opregion_notify_encoder in intel_sanitize_encoder, v2.Maarten Lankhorst1-0/+3
2018-05-31drm/i915: Update DRIVER_DATE to 20180530Rodrigo Vivi1-2/+2
2018-05-30drm/i915: Remove stale asserts from i915_gem_find_active_request()Chris Wilson1-9/+8
2018-05-29drm/i915/psr: Set idle frame count based on sink synchronization latencyDhinakaran Pandiyan1-20/+20
2018-05-29drm/i915/icl: Wa_1406463099Oscar Mateo2-2/+10
2018-05-29drm/i915/icl: WaEnableFloatBlendOptimizationOscar Mateo2-0/+6
2018-05-29drm/i915/icl: Wa_2006665173Oscar Mateo2-7/+16
2018-05-29drm/i915/icl: WaEnableStateCacheRedirectToCSOscar Mateo2-0/+5
2018-05-29drm/i915/icl: WaDisableImprovedTdlClkGatingOscar Mateo2-2/+10
2018-05-25drm/i915/uc: Trivial s/dev_priv/i915 in intel_uc.cMichal Wajdeczko1-65/+64
2018-05-25drm/i915: Simplify ilk-ivb underrun suppressionVille Syrjälä1-8/+4
2018-05-25drm/i915: Consult VBT "LVDS config" bits to determine whether internal LVDS i...Ville Syrjälä3-5/+30
2018-05-25drm/i915: Try to suppress more spurious PCH underruns on ILK-IVBVille Syrjälä1-2/+9
2018-05-25drm/i915: Initialize panel_pipe to INVALID_PIPEVille Syrjälä1-1/+1
2018-05-25drm/i915: Prepare GEM for suspend earlierChris Wilson1-10/+37
2018-05-25drm/i915/execlists: Wait for ELSP submission on restartChris Wilson2-1/+16
2018-05-25drm/i915: Flush the ring stop bit after clearing RING_HEAD in resetChris Wilson1-0/+22
2018-05-25drm/i915: Forward declare struct intel_contextTvrtko Ursulin1-0/+2
2018-05-25drm/i915: Include i915_scheduler.h from i915_gem_context.hTvrtko Ursulin1-0/+1
2018-05-24drm/i915: Look for an active kernel context before switchingChris Wilson6-15/+231
2018-05-24drm/i915/psr: Fix ALPM cap check for PSR2Dhinakaran Pandiyan1-10/+10
2018-05-24drm/i915/psr: Fall back to max. synchronization latency if DPCD read failsDhinakaran Pandiyan1-2/+2
2018-05-24drm/i915/psr: Avoid unnecessary DPCD read of DP_PSR_CAPSDhinakaran Pandiyan1-10/+1
2018-05-24drm/i915/psr: Check for SET_POWER_CAPABLE bit at PSR init time.Dhinakaran Pandiyan2-8/+11
2018-05-24drm/i915/psr: Avoid DPCD reads when panel does not support PSRDhinakaran Pandiyan1-6/+8
2018-05-24drm/i915/psr: Nuke PSR support for VLV and CHVDhinakaran Pandiyan6-270/+27
2018-05-24drm/i915/psr: vbt change for psrVathsala Nagaraju4-27/+72
2018-05-24drm/i915: Implement WaProgramMgsrForL3BankSpecificMmioReadsYunwei Zhang2-0/+39
2018-05-24drm/i915/icl: Enable WaProgramMgsrForCorrectSliceSpecificMmioReadsYunwei Zhang2-3/+12
2018-05-24drm/i915/cnl: Implement WaProgramMgsrForCorrectSliceSpecificMmioReadsYunwei Zhang3-5/+54
2018-05-23drm/i915/icl: Disable pipe CSC and gamma in cursor planeJosé Roberto de Souza1-4/+6
2018-05-23drm/i915/selftests: Pin the mock kernel contextChris Wilson2-10/+14
2018-05-23drm/i915: WARN if power sequencer is not connected to the LVDS port on pre-ilkVille Syrjälä1-0/+5
2018-05-23drm/i915: Implement the missing bits of assert_panel_unlocked()Ville Syrjälä1-2/+16
2018-05-23drm/i915: Allow eDP on port C in theoryVille Syrjälä1-2/+12
2018-05-23drm/i915: Clean up DP pipe select bitsVille Syrjälä4-95/+91
2018-05-23drm/i915: Nuke intel_trans_dp_port_sel()Ville Syrjälä1-25/+14
2018-05-23drm/i915: Parametrize TRANS_DP_PORT_SELVille Syrjälä2-21/+11
2018-05-23drm/i915: Move intel_ddi_get_crtc_new_encoder() out from ddi codeVille Syrjälä3-32/+30