Re: [Intel-gfx] [PATCH i-g-t] tests/kms_setmode: Dynamic crtc/connector combinations

2017-06-06 Thread Harry Wentland
On 2017-06-06 03:43 AM, Petri Latvala wrote: On Mon, Jun 05, 2017 at 03:59:37PM -0400, Harry Wentland wrote: On 2017-06-05 03:50 PM, Alex Deucher wrote: On Mon, Jun 5, 2017 at 2:43 PM, Harry Wentland wrote: Create crtc/connector combinations based on actual adapter

Re: [Intel-gfx] [PATCH i-g-t] tests/kms_setmode: Dynamic crtc/connector combinations

2017-06-06 Thread Petri Latvala
On Mon, Jun 05, 2017 at 03:59:37PM -0400, Harry Wentland wrote: > On 2017-06-05 03:50 PM, Alex Deucher wrote: > > On Mon, Jun 5, 2017 at 2:43 PM, Harry Wentland > > wrote: > > > Create crtc/connector combinations based on actual adapter > > > information obtained from

Re: [Intel-gfx] [PATCH i-g-t] tests/kms_setmode: Dynamic crtc/connector combinations

2017-06-05 Thread Harry Wentland
On 2017-06-05 03:50 PM, Alex Deucher wrote: On Mon, Jun 5, 2017 at 2:43 PM, Harry Wentland wrote: Create crtc/connector combinations based on actual adapter information obtained from drmModeRes. Also set MAX_CRTCs to 6 for AMD GPUs. Signed-off-by: Harry Wentland

Re: [Intel-gfx] [PATCH i-g-t] tests/kms_setmode: Dynamic crtc/connector combinations

2017-06-05 Thread Alex Deucher
On Mon, Jun 5, 2017 at 2:43 PM, Harry Wentland wrote: > Create crtc/connector combinations based on actual adapter > information obtained from drmModeRes. > > Also set MAX_CRTCs to 6 for AMD GPUs. > > Signed-off-by: Harry Wentland The code is kind

[Intel-gfx] [PATCH i-g-t] tests/kms_setmode: Dynamic crtc/connector combinations

2017-06-05 Thread Harry Wentland
Create crtc/connector combinations based on actual adapter information obtained from drmModeRes. Also set MAX_CRTCs to 6 for AMD GPUs. Signed-off-by: Harry Wentland --- tests/kms_setmode.c | 24 ++-- 1 file changed, 18 insertions(+), 6 deletions(-)