Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] New drm crtc properties
@ 2014-06-20 13:55 akash.goel
  2014-06-20 13:55 ` [PATCH 1/3] drm/i915: Added a return type for panel fitter config functions akash.goel
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: akash.goel @ 2014-06-20 13:55 UTC (permalink / raw)
  To: intel-gfx; +Cc: --cc=vijay.a.purushothaman, Akash Goel

From: Akash Goel <akash.goel@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 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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-06-23  8:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-20 13:55 [PATCH 0/3] New drm crtc properties akash.goel
2014-06-20 13:55 ` [PATCH 1/3] drm/i915: Added a return type for panel fitter config functions akash.goel
2014-06-20 14:03   ` Chris Wilson
2014-06-23  8:27     ` Akash Goel
2014-06-20 13:55 ` [PATCH 2/3] drm/i915: Initialized 'set_property' fn pointer field of intel_crtc_funcs structure akash.goel
2014-06-20 13:55 ` [PATCH 3/3] drm/i915: New drm crtc property for varying the size of borders akash.goel
2014-06-20 14:07 ` [PATCH 0/3] New drm crtc properties Damien Lespiau
2014-06-23  8:28   ` Akash Goel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox