summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gt/intel_gt_irq.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-04drm/i915/uncore: add intel_uncore_regs() helperJani Nikula1-4/+4
2023-06-10drm/i915: add a dedicated workqueue inside drm_i915_privateLuca Coelho1-1/+1
2023-05-31Merge drm/drm-next into drm-intel-nextJani Nikula1-4/+21
2023-05-12drm/i915/pxp: Add MTL hw-plumbing enabling for KCR operationAlan Previn1-1/+2
2023-05-04drm/i915/gsc: add support for GSC proxy interruptDaniele Ceraolo Spurio1-3/+19
2023-04-19drm/i915: use explicit includes for i915_reg.h and i915_irq.hJani Nikula1-0/+1
2023-01-18drm/i915/gt: Start adding module oriented dmesg outputJohn Harrison1-5/+4
2022-12-09drm/i915/pxp: Promote pxp subsystem to top-level of i915Alan Previn1-1/+1
2022-11-14drm/i915/guc: handle interrupts from media GuCDaniele Ceraolo Spurio1-4/+17
2022-11-10drm/i915: Partial abandonment of legacy DRM logging macrosTvrtko Ursulin1-3/+5
2022-11-07drm/i915/mtl: add GSC CS interrupt supportDaniele Ceraolo Spurio1-35/+40
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-11drm/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-06drm/i915/gt: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi1-3/+3
2021-06-04drm/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-10drm/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