Re: [Intel-gfx] [PATCH i-g-t] tests: Increase value of I915_MAX_PIPES to 6

2017-06-09 Thread Leo
-...@lists.freedesktop.org; amd-gfx@lists.freedesktop.org; Wentland, Harry Cc: Li, Sun peng Subject: [PATCH i-g-t] tests: Increase value of I915_MAX_PIPES to 6 From: "Leo (Sunpeng) Li" Increasing max pipe count to 6 to support AMD GPU's. Since some tests' behavior depends on this valu

Re: [Intel-gfx] [PATCH i-g-t] tests: Increase value of I915_MAX_PIPES to 6

2017-06-09 Thread Arkadiusz Hiler
lists.freedesktop.org; amd-gfx@lists.freedesktop.org; > > Wentland, Harry > > Cc: Li, Sun peng > > Subject: [PATCH i-g-t] tests: Increase value of I915_MAX_PIPES to 6 > > > > From: "Leo (Sunpeng) Li" > > > > Increasing max pipe count to 6 to support A

RE: [PATCH i-g-t] tests: Increase value of I915_MAX_PIPES to 6

2017-06-08 Thread Deucher, Alexander
t; Subject: [PATCH i-g-t] tests: Increase value of I915_MAX_PIPES to 6 > > From: "Leo (Sunpeng) Li" > > Increasing max pipe count to 6 to support AMD GPU's. > > Since some tests' behavior depends on this value, small changes are made > to remove this depend

[PATCH i-g-t] tests: Increase value of I915_MAX_PIPES to 6

2017-06-08 Thread sunpeng.li
From: "Leo (Sunpeng) Li" Increasing max pipe count to 6 to support AMD GPU's. Since some tests' behavior depends on this value, small changes are made to remove this dependency: * kms_ccs: Early abort if wanted_pipe is out-of-bounds. * kms_concurrent: Check if pipe is within bounds first. * kms