mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-11 13:21:10 +03:00
update intel gpu error message to include kernel version
This commit is contained in:
@@ -433,7 +433,8 @@ def get_intel_gpu_stats(
|
|||||||
if not snapshot_a:
|
if not snapshot_a:
|
||||||
logger.warning(
|
logger.warning(
|
||||||
"Unable to collect Intel GPU stats: no DRM fdinfo entries found"
|
"Unable to collect Intel GPU stats: no DRM fdinfo entries found"
|
||||||
"%s. Check that /proc is readable and the i915/xe driver is loaded",
|
"%s. Check kernel version (required >= 6.5) and that /proc is readable"
|
||||||
|
" and the i915/xe driver is loaded",
|
||||||
f" for pdev {target_pdev}" if target_pdev else "",
|
f" for pdev {target_pdev}" if target_pdev else "",
|
||||||
)
|
)
|
||||||
return None
|
return None
|
||||||
|
|||||||
Reference in New Issue
Block a user