[Intel-gfx] [PATCH 0/5] New drm crtc properties

akash.goel at intel.com akash.goel at intel.com
Mon Jun 23 10:34:24 CEST 2014


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

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 & crtc retsore mode
functions, so that an error could be returned to User space for an 
invalid configuration. 

Akash Goel (5):
  drm/i915: Added a return type for panel fitter config functions
  drm/i915: Added a return type for the restore crtc mode function
  drm/i915: Initialized 'set_property' fn pointer field of
    intel_crtc_funcs structure
  Documentation/drm: Describing border size property
  drm/i915: New drm crtc property for varying the size of borders

 Documentation/DocBook/drm.tmpl       |  36 +++++-
 drivers/gpu/drm/i915/i915_drv.h      |  10 ++
 drivers/gpu/drm/i915/intel_display.c | 128 +++++++++++++++++++-
 drivers/gpu/drm/i915/intel_dp.c      |  45 +++++--
 drivers/gpu/drm/i915/intel_drv.h     |  18 ++-
 drivers/gpu/drm/i915/intel_hdmi.c    |  28 ++++-
 drivers/gpu/drm/i915/intel_lvds.c    |  18 ++-
 drivers/gpu/drm/i915/intel_panel.c   | 229 ++++++++++++++++++++++++++++++++---
 drivers/gpu/drm/i915/intel_sdvo.c    |  57 ++++++++-
 drivers/gpu/drm/i915/intel_tv.c      |  26 +++-
 10 files changed, 544 insertions(+), 51 deletions(-)

-- 
1.9.2




More information about the Intel-gfx mailing list