Home
last modified time | relevance | path

Searched refs:GSC_ACTION_FW_LOAD (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_gsc_uc.c31 if (actions & GSC_ACTION_FW_LOAD) { in gsc_work()
66 if (actions & GSC_ACTION_FW_LOAD) { in gsc_work()
79 if (actions & GSC_ACTION_FW_LOAD) { in gsc_work()
314 gsc->gsc_work_actions |= GSC_ACTION_FW_LOAD; in intel_gsc_uc_load_start()
H A Dintel_gsc_uc.h47 #define GSC_ACTION_FW_LOAD BIT(0) macro