aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-22drm/i915/query: nospec expects no more than an unsigned longChris Wilson1-1/+4
2018-05-22drm/i915: Eliminate the unused dev_priv->vbt.lvds_vbtVille Syrjälä2-4/+0
2018-05-22drm/i915: Replace vbt edp.support with int_lvds_supportVille Syrjälä3-11/+13
2018-05-22drm/i915/gtt: Allow pagedirectory allocations to failChris Wilson1-8/+8
2018-05-22drm/i915/query: Protect tainted function pointer lookupChris Wilson1-3/+7
2018-05-22Revert "drm/i915/edp: Allow alternate fixed mode for eDP if available."Jani Nikula6-45/+8
2018-05-22drm/i915: Move GEM BO inside drm_framebufferDaniel Stone2-4/+3
2018-05-22drm/i915: Use intel_fb_obj() everywhereDaniel Stone3-15/+17
2018-05-21drm/i915/gvt: Fix crash after request->hw_context changeZhenyu Wang1-36/+16
2018-05-19drm/i915/selftests: Wait longer for the old active requestChris Wilson1-14/+34
2018-05-19drm/i915: Allow init_breadcrumbs to be used from irq contextChris Wilson1-2/+3
2018-05-19drm/i915/execlists: Handle copying default context state for atomic resetChris Wilson3-11/+20
2018-05-19drm/i915: Make intel_engine_dump irqsafeChris Wilson1-4/+7
2018-05-19drm/i915: Speed up idle detection by kicking the taskletsChris Wilson1-3/+12
2018-05-19drm/i915/lvds: Move acpi lid notification registration to registration phaseChris Wilson1-11/+32
2018-05-18drm/i915: Rename the remaining gen4 references to g4x in the DP codeVille Syrjälä1-5/+5
2018-05-18drm/i915: Rename SNB/IVB CPU eDP signal level funcsVille Syrjälä1-6/+6
2018-05-18drm/i915: Check for IVB instead of gen7 when we think about IVB CPU eDPVille Syrjälä1-7/+7
2018-05-18drm/i915: Use the same vswing->max_preemph mapping on HSW/BDW as on SKL+Ville Syrjälä3-26/+26
2018-05-18drm/i915: Use intel_ddi_dp_voltage_max() for HSW/BDW tooVille Syrjälä1-4/+4
2018-05-18drm/i915: Disable LVDS on Radiant P845Ondrej Zary1-0/+8
2018-05-18drm/i915: Pull the context->pin_count dec into the common intel_context_unpinChris Wilson4-21/+5
2018-05-18drm/i915: Store a pointer to intel_context in i915_requestChris Wilson20-296/+321
2018-05-18drm/i915: Move fiddling with engine->last_retired_contextChris Wilson3-10/+26
2018-05-18drm/i915: Move request->ctx asideChris Wilson13-55/+64
2018-05-17drm/i915: enable the pipe/transcoder/planes later on HSW+Paulo Zanoni1-5/+5
2018-05-17drm/i915/icl: Read the correct Gen11 interrupt registersOscar Mateo3-12/+34
2018-05-17drm/i915: Remove unused enable_cmd_parser modparamChris Wilson2-4/+0
2018-05-17drm/i915: Nul-terminate legacy debug stringChris Wilson1-1/+1
2018-05-17drm/i915/execlists: HWACK checking superseded checking port[0].countChris Wilson1-2/+0
2018-05-17drm/i915: Clean up DVO pipe select bitsVille Syrjälä2-10/+7
2018-05-17drm/i915: Clean up TV pipe select bitsVille Syrjälä2-15/+9
2018-05-17drm/i915: Clean up SDVO pipe select bitsVille Syrjälä5-69/+52
2018-05-17drm/i915: Clean up LVDS pipe select bitsVille Syrjälä4-54/+42
2018-05-17drm/i915: Clean up ADPA pipe select bitsVille Syrjälä4-44/+33
2018-05-16drm/i915: Stop parking the signaler around resetChris Wilson6-23/+42
2018-05-16drm/i915/execlists: Flush pending preemption events during resetChris Wilson1-1/+35
2018-05-16drm/i915/execlists: Split out CSB processingChris Wilson1-39/+52
2018-05-16drm/i915: Split execlists/guc reset preparationsChris Wilson2-10/+36
2018-05-16drm/i915: Move engine reset prepare/finish to backendsChris Wilson4-41/+76