summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_irq.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-26drm/i915: Stop pretending to mask/unmask LPE audio interruptsVille Syrjälä1-9/+6
2017-04-26drm/i915: Fix system hang with EI UP masked on HaswellMika Kuoppala1-2/+2
2017-03-28Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter1-0/+1
2017-03-28Backmerge tag 'v4.11-rc4' into drm-nextDave Airlie1-0/+1
2017-03-23drm/i915/guc: Break out the GuC log extras into their own "runtime" structOscar Mateo1-2/+2
2017-03-16drm/i915: Split I915_RESET_IN_PROGRESS into two flagsChris Wilson1-32/+6
2017-03-16drm/i915/scheduler: emulate a scheduler for gucChris Wilson1-3/+10
2017-03-16drm/i915: Use coarse grained residency counter with bytMika Kuoppala1-6/+1
2017-03-16drm/i915: Use ktime to calculate rc0 residencyMika Kuoppala1-6/+4
2017-03-15drm/i915: Only attempt to signal the request once from the interrupt handlerChris Wilson1-1/+3
2017-03-15drm/i915: Extend rpm wakelock during i915_handle_error()Chris Wilson1-11/+14
2017-03-14drm/i915: Stop using RP_DOWN_EI on BaytrailChris Wilson1-45/+28
2017-03-14drm/i915: Only enable hotplug interrupts if the display interrupts are enabledChris Wilson1-0/+10
2017-03-13drm/i915: s/__raw_i915_read32/I915_READ_FW/ in the SKL+ scanline read w/aVille Syrjälä1-2/+1
2017-03-13drm/i915: Use I915_READ_FW in i915_get_vblank_counter()Ville Syrjälä1-3/+8
2017-03-13drm/i915: Inline gen6_sanitize_rps_pm_mask()Chris Wilson1-5/+0
2017-03-13drm/i915: Rename REDIRECT_TO_GUC bitChris Wilson1-1/+1
2017-03-12drm/i915/guc: Update rps.pm_intrmsk_mbz in guc_interrupts_capture/releaseSagar Arun Kamble1-24/+0
2017-03-12drm/i915: s/pm_intr_keep/pm_intrmsk_mbzSagar Arun Kamble1-10/+10
2017-03-10drm/i915: Defer unmasking RPS interrupts until after making adjustmentsChris Wilson1-15/+13
2017-03-10drm/i915: Use max(render, media) for Baytrail busyness calculationChris Wilson1-2/+4
2017-03-10drm/i915: Stop using RP_DOWN_EI on BaytrailChris Wilson1-45/+28
2017-03-09drm/i915: Initialize pm_intr_keep during intel_irq_init for GuCSagar Arun Kamble1-0/+24
2017-03-08Merge tag 'drm-intel-next-2017-03-06' of git://anongit.freedesktop.org/git/dr...Dave Airlie1-56/+123
2017-03-07Merge tag 'drm-misc-next-2017-03-06' of git://anongit.freedesktop.org/git/drm...Dave Airlie1-1/+0
2017-03-03drm/i915: Split breadcrumbs spinlock into twoChris Wilson1-3/+3
2017-03-03drm/i915: Take reference for signaling the request from hardirqChris Wilson1-6/+4
2017-03-03drm/i915: Add plane update/disable tracepointsVille Syrjälä1-0/+3
2017-03-02drm/i915: s/assert_spin_locked/lockdep_assert_held/Chris Wilson1-15/+15
2017-02-27drm/i915: Delay disabling the user interrupt for breadcrumbsChris Wilson1-0/+2
2017-02-27drm/i915: Signal first fence from irq handler if completeChris Wilson1-3/+33
2017-02-26Merge airlied/drm-next into drm-misc-nextDaniel Vetter1-19/+50
2017-02-23Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie...Linus Torvalds1-52/+117
2017-02-21drm/i915/tracepoints: Rename i915_gem_request_notifyTvrtko Ursulin1-2/+4
2017-02-17drm/i915: Postpone fake breadcrumb interrupt until real interrupts ceaseChris Wilson1-0/+1
2017-02-16drm/i915/gen9+: Enable hotplug detection earlyImre Deak1-19/+50
2017-02-16drm/i915: Only enable hotplug interrupts if the display interrupts are enabledChris Wilson1-0/+10
2017-02-14drm/i915: Only apply the jump to the "efficient RPS" frequency on startupChris Wilson1-8/+0
2017-02-14drm/i915: Don't accidentally increase the frequency in handling DOWN rpsChris Wilson1-1/+1
2017-02-10drm/i915/debugfs: Add i915_hpd_storm_ctlLyude1-0/+2
2017-02-07drm: remove drm_vblank_no_hw_counter assignment from driver codeShawn Guo1-1/+0
2017-02-06drm/i915/gen5+, pch: Enable hotplug detection earlyImre Deak1-26/+47
2017-02-06drm/i915/gen9+: Enable hotplug detection earlyImre Deak1-19/+50
2017-01-26drm/i915: Report the failure to write to the punitChris Wilson1-1/+4
2017-01-25drm/i915: setup bridge for HDMI LPE audio driverJerome Anand1-0/+16
2017-01-24drm/i915: Only run execlist context-switch handler after an interruptChris Wilson1-2/+5
2017-01-24drm/i915: Move breadcrumbs irq_posted up a level to engineChris Wilson1-1/+1
2017-01-20drm/i915: Set adjustment to zero on Up/Down interrupts if freq is already max...Sagar Arun Kamble1-0/+6
2017-01-12drm/i915: Keep i915_handle_error kerneldoc parameters togetherMichel Thierry1-1/+2
2017-01-10drm/i915: Put "cooked" vlank counters in frame CRC linesTomeu Vizoso1-3/+3