Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Mika Kahola <mika.kahola@intel.com>
To: igt-dev@lists.freedesktop.org
Subject: [igt-dev] [PATCH i-g-t v10 0/4] tests/kms_ccs: CCS Clear Color test
Date: Fri, 20 Nov 2020 11:36:42 +0200	[thread overview]
Message-ID: <20201120093646.1340401-1-mika.kahola@intel.com> (raw)

The patch proposes a method to test CCS with clear color
capability.

The test paints a solid color on primary fb and a small sprite fb.
These are cleared with fast clear feature. A crc is captured and
compared against the reference.

v2: Modify _gen9_render_copyfunc to support fast clear (Matt)
    Enable fast clear bit on 3D sequence (Matt)
    Add helper function to figure out clear color modifier (Matt)
v3: Remove unrelated line additions/removes
v4: Fast clear with color (Imre)
v5: Write raw 32-bit color values to register (Imre)
    Require 32-bit color format
v6: Rebase to use batchbuffer without libdrm dependency
v7: Enable clear color (Nanley)
v8: Various cleanups (Imre)
v9: Splitting patch series into three patches (Imre)
v10: Remove switch from CCS CC modifier check (Imre)
     Color map conversion (Imre)
     Separate function to check CCS CC plane (Imre)
     Removed left-over comment (Imre)
     Replace inte_bb_reset() with intel_bb_sync() and
     intel_bb_destroy() when cleaning up (Imre)
     Fix logic to test CCS clear color only with
     XRGB8888 format (Imre)
     Move fast clear to it's own function (Imre)

Mika Kahola (4):
  tests/kms_ccs: Add debug information on format modifier
  lib/rendercopy: Enable fast clear
  lib/intel_aux_pgtable: Initialize aux pagetable for fast clear
  tests/kms_ccs: CCS Clear Color test

 lib/gen8_render.h       |   1 +
 lib/gen9_render.h       |   6 +-
 lib/igt_fb.c            |  20 +++--
 lib/igt_fb.h            |   3 +
 lib/intel_aux_pgtable.c |  39 +++++++---
 lib/intel_batchbuffer.c |   5 ++
 lib/intel_batchbuffer.h |   6 ++
 lib/rendercopy.h        |   4 +
 lib/rendercopy_gen9.c   | 167 ++++++++++++++++++++++++++++------------
 tests/kms_ccs.c         |  93 ++++++++++++++++++----
 10 files changed, 263 insertions(+), 81 deletions(-)

-- 
2.25.1

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

             reply	other threads:[~2020-11-20  9:36 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-20  9:36 Mika Kahola [this message]
2020-11-20  9:36 ` [igt-dev] [PATCH i-g-t v10 1/4] tests/kms_ccs: Add debug information on format modifier Mika Kahola
2020-11-20  9:36 ` [igt-dev] [PATCH i-g-t v10 2/4] lib/rendercopy: Enable fast clear Mika Kahola
2020-11-20 11:43   ` Imre Deak
2020-11-20  9:36 ` [igt-dev] [PATCH i-g-t v10 3/4] lib/intel_aux_pgtable: Initialize aux pagetable for " Mika Kahola
2020-11-20 11:44   ` Imre Deak
2020-11-20  9:36 ` [igt-dev] [PATCH i-g-t v10 4/4] tests/kms_ccs: CCS Clear Color test Mika Kahola
2020-11-20 11:52   ` Imre Deak
2020-11-20 11:56     ` Kahola, Mika
2020-11-20 10:09 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2020-11-20 12:09 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork

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=20201120093646.1340401-1-mika.kahola@intel.com \
    --to=mika.kahola@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