summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_irq.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| * | drm/i915/debugfs: Add i915_hpd_storm_ctlLyude2017-02-101-0/+2
| * | drm/i915/gen5+, pch: Enable hotplug detection earlyImre Deak2017-02-061-26/+47
| * | drm/i915/gen9+: Enable hotplug detection earlyImre Deak2017-02-061-19/+50
| * | drm/i915: Report the failure to write to the punitChris Wilson2017-01-261-1/+4
| * | drm/i915: Only run execlist context-switch handler after an interruptChris Wilson2017-01-241-2/+5
| * | drm/i915: Move breadcrumbs irq_posted up a level to engineChris Wilson2017-01-241-1/+1
* | | Merge tag 'drm-misc-next-2017-03-06' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-03-071-1/+0
|\ \ \ | |_|/ |/| |
| * | Merge airlied/drm-next into drm-misc-nextDaniel Vetter2017-02-261-19/+50
| |\ \
| * | | drm: remove drm_vblank_no_hw_counter assignment from driver codeShawn Guo2017-02-071-1/+0
| | |/ | |/|
* | | Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie...Linus Torvalds2017-02-231-52/+117
|\ \ \ | | |/ | |/|
| * | drm/i915/gen9+: Enable hotplug detection earlyImre Deak2017-02-161-19/+50
| |/
| * drm/i915: Set adjustment to zero on Up/Down interrupts if freq is already max...Sagar Arun Kamble2017-01-201-0/+6
| * drm/i915: Keep i915_handle_error kerneldoc parameters togetherMichel Thierry2017-01-121-1/+2
| * drm/i915: Put "cooked" vlank counters in frame CRC linesTomeu Vizoso2017-01-101-3/+3
OpenPOWER on IntegriCloud