Home
last modified time | relevance | path

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

/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()
78 if (actions & GSC_ACTION_FW_LOAD) { in gsc_work()
312 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
/linux/drivers/gpu/drm/xe/
H A Dxe_gsc_types.h49 #define GSC_ACTION_FW_LOAD BIT(0) macro