On Mon, 15 Nov 2021 15:17:56 +0530 Bhanuprakash Modem <[email protected]> wrote:
> From: Mukunda Pramodh Kumar <[email protected]> > > Add support for Pipe color management properties. The commit summary and message are misleading. This patch makes igt recognise the CRTC GAMMA_MODE KMS property. Thanks, pq > > Cc: Harry Wentland <[email protected]> > Cc: Ville Syrjälä <[email protected]> > Cc: Juha-Pekka Heikkila <[email protected]> > Cc: Uma Shankar <[email protected]> > Signed-off-by: Mukunda Pramodh Kumar <[email protected]> > Signed-off-by: Bhanuprakash Modem <[email protected]> > --- > lib/igt_kms.c | 1 + > lib/igt_kms.h | 1 + > 2 files changed, 2 insertions(+) > > diff --git a/lib/igt_kms.c b/lib/igt_kms.c > index fdb83e0f91..677d26fedb 100644 > --- a/lib/igt_kms.c > +++ b/lib/igt_kms.c > @@ -592,6 +592,7 @@ const char * const > igt_crtc_prop_names[IGT_NUM_CRTC_PROPS] = { > [IGT_CRTC_CTM] = "CTM", > [IGT_CRTC_GAMMA_LUT] = "GAMMA_LUT", > [IGT_CRTC_GAMMA_LUT_SIZE] = "GAMMA_LUT_SIZE", > + [IGT_CRTC_GAMMA_MODE] = "GAMMA_MODE", > [IGT_CRTC_DEGAMMA_LUT] = "DEGAMMA_LUT", > [IGT_CRTC_DEGAMMA_LUT_SIZE] = "DEGAMMA_LUT_SIZE", > [IGT_CRTC_MODE_ID] = "MODE_ID", > diff --git a/lib/igt_kms.h b/lib/igt_kms.h > index 3a1f7243ad..5fac651fa3 100644 > --- a/lib/igt_kms.h > +++ b/lib/igt_kms.h > @@ -119,6 +119,7 @@ enum igt_atomic_crtc_properties { > IGT_CRTC_CTM = 0, > IGT_CRTC_GAMMA_LUT, > IGT_CRTC_GAMMA_LUT_SIZE, > + IGT_CRTC_GAMMA_MODE, > IGT_CRTC_DEGAMMA_LUT, > IGT_CRTC_DEGAMMA_LUT_SIZE, > IGT_CRTC_MODE_ID,
pgpREkcd5GcyA.pgp
Description: OpenPGP digital signature
