Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gt/uc/abi/
A Dguc_actions_slpc_abi.h49 #define SLPC_MAX_OVERRIDE_PARAMETERS 256 macro
51 (SLPC_MAX_OVERRIDE_PARAMETERS / 32)
65 #define SLPC_OVERRIDE_PARAMS_TOTAL_BYTES (((((SLPC_MAX_OVERRIDE_PARAMETERS * 4) \
66 + ((SLPC_MAX_OVERRIDE_PARAMETERS / 32) * 4)) \
172 u32 values[SLPC_MAX_OVERRIDE_PARAMETERS];
/linux/drivers/gpu/drm/i915/gt/uc/
A Dintel_guc_slpc.c51 GEM_BUG_ON(id >= SLPC_MAX_OVERRIDE_PARAMETERS); in slpc_mem_set_param()

Completed in 4 milliseconds