Re: [Intel-gfx] [PATCH xf86-video-intel] uxa: fix possible_clones computation

2012-10-12 Thread Chris Wilson
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

[Intel-gfx] [PATCH xf86-video-intel] uxa: fix possible_clones computation

2012-10-11 Thread Paulo Zanoni
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