From: Rafael Antognolli <rafael.antognolli@intel.com>
To: dri-devel@lists.freedesktop.org
Subject: Re: [PATCH RFC v2 0/3] Add a drm_aux-dev module.
Date: Fri, 25 Sep 2015 17:03:50 -0700 [thread overview]
Message-ID: <20150926000350.GB8400@intel.com> (raw)
In-Reply-To: <1443225296-26508-1-git-send-email-rafael.antognolli@intel.com>
Oops, sorry, this email shouldn't be in the patch set, please
disconsider it.
--
Rafael
On Fri, Sep 25, 2015 at 04:54:53PM -0700, Rafael Antognolli wrote:
> Second attempt at implementing a module that allows reading/writing arbitrary
> dpcd registers. Changes to this version:
> - lseek is used to select the register to read/write;
> - read/write are used instead of ioctl;
> - no blocking_notifier is used, just a direct callback.
>
> One thing to notice is that I am not updating the file offset during read or
> write, which is kind of breaking the filesystem abstraction. But i2c-dev
> doesn't do it either, so I assumed it's fine.
>
> Rafael Antognolli (3):
> drm/dp: Keep a list of drm_dp_aux helper.
> drm/dp: Store the drm_connector device pointer on the helper.
> drm/dp: Add a drm_aux-dev module for reading/writing dpcd registers.
>
> drivers/gpu/drm/Kconfig | 4 +
> drivers/gpu/drm/Makefile | 1 +
> drivers/gpu/drm/drm_aux-dev.c | 326 ++++++++++++++++++++++++++++++++++++++++
> drivers/gpu/drm/drm_dp_helper.c | 73 +++++++++
> drivers/gpu/drm/i915/intel_dp.c | 1 +
> include/drm/drm_dp_helper.h | 6 +
> 6 files changed, 411 insertions(+)
> create mode 100644 drivers/gpu/drm/drm_aux-dev.c
>
> --
> 2.4.3
>
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
next prev parent reply other threads:[~2015-09-26 0:07 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-25 23:54 [PATCH RFC v2 0/3] Add a drm_aux-dev module Rafael Antognolli
2015-09-25 23:54 ` [PATCH v3 0/2] Add drm_dp_aux chardev support Rafael Antognolli
2015-09-25 23:54 ` [PATCH v3 1/2] drm/dp: Store the drm_connector device pointer on the helper Rafael Antognolli
2015-09-25 23:54 ` [PATCH v3 2/2] drm/dp: Add a drm_aux-dev module for reading/writing dpcd registers Rafael Antognolli
2015-09-26 0:03 ` Rafael Antognolli [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-09-15 23:55 [PATCH RFC v2 0/3] Add a drm_aux-dev module Rafael Antognolli
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150926000350.GB8400@intel.com \
--to=rafael.antognolli@intel.com \
--cc=dri-devel@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.