![]() |
GPU access with I2C bus
Can somebody explain more about this and how can it be used practicaly.
Ati tool author answer "kernel mode driver -> find out how to access gpu registers -> find out how i2c works -> implement i2c protocol -> implement access to devices like lm64" |
Re: GPU access with I2C bus
Moin, moin,
Well your question is not really clear, but there is something to say about it. Usually GPU is the Graphic-Processing-Unit on your Graphic-Card. I²Bus is a simple Protocol with serial data transport. This bus to slow to transfer Graphic-Data, so I think there is a possibility to configurate the graphic card via the i²Bus. Another possibility would be that you only have to transfer alphanumeric Data, perhaps to an smal LCD-Display. Greetings // Martin |
Re: GPU access with I2C bus
Danke!
Well riva tuner 2.1 has an sdk with all the plugins you only need: -Pure hardware access -kernel mode driver(delphi?) -find out how to access gpu registers -then i2c |
Re: GPU access with I2C bus
Zitat:
well, what kind of plugins are offered? And what is your ambition about? Understanding the GPU respectively the whole Graphic Adapter? In other words, why do you want pure hardware access at all? A SDK should offer you some kind of interface, that can be accessed by any programming language (ok, not any, but normally all languages supporting some C-compatible Interface). So no need of pure hardware access or knowledge how to access a gpu register directly! Regards Der Unwissende |
Re: GPU access with I2C bus
I want to access stuff like clocks any clocks about gpu,temperature,bus speed(agp or pcie) fan status and fan set :oops:
|
Re: GPU access with I2C bus
Zitat:
At first you should check the documentation of the SDK (what are the offered functions and their use?) |
Re: GPU access with I2C bus
NVIDIA has SDK :i got nvidia covered (still missing stuff like clocks,fan speed,fan set)
ATI has SDK:found no usefull information i have sdk on my computer its only about gpu computing,3d games blablablabla. I did found this i2c thing (its in german :) ) ![]() |
Re: GPU access with I2C bus
Liste der Anhänge anzeigen (Anzahl: 1)
Here is the i2c bus wich can be used if someone translates the sdk of riva tuner ...
|
Re: GPU access with I2C bus
Zitat:
|
Re: GPU access with I2C bus
That thing has I2C READ and Write functions,wich we can use with sdk not INSTALED :thumb: .To make it work we only need to translate what we want from sdk then use Hardware access to comunicate with eeprom on the board.Without I2C you cant get gpu temperature fur NVIDIA! :-D
Take a look at that C2DTEMP thread i posted it contains RT SDK'source,you only need a driver to read msr. :) |
Alle Zeitangaben in WEZ +1. Es ist jetzt 10:24 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz