search for: xf86output

Displaying 2 results from an estimated 2 matches for "xf86output".

2015 Jun 28
3
[PATCH] Take shift in crtc positions for ZaphodHeads configs into account.
...ll crtcs. This breaks the mapping of bit positions in the bit masks returned in kencoder->possible_crtcs and kencoder->possible_clones. A 1 bit in position i of those masks allows use of the kernels i'th crtc for the given kencoder. The X-Servers dix code checks those bit masks for valid xf86Output -> xf86Crtc assignments, assuming that the i'th slot xf86CrtcConfigPtr config->crtc[i] corresponds to bit i in the xf86Output->possibe_crtcs bitmask, and bails if the bitmask doesn't allow the specified assignment of crtc to output. If ZaphodHeads breaks the assumption of bit i &lt...
2015 Aug 06
0
[PATCH] Take shift in crtc positions for ZaphodHeads configs into account.
...ks the mapping of bit positions in the bit masks returned > in kencoder->possible_crtcs and kencoder->possible_clones. A 1 bit > in position i of those masks allows use of the kernels i'th crtc for > the given kencoder. The X-Servers dix code checks those bit masks > for valid xf86Output -> xf86Crtc assignments, assuming that the i'th > slot xf86CrtcConfigPtr config->crtc[i] corresponds to bit i in the > xf86Output->possibe_crtcs bitmask, and bails if the bitmask doesn't > allow the specified assignment of crtc to output. If ZaphodHeads > breaks the ass...