Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/core/
Ddc_surface.c59 plane_state->blend_tf = dc_create_transfer_func(); in dc_plane_construct()
60 if (plane_state->blend_tf != NULL) { in dc_plane_construct()
61 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()
Ddc.c2425 if (srf_update->blend_tf && in copy_surface_update_to_plane()
2426 (surface->blend_tf != in copy_surface_update_to_plane()
2427 srf_update->blend_tf)) in copy_surface_update_to_plane()
2428 memcpy(surface->blend_tf, srf_update->blend_tf, in copy_surface_update_to_plane()
2429 sizeof(*surface->blend_tf)); in copy_surface_update_to_plane()
/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_hwseq.c78 if (plane_state->blend_tf) { in dcn30_set_blend_lut()
79 if (plane_state->blend_tf->type == TF_TYPE_HWPWL) in dcn30_set_blend_lut()
80 blend_lut = &plane_state->blend_tf->pwl; in dcn30_set_blend_lut()
81 else if (plane_state->blend_tf->type == TF_TYPE_DISTRIBUTED_POINTS) { in dcn30_set_blend_lut()
83 plane_state->blend_tf, &dpp_base->regamma_params, false); in dcn30_set_blend_lut()
/drivers/gpu/drm/amd/display/dc/
Ddc.h922 struct dc_transfer_func *blend_tf; member
998 const struct dc_transfer_func *blend_tf; member
/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hwseq.c839 if (plane_state->blend_tf) { in dcn20_set_blend_lut()
840 if (plane_state->blend_tf->type == TF_TYPE_HWPWL) in dcn20_set_blend_lut()
841 blend_lut = &plane_state->blend_tf->pwl; in dcn20_set_blend_lut()
842 else if (plane_state->blend_tf->type == TF_TYPE_DISTRIBUTED_POINTS) { in dcn20_set_blend_lut()
844 plane_state->blend_tf, in dcn20_set_blend_lut()