Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH 0/2] MTL Degamma implementation
@ 2023-06-26  5:54 Chaitanya Kumar Borah
  2023-06-26  5:54 ` [Intel-gfx] [PATCH 1/2] drm/i915/color: Add function to load degamma LUT in MTL Chaitanya Kumar Borah
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Chaitanya Kumar Borah @ 2023-06-26  5:54 UTC (permalink / raw)
  To: intel-gfx

MTL onwards Degamma LUT/PRE-CSC LUT precision has been increased from
16 bits to 24 bits. Currently, drm framework only supports LUTs up to 16
bit precision. Until a new uapi comes along to support higher bitdepth,
upscale the values sent from userland to 24 bit before writing into the
HW to continue supporting degamma on MTL.

To avoid pipe config mismatch between 24 bit HW lut values and 16 bit
userspace sent values, convert back the 24 bit lut values read from HW
to 16 bit values.

Chaitanya Kumar Borah (2):
  drm/i915/color: Add function to load degamma LUT in MTL
  drm/i915/color: For MTL convert 24 bit lut values to 16 bit

 drivers/gpu/drm/i915/display/intel_color.c | 50 +++++++++++++++++++++-
 1 file changed, 48 insertions(+), 2 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-07-10 13:47 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-26  5:54 [Intel-gfx] [PATCH 0/2] MTL Degamma implementation Chaitanya Kumar Borah
2023-06-26  5:54 ` [Intel-gfx] [PATCH 1/2] drm/i915/color: Add function to load degamma LUT in MTL Chaitanya Kumar Borah
2023-06-26 12:21   ` Jani Nikula
2023-07-10 13:46     ` Borah, Chaitanya Kumar
2023-06-26  5:54 ` [Intel-gfx] [PATCH 2/2] drm/i915/color: For MTL convert 24 bit lut values to 16 bit Chaitanya Kumar Borah
2023-06-26 12:23   ` Jani Nikula
2023-07-10 13:47     ` Borah, Chaitanya Kumar
2023-06-26  8:27 ` [Intel-gfx] ✓ Fi.CI.BAT: success for MTL Degamma implementation Patchwork
2023-06-26 14:06 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox