Age | Commit message (Expand) | Author | Files | Lines |
2016-07-04 | drm/i915: Mass convert dev->dev_private to to_i915(dev) | Chris Wilson | 47 | -703/+702 |
2016-07-04 | i915/guc: Add Kabylake GuC Loading | Peter Antoine | 1 | -0/+7 |
2016-07-04 | Revert "drm/i915/kbl: drm/i915: Avoid GuC loading for now on Kabylake." | Peter Antoine | 1 | -1/+1 |
2016-07-04 | drm/i915: Limit i915_ring_test_irq debugfs to actual rings | Chris Wilson | 1 | -8/+1 |
2016-07-04 | drm/i915: Hold irq uncore.lock when initialising fw_domains | Chris Wilson | 1 | -0/+2 |
2016-07-04 | drm/i915: Allow userspace to request no-error-capture upon GPU hangs | Chris Wilson | 3 | -9/+28 |
2016-07-04 | drm/i915: Record the ringbuffer associated with the request | Chris Wilson | 1 | -20/+8 |
2016-07-04 | drm/i915: Remove stop-rings debugfs interface | Chris Wilson | 7 | -112/+15 |
2016-07-04 | drm/i915: Flush the RPS bottom-half when the GPU idles | Chris Wilson | 3 | -24/+22 |
2016-07-04 | drm/i915: Add background commentary to "waitboosting" | Chris Wilson | 1 | -0/+15 |
2016-07-04 | drm/i915: Restore waitboost credit to the synchronous waiter | Chris Wilson | 1 | -0/+16 |
2016-07-04 | drm/i915: Remove redundant queue_delayed_work() from throttle ioctl | Chris Wilson | 1 | -3/+0 |
2016-07-04 | drm/i915: Do not keep postponing the idle-work | Chris Wilson | 1 | -3/+3 |
2016-07-04 | drm/i915: Only start retire worker when idle | Chris Wilson | 9 | -115/+135 |
2016-07-02 | drm/i915: Remove check for !crtc_state in intel_plane_atomic_calc_changes() | Chris Wilson | 1 | -2/+1 |
2016-07-02 | drm/i915: Fix inconsistent indentation in intel_pre_enable_lvds() | Chris Wilson | 1 | -2/+2 |
2016-07-02 | drm/i915: Fix buffer overflow in dsi_calc_mnp() | Chris Wilson | 1 | -8/+9 |
2016-07-02 | drm/i915: Fix inconsistent indenting in vbt_panel_init() | Chris Wilson | 1 | -4/+3 |
2016-07-02 | drm/i915: Match bitmask size to types in intel_fb_initial_config() | Chris Wilson | 1 | -13/+15 |
2016-07-02 | drm/i915: Fix inconsistent indenting in i915_error_state_to_str() | Chris Wilson | 1 | -1/+1 |
2016-07-02 | drm/i915: Fix indentation in i915_gem_framebuffer_info() | Chris Wilson | 1 | -13/+13 |
2016-07-02 | drm/915: Fix long lines and random indent in gen6_set_rps_thresholds() | Chris Wilson | 1 | -16/+22 |
2016-07-02 | drm/i915: Fix random indent in i915_drm_resume() | Chris Wilson | 1 | -1/+1 |
2016-07-01 | drm/i915: Remove debug noise on detecting fault-injection of missed interrupts | Chris Wilson | 1 | -3/+0 |
2016-07-01 | drm/i915: Simplify enabling user-interrupts with L3-remapping | Chris Wilson | 2 | -25/+13 |
2016-07-01 | drm/i915: Move the get/put irq locking into the caller | Chris Wilson | 5 | -202/+92 |
2016-07-01 | drm/i915: Embed signaling node into the GEM request | Chris Wilson | 3 | -41/+45 |
2016-07-01 | drm/i915: Convert trace-irq to the breadcrumb waiter | Chris Wilson | 5 | -18/+203 |
2016-07-01 | drm/i915: Stop setting wraparound seqno on initialisation | Chris Wilson | 1 | -14/+0 |
2016-07-01 | drm/i915: Only apply one barrier after a breadcrumb interrupt is posted | Chris Wilson | 4 | -7/+26 |
2016-07-01 | drm/i915: Check the CPU cached value in HWS of seqno after waking the waiter | Chris Wilson | 1 | -4/+10 |
2016-07-01 | drm/i915: Add a delay between interrupt and inspecting the final seqno (ilk) | Chris Wilson | 2 | -71/+20 |
2016-07-01 | drm/i915: Refactor scratch object allocation for gen2 w/a buffer | Chris Wilson | 3 | -26/+10 |
2016-07-01 | drm/i915: Allocate scratch page from stolen | Chris Wilson | 1 | -1/+3 |
2016-07-01 | drm/i915: Stop mapping the scratch page into CPU space | Chris Wilson | 2 | -30/+11 |
2016-07-01 | drm/i915: Use HWS for seqno tracking everywhere | Chris Wilson | 9 | -86/+34 |
2016-07-01 | drm/i915: Spin after waking up for an interrupt | Chris Wilson | 5 | -29/+45 |
2016-07-01 | drm/i915: Slaughter the thundering i915_wait_request herd | Chris Wilson | 10 | -110/+648 |
2016-07-01 | drm/i915: Separate GPU hang waitqueue from advance | Chris Wilson | 3 | -15/+15 |
2016-07-01 | drm/i915: Make queueing the hangcheck work inline | Chris Wilson | 2 | -18/+17 |
2016-07-01 | drm/i915: Remove the dedicated hangcheck workqueue | Chris Wilson | 3 | -12/+4 |
2016-07-01 | drm/i915: Delay queuing hangcheck to wait-request | Chris Wilson | 2 | -10/+15 |
2016-07-01 | drm/i915/shrinker: Flush active on objects before counting | Chris Wilson | 1 | -0/+2 |
2016-07-01 | drm/i915/bxt: Remove the preliminary_hw_support flag | Imre Deak | 1 | -1/+0 |
2016-07-01 | drm/i915/bxt: Export pooled eu info to userspace | arun.siluvery@linux.intel.com | 1 | -0/+6 |
2016-07-01 | drm/i915/bxt: Fix sanity check for BIOS RC6 setup | Imre Deak | 2 | -6/+31 |
2016-07-01 | drm/i915: Fix log type for RC6 debug messages | Imre Deak | 1 | -12/+14 |
2016-07-01 | drm/i915/ringbuffer: Move all default irq vfuncs init to a separate func | Chris Wilson | 1 | -19/+24 |
2016-07-01 | drm/i915/ringbuffer: Move all generic engine->dispatch_batchbuffer together | Chris Wilson | 1 | -13/+14 |
2016-06-30 | drm/i915: Trim some if-else braces | Tvrtko Ursulin | 1 | -9/+6 |