Lines Matching +full:gamma +full:- +full:lut

40 #include <linux/i2c-algo-bit.h>
128 /* amdgpu gpio-based i2c
150 /* uses multi-media i2c engine */
317 /* DVI-I properties */
346 /* Driver-private color mgmt props */
348 /* @plane_degamma_lut_property: Plane property to set a degamma LUT to
354 * size of degamma LUT as supported by the driver (read-only).
358 * @plane_degamma_tf_property: Plane pre-defined transfer function to
369 * @shaper_lut_property: Plane property to set pre-blending shaper LUT
370 * that converts color content before 3D LUT. If
372 * combine the user LUT values with pre-defined TF into the LUT
378 * pre-blending shaper LUT as supported by the driver (read-only).
383 * transfer function for pre-blending shaper (before applying 3D LUT)
384 * with or without LUT. There is no shaper ROM, but we can use AMD
385 * color modules to program LUT parameters from predefined TF (or
386 * from a combination of pre-defined TF and the custom 1D LUT).
391 * a 3D LUT (pre-blending), a three-dimensional array where each
402 * size of 3D LUT as supported by the driver (read-only). The max size
404 * entries for 3D LUT array is the 3D LUT size cubed;
408 * @plane_blend_lut_property: Plane property for output gamma before
409 * blending. Userspace set a blend LUT to convert colors after 3D LUT
410 * conversion. It works as a post-3DLUT 1D LUT. With shaper LUT, they
411 * are sandwiching 3D LUT with two 1D LUT. If plane_blend_tf_property
412 * != Identity TF, AMD color module will combine the user LUT values
413 * with pre-defined TF into the LUT parameters to be programmed.
418 * size of blend LUT as supported by the driver (read-only).
423 * transfer function for pre-blending blend/out_gamma (after applying
424 * 3D LUT) with or without LUT. There is no blend ROM, but we can use
425 * AMD color modules to program LUT parameters from predefined TF (or
426 * from a combination of pre-defined TF and the custom 1D LUT).
430 * (post-blending). Possible values are defined by `enum
432 * AMD color modules to program LUT parameters from predefined TF (or
433 * from a combination of pre-defined TF and the custom 1D LUT).
519 int dig_encoder; /* -1 disabled, 0 DIGA, 1 DIGB, etc. */