aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/intel_gt_irq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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