[Intel-gfx] [PATCH i-g-t v2 06/33] tests/kms_busy: Add support for dynamic number of planes
Mika Kahola
mika.kahola at intel.com
Wed Jan 25 11:23:52 UTC 2017
Reviewed-by: Mika Kahola <mika.kahola at intel.com>
On Tue, 2017-01-24 at 18:33 -0500, Robert Foss wrote:
> Add changes reflecting the new support for dynamic number of planes
> per pipe.
>
> Signed-off-by: Robert Foss <robert.foss at collabora.com>
> ---
> tests/kms_busy.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/kms_busy.c b/tests/kms_busy.c
> index 1ae5d7fb..e6276927 100644
> --- a/tests/kms_busy.c
> +++ b/tests/kms_busy.c
> @@ -53,7 +53,7 @@ set_fb_on_crtc(igt_display_t *dpy, int pipe, struct
> igt_fb *fb)
> LOCAL_I915_FORMAT_MOD_X_TILED,
> fb);
>
> - primary = igt_output_get_plane(output,
> IGT_PLANE_PRIMARY);
> + primary = igt_output_get_plane_type(output,
> DRM_PLANE_TYPE_PRIMARY);
> igt_plane_set_fb(primary, fb);
>
> return output;
--
Mika Kahola - Intel OTC
More information about the Intel-gfx
mailing list