summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-21drm/i915/tracepoints: Remove unused i915_gem_request_completeTvrtko Ursulin1-5/+0
2017-02-21drm/i915/tracepoints: Tidy i915_gem_request_wait_beginTvrtko Ursulin2-10/+14
2017-02-21drm/i915/tracepoints: Adjust i915_gem_ring_dispatchTvrtko Ursulin2-7/+9
2017-02-21drm/i915/tracepoints: Tidy request event classTvrtko Ursulin1-3/+8
2017-02-21drm/i915: Tidy execlists_init_reg_stateTvrtko Ursulin1-71/+56
2017-02-21drm/i915: Use reservation_object_lock()Chris Wilson2-4/+4
2017-02-20drm/i915: Assert that the request->tail is always qword alignedChris Wilson2-0/+7
2017-02-20drm/i915: Add power well SW/HW state verificationImre Deak3-1/+87
2017-02-20drm/i915: Preserve the state of power wells not explicitly enabledImre Deak1-6/+12
2017-02-20drm/i915/gen9: Fix clearing of the BIOS power well request registerImre Deak1-1/+6
2017-02-20drm/i915: Call the sync_hw hook for power wells without a domainImre Deak2-24/+24
2017-02-20drm/i915: Remove redundant toggling from the power well sync_hw hooksImre Deak1-42/+10
2017-02-20drm/i915: Remove unrequired POSTING_READ from gen6_set_rps()Chris Wilson1-2/+0
2017-02-20drm/i915: Store the requested frequency whilst RPS is disabledChris Wilson1-0/+5
2017-02-20drm/i915: Move the common RPS warnings to intel_set_rps()Chris Wilson1-8/+4
2017-02-20drm/i915: Fix typo in semaphore debug messageTvrtko Ursulin1-1/+1
2017-02-20drm/i915: Prevent divide-by-zero in debugfs/i915_rps_boost_infoChris Wilson1-2/+2
2017-02-20drm/i915: Remove unneeded struct_mutex around rpmChris Wilson1-7/+0
2017-02-20drm/i915: Only apply legacy PDE overflow detection to 3lvl machinesChris Wilson1-1/+2
2017-02-20drm/i915: DMC 1.03 for GeminilakeRodrigo Vivi1-2/+2
2017-02-17drm/i915: Remove completed fences after a waitChris Wilson1-1/+14
2017-02-17drm/i915: Only start with the fake-irq timer if interrupts are deadChris Wilson1-2/+18
2017-02-17drm/i915: Defer declaration of missed-interrupt until the waiter is asleepChris Wilson1-0/+9
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