vkms_color_lut
static const struct vkms_color_lut test_linear_lut = {
VISIBLE_IF_KUNIT s64 get_lut_index(const struct vkms_color_lut *lut, u16 channel_value)
VISIBLE_IF_KUNIT u16 apply_lut_to_channel_value(const struct vkms_color_lut *lut, u16 channel_value,
s64 get_lut_index(const struct vkms_color_lut *lut, u16 channel_value);
u16 apply_lut_to_channel_value(const struct vkms_color_lut *lut, u16 channel_value,
struct vkms_color_lut gamma_lut;
const struct vkms_color_lut linear_eotf = {
const struct vkms_color_lut srgb_eotf = {
const struct vkms_color_lut srgb_inv_eotf = {
extern const struct vkms_color_lut srgb_inv_eotf;
extern const struct vkms_color_lut linear_eotf;
extern const struct vkms_color_lut srgb_eotf;