From mboxrd@z Thu Jan 1 00:00:00 1970 From: Akash Goel Subject: Re: [PATCH 0/3] New drm crtc properties Date: Mon, 23 Jun 2014 13:58:27 +0530 Message-ID: <1403512107.21331.2.camel@akashgoe-desktop> References: <1403272554-20383-1-git-send-email-akash.goel@intel.com> <20140620140738.GD26529@strange.amr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" 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 439686E15F for ; Mon, 23 Jun 2014 01:25:29 -0700 (PDT) In-Reply-To: <20140620140738.GD26529@strange.amr.corp.intel.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" To: Damien Lespiau Cc: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org On Fri, 2014-06-20 at 15:07 +0100, Damien Lespiau wrote: > On Fri, Jun 20, 2014 at 07:25:51PM +0530, akash.goel@intel.com wrote: > > From: Akash Goel > > > > Added new drm crtc properties which provides control > > to vary the size of horizontal & vertical borders. > > With this the size of the Panel fitter output or > > display window can be controlled. > > Also added a return type to panel fitter config functions, > > so that an error could be returned to User space for an > > invalid configuration. > > > > Akash Goel (3): > > drm/i915: Added a return type for panel fitter config functions > > drm/i915: Initialized 'set_property' fn pointer field of > > intel_crtc_funcs structure > > drm/i915: New drm crtc property for varying the size of borders > > As an aside, you're missing the new property documentation in > Documentation/DocBook/drm.tmpl. Sorry, will float the corresponding Documentation patch in the next series. >