Skip to content

Commit

Permalink
kmmo: load mei driver for media support
Browse files Browse the repository at this point in the history
Load the mei driver which is required to support the media feature.
But before loading make sure the in-tree media driver is unloaded.
modprobing mei_gsc load all other necessary media drivers.

Signed-off-by: Manish Regmi <[email protected]>
  • Loading branch information
mregmi committed Jun 7, 2024
1 parent 42f3219 commit 76e3e03
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion kmmo/intel-dgpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ spec:
modprobe:
moduleName: i915
firmwarePath: /firmware
inTreeModuleToRemove: intel_vsec
modulesLoadingOrder:
- i915
- mei_gsc
inTreeModulesToRemove: [i915, intel_vsec, mei_gsc, mei_me]
kernelMappings:
- regexp: '^.*\.x86_64$'
containerImage: registry.connect.redhat.com/intel/intel-data-center-gpu-driver-container:2.2.0-$KERNEL_FULL_VERSION
Expand Down

0 comments on commit 76e3e03

Please sign in to comment.