aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/i915/gt/intel_gt_irq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-12drm/i915/mtl: Hook up interrupts for standalone mediaMatt Roper1-0/+19
2022-09-12drm/i915/mtl: Use primary GT's irq lock for media GTMatt Roper1-8/+8
2022-05-10drm/i915/pvc: Interrupt support for new copy enginesMatt Roper1-0/+16
2022-04-21drm/i915/gsc: add gsc as a mei auxiliary deviceTomas Winkler1-0/+13
2022-03-02drm/i915/xehp: Add Compute CS IRQ handlersMatt Roper1-1/+14
2022-02-02drm/i915: Move GT registers to their own header fileMatt Roper1-1/+1
2021-10-04drm/i915/pxp: Implement PXP irq handlerHuang, Sean Z1-0/+7
2021-07-24drm/i915/xehp: Extra media engines - Part 2 (interrupts)John Harrison1-1/+12
2021-06-05drm/i915/gt: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi1-3/+3
2021-06-03drm/i915/guc: enable only the user interrupt when using GuC submissionDaniele Ceraolo Spurio1-7/+11
2021-05-25drm/i915/gt: Move CS interrupt handler to the backendChris Wilson1-58/+24
2021-03-24drm/i915/gt: SPDX cleanupChris Wilson1-2/+1
2020-12-09drm/i915/gt: Move move context layout registers and offsets to lrc_reg.hChris Wilson1-0/+1
2020-09-07drm/i915/gt: Distinguish the virtual breadcrumbs from the irq breadcrumbsChris Wilson1-0/+1
2020-07-10drm/i915/gt: Be defensive in the face of false CS eventsChris Wilson1-1/+2
2020-07-08drm/i915: Use the gt in HAS_ENGINEDaniele Ceraolo Spurio1-1/+1
2020-04-07drm/i915/gt: Yield the timeslice if caught waiting on a user semaphoreChris Wilson1-2/+13
2020-01-29drm/i915/gt: Hook up CS_MASTER_ERROR_INTERRUPTChris Wilson1-3/+24
2020-01-28drm/i915/gt: Tidy repetition in declaring gen8+ interruptsChris Wilson1-16/+6
2020-01-28drm/i915/gt: Reorganise gen8+ interrupt handlerChris Wilson1-40/+30
2019-12-18drm/i915/gt: Remove direct invocation of breadcrumb signalingChris Wilson1-6/+6
2019-11-27drm/i915/gt: Defer breadcrumb processing to after the irq handlerChris Wilson1-1/+1
2019-10-26drm/i915: Extract GT render power state managementAndi Shyti1-2/+3
2019-08-12drm/i915: Extract general GT interrupt handlersAndi Shyti1-0/+455