Age | Commit message (Expand) | Author | Files | Lines |
2019-02-04 | Merge tag 'drm-intel-next-2019-02-02' of git://anongit.freedesktop.org/drm/dr... | Dave Airlie | 1 | -84/+34 |
2019-02-04 | Merge tag 'drm-misc-next-2019-02-01' of git://anongit.freedesktop.org/drm/drm... | Dave Airlie | 1 | -0/+2 |
2019-01-29 | drm/i915: Replace global breadcrumbs with per-context interrupt tracking | Chris Wilson | 1 | -71/+11 |
2019-01-29 | drm/i915: Remove the intel_engine_notify tracepoint | Chris Wilson | 1 | -2/+0 |
2019-01-28 | drm/i915/tv: Use the scanline counter for timestamps on i965gm TV output | Ville Syrjälä | 1 | -2/+5 |
2019-01-25 | drm/i915: Don't try to use the hardware frame counter with i965gm TV output | Ville Syrjälä | 1 | -9/+18 |
2019-01-24 | drm: Split out drm_probe_helper.h | Daniel Vetter | 1 | -0/+2 |
2019-01-23 | drm/i915/icl: do a posting read after irq install | Daniele Ceraolo Spurio | 1 | -0/+1 |
2019-01-22 | drm/i915: Tidy common test_bit probing of i915_request->fence.flags | Chris Wilson | 1 | -2/+1 |
2019-01-17 | drm/i915/irq: switch to kernel types | Jani Nikula | 1 | -41/+41 |
2019-01-16 | drm/i915: Pull all the reset functionality together into i915_reset.c | Chris Wilson | 1 | -238/+0 |
2019-01-14 | drm/i915: Track the rpm wakerefs for error handling | Chris Wilson | 1 | -2/+3 |
2019-01-14 | drm/i915: Markup paired operations on wakerefs | Chris Wilson | 1 | -1/+1 |
2019-01-10 | drm/i915: drop DPF code for gen8+ | Daniele Ceraolo Spurio | 1 | -3/+0 |
2019-01-09 | drm/i915: drop all drmP.h includes | Jani Nikula | 1 | -1/+0 |
2018-12-31 | drm/i915: Drop unused engine->irq_seqno_barrier w/a | Chris Wilson | 1 | -7/+0 |
2018-12-18 | drm/i915: Apply missed interrupt after reset w/a to all ringbuffer gen | Chris Wilson | 1 | -9/+0 |
2018-12-12 | drm/i915: replace IS_GEN<N> with IS_GEN(..., N) | Lucas De Marchi | 1 | -12/+12 |
2018-11-09 | drm/i915/icl: Reset PSR interruptions | José Roberto de Souza | 1 | -0/+3 |
2018-11-07 | drm/i915: Add short HPD IRQ storm detection for non-MST systems | Lyude Paul | 1 | -0/+7 |
2018-10-16 | drm/i915/icl: Disable master intr before reading | Mika Kuoppala | 1 | -12/+25 |
2018-10-16 | drm/i915/icl: No need to ack intr through master control | Mika Kuoppala | 1 | -2/+2 |
2018-10-16 | drm/i915/gen8: Disable master intr before reading | Mika Kuoppala | 1 | -10/+26 |
2018-09-26 | drm/i915: Avoid compiler warning for maybe unused gu_misc_iir | Chris Wilson | 1 | -21/+12 |
2018-09-03 | drm/i915: Do a full device reset after being wedged | Chris Wilson | 1 | -1/+2 |
2018-08-30 | drm/i915: clear error registers after error capture | Lionel Landwerlin | 1 | -1/+17 |
2018-08-21 | drm/i915/psr: Mask PSR irq bits when re-enabling interrupts. | Dhinakaran Pandiyan | 1 | -1/+1 |
2018-08-10 | drm/i915: Allow control of PSR at runtime through debugfs, v6 | Maarten Lankhorst | 1 | -1/+1 |
2018-08-03 | drm/i915: Clear all residual RPS events on disabling interrupts | Chris Wilson | 1 | -3/+5 |
2018-08-03 | drm/i915: Unconditionally clear the pm/guc GT IIR upon acking | Chris Wilson | 1 | -5/+2 |
2018-07-31 | drm/i915: Interactive RPS mode | Chris Wilson | 1 | -2/+2 |
2018-07-13 | drm/i915/execlists: Drop clear_gtiir() on GPU reset | Chris Wilson | 1 | -3/+3 |
2018-07-13 | drm/i915: Print the long_mask alongside the pin_mask | Ville Syrjälä | 1 | -2/+2 |
2018-07-13 | drm/i915: Pass hpd_pin to long_pulse_detect() | Ville Syrjälä | 1 | -50/+45 |
2018-07-13 | drm/i915: s/int i/enum hpd_pin pin/ | Ville Syrjälä | 1 | -6/+6 |
2018-07-06 | drm/i915: Remove support for legacy debugfs crc interface | Maarten Lankhorst | 1 | -57/+22 |
2018-07-04 | drm/i915: Unmask and enable master error interrupt on gen2/3 | Ville Syrjälä | 1 | -2/+6 |
2018-07-04 | drm/i915: Fix pre-ILK error interrupt ack | Ville Syrjälä | 1 | -9/+96 |
2018-07-04 | drm/i915: Fix hotplug irq ack on i965/g4x | Ville Syrjälä | 1 | -2/+30 |
2018-06-28 | drm/i915/execlists: Trust the CSB | Chris Wilson | 1 | -8/+3 |
2018-06-28 | drm/i915/execlists: Process one CSB update at a time | Chris Wilson | 1 | -3/+4 |
2018-06-28 | drm/i915: Drop posting reads to flush master interrupts | Chris Wilson | 1 | -8/+1 |
2018-06-28 | drm/i915: Only signal from interrupt when requested | Chris Wilson | 1 | -2/+6 |
2018-06-28 | drm/i915: Move the irq_counter inside the spinlock | Chris Wilson | 1 | -2/+2 |
2018-06-28 | drm/i915: Only trigger missed-seqno checking next to boundary | Chris Wilson | 1 | -1/+2 |
2018-06-28 | drm/i915: Reduce spinlock hold time during notify_ring() interrupt | Chris Wilson | 1 | -11/+21 |
2018-06-27 | drm/i915/icp: Add Interrupt Support | Anusha Srivatsa | 1 | -2/+132 |
2018-06-18 | drm/i915/icl: Handle hotplug interrupts for DP over TBT | Dhinakaran Pandiyan | 1 | -13/+36 |
2018-06-18 | drm/i915/icl: Support for TC North Display interrupts | Dhinakaran Pandiyan | 1 | -3/+92 |
2018-06-18 | drm/i915/icl: GSE interrupt moves from DE_MISC to GU_MISC | Dhinakaran Pandiyan | 1 | -1/+45 |