aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-17drm/i915: Break i915_spin_request() if we see an interruptChris Wilson1-1/+11
2017-02-17drm/i915: Postpone fake breadcrumb interrupt until real interrupts ceaseChris Wilson3-14/+12
2017-02-17drm/i915/glk: Enable pipe CSCAnder Conselvan de Oliveira2-0/+2
2017-02-17drm/i915/glk: Load the degamma LUT even in legacy gamma modeAnder Conselvan de Oliveira1-1/+2
2017-02-17drm/i915: Consolidate gen8_emit_pipe_controlTvrtko Ursulin3-81/+52
2017-02-17drm/i915: Tidy workaround batch buffer emissionTvrtko Ursulin1-201/+117
2017-02-17drm/i915: Move common workaround code to intel_engine_csTvrtko Ursulin2-550/+550
2017-02-17drm/i915: Simplify cleanup path in intel_engines_initTvrtko Ursulin1-3/+1
2017-02-17drm/i915: Make int __intel_ring_space staticTvrtko Ursulin2-2/+1
2017-02-16drm/i915: Drop struct_mutex around frontbuffer flushesChris Wilson1-26/+17
2017-02-16drm/i915: struct_mutex is not required for allocating the framebufferChris Wilson3-78/+59
2017-02-16drm/i915: Remove struct_mutex for destroying framebuffersChris Wilson4-8/+7
2017-02-16drm/i915: Unwind conversion to i915_gem_phys_ops on failureChris Wilson1-1/+12
2017-02-16drm/i915: Squelch any ktime/jiffie rounding errors for wait-ioctlChris Wilson1-0/+10
2017-02-16drm/i915/bxt: Disable device ready before shutdown commandUma Shankar1-0/+11
2017-02-16drm/i915/bxt: Fix BXT DSI ULPS sequenceUma Shankar1-18/+5
2017-02-16drm/i915: Set the Z inversion overlap fieldDeepak M1-4/+13
2017-02-16drm/i915: Do RPM Wake during GuC/HuC status readsagar.a.kamble@intel.com2-3/+8
2017-02-16drm/i915: Only enable hotplug interrupts if the display interrupts are enabledChris Wilson2-6/+18
2017-02-16drm/i915/bxt: remove WaRsDisableCoarsePowerGating for early BXTJani Nikula1-3/+1
2017-02-16drm/i915/bxt: remove snooping workaround on old A revisionsJani Nikula1-4/+0
2017-02-16drm/i915/bxt: apply clock gating workaround to all revisionsJani Nikula1-3/+2
2017-02-15drm/i915: Fix PLL 8x/3 divider for MIPI video modeUma Shankar1-5/+1
2017-02-15drm/i915: Check for platform specific GPIO configUma Shankar1-1/+2
2017-02-15drm/i915/dp: Reset the link params on HPD/connected boot/resumeManasi Navare2-4/+13
2017-02-15drm/i915: Use preferred kernel types in i915_gem_gtt.cChris Wilson2-70/+69
2017-02-15drm/i915: Differentiate the aliasing_ppgtt with an invalid filpChris Wilson1-1/+1
2017-02-15drm/i915: Only preallocate the aliasing GTT to the extents of the global GTTChris Wilson1-1/+11
2017-02-15drm/i915: Remove i915_address_space.startChris Wilson5-18/+12
2017-02-15drm/i915: Remove unused ppgtt->enable()Chris Wilson1-1/+0
2017-02-15drm/i915: Remove defunct GTT tracepointsChris Wilson2-101/+0
2017-02-15drm/i915: Always mark the PDP as dirty when alteredChris Wilson1-2/+2
2017-02-15drm/i915: Remove superfluous posting reads after clear GGTTChris Wilson1-3/+0
2017-02-15drm/i915: Remove bitmap tracking for used-pml4Chris Wilson2-96/+38
2017-02-15drm/i915: Remove bitmap tracking for used-pdpesChris Wilson2-196/+86
2017-02-15drm/i915: Remove bitmap tracking for used-pdesChris Wilson2-168/+84
2017-02-15drm/i915: Remove bitmap tracking for used-ptesChris Wilson3-237/+117
2017-02-15drm/i915: Tidy gen6_write_pde()Chris Wilson1-25/+14
2017-02-15drm/i915: Remove redundant clear of appgttChris Wilson1-4/+0
2017-02-15drm/i915: Always preallocate gen6/7 ppgttChris Wilson1-10/+14
2017-02-15drm/i915: Move allocate_va_range to GTTChris Wilson2-21/+27
2017-02-15drm/i915: Remove kmap/kunmap wrappersChris Wilson1-43/+26
2017-02-15drm/i915: Convert clflushed pagetables over to WC mapsChris Wilson4-170/+181
2017-02-15drm/i915: Split ggtt/alasing_gtt unbind_vmaChris Wilson1-8/+21
2017-02-15drm/i915: Don't special case teardown of aliasing_ppgttChris Wilson1-35/+15
2017-02-15drm/i915: Micro-optimise gen8_ppgtt_insert_entries()Chris Wilson1-79/+93
2017-02-15drm/i915: Micro-optimise gen6_ppgtt_insert_entries()Chris Wilson1-35/+33
2017-02-15drm/i915: Micro-optimise i915_get_ggtt_vma_pages()Chris Wilson1-29/+32
2017-02-15drm/i915: Fix not finding the VBT when it overlaps with OPREGION_ASLE_EXTHans de Goede1-1/+12
2017-02-15drm/i915: Remove duplicate intel_logical_ring_workarounds_emitTvrtko Ursulin3-35/+3