summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_irq.c
AgeCommit message (Expand)Author
2017-03-16drm/i915: Split I915_RESET_IN_PROGRESS into two flagsChris Wilson
2017-03-16drm/i915/scheduler: emulate a scheduler for gucChris Wilson
2017-03-16drm/i915: Use coarse grained residency counter with bytMika Kuoppala
2017-03-16drm/i915: Use ktime to calculate rc0 residencyMika Kuoppala
2017-03-15drm/i915: Only attempt to signal the request once from the interrupt handlerChris Wilson
2017-03-15drm/i915: Extend rpm wakelock during i915_handle_error()Chris Wilson
2017-03-13drm/i915: s/__raw_i915_read32/I915_READ_FW/ in the SKL+ scanline read w/aVille Syrjälä
2017-03-13drm/i915: Use I915_READ_FW in i915_get_vblank_counter()Ville Syrjälä
2017-03-13drm/i915: Inline gen6_sanitize_rps_pm_mask()Chris Wilson
2017-03-13drm/i915: Rename REDIRECT_TO_GUC bitChris Wilson
2017-03-12drm/i915/guc: Update rps.pm_intrmsk_mbz in guc_interrupts_capture/releaseSagar Arun Kamble
2017-03-12drm/i915: s/pm_intr_keep/pm_intrmsk_mbzSagar Arun Kamble
2017-03-10drm/i915: Defer unmasking RPS interrupts until after making adjustmentsChris Wilson
2017-03-10drm/i915: Use max(render, media) for Baytrail busyness calculationChris Wilson
2017-03-10drm/i915: Stop using RP_DOWN_EI on BaytrailChris Wilson
2017-03-09drm/i915: Initialize pm_intr_keep during intel_irq_init for GuCSagar Arun Kamble
2017-03-08Merge tag 'drm-intel-next-2017-03-06' of git://anongit.freedesktop.org/git/dr...Dave Airlie
2017-03-07Merge tag 'drm-misc-next-2017-03-06' of git://anongit.freedesktop.org/git/drm...Dave Airlie
2017-03-03drm/i915: Split breadcrumbs spinlock into twoChris Wilson
2017-03-03drm/i915: Take reference for signaling the request from hardirqChris Wilson
2017-03-03drm/i915: Add plane update/disable tracepointsVille Syrjälä
2017-03-02drm/i915: s/assert_spin_locked/lockdep_assert_held/Chris Wilson
2017-02-27drm/i915: Delay disabling the user interrupt for breadcrumbsChris Wilson
2017-02-27drm/i915: Signal first fence from irq handler if completeChris Wilson
2017-02-26Merge airlied/drm-next into drm-misc-nextDaniel Vetter
2017-02-23Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie...Linus Torvalds
2017-02-21drm/i915/tracepoints: Rename i915_gem_request_notifyTvrtko Ursulin
2017-02-17drm/i915: Postpone fake breadcrumb interrupt until real interrupts ceaseChris Wilson
2017-02-16drm/i915/gen9+: Enable hotplug detection earlyImre Deak
2017-02-16drm/i915: Only enable hotplug interrupts if the display interrupts are enabledChris Wilson
2017-02-14drm/i915: Only apply the jump to the "efficient RPS" frequency on startupChris Wilson
2017-02-14drm/i915: Don't accidentally increase the frequency in handling DOWN rpsChris Wilson
2017-02-10drm/i915/debugfs: Add i915_hpd_storm_ctlLyude
2017-02-07drm: remove drm_vblank_no_hw_counter assignment from driver codeShawn Guo
2017-02-06drm/i915/gen5+, pch: Enable hotplug detection earlyImre Deak
2017-02-06drm/i915/gen9+: Enable hotplug detection earlyImre Deak
2017-01-26drm/i915: Report the failure to write to the punitChris Wilson
2017-01-25drm/i915: setup bridge for HDMI LPE audio driverJerome Anand
2017-01-24drm/i915: Only run execlist context-switch handler after an interruptChris Wilson
2017-01-24drm/i915: Move breadcrumbs irq_posted up a level to engineChris Wilson
2017-01-20drm/i915: Set adjustment to zero on Up/Down interrupts if freq is already max...Sagar Arun Kamble
2017-01-12drm/i915: Keep i915_handle_error kerneldoc parameters togetherMichel Thierry
2017-01-10drm/i915: Put "cooked" vlank counters in frame CRC linesTomeu Vizoso
2017-01-10drm/i915: Use new CRC debugfs APITomeu Vizoso
2016-12-02drm/i915/glk: Reuse broxton code for geminilakeAnder Conselvan de Oliveira
2016-11-25drm/i915/guc: Drop guc2host/host2guc from namesArkadiusz Hiler
2016-11-17drm/i915: dev_priv cleanup in i915_irq.cTvrtko Ursulin
2016-11-11drm/i915: Further assorted dev_priv cleanupsTvrtko Ursulin
2016-11-11drm/i915: More assorted dev_priv cleanupsTvrtko Ursulin
2016-11-02drm/i915: Move hangcheck code out from i915_irq.cMika Kuoppala