public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH v7 0/2] Add drm_dp_aux chardev support.
@ 2015-10-30 22:36 Rafael Antognolli
  2015-10-30 22:36 ` [PATCH v7 1/2] drm/dp: Add a drm_aux-dev module for reading/writing dpcd registers Rafael Antognolli
  2015-10-30 22:36 ` [PATCH v7 2/2] drm/dp: Set aux.dev to the drm_connector device, instead of drm_device Rafael Antognolli
  0 siblings, 2 replies; 4+ messages in thread
From: Rafael Antognolli @ 2015-10-30 22:36 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.

Rafael Antognolli (2):
  drm/dp: Add a drm_aux-dev module for reading/writing dpcd registers.
  drm/dp: Set aux.dev to the drm_connector device, instead of
    drm_device.

 drivers/gpu/drm/Kconfig          |   8 +
 drivers/gpu/drm/Makefile         |   1 +
 drivers/gpu/drm/drm_dp_aux_dev.c | 374 +++++++++++++++++++++++++++++++++++++++
 drivers/gpu/drm/drm_dp_helper.c  |   5 +
 drivers/gpu/drm/i915/intel_dp.c  |  19 +-
 include/drm/drm_dp_aux_dev.h     |  50 ++++++
 6 files changed, 440 insertions(+), 17 deletions(-)
 create mode 100644 drivers/gpu/drm/drm_dp_aux_dev.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] 4+ messages in thread

end of thread, other threads:[~2015-10-31  0:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-30 22:36 [PATCH v7 0/2] Add drm_dp_aux chardev support Rafael Antognolli
2015-10-30 22:36 ` [PATCH v7 1/2] drm/dp: Add a drm_aux-dev module for reading/writing dpcd registers Rafael Antognolli
2015-10-31  0:21   ` Ville Syrjälä
2015-10-30 22:36 ` [PATCH v7 2/2] drm/dp: Set aux.dev to the drm_connector device, instead of drm_device Rafael Antognolli

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