intel / media-driver

Intel Graphics Media Driver to support hardware decode, encode and video processing.
https://github.com/intel/media-driver/wiki
Other
944 stars 340 forks source link

Report caps in vainfo if no Guc binaries in machine #1085

Open Sherry-Lin opened 3 years ago

Sherry-Lin commented 3 years ago

There is no Guc binaries in some users' environment but some media encode features are rely on Huc. Is it possible to report the caps in vainfo if no Guc in local?

XinfengZhang commented 3 years ago

I understand the request. sometimes , driver need to query some information like huc/guc readiness. but how about the usage case? application query the readiness of huc/guc readiness , then will have different behavior?

XinfengZhang commented 3 years ago

sorry, understanding is incorrect. if there are no huc, driver should change the capability report , such as the BRC mode ...

Jexu commented 1 year ago

This may depend on i915 exposing api to query guc/ huc loading state.

XinfengZhang commented 1 month ago

we could use I915_PARAM_HUC_STATUS to apply it, but who are caring this feature?