Skip to content

Commit

Permalink
dkms: optimize the dg2 kernel driver loading time
Browse files Browse the repository at this point in the history
Tracked-On: OAM-127461
Signed-off-by: Wang, Yiyang <yiyang.wang@intel.com>
Signed-off-by: Zhao, Shirley <shirley.zhao@intel.com>
  • Loading branch information
wangyiyanga authored and sysopenci committed Dec 10, 2024
1 parent 82313a3 commit 15261b3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion firmware.mk
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ LOCAL_FIRMWARE_PATTERN_IN_DIR := \
i915/tgl \
i915/adl \
i915/dg2 \
i915/mtl
i915/mtl \
i915/intel_vsec \
i915/compat \
i915/i915_ag

LOCAL_FIRMWARE_SRC += $(foreach f,$(LOCAL_FIRMWARE_PATTERN),$(shell cd $(FIRMWARES_DIR) && find *$(f)* -type f,l ))
LOCAL_FIRMWARE_SRC += $(foreach f,$(LOCAL_FIRMWARE_DIR),$(shell cd $(FIRMWARES_DIR) && find $(f) -type f,l) )
Expand Down

0 comments on commit 15261b3

Please sign in to comment.