On 8/23/07, Michel Dänzer <[EMAIL PROTECTED]> wrote:
> On Thu, 2007-08-23 at 10:51 -0400, Alex Deucher wrote:
> > On 8/23/07, Michel Dänzer <[EMAIL PROTECTED]> wrote:
> > >
> > >     for (i = 0; i < xf86_config->num_output; i++) {
> > >         output = xf86_config->output[i];
> > >         radeon_output = output->driver_private;
> > >
> > >         if (output->crtc == crtc) {
> > >             montype = radeon_output->MonType;
> > >         }
> > >     }
>
> [...]
>
> > Whoops.  Sorry, I missed that last part.  yeah, we should break when
> > we get montype.
>
> And what if several outputs are assigned to the same crtc? :) Or don't
> we support that yet?

yeah.  that will be a problem, but we don't support that yet :)

Alex
_______________________________________________
xorg-driver-ati mailing list
[email protected]
http://lists.x.org/mailman/listinfo/xorg-driver-ati

Reply via email to