Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Kunal Joshi <kunal1.joshi@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: Kunal Joshi <kunal1.joshi@intel.com>
Subject: [igt-dev] [PATCH i-g-t 0/2] Move dpcd_(read/write) to igt_dpcd
Date: Tue, 26 Sep 2023 13:54:37 +0530	[thread overview]
Message-ID: <20230926082439.281514-1-kunal1.joshi@intel.com> (raw)

tests can use dpcd_read and dpcd_write for many use cases
one such use case is reading crc present at below address

DP_TEST_CRC_R_CR	0x240
DP_TEST_CRC_G_Y		0x242
DP_TEST_CRC_B_CB	0x244


Kunal Joshi (2):
  lib/igt_dpcd: move dpcd_read and dpcd_write to lib
  lib/meson.build: Add igt_dpcd for compilation

 lib/igt_dpcd.c   | 47 +++++++++++++++++++++++++++++++++++++
 lib/igt_dpcd.h   | 19 +++++++++++++++
 lib/meson.build  |  5 ++++
 tools/dpcd_reg.c | 60 +-----------------------------------------------
 4 files changed, 72 insertions(+), 59 deletions(-)
 create mode 100644 lib/igt_dpcd.c
 create mode 100644 lib/igt_dpcd.h

-- 
2.25.1

             reply	other threads:[~2023-09-26  8:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-26  8:24 Kunal Joshi [this message]
2023-09-26  8:24 ` [igt-dev] [PATCH i-g-t 1/2] lib/igt_dpcd: move dpcd_read and dpcd_write to lib Kunal Joshi
2023-09-26  8:24 ` [igt-dev] [PATCH i-g-t 2/2] lib/meson.build: Add igt_dpcd for compilation Kunal Joshi
  -- strict thread matches above, loose matches on Subject: below --
2023-09-26  8:27 [igt-dev] [PATCH i-g-t 0/2] Move dpcd_(read/write) to igt_dpcd Kunal Joshi

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=20230926082439.281514-1-kunal1.joshi@intel.com \
    --to=kunal1.joshi@intel.com \
    --cc=igt-dev@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox