Is it possible (and if so how) to detect what gfx chipset a certain screen is running on in a system friendly - and preferably standardized - manner?
Mon, 2014-02-03 20:47
#1
Gfx chipset detection howto?
If you get the DisplayID of the screen you can use p96GetModeIDAttr().
Using P96IDA_BOARDNUMBER you can also get the board number which you can use to get more information with IP96->p96GetBoardDataTags() (there is f.e. P96BD_BoardName which should be same as obtained in the code above and P96BD_ChipName).