From: Haneen Mohammed <hamohammed.sa@gmail.com>
To: dri-devel@lists.freedesktop.org
Cc: hamohammed.sa@gmail.com, rodrigosiqueiramelo@gmail.com
Subject: [PATCH 0/2] drm/vkms: Add CRC support
Date: Sat, 28 Jul 2018 12:10:11 +0300 [thread overview]
Message-ID: <cover.1532767204.git.hamohammed.sa@gmail.com> (raw)
This patchset implement CRC debugfs API and add functions needed to compute
and add CRCs entries.
Haneen Mohammed (2):
drm/vkms: Subclass plane state
drm/vkms: Implement CRC debugfs API
drivers/gpu/drm/vkms/Makefile | 2 +-
drivers/gpu/drm/vkms/vkms_crc.c | 75 +++++++++++++++++++++++++
drivers/gpu/drm/vkms/vkms_crtc.c | 56 ++++++++++++++++---
drivers/gpu/drm/vkms/vkms_drv.c | 1 +
drivers/gpu/drm/vkms/vkms_drv.h | 32 +++++++++++
drivers/gpu/drm/vkms/vkms_plane.c | 91 ++++++++++++++++++++++++++++++-
6 files changed, 245 insertions(+), 12 deletions(-)
create mode 100644 drivers/gpu/drm/vkms/vkms_crc.c
--
2.17.1
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
next reply other threads:[~2018-07-28 9:10 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-28 9:10 Haneen Mohammed [this message]
2018-07-28 9:11 ` [PATCH 1/2] drm/vkms: Subclass plane state Haneen Mohammed
2018-07-31 18:01 ` Sean Paul
2018-07-28 9:11 ` [PATCH 2/2] drm/vkms: Implement CRC debugfs API Haneen Mohammed
2018-07-31 18:01 ` Sean Paul
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=cover.1532767204.git.hamohammed.sa@gmail.com \
--to=hamohammed.sa@gmail.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=rodrigosiqueiramelo@gmail.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox