Symbol: amdgpu_colorop_tf_to_dc_tf
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_color.c
1526
tf->tf = amdgpu_colorop_tf_to_dc_tf(colorop_state->curve_1d_type);
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_color.c
1658
tf->tf = default_tf = amdgpu_colorop_tf_to_dc_tf(colorop_state->curve_1d_type);
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_color.c
1822
tf->tf = default_tf = amdgpu_colorop_tf_to_dc_tf(colorop_state->curve_1d_type);
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_color.c
935
EXPORT_IF_KUNIT(amdgpu_colorop_tf_to_dc_tf);
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_color.h
69
amdgpu_colorop_tf_to_dc_tf(enum drm_colorop_curve_1d_type tf);
drivers/gpu/drm/amd/display/amdgpu_dm/tests/amdgpu_dm_color_test.c
300
KUNIT_EXPECT_EQ(test, (int)amdgpu_colorop_tf_to_dc_tf(DRM_COLOROP_1D_CURVE_SRGB_EOTF),
drivers/gpu/drm/amd/display/amdgpu_dm/tests/amdgpu_dm_color_test.c
302
KUNIT_EXPECT_EQ(test, (int)amdgpu_colorop_tf_to_dc_tf(DRM_COLOROP_1D_CURVE_SRGB_INV_EOTF),
drivers/gpu/drm/amd/display/amdgpu_dm/tests/amdgpu_dm_color_test.c
308
KUNIT_EXPECT_EQ(test, (int)amdgpu_colorop_tf_to_dc_tf(DRM_COLOROP_1D_CURVE_PQ_125_EOTF),
drivers/gpu/drm/amd/display/amdgpu_dm/tests/amdgpu_dm_color_test.c
310
KUNIT_EXPECT_EQ(test, (int)amdgpu_colorop_tf_to_dc_tf(DRM_COLOROP_1D_CURVE_PQ_125_INV_EOTF),
drivers/gpu/drm/amd/display/amdgpu_dm/tests/amdgpu_dm_color_test.c
316
KUNIT_EXPECT_EQ(test, (int)amdgpu_colorop_tf_to_dc_tf(DRM_COLOROP_1D_CURVE_BT2020_INV_OETF),
drivers/gpu/drm/amd/display/amdgpu_dm/tests/amdgpu_dm_color_test.c
318
KUNIT_EXPECT_EQ(test, (int)amdgpu_colorop_tf_to_dc_tf(DRM_COLOROP_1D_CURVE_BT2020_OETF),
drivers/gpu/drm/amd/display/amdgpu_dm/tests/amdgpu_dm_color_test.c
324
KUNIT_EXPECT_EQ(test, (int)amdgpu_colorop_tf_to_dc_tf(DRM_COLOROP_1D_CURVE_GAMMA22),
drivers/gpu/drm/amd/display/amdgpu_dm/tests/amdgpu_dm_color_test.c
326
KUNIT_EXPECT_EQ(test, (int)amdgpu_colorop_tf_to_dc_tf(DRM_COLOROP_1D_CURVE_GAMMA22_INV),
drivers/gpu/drm/amd/display/amdgpu_dm/tests/amdgpu_dm_color_test.c
332
KUNIT_EXPECT_EQ(test, (int)amdgpu_colorop_tf_to_dc_tf(DRM_COLOROP_1D_CURVE_COUNT),