All of lore.kernel.org
 help / color / mirror / Atom feed
From: Haneen Mohammed <hamohammed.sa@gmail.com>
To: dri-devel@lists.freedesktop.org
Cc: hamohammed.sa@gmail.com, seanpaul@chromium.org,
	rodrigosiqueiramelo@gmail.com
Subject: [PATCH v2 0/3] Compute CRC with cursor plane support
Date: Thu, 6 Sep 2018 08:16:06 +0300	[thread overview]
Message-ID: <cover.1536210181.git.hamohammed.sa@gmail.com> (raw)

This patchset adds cursor plane support and compute CRC for output frame
with cursor and primary plane.

changes in v2:
- clear alpha channel before computing crc for XRGB plane format
- add module option 'enable_cursor' to enable/disable cursor support

Haneen Mohammed (3):
  drm/vkms: Add cursor plane support
  drm/vkms: Compute CRC with Cursor Plane
  drm/vkms: Enable/Disable cursor support with module option

 drivers/gpu/drm/vkms/vkms_crc.c    | 154 ++++++++++++++++++++++++-----
 drivers/gpu/drm/vkms/vkms_drv.c    |   4 +
 drivers/gpu/drm/vkms/vkms_drv.h    |  18 +++-
 drivers/gpu/drm/vkms/vkms_output.c |  19 +++-
 drivers/gpu/drm/vkms/vkms_plane.c  |  43 +++++---
 5 files changed, 196 insertions(+), 42 deletions(-)

-- 
2.17.1

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

             reply	other threads:[~2018-09-06  5:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-06  5:16 Haneen Mohammed [this message]
2018-09-06  5:17 ` [PATCH v2 1/3] drm/vkms: Add cursor plane support Haneen Mohammed
2018-09-06  5:18 ` [PATCH v2 2/3] drm/vkms: Compute CRC with Cursor Plane Haneen Mohammed
2018-09-06  5:19 ` [PATCH v2 3/3] drm/vkms: Enable/Disable cursor support with module option Haneen Mohammed

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.1536210181.git.hamohammed.sa@gmail.com \
    --to=hamohammed.sa@gmail.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=rodrigosiqueiramelo@gmail.com \
    --cc=seanpaul@chromium.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.