"Jasper St. Pierre" <[email protected]> writes:

> Fine by me. I actually stopped using vrefresh in my kernel driver and
> instead started using drm_mode_vrefresh, so we can actually drop this
> patch.

Oh, we should send the correct vrefresh value to the kernel; it's part
of the API after all. Having an integer vrefresh value isn't all that
useful anyways; we often end up with multiple
similar-but-not-quite-the-same modes that differ by less than 1Hz in
vrefresh.

But, removing VRefresh from the X server and then sending a
computed value to the kernel seems like a fine plan.

For now, we need to retain ABI in X, so using your existing plan which
computes the value to send to the kernel seems appropriate. That just
needs to be fixed to round the value rather than truncate and I think
we'll be set for 1.17 at least.

-- 
-keith

Attachment: signature.asc
Description: PGP signature

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to