All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] DPCD Backlight Control
@ 2016-02-05 12:18 Yetunde Adebisi
  2016-02-05 12:18 ` [PATCH 1/2] drm/dp: Add definition for Display Control DPCD Registers capability size Yetunde Adebisi
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Yetunde Adebisi @ 2016-02-05 12:18 UTC (permalink / raw)
  To: intel-gfx; +Cc: Yetunde Adebisi

These patches add support for Backlight Control using DPCD registers on eDP 
displays.

- Patch 1 adds macro for DPCD registers capability size to drm_dp_helper.h
A copy of this patch has also been sent to dri-devel list.

- Patch 2 Implements functionaly for DPCD Backlight Control 


Yetunde Adebisi (2):
  drm/dp: Add definition for Display Control DPCD Registers capability
    size
  drm/i915: Add Backlight Control using DPCD for eDP connectors (v6)

 drivers/gpu/drm/i915/Makefile                 |   1 +
 drivers/gpu/drm/i915/intel_dp.c               |  17 ++-
 drivers/gpu/drm/i915/intel_dp_aux_backlight.c | 170 ++++++++++++++++++++++++++
 drivers/gpu/drm/i915/intel_drv.h              |   6 +
 drivers/gpu/drm/i915/intel_panel.c            |   4 +
 include/drm/drm_dp_helper.h                   |   1 +
 6 files changed, 193 insertions(+), 6 deletions(-)
 create mode 100644 drivers/gpu/drm/i915/intel_dp_aux_backlight.c

-- 
1.9.3

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2016-02-09 13:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-05 12:18 [PATCH 0/2] DPCD Backlight Control Yetunde Adebisi
2016-02-05 12:18 ` [PATCH 1/2] drm/dp: Add definition for Display Control DPCD Registers capability size Yetunde Adebisi
2016-02-05 12:18 ` [PATCH 2/2] drm/i915: Add Backlight Control using DPCD for eDP connectors (v6) Yetunde Adebisi
2016-02-08  8:56   ` Thulasimani, Sivakumar
2016-02-09 13:11     ` Adebisi, YetundeX
2016-02-09 13:29       ` Thulasimani, Sivakumar
2016-02-05 12:44 ` ✓ Fi.CI.BAT: success for DPCD Backlight Control (rev3) Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.