Need explanation on Reset Notification Strategy

Hi,

I am interested in checking glGetGraphicsResetStatus in my program. I setup the context with the WGL_CONTEXT_ROBUST_ACCESS_BIT_ARB flag and when I check the GL_RESET_NOTIFICATION_STRATEGY I get GL_NO_RESET_NOTIFICATION. So I can’t check any reset status.

If it is a software related issue what should I modify to change this notification strategy ?
If it is an hardware or OS/driver environment issue how can I know which configuration support the reset notification strategy GL_LOSE_CONTEXT_ON_RESET ?

I have a Quadro K620 running on Windows 7 64-bit SP1. Driver version 375.86.

Thanks for your help.

Thomas