All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pekka Paalanen <ppaalanen@gmail.com>
To: "Modem, Bhanuprakash" <bhanuprakash.modem@intel.com>
Cc: igt-dev@lists.freedesktop.org
Subject: Re: [igt-dev] [v3 i-g-t 00/15] Add IGT support for plane color management
Date: Fri, 29 Apr 2022 15:19:55 +0300	[thread overview]
Message-ID: <20220429151955.7a78faae@eldfell> (raw)
In-Reply-To: <fe397719-6b35-8e26-2a17-84d70b514355@intel.com>

[-- Attachment #1: Type: text/plain, Size: 2444 bytes --]

On Fri, 4 Feb 2022 12:00:23 +0530
"Modem, Bhanuprakash" <bhanuprakash.modem@intel.com> wrote:

> Hi Pekka/Harry,
> 
> Did you get a chance to review the latest patches of Plane color management?

Hi,

no, I didn't, sorry.

I'm also not following dri-devel@ or igt-dev@ unless explicitly Cc'd.


Thanks,
pq

> On Fri-07-01-2022 11:02 am, Bhanuprakash Modem wrote:
> >  From the Plane Color Management feature design, userspace can
> > take the smart blending decisions based on hardware supported
> > plane color features to obtain an accurate color profile.
> > 
> > These IGT patches extend the existing pipe color management
> > tests to the plane level.
> > 
> > Kernel implementation:
> > https://patchwork.freedesktop.org/series/90825/
> > 
> > Bhanuprakash Modem (12):
> >    HAX: Get uapi headers to compile the IGT
> >    lib/igt_kms: Add plane color mgmt properties
> >    kms_color_helper: Add helper functions for plane color mgmt
> >    tests/kms_color: New subtests for Plane gamma
> >    tests/kms_color: New subtests for Plane degamma
> >    tests/kms_color: New subtests for Plane CTM
> >    tests/kms_color: New negative tests for plane level color mgmt
> >    tests/kms_color_chamelium: New subtests for Plane gamma
> >    tests/kms_color_chamelium: New subtests for Plane degamma
> >    tests/kms_color_chamelium: New subtests for Plane CTM
> >    tests/kms_color_chamelium: Extended IGT tests to support logarithmic
> >      gamma mode
> >    HAX: Add color mgmt tests to BAT
> > 
> > Mukunda Pramodh Kumar (3):
> >    lib/igt_kms: Add pipe color mgmt properties
> >    kms_color_helper: Add helper functions to support logarithmic gamma
> >      mode
> >    tests/kms_color: Extended IGT tests to support logarithmic gamma mode
> > 
> >   include/drm-uapi/drm.h                |  10 +
> >   include/drm-uapi/drm_mode.h           |  28 ++
> >   lib/igt_kms.c                         |   6 +
> >   lib/igt_kms.h                         |   6 +
> >   tests/intel-ci/fast-feedback.testlist | 112 +++++
> >   tests/kms_color.c                     | 672 +++++++++++++++++++++++++-
> >   tests/kms_color_chamelium.c           | 597 ++++++++++++++++++++++-
> >   tests/kms_color_helper.c              | 303 +++++++++++-
> >   tests/kms_color_helper.h              |  44 ++
> >   9 files changed, 1761 insertions(+), 17 deletions(-)
> > 
> > --
> > 2.32.0
> >   
> 


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

  reply	other threads:[~2022-04-29 12:20 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-07  5:32 [igt-dev] [v3 i-g-t 00/15] Add IGT support for plane color management Bhanuprakash Modem
2022-01-07  5:32 ` [igt-dev] [v3 i-g-t 01/15] HAX: Get uapi headers to compile the IGT Bhanuprakash Modem
2022-01-07  5:32 ` [igt-dev] [v3 i-g-t 02/15] lib/igt_kms: Add plane color mgmt properties Bhanuprakash Modem
2022-01-07  5:32 ` [igt-dev] [v3 i-g-t 03/15] kms_color_helper: Add helper functions for plane color mgmt Bhanuprakash Modem
2022-01-07  5:32 ` [igt-dev] [v3 i-g-t 04/15] tests/kms_color: New subtests for Plane gamma Bhanuprakash Modem
2022-01-07  5:32 ` [igt-dev] [v3 i-g-t 05/15] tests/kms_color: New subtests for Plane degamma Bhanuprakash Modem
2022-01-07  5:32 ` [igt-dev] [v3 i-g-t 06/15] tests/kms_color: New subtests for Plane CTM Bhanuprakash Modem
2022-01-07  5:32 ` [igt-dev] [v3 i-g-t 07/15] tests/kms_color: New negative tests for plane level color mgmt Bhanuprakash Modem
2022-01-07  5:32 ` [igt-dev] [v3 i-g-t 08/15] tests/kms_color_chamelium: New subtests for Plane gamma Bhanuprakash Modem
2022-01-07  5:32 ` [igt-dev] [v3 i-g-t 09/15] tests/kms_color_chamelium: New subtests for Plane degamma Bhanuprakash Modem
2022-01-07  5:32 ` [igt-dev] [v3 i-g-t 10/15] tests/kms_color_chamelium: New subtests for Plane CTM Bhanuprakash Modem
2022-01-07  5:32 ` [igt-dev] [v3 i-g-t 11/15] lib/igt_kms: Add pipe color mgmt properties Bhanuprakash Modem
2022-01-07  5:32 ` [igt-dev] [v3 i-g-t 12/15] kms_color_helper: Add helper functions to support logarithmic gamma mode Bhanuprakash Modem
2022-01-07  5:32 ` [igt-dev] [v3 i-g-t 13/15] tests/kms_color: Extended IGT tests " Bhanuprakash Modem
2022-01-07  5:32 ` [igt-dev] [v3 i-g-t 14/15] tests/kms_color_chamelium: " Bhanuprakash Modem
2022-01-07  5:32 ` [igt-dev] [v3 i-g-t 15/15] HAX: Add color mgmt tests to BAT Bhanuprakash Modem
2022-01-07  6:17 ` [igt-dev] ✗ Fi.CI.BAT: failure for Add IGT support for plane color management (rev3) Patchwork
2022-02-04  6:30 ` [igt-dev] [v3 i-g-t 00/15] Add IGT support for plane color management Modem, Bhanuprakash
2022-04-29 12:19   ` Pekka Paalanen [this message]
2022-05-06  5:56     ` Modem, Bhanuprakash
2022-05-06  4:08 ` [igt-dev] ✗ Fi.CI.BUILD: failure for Add IGT support for plane color management (rev4) 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=20220429151955.7a78faae@eldfell \
    --to=ppaalanen@gmail.com \
    --cc=bhanuprakash.modem@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 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.