The question says it all. I need to set a custom windows resolution with custom synchronization pulses timing. Does AMD have such an API for its graphics cards?
Solved! Go to Solution.
Hi,
you can check if the functions provided by ADL will work for you. You can get ADL from:
Please have a look at the functions described in: Modules->Display Related API -> Timing Override
You will find functions that allow you to add new video timings by specifying resolution, refresh rate, sync width, sync start etc.
Chris
Hi,
you can check if the functions provided by ADL will work for you. You can get ADL from:
Please have a look at the functions described in: Modules->Display Related API -> Timing Override
You will find functions that allow you to add new video timings by specifying resolution, refresh rate, sync width, sync start etc.
Chris
Thanks!!!