summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-06drm/i915: Group the irq breadcrumb variables into the same cachelineChris Wilson
2016-07-06drm/i915: Wake up the bottom-half if we steal their interruptChris Wilson
2016-07-06drm/i915: Always double check for a missed interrupt for new bottom halvesChris Wilson
2016-07-05drm/i915: Convert dev_priv->dev backpointers to dev_priv->drmChris Wilson
2016-07-05drm/i915: Remove impossible tests for dev->dev_privateChris Wilson
2016-07-05drm/i915: Remove use of dev_priv->dev backpointer in __i915_printk()Chris Wilson
2016-07-05drm/i915: Split out runtime configuration of device info to its own fileChris Wilson
2016-07-05drm/i915: Skip capturing an error state if we already have oneChris Wilson
2016-07-05drm/i915: Clean up GPU hang messageChris Wilson
2016-07-05drm/i915: Amalgamate gen6_mm_switch() and vgpu_mm_switch()Chris Wilson
2016-07-05drm/i915: Replace lockless_dereference(bool) with READ_ONCE()Chris Wilson
2016-07-04drm/i915: Explicitly convert some macros to boolean valuesTvrtko Ursulin
2016-07-04drm/i915: convert a few more E->dev_private to to_i915(E)Dave Gordon
2016-07-04drm/i915: Mass convert dev->dev_private to to_i915(dev)Chris Wilson
2016-07-04i915/guc: Add Kabylake GuC LoadingPeter Antoine
2016-07-04Revert "drm/i915/kbl: drm/i915: Avoid GuC loading for now on Kabylake."Peter Antoine
2016-07-04drm/i915: Limit i915_ring_test_irq debugfs to actual ringsChris Wilson
2016-07-04drm/i915: Hold irq uncore.lock when initialising fw_domainsChris Wilson
2016-07-04drm/i915: Allow userspace to request no-error-capture upon GPU hangsChris Wilson
2016-07-04drm/i915: Record the ringbuffer associated with the requestChris Wilson
2016-07-04drm/i915: Remove stop-rings debugfs interfaceChris Wilson
2016-07-04drm/i915: Flush the RPS bottom-half when the GPU idlesChris Wilson
2016-07-04drm/i915: Add background commentary to "waitboosting"Chris Wilson
2016-07-04drm/i915: Restore waitboost credit to the synchronous waiterChris Wilson
2016-07-04drm/i915: Remove redundant queue_delayed_work() from throttle ioctlChris Wilson
2016-07-04drm/i915: Do not keep postponing the idle-workChris Wilson
2016-07-04drm/i915: Only start retire worker when idleChris Wilson
2016-07-02drm/i915: Remove check for !crtc_state in intel_plane_atomic_calc_changes()Chris Wilson
2016-07-02drm/i915: Fix inconsistent indentation in intel_pre_enable_lvds()Chris Wilson
2016-07-02drm/i915: Fix buffer overflow in dsi_calc_mnp()Chris Wilson
2016-07-02drm/i915: Fix inconsistent indenting in vbt_panel_init()Chris Wilson
2016-07-02drm/i915: Match bitmask size to types in intel_fb_initial_config()Chris Wilson
2016-07-02drm/i915: Fix inconsistent indenting in i915_error_state_to_str()Chris Wilson
2016-07-02drm/i915: Fix indentation in i915_gem_framebuffer_info()Chris Wilson
2016-07-02drm/915: Fix long lines and random indent in gen6_set_rps_thresholds()Chris Wilson
2016-07-02drm/i915: Fix random indent in i915_drm_resume()Chris Wilson
2016-07-01drm/i915: Remove debug noise on detecting fault-injection of missed interruptsChris Wilson
2016-07-01drm/i915: Simplify enabling user-interrupts with L3-remappingChris Wilson
2016-07-01drm/i915: Move the get/put irq locking into the callerChris Wilson
2016-07-01drm/i915: Embed signaling node into the GEM requestChris Wilson
2016-07-01drm/i915: Convert trace-irq to the breadcrumb waiterChris Wilson
2016-07-01drm/i915: Stop setting wraparound seqno on initialisationChris Wilson
2016-07-01drm/i915: Only apply one barrier after a breadcrumb interrupt is postedChris Wilson
2016-07-01drm/i915: Check the CPU cached value in HWS of seqno after waking the waiterChris Wilson
2016-07-01drm/i915: Add a delay between interrupt and inspecting the final seqno (ilk)Chris Wilson
2016-07-01drm/i915: Refactor scratch object allocation for gen2 w/a bufferChris Wilson
2016-07-01drm/i915: Allocate scratch page from stolenChris Wilson
2016-07-01drm/i915: Stop mapping the scratch page into CPU spaceChris Wilson
2016-07-01drm/i915: Use HWS for seqno tracking everywhereChris Wilson
2016-07-01drm/i915: Spin after waking up for an interruptChris Wilson