On Thu, 11 Oct 2012 18:10:17 -0300, Paulo Zanoni wrote:
> From: Paulo Zanoni
>
> Libdrm's possible_clones is a mask of encoders. Xorg's possible_clones
> is a mask of outputs, so we just can't do the following:
>
> output->possible_clones = kencoder->possible_clones;
>
> This is a problem on
From: Paulo Zanoni
Libdrm's possible_clones is a mask of encoders. Xorg's possible_clones
is a mask of outputs, so we just can't do the following:
output->possible_clones = kencoder->possible_clones;
This is a problem on Haswell because, at least with the current
patches floating on the maili