summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/intel_gt_irq.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/uncore: add intel_uncore_regs() helperJani Nikula2023-07-041-4/+4
* drm/i915: add a dedicated workqueue inside drm_i915_privateLuca Coelho2023-06-101-1/+1
* Merge drm/drm-next into drm-intel-nextJani Nikula2023-05-311-4/+21
|\
| * drm/i915/pxp: Add MTL hw-plumbing enabling for KCR operationAlan Previn2023-05-111-1/+2
| * drm/i915/gsc: add support for GSC proxy interruptDaniele Ceraolo Spurio2023-05-041-3/+19
* | drm/i915: use explicit includes for i915_reg.h and i915_irq.hJani Nikula2023-04-191-0/+1
|/
* drm/i915/gt: Start adding module oriented dmesg outputJohn Harrison2023-01-171-5/+4
* drm/i915/pxp: Promote pxp subsystem to top-level of i915Alan Previn2022-12-091-1/+1
* drm/i915/guc: handle interrupts from media GuCDaniele Ceraolo Spurio2022-11-141-4/+17
* drm/i915: Partial abandonment of legacy DRM logging macrosTvrtko Ursulin2022-11-101-3/+5
* drm/i915/mtl: add GSC CS interrupt supportDaniele Ceraolo Spurio2022-11-071-35/+40
* drm/i915/mtl: Hook up interrupts for standalone mediaMatt Roper2022-09-121-0/+19
* drm/i915/mtl: Use primary GT's irq lock for media GTMatt Roper2022-09-121-8/+8
* drm/i915/pvc: Interrupt support for new copy enginesMatt Roper2022-05-101-0/+16
* drm/i915/gsc: add gsc as a mei auxiliary deviceTomas Winkler2022-04-211-0/+13
* drm/i915/xehp: Add Compute CS IRQ handlersMatt Roper2022-03-021-1/+14
* drm/i915: Move GT registers to their own header fileMatt Roper2022-02-021-1/+1
* drm/i915/pxp: Implement PXP irq handlerHuang, Sean Z2021-10-041-0/+7
* drm/i915/xehp: Extra media engines - Part 2 (interrupts)John Harrison2021-07-241-1/+12
* drm/i915/gt: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi2021-06-051-3/+3
* drm/i915/guc: enable only the user interrupt when using GuC submissionDaniele Ceraolo Spurio2021-06-031-7/+11
* drm/i915/gt: Move CS interrupt handler to the backendChris Wilson2021-05-251-58/+24
* drm/i915/gt: SPDX cleanupChris Wilson2021-03-241-2/+1
* drm/i915/gt: Move move context layout registers and offsets to lrc_reg.hChris Wilson2020-12-091-0/+1
* drm/i915/gt: Distinguish the virtual breadcrumbs from the irq breadcrumbsChris Wilson2020-09-071-0/+1
* drm/i915/gt: Be defensive in the face of false CS eventsChris Wilson2020-07-101-1/+2
* drm/i915: Use the gt in HAS_ENGINEDaniele Ceraolo Spurio2020-07-081-1/+1
* drm/i915/gt: Yield the timeslice if caught waiting on a user semaphoreChris Wilson2020-04-071-2/+13
* drm/i915/gt: Hook up CS_MASTER_ERROR_INTERRUPTChris Wilson2020-01-291-3/+24
* drm/i915/gt: Tidy repetition in declaring gen8+ interruptsChris Wilson2020-01-281-16/+6
* drm/i915/gt: Reorganise gen8+ interrupt handlerChris Wilson2020-01-281-40/+30
* drm/i915/gt: Remove direct invocation of breadcrumb signalingChris Wilson2019-12-181-6/+6
* drm/i915/gt: Defer breadcrumb processing to after the irq handlerChris Wilson2019-11-271-1/+1
* drm/i915: Extract GT render power state managementAndi Shyti2019-10-261-2/+3
* drm/i915: Extract general GT interrupt handlersAndi Shyti2019-08-121-0/+455