All (hopefully) NVIDIA mobile card device names contain the suffix M, which is the always last character before the expanded device nam, so that way we can determine whether or not there is a dGPU without looking at the class ID. Shouldn't cause the regressions that https://github.com/CachyOS/chwd/commit/cf2e74a4a4d28eb3484dad1b99a460ee8150070e had.
… based on the device name
All (hopefully) NVIDIA mobile card device names contain the suffix
M
, which is the always last character before the expanded device nam, so that way we can determine whether or not there is a dGPU without looking at the class ID. Shouldn't cause the regressions that https://github.com/CachyOS/chwd/commit/cf2e74a4a4d28eb3484dad1b99a460ee8150070e had.