[PATCH i-g-t v5 1/4] tests/intel/kms_pm_dc: Add time unit macros and update delay calculation

Reddy Guddati, Santhosh santhosh.reddy.guddati at intel.com
Fri Aug 23 03:37:22 UTC 2024


Hi Rama ,

Do we still need 1 * , as the newly added macro is adding the required 
delay?

Thanks,
Santhosh

On 23-08-2024 00:12, Naladala Ramanaidu wrote:
> -	delay = 1 * (MSECS / (data->mode->vrefresh - 10));
> +	delay = 1 * (MSECS(1) / (data->mode->vrefresh - 10));


More information about the Intel-gfx-trybot mailing list