[Intel-gfx] [PATCH v2 0/3] Two new drm crtc properties

akash.goel at intel.com akash.goel at intel.com
Tue Mar 11 13:54:19 CET 2014


From: Akash Goel <akash.goel at intel.com>

Added 2 new drm crtc properties. One property
provides control to vary the PIPESRC value. With this the
size of Pipe's output or Panel fitter input can be varied.
The other property provides control to vary the size of
horizontal & vertical borders. With this the size of the
Panel fitter output or display window could be controlled. 
v2: Added new checks and disabled the fb pitch mismatch check
for VLV & HSW

Akash Goel (3):
  drm/i915: Initialized 'set_property' fn pointer field of
    intel_crtc_funcs structure
  drm/i915: New drm crtc property for varying the Pipe Src size
  drm/i915: New drm crtc property for varying the size of borders

 drivers/gpu/drm/i915/i915_drv.h      |  13 +++
 drivers/gpu/drm/i915/intel_display.c |  93 +++++++++++++++++++-
 drivers/gpu/drm/i915/intel_drv.h     |   4 +
 drivers/gpu/drm/i915/intel_panel.c   | 159 +++++++++++++++++++++++++++++++++++
 4 files changed, 267 insertions(+), 2 deletions(-)

-- 
1.8.5.2




More information about the Intel-gfx mailing list