intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v10 0/4] Add drm_dp_aux chardev support.
@ 2016-01-21 23:10 Rafael Antognolli
  2016-01-21 23:10 ` [PATCH v10 1/4] drm/kms_helper: Add a common place to call init and exit functions Rafael Antognolli
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Rafael Antognolli @ 2016-01-21 23:10 UTC (permalink / raw)
  To: intel-gfx, dri-devel

This series implement support to a drm_dp_aux chardev that allows reading and
writing an arbitrary amount of bytes to arbitrary dpcd register addresses using
regular read, write and lseek operations.

Lukas Wunner (1):
  drm/radeon: Fix WARN_ON if DRM_DP_AUX_CHARDEV is enabled

Rafael Antognolli (3):
  drm/kms_helper: Add a common place to call init and exit functions.
  drm/dp: Add a drm_aux-dev module for reading/writing dpcd registers.
  drm/i915: Set aux.dev to the drm_connector device, instead of
    drm_device.

 drivers/gpu/drm/Kconfig                 |   8 +
 drivers/gpu/drm/Makefile                |   5 +-
 drivers/gpu/drm/drm_crtc_helper.c       |   3 -
 drivers/gpu/drm/drm_dp_aux_dev.c        | 368 ++++++++++++++++++++++++++++++++
 drivers/gpu/drm/drm_dp_helper.c         |  16 +-
 drivers/gpu/drm/drm_fb_helper.c         |   9 +-
 drivers/gpu/drm/drm_kms_helper_common.c |  60 ++++++
 drivers/gpu/drm/i915/intel_dp.c         |  18 +-
 drivers/gpu/drm/radeon/radeon_display.c |   5 +-
 include/drm/drm_dp_aux_dev.h            |  62 ++++++
 include/drm/drm_fb_helper.h             |   6 +
 11 files changed, 532 insertions(+), 28 deletions(-)
 create mode 100644 drivers/gpu/drm/drm_dp_aux_dev.c
 create mode 100644 drivers/gpu/drm/drm_kms_helper_common.c
 create mode 100644 include/drm/drm_dp_aux_dev.h

-- 
2.4.3

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2016-02-14 18:21 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-21 23:10 [PATCH v10 0/4] Add drm_dp_aux chardev support Rafael Antognolli
2016-01-21 23:10 ` [PATCH v10 1/4] drm/kms_helper: Add a common place to call init and exit functions Rafael Antognolli
2016-02-12 11:51   ` Ville Syrjälä
2016-01-21 23:10 ` [PATCH v10 2/4] drm/dp: Add a drm_aux-dev module for reading/writing dpcd registers Rafael Antognolli
2016-02-12 11:53   ` Ville Syrjälä
2016-02-12 13:23     ` [Intel-gfx] " Daniel Vetter
2016-01-21 23:10 ` [PATCH v10 3/4] drm/i915: Set aux.dev to the drm_connector device, instead of drm_device Rafael Antognolli
2016-02-12 20:28   ` Imre Deak
2016-02-14 18:21     ` Daniel Vetter
2016-01-21 23:10 ` [PATCH v10 4/4] drm/radeon: Fix WARN_ON if DRM_DP_AUX_CHARDEV is enabled Rafael Antognolli
2016-02-12 20:56   ` Alex Deucher
2016-01-22  9:15 ` ✗ Fi.CI.BAT: warning for Add drm_dp_aux chardev support. (rev5) Patchwork
2016-02-12 12:01   ` Ville Syrjälä
2016-02-12 21:21     ` Rafael Antognolli
2016-02-12 21:47       ` Ville Syrjälä

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).