From mboxrd@z Thu Jan 1 00:00:00 1970 From: akash.goel@intel.com Subject: [PATCH 0/3] New drm crtc properties Date: Fri, 20 Jun 2014 19:25:51 +0530 Message-ID: <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 mga09.intel.com (mga09.intel.com [134.134.136.24]) by gabe.freedesktop.org (Postfix) with ESMTP id E3A496E025 for ; Fri, 20 Jun 2014 06:52:43 -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: --cc=vijay.a.purushothaman@intel.com, Akash Goel List-Id: intel-gfx@lists.freedesktop.org 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 drivers/gpu/drm/i915/i915_drv.h | 10 ++ drivers/gpu/drm/i915/intel_display.c | 128 +++++++++++++++++++- drivers/gpu/drm/i915/intel_dp.c | 17 +-- drivers/gpu/drm/i915/intel_drv.h | 18 ++- drivers/gpu/drm/i915/intel_hdmi.c | 2 +- drivers/gpu/drm/i915/intel_lvds.c | 13 +- drivers/gpu/drm/i915/intel_panel.c | 229 ++++++++++++++++++++++++++++++++--- drivers/gpu/drm/i915/intel_sdvo.c | 2 +- drivers/gpu/drm/i915/intel_tv.c | 2 +- 9 files changed, 383 insertions(+), 38 deletions(-) -- 1.9.2