From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ville =?iso-8859-1?Q?Syrj=E4l=E4?= Subject: Re: [PATCH 04/16] drm: initial multiple nodes ioctl work. Date: Thu, 29 Mar 2012 20:15:42 +0300 Message-ID: <20120329171542.GR4917@intel.com> References: <1333039298-2520-1-git-send-email-ihadzic@research.bell-labs.com> <1333039298-2520-5-git-send-email-ihadzic@research.bell-labs.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTP id 0D0F09E918 for ; Thu, 29 Mar 2012 10:07:35 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1333039298-2520-5-git-send-email-ihadzic@research.bell-labs.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: Ilija Hadzic Cc: Dave Airlie , dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org On Thu, Mar 29, 2012 at 12:41:26PM -0400, Ilija Hadzic wrote: > diff --git a/include/drm/drm_mode.h b/include/drm/drm_mode.h > index 2a2acda..2a403bb 100644 > --- a/include/drm/drm_mode.h > +++ b/include/drm/drm_mode.h > @@ -441,4 +441,18 @@ struct drm_mode_destroy_dumb { > uint32_t handle; > }; > = > +/* render node create and remove functions > + if crtc/encoders/connectors all =3D=3D 0 then gpgpu node */ > +struct drm_render_node_create { > + __u32 node_minor_id; > + __u32 num_crtc; > + __u32 num_encoder; > + __u32 num_connector; num_plane is missing > + __u64 id_list_ptr; > +}; > + > +struct drm_render_node_remove { > + __u32 node_minor_id; > +}; > + > #endif -- = Ville Syrj=E4l=E4 Intel OTC