diff options
Diffstat (limited to 'drivers/gpu/drm/i915/intel_lrc.c')
-rw-r--r-- | drivers/gpu/drm/i915/intel_lrc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/intel_lrc.c b/drivers/gpu/drm/i915/intel_lrc.c index a82020ea9d0a..89b5577afe71 100644 --- a/drivers/gpu/drm/i915/intel_lrc.c +++ b/drivers/gpu/drm/i915/intel_lrc.c | |||
@@ -474,13 +474,13 @@ static bool execlists_check_remove_request(struct intel_engine_cs *ring, | |||
474 | } | 474 | } |
475 | 475 | ||
476 | /** | 476 | /** |
477 | * intel_execlists_handle_ctx_events() - handle Context Switch interrupts | 477 | * intel_lrc_irq_handler() - handle Context Switch interrupts |
478 | * @ring: Engine Command Streamer to handle. | 478 | * @ring: Engine Command Streamer to handle. |
479 | * | 479 | * |
480 | * Check the unread Context Status Buffers and manage the submission of new | 480 | * Check the unread Context Status Buffers and manage the submission of new |
481 | * contexts to the ELSP accordingly. | 481 | * contexts to the ELSP accordingly. |
482 | */ | 482 | */ |
483 | void intel_execlists_handle_ctx_events(struct intel_engine_cs *ring) | 483 | void intel_lrc_irq_handler(struct intel_engine_cs *ring) |
484 | { | 484 | { |
485 | struct drm_i915_private *dev_priv = ring->dev->dev_private; | 485 | struct drm_i915_private *dev_priv = ring->dev->dev_private; |
486 | u32 status_pointer; | 486 | u32 status_pointer; |