Changes between Initial Version and Version 1 of Ticket #12955, comment 14
- Timestamp:
- Apr 15, 2021, 3:01:27 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12955, comment 14
initial v1 1 1 Update: 2 With this information, and the nouveau sources (DRM), which are based on this info ( written by redhat in 2019), I was for the first time ever able to determine the locations of my I2C ports on my laptop with NV34 purely from looking at it's ROM. I see that the setup in the driver is exactly correct indeed for my laptop (and most other cards in practice) concerning the fixed locations I have in there.2 With this information, and the nouveau sources (DRM), which are based on this info (driver part written by redhat in 2019), I was for the first time ever able to determine the locations of my I2C ports on my laptop with NV34 purely from looking at it's ROM. I see that the setup in the driver is exactly correct indeed for my laptop (and most other cards in practice) concerning the fixed locations I have in there. 3 3 4 4 If this new information was known back then the driver would have looked a lot different from how it is now (much more Nouveau like).