Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/core/
A 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()
A Ddc.c2560 if (srf_update->blend_tf && in copy_surface_update_to_plane()
2561 (surface->blend_tf != in copy_surface_update_to_plane()
2562 srf_update->blend_tf)) in copy_surface_update_to_plane()
2563 memcpy(surface->blend_tf, srf_update->blend_tf, in copy_surface_update_to_plane()
2564 sizeof(*surface->blend_tf)); in copy_surface_update_to_plane()
/linux/drivers/gpu/drm/amd/display/dc/dcn30/
A 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()
/linux/drivers/gpu/drm/amd/display/dc/
A Ddc.h982 struct dc_transfer_func *blend_tf; member
1058 const struct dc_transfer_func *blend_tf; member
/linux/drivers/gpu/drm/amd/display/dc/dcn20/
A Ddcn20_hwseq.c842 if (plane_state->blend_tf) { in dcn20_set_blend_lut()
843 if (plane_state->blend_tf->type == TF_TYPE_HWPWL) in dcn20_set_blend_lut()
844 blend_lut = &plane_state->blend_tf->pwl; in dcn20_set_blend_lut()
845 else if (plane_state->blend_tf->type == TF_TYPE_DISTRIBUTED_POINTS) { in dcn20_set_blend_lut()
847 plane_state->blend_tf, in dcn20_set_blend_lut()

Completed in 23 milliseconds