From mboxrd@z Thu Jan 1 00:00:00 1970 From: Damien Lespiau Subject: Re: [PATCH 0/3] New drm crtc properties Date: Fri, 20 Jun 2014 15:07:38 +0100 Message-ID: <20140620140738.GD26529@strange.amr.corp.intel.com> References: <1403272554-20383-1-git-send-email-akash.goel@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mga03.intel.com (mga03.intel.com [143.182.124.21]) by gabe.freedesktop.org (Postfix) with ESMTP id 73EBF6EA11 for ; Fri, 20 Jun 2014 07:07:46 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1403272554-20383-1-git-send-email-akash.goel@intel.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" To: akash.goel@intel.com Cc: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org 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. -- Damien