From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755217AbcEBVvk (ORCPT ); Mon, 2 May 2016 17:51:40 -0400 Received: from mail-wm0-f48.google.com ([74.125.82.48]:37084 "EHLO mail-wm0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754390AbcEBVvh (ORCPT ); Mon, 2 May 2016 17:51:37 -0400 Date: Mon, 2 May 2016 23:51:33 +0200 From: Daniel Vetter To: robert.foss@collabora.com Cc: daniel.vetter@ffwll.ch, corbet@lwn.net, lukas@wunner.de, treding@nvidia.com, alexander.deucher@amd.com, dh.herrmann@gmail.com, graham.whaley@linux.intel.com, jani.nikula@intel.com, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] drm/docs: Move "scaling mode" property. Message-ID: <20160502215133.GY14148@phenom.ffwll.local> Mail-Followup-To: robert.foss@collabora.com, corbet@lwn.net, lukas@wunner.de, treding@nvidia.com, alexander.deucher@amd.com, dh.herrmann@gmail.com, graham.whaley@linux.intel.com, jani.nikula@intel.com, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org References: <1462216381-10160-1-git-send-email-robert.foss@collabora.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1462216381-10160-1-git-send-email-robert.foss@collabora.com> X-Operating-System: Linux phenom 4.6.0-rc5+ User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 02, 2016 at 03:13:01PM -0400, robert.foss@collabora.com wrote: > From: Robert Foss > > The "scaling mode" property has been moved to the DRM->Generic. > It has also had a list of supported drivers added to it. > > Reviewed-by: Alex Deucher > Signed-off-by: Robert Foss Applied to drm-misc, thanks. -Daniel > --- > Changes since v1: > - Added Reviewed-by: Alex Deucher > > Documentation/DocBook/gpu.tmpl | 22 ++++++++++------------ > 1 file changed, 10 insertions(+), 12 deletions(-) > > diff --git a/Documentation/DocBook/gpu.tmpl b/Documentation/DocBook/gpu.tmpl > index 1692c4d..da58702 100644 > --- a/Documentation/DocBook/gpu.tmpl > +++ b/Documentation/DocBook/gpu.tmpl > @@ -1817,7 +1817,7 @@ void intel_crt_init(struct drm_device *dev) > > > DRM > - Generic > + Generic > “rotation” > BITMASK > { 0, "rotate-0" }, > @@ -1832,6 +1832,13 @@ void intel_crt_init(struct drm_device *dev) > image along the specified axis prior to rotation > > > + “scaling mode” > + ENUM > + { "None", "Full", "Center", "Full aspect" } > + Connector > + Supported by: amdgpu, gma500, i915, nouveau and radeon. > + > + > Connector > “EDID” > BLOB | IMMUTABLE > @@ -2068,21 +2075,12 @@ void intel_crt_init(struct drm_device *dev) > property to suggest an Y offset for a connector > > > - Optional > - “scaling mode” > - ENUM > - { "None", "Full", "Center", "Full aspect" } > - Connector > - TBD > - > - > + Optional > "aspect ratio" > ENUM > { "None", "4:3", "16:9" } > Connector > - DRM property to set aspect ratio from user space app. > - This enum is made generic to allow addition of custom aspect > - ratios. > + TDB > > > “dirty” > -- > 2.5.0 > -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch