Searched refs:blend_tf (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc_surface.c | 59 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()
|
H A D | dc.c | 2164 if (srf_update->blend_tf && in copy_surface_update_to_plane() 2165 (surface->blend_tf != in copy_surface_update_to_plane() 2166 srf_update->blend_tf)) in copy_surface_update_to_plane() 2167 memcpy(surface->blend_tf, srf_update->blend_tf, in copy_surface_update_to_plane() 2168 sizeof(*surface->blend_tf)); in copy_surface_update_to_plane()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc_surface.c | 57 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()
|
H A D | dc.c | 2836 if (srf_update->blend_tf && in copy_surface_update_to_plane() 2837 (surface->blend_tf != in copy_surface_update_to_plane() 2838 srf_update->blend_tf)) in copy_surface_update_to_plane() 2839 memcpy(surface->blend_tf, srf_update->blend_tf, in copy_surface_update_to_plane() 2840 sizeof(*surface->blend_tf)); in copy_surface_update_to_plane() 4205 srf_updates[i].blend_tf || in full_update_required()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn30/ |
H A D | dcn30_hwseq.c | 76 if (plane_state->blend_tf) { in dcn30_set_blend_lut() 77 if (plane_state->blend_tf->type == TF_TYPE_HWPWL) in dcn30_set_blend_lut() 78 blend_lut = &plane_state->blend_tf->pwl; in dcn30_set_blend_lut() 79 else if (plane_state->blend_tf->type == TF_TYPE_DISTRIBUTED_POINTS) { in dcn30_set_blend_lut() 81 plane_state->blend_tf, &dpp_base->regamma_params, false); in dcn30_set_blend_lut()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn30/ |
H A D | dcn30_hwseq.c | 79 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()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn32/ |
H A D | dcn32_hwseq.c | 485 if (plane_state->blend_tf) { in dcn32_set_mcm_luts() 486 if (plane_state->blend_tf->type == TF_TYPE_HWPWL) in dcn32_set_mcm_luts() 487 lut_params = &plane_state->blend_tf->pwl; in dcn32_set_mcm_luts() 488 else if (plane_state->blend_tf->type == TF_TYPE_DISTRIBUTED_POINTS) { in dcn32_set_mcm_luts() 489 cm3_helper_translate_curve_to_hw_format(plane_state->blend_tf, in dcn32_set_mcm_luts()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/ |
H A D | dc.h | 854 struct dc_transfer_func *blend_tf; member 927 const struct dc_transfer_func *blend_tf; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_hwseq.c | 845 if (plane_state->blend_tf) { in dcn20_set_blend_lut() 846 if (plane_state->blend_tf->type == TF_TYPE_HWPWL) in dcn20_set_blend_lut() 847 blend_lut = &plane_state->blend_tf->pwl; in dcn20_set_blend_lut() 848 else if (plane_state->blend_tf->type == TF_TYPE_DISTRIBUTED_POINTS) { in dcn20_set_blend_lut() 850 plane_state->blend_tf, in dcn20_set_blend_lut()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/ |
H A D | dc.h | 1223 struct dc_transfer_func *blend_tf; member 1314 const struct dc_transfer_func *blend_tf; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_hwseq.c | 895 if (plane_state->blend_tf) { in dcn20_set_blend_lut() 896 if (plane_state->blend_tf->type == TF_TYPE_HWPWL) in dcn20_set_blend_lut() 897 blend_lut = &plane_state->blend_tf->pwl; in dcn20_set_blend_lut() 898 else if (plane_state->blend_tf->type == TF_TYPE_DISTRIBUTED_POINTS) { in dcn20_set_blend_lut() 900 plane_state->blend_tf, in dcn20_set_blend_lut()
|
Completed in 31 milliseconds