Home
last modified time | relevance | path

Searched refs:delta_blue (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_cm_common.c222 if (!convert_to_custom_float_format(rgb->delta_blue, &fmt, in cm_helper_convert_to_custom_float()
399 rgb->delta_blue = dc_fixpt_sub(rgb_plus_1->blue, rgb->blue); in cm_helper_translate_curve_to_hw_format()
404 rgb->delta_blue_reg = dc_fixpt_clamp_u0d10(rgb->delta_blue); in cm_helper_translate_curve_to_hw_format()
561 rgb->delta_blue = dc_fixpt_sub(rgb_plus_1->blue, rgb->blue); in cm_helper_translate_curve_to_degamma_hw_format()
/dragonfly/sys/dev/drm/amd/display/modules/color/
H A Dluts_1d.h42 uint32_t delta_blue; member
/dragonfly/sys/dev/drm/amd/display/dc/inc/hw/
H A Dhw_shared.h64 struct fixed31_32 delta_blue; member
/dragonfly/sys/dev/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c405 if (!convert_to_custom_float_format(rgb->delta_blue, &fmt, in convert_to_custom_float()
582 rgb->delta_blue = dc_fixpt_sub(rgb_plus_1->blue, rgb->blue); in dce110_translate_regamma_to_hw_format()