summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_irq.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Avoid keeping waitboost active for signaling threadsChris Wilson2017-06-281-15/+3
* drm/i915: Break modeset deadlocks on resetChris Wilson2017-06-231-20/+60
* drm/i915: Modify error handler for per engine hang recoveryMichel Thierry2017-06-201-0/+38
* drm/i915: Wait for concurrent global resets to completeChris Wilson2017-06-201-12/+11
* drm/i915/cnp: Introduce Cannonpoint PCH.Rodrigo Vivi2017-06-021-2/+4
* Merge tag 'drm-intel-next-2017-05-29' of git://anongit.freedesktop.org/git/dr...Dave Airlie2017-05-301-13/+30
|\
| * drm/i915: Don't force serialisation on marking up execlists irq postedChris Wilson2017-05-171-1/+1
| * drm/i915: Stop inlining the execlists IRQ handlerChris Wilson2017-05-171-1/+1
| * drm/i915: Don't mark an execlists context-switch when idleChris Wilson2017-05-171-2/+4
| * drm/i915: Stop pretending to mask/unmask LPE audio interruptsVille Syrjälä2017-05-031-9/+6
| * drm/i915: Do not leak dev_priv->l3_parity.remap_info[]Joonas Lahtinen2017-05-021-1/+19
| * drm/i915: Fix system hang with EI UP masked on HaswellMika Kuoppala2017-04-181-2/+2
* | drm/vblank: Lock down vblank->hwmode moreDaniel Vetter2017-05-101-4/+6
* | drm/vblank: drop the mode argument from drm_calc_vbltimestamp_from_scanoutposDaniel Vetter2017-05-101-45/+7
* | drm/vblank: Switch to bool in_vblank_irq in get_vblank_timestampDaniel Vetter2017-05-101-2/+2
* | drm/vblank: Switch drm_driver->get_vblank_timestamp to return a boolDaniel Vetter2017-05-101-4/+4
* | drm/i915: Fix system hang with EI UP masked on HaswellMika Kuoppala2017-04-261-2/+2
|/
* Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2017-03-281-0/+1
|\
| * Backmerge tag 'v4.11-rc4' into drm-nextDave Airlie2017-03-281-0/+1
| |\
| | * drm/i915: Stop using RP_DOWN_EI on BaytrailChris Wilson2017-03-141-45/+28
| | * drm/i915: Only enable hotplug interrupts if the display interrupts are enabledChris Wilson2017-03-141-0/+10
* | | drm/i915/guc: Break out the GuC log extras into their own "runtime" structOscar Mateo2017-03-231-2/+2
|/ /
* | drm/i915: Split I915_RESET_IN_PROGRESS into two flagsChris Wilson2017-03-161-32/+6
* | drm/i915/scheduler: emulate a scheduler for gucChris Wilson2017-03-161-3/+10
* | drm/i915: Use coarse grained residency counter with bytMika Kuoppala2017-03-161-6/+1
* | drm/i915: Use ktime to calculate rc0 residencyMika Kuoppala2017-03-161-6/+4
* | drm/i915: Only attempt to signal the request once from the interrupt handlerChris Wilson2017-03-151-1/+3
* | drm/i915: Extend rpm wakelock during i915_handle_error()Chris Wilson2017-03-151-11/+14
* | drm/i915: s/__raw_i915_read32/I915_READ_FW/ in the SKL+ scanline read w/aVille Syrjälä2017-03-131-2/+1
* | drm/i915: Use I915_READ_FW in i915_get_vblank_counter()Ville Syrjälä2017-03-131-3/+8
* | drm/i915: Inline gen6_sanitize_rps_pm_mask()Chris Wilson2017-03-131-5/+0
* | drm/i915: Rename REDIRECT_TO_GUC bitChris Wilson2017-03-131-1/+1
* | drm/i915/guc: Update rps.pm_intrmsk_mbz in guc_interrupts_capture/releaseSagar Arun Kamble2017-03-121-24/+0
* | drm/i915: s/pm_intr_keep/pm_intrmsk_mbzSagar Arun Kamble2017-03-121-10/+10
* | drm/i915: Defer unmasking RPS interrupts until after making adjustmentsChris Wilson2017-03-101-15/+13
* | drm/i915: Use max(render, media) for Baytrail busyness calculationChris Wilson2017-03-101-2/+4
* | drm/i915: Stop using RP_DOWN_EI on BaytrailChris Wilson2017-03-101-45/+28
* | drm/i915: Initialize pm_intr_keep during intel_irq_init for GuCSagar Arun Kamble2017-03-091-0/+24
* | Merge tag 'drm-intel-next-2017-03-06' of git://anongit.freedesktop.org/git/dr...Dave Airlie2017-03-081-56/+123
|\ \
| * | drm/i915: Split breadcrumbs spinlock into twoChris Wilson2017-03-031-3/+3
| * | drm/i915: Take reference for signaling the request from hardirqChris Wilson2017-03-031-6/+4
| * | drm/i915: Add plane update/disable tracepointsVille Syrjälä2017-03-031-0/+3
| * | drm/i915: s/assert_spin_locked/lockdep_assert_held/Chris Wilson2017-03-021-15/+15
| * | drm/i915: Delay disabling the user interrupt for breadcrumbsChris Wilson2017-02-271-0/+2
| * | drm/i915: Signal first fence from irq handler if completeChris Wilson2017-02-271-3/+33
| * | drm/i915/tracepoints: Rename i915_gem_request_notifyTvrtko Ursulin2017-02-211-2/+4
| * | drm/i915: Postpone fake breadcrumb interrupt until real interrupts ceaseChris Wilson2017-02-171-0/+1
| * | drm/i915: Only enable hotplug interrupts if the display interrupts are enabledChris Wilson2017-02-161-0/+10
| * | drm/i915: Only apply the jump to the "efficient RPS" frequency on startupChris Wilson2017-02-141-8/+0
| * | drm/i915: Don't accidentally increase the frequency in handling DOWN rpsChris Wilson2017-02-141-1/+1
OpenPOWER on IntegriCloud