summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/tracepoints: Rename i915_gem_request_notifyTvrtko Ursulin2017-02-212-7/+12
* drm/i915/tracepoints: Add request submit and execute tracepointsTvrtko Ursulin2017-02-213-0/+37
* drm/i915/tracepoints: Remove unused i915_gem_request_completeTvrtko Ursulin2017-02-211-5/+0Star
* drm/i915/tracepoints: Tidy i915_gem_request_wait_beginTvrtko Ursulin2017-02-212-10/+14
* drm/i915/tracepoints: Adjust i915_gem_ring_dispatchTvrtko Ursulin2017-02-212-7/+9
* drm/i915/tracepoints: Tidy request event classTvrtko Ursulin2017-02-211-3/+8
* drm/i915: Tidy execlists_init_reg_stateTvrtko Ursulin2017-02-211-71/+56Star
* drm/i915: Use reservation_object_lock()Chris Wilson2017-02-212-4/+4
* drm/i915: Assert that the request->tail is always qword alignedChris Wilson2017-02-202-0/+7
* drm/i915: Add power well SW/HW state verificationImre Deak2017-02-203-1/+87
* drm/i915: Preserve the state of power wells not explicitly enabledImre Deak2017-02-201-6/+12
* drm/i915/gen9: Fix clearing of the BIOS power well request registerImre Deak2017-02-201-1/+6
* drm/i915: Call the sync_hw hook for power wells without a domainImre Deak2017-02-202-24/+24
* drm/i915: Remove redundant toggling from the power well sync_hw hooksImre Deak2017-02-201-42/+10Star
* drm/i915: Remove unrequired POSTING_READ from gen6_set_rps()Chris Wilson2017-02-201-2/+0Star
* drm/i915: Store the requested frequency whilst RPS is disabledChris Wilson2017-02-201-0/+5
* drm/i915: Move the common RPS warnings to intel_set_rps()Chris Wilson2017-02-201-8/+4Star
* drm/i915: Fix typo in semaphore debug messageTvrtko Ursulin2017-02-201-1/+1
* drm/i915: Prevent divide-by-zero in debugfs/i915_rps_boost_infoChris Wilson2017-02-201-2/+2
* drm/i915: Remove unneeded struct_mutex around rpmChris Wilson2017-02-201-7/+0Star
* drm/i915: Only apply legacy PDE overflow detection to 3lvl machinesChris Wilson2017-02-201-1/+2
* drm/i915: DMC 1.03 for GeminilakeRodrigo Vivi2017-02-201-2/+2
* drm/i915: Remove completed fences after a waitChris Wilson2017-02-171-1/+14
* drm/i915: Only start with the fake-irq timer if interrupts are deadChris Wilson2017-02-171-2/+18
* drm/i915: Defer declaration of missed-interrupt until the waiter is asleepChris Wilson2017-02-171-0/+9
* drm/i915: Break i915_spin_request() if we see an interruptChris Wilson2017-02-171-1/+11
* drm/i915: Postpone fake breadcrumb interrupt until real interrupts ceaseChris Wilson2017-02-173-14/+12Star
* drm/i915/glk: Enable pipe CSCAnder Conselvan de Oliveira2017-02-172-0/+2
* drm/i915/glk: Load the degamma LUT even in legacy gamma modeAnder Conselvan de Oliveira2017-02-171-1/+2
* drm/i915: Consolidate gen8_emit_pipe_controlTvrtko Ursulin2017-02-173-81/+52Star
* drm/i915: Tidy workaround batch buffer emissionTvrtko Ursulin2017-02-171-201/+117Star
* drm/i915: Move common workaround code to intel_engine_csTvrtko Ursulin2017-02-172-550/+550
* drm/i915: Simplify cleanup path in intel_engines_initTvrtko Ursulin2017-02-171-3/+1Star
* drm/i915: Make int __intel_ring_space staticTvrtko Ursulin2017-02-172-2/+1Star
* drm/i915: Drop struct_mutex around frontbuffer flushesChris Wilson2017-02-161-26/+17Star
* drm/i915: struct_mutex is not required for allocating the framebufferChris Wilson2017-02-163-78/+59Star
* drm/i915: Remove struct_mutex for destroying framebuffersChris Wilson2017-02-164-8/+7Star
* drm/i915: Unwind conversion to i915_gem_phys_ops on failureChris Wilson2017-02-161-1/+12
* drm/i915: Squelch any ktime/jiffie rounding errors for wait-ioctlChris Wilson2017-02-161-0/+10
* drm/i915/bxt: Disable device ready before shutdown commandUma Shankar2017-02-161-0/+11
* drm/i915/bxt: Fix BXT DSI ULPS sequenceUma Shankar2017-02-161-18/+5Star
* drm/i915: Set the Z inversion overlap fieldDeepak M2017-02-161-4/+13
* drm/i915: Do RPM Wake during GuC/HuC status readsagar.a.kamble@intel.com2017-02-162-3/+8
* drm/i915: Only enable hotplug interrupts if the display interrupts are enabledChris Wilson2017-02-162-6/+18
* drm/i915/bxt: remove WaRsDisableCoarsePowerGating for early BXTJani Nikula2017-02-161-3/+1Star
* drm/i915/bxt: remove snooping workaround on old A revisionsJani Nikula2017-02-161-4/+0Star
* drm/i915/bxt: apply clock gating workaround to all revisionsJani Nikula2017-02-161-3/+2Star
* drm/i915: Fix PLL 8x/3 divider for MIPI video modeUma Shankar2017-02-151-5/+1Star
* drm/i915: Check for platform specific GPIO configUma Shankar2017-02-151-1/+2
* drm/i915/dp: Reset the link params on HPD/connected boot/resumeManasi Navare2017-02-152-4/+13