Replies: 1 comment
-
I don't have experience with it, but if you want to hack on the nvidia.ko source, it looks like you could specify the speed in I think add a line like:
or:
The speeds are defined in src/common/sdk/nvidia/inc/ctrl/ctrl402c.h.
It is probably a bug that the driver doesn't use DEFAULT today. Let me know if that helps. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just bought a RX4070 Super Ti.
Unfortunately the funny manufacturer put on the i2c bus a controller
that runs at 10kz instead of the standard 100kz , so reading and writing always fails.
I know that nvapi can change the bus speed but the necessary function is not in libnvidia-api.
Is there another way to manage the i2c bus speed for a driver.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions