Home
last modified time | relevance | path

Searched refs:intel_guc_to_host_event_handler_nop (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/i915/gt/uc/
Dintel_uc.c161 GEM_BUG_ON(guc->handler == intel_guc_to_host_event_handler_nop); in guc_handle_mmio_msg()
232 guc->handler = intel_guc_to_host_event_handler_nop; in guc_stop_communication()
249 guc->handler = intel_guc_to_host_event_handler_nop; in guc_disable_communication()
Dintel_guc.h146 void intel_guc_to_host_event_handler_nop(struct intel_guc *guc);
Dintel_guc.c71 guc->handler = intel_guc_to_host_event_handler_nop; in intel_guc_init_early()
337 void intel_guc_to_host_event_handler_nop(struct intel_guc *guc) in intel_guc_to_host_event_handler_nop() function