Home
last modified time | relevance | path

Searched refs:blend_tf (Results 1 – 6 of 6) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/core/
A Ddc_surface.c57 plane_state->blend_tf = dc_create_transfer_func(); in dc_plane_construct()
58 if (plane_state->blend_tf != NULL) { in dc_plane_construct()
59 plane_state->blend_tf->type = TF_TYPE_BYPASS; in dc_plane_construct()
86 if (plane_state->blend_tf != NULL) { in dc_plane_destruct()
88 plane_state->blend_tf); in dc_plane_destruct()
89 plane_state->blend_tf = NULL; in dc_plane_destruct()
A Ddc.c2866 if (srf_update->blend_tf && in copy_surface_update_to_plane()
2867 (surface->blend_tf != in copy_surface_update_to_plane()
2868 srf_update->blend_tf)) in copy_surface_update_to_plane()
2869 memcpy(surface->blend_tf, srf_update->blend_tf, in copy_surface_update_to_plane()
2870 sizeof(*surface->blend_tf)); in copy_surface_update_to_plane()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn30/
A Ddcn30_hwseq.c79 if (plane_state->blend_tf) { in dcn30_set_blend_lut()
80 if (plane_state->blend_tf->type == TF_TYPE_HWPWL) in dcn30_set_blend_lut()
81 blend_lut = &plane_state->blend_tf->pwl; in dcn30_set_blend_lut()
82 else if (plane_state->blend_tf->type == TF_TYPE_DISTRIBUTED_POINTS) { in dcn30_set_blend_lut()
84 plane_state->blend_tf, &dpp_base->regamma_params, false); in dcn30_set_blend_lut()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn32/
A Ddcn32_hwseq.c455 if (plane_state->blend_tf) { in dcn32_set_mcm_luts()
456 if (plane_state->blend_tf->type == TF_TYPE_HWPWL) in dcn32_set_mcm_luts()
457 lut_params = &plane_state->blend_tf->pwl; in dcn32_set_mcm_luts()
458 else if (plane_state->blend_tf->type == TF_TYPE_DISTRIBUTED_POINTS) { in dcn32_set_mcm_luts()
460 plane_state->blend_tf, in dcn32_set_mcm_luts()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/
A Ddc.h1180 struct dc_transfer_func *blend_tf; member
1261 const struct dc_transfer_func *blend_tf; member
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn20/
A Ddcn20_hwseq.c882 if (plane_state->blend_tf) { in dcn20_set_blend_lut()
883 if (plane_state->blend_tf->type == TF_TYPE_HWPWL) in dcn20_set_blend_lut()
884 blend_lut = &plane_state->blend_tf->pwl; in dcn20_set_blend_lut()
885 else if (plane_state->blend_tf->type == TF_TYPE_DISTRIBUTED_POINTS) { in dcn20_set_blend_lut()
887 plane_state->blend_tf, in dcn20_set_blend_lut()

Completed in 27 milliseconds