intel / media-driver

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

[Bug]: Raptor lake 13500H crash #1825

Closed 4e4o closed 3 months ago

4e4o commented 3 months ago

Which component impacted?

Not sure

Is it regression? Good in old configuration?

No, this issue exist a long time

What happened?

Does raptor lake H support planned? I have some crash in dmesg, intel-media-driver-24.1.5-1.fc40.x86_64 . dmesg_crash.txt

What's the usage scenario when you are seeing the problem?

Others

What impacted?

No response

Debug Information

No response

Do you want to contribute a patch to fix the issue?

None

Jexu commented 3 months ago

I don't see anything unusual in dmesg, please give more descriptions of what crash it is, any crash log from media driver? How about vainfo?

4e4o commented 3 months ago

I don't see anything unusual in dmesg, please give more descriptions of what crash it is, any crash log from media driver? How about vainfo?

is i915 from intel-media driver? Should i post this issue to kernel repo? I can't see supported Raptor Lake H GPU in supprorted list: TGLx (TGL: Tiger Lake, RKL: Rocket Lake, ADL-S/P/N: Alder Lake, RPL-S/P: Raptor Lake). There is only S/P versions. Also intel_gpu_top detects gpu as Alder_lake_p (Gen_12) - is it normal ? vainfo and intel_gpu_top output attached. vainfo.txt intel_gpu_top.txt

4e4o commented 3 months ago

Here is full dmesg just in case. dmesg.txt

Jexu commented 3 months ago

13500H should be rpl-p, and your vainfo looks good since both media driver and i915 driver all initiaed successffully.

4e4o commented 3 months ago

13500H should be rpl-p, and your vainfo looks good since both media driver and i915 driver all initiaed successffully.

Oh , sorry, this is only a warning: WARNING: CPU: 0 PID: 468 at drivers/gpu/drm/i915/display/intel_bios.c:2678 intel_bios_init+0x1821/0x2770 [i915]

Ok i will close this one. Thank you very much.