>-----Original Message----- >From: Maarten Lankhorst [mailto:maarten.lankhorst@xxxxxxxxxxxxxxx] >Sent: Wednesday, October 24, 2018 6:49 PM >To: Shankar, Uma <uma.shankar@xxxxxxxxx>; intel-gfx@xxxxxxxxxxxxxxxxxxxxx >Cc: Syrjala, Ville <ville.syrjala@xxxxxxxxx>; Lankhorst, Maarten ><maarten.lankhorst@xxxxxxxxx> >Subject: Re: [PATCH 1/3] drm/i915/icl: Add degamma and gamma lut >size to gen11 caps > >Op 23-10-18 om 22:40 schreef Uma Shankar: >> Add the degamma and gamma lut sizes to gen11 capability structure. >> >> Signed-off-by: Uma Shankar <uma.shankar@xxxxxxxxx> >> --- >> drivers/gpu/drm/i915/i915_pci.c | 3 ++- >> 1 file changed, 2 insertions(+), 1 deletion(-) >> >> diff --git a/drivers/gpu/drm/i915/i915_pci.c >> b/drivers/gpu/drm/i915/i915_pci.c index 44e7459..3c18ea2 100644 >> --- a/drivers/gpu/drm/i915/i915_pci.c >> +++ b/drivers/gpu/drm/i915/i915_pci.c >> @@ -603,7 +603,8 @@ >> TRANSCODER_DSI0_OFFSET, >TRANSCODER_DSI1_OFFSET}, \ >> GEN(11), \ >> .ddb_size = 2048, \ >> - .has_logical_ring_elsq = 1 >> + .has_logical_ring_elsq = 1, \ >> + .color = { .degamma_lut_size = 33, .gamma_lut_size = 1024 } >> >> static const struct intel_device_info intel_icelake_11_info = { >> GEN11_FEATURES, > >This patch should probably be after patch 3/3.. Ok, will change the order. Thank You !!! Regards, Uma Shankar _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx