From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jindal, Sonika" Subject: Getting primary plane_id in i-g-t Date: Thu, 12 Jun 2014 16:20:58 +0530 Message-ID: <53998612.4070504@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by gabe.freedesktop.org (Postfix) with ESMTP id D4B456E8FE for ; Thu, 12 Jun 2014 03:51:20 -0700 (PDT) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" To: intel-gfx@lists.freedesktop.org Cc: "Kamble, Sagar A" , Roper@freedesktop.org List-Id: intel-gfx@lists.freedesktop.org Hi, I am writing i-g-t for primary plane 180 degree rotation. How can we get plane_id for primary plane? Following call returns an igt_plane_t for primary plane: igt_output_get_plane(test_data->output, IGT_PLANE_PRIMARY) But this has drm_plane as null, so couldn't get plane_id. Then I tried getting planes from drmModeGetPlaneResources and drmModeGetPlane. But I am getting only sprite planes from that call. I also tried, drmSetClientCap but can't figure out which plane is primary. Is there a way to get primary plane and the plane_id for that? Thanks, Sonika