http://bugs.freedesktop.org/show_bug.cgi?id=18536





--- Comment #4 from Julien Cristau <[EMAIL PROTECTED]>  2008-11-14 11:04:40 PST 
---
> --- Comment #3 from Orion Poplawski <[EMAIL PROTECTED]>  2008-11-14 10:29:18 
> PST ---
> Certainly don't want to multiply both by 10:
> 
>         if (quirks & DDC_QUIRK_DETAILED_USE_MAXIMUM_SIZE) {
>             det_mon->section.d_timings.h_size = 10 * DDC->features.hsize;
>             det_mon->section.d_timings.v_size = 10 * DDC->features.vsize;
>         }
> 
DDC->features.{h,v}size are the dimensions reported in:

(II) RADEON(0): Max Image Size [cm]: horiz.: 33  vert.: 21

They are in cm, so multiplying them by 10 is correct.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
xorg-driver-ati mailing list
[email protected]
http://lists.x.org/mailman/listinfo/xorg-driver-ati

Reply via email to