Home
last modified time | relevance | path

Searched refs:func_shaper (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_hwseq.c102 if (stream->func_shaper) { in dcn30_set_mpc_shaper_3dlut()
103 if (stream->func_shaper->type == TF_TYPE_HWPWL) in dcn30_set_mpc_shaper_3dlut()
104 shaper_lut = &stream->func_shaper->pwl; in dcn30_set_mpc_shaper_3dlut()
105 else if (stream->func_shaper->type == TF_TYPE_DISTRIBUTED_POINTS) { in dcn30_set_mpc_shaper_3dlut()
107 stream->func_shaper, in dcn30_set_mpc_shaper_3dlut()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/
H A Ddc_stream.h210 const struct dc_transfer_func *func_shaper; member
264 struct dc_transfer_func *func_shaper; member
H A Ddc.h925 const struct dc_transfer_func *func_shaper; member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/
H A Ddc_stream.h276 const struct dc_transfer_func *func_shaper; member
341 struct dc_transfer_func *func_shaper; member
H A Ddc.h1312 const struct dc_transfer_func *func_shaper; member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_hwseq.c105 if (stream->func_shaper) { in dcn30_set_mpc_shaper_3dlut()
106 if (stream->func_shaper->type == TF_TYPE_HWPWL) { in dcn30_set_mpc_shaper_3dlut()
107 shaper_lut = &stream->func_shaper->pwl; in dcn30_set_mpc_shaper_3dlut()
108 } else if (stream->func_shaper->type == TF_TYPE_DISTRIBUTED_POINTS) { in dcn30_set_mpc_shaper_3dlut()
109 cm_helper_translate_curve_to_hw_format(stream->ctx, stream->func_shaper, in dcn30_set_mpc_shaper_3dlut()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_hwseq.c449 if (stream->func_shaper) { in dcn32_set_mpc_shaper_3dlut()
450 if (stream->func_shaper->type == TF_TYPE_HWPWL) in dcn32_set_mpc_shaper_3dlut()
451 shaper_lut = &stream->func_shaper->pwl; in dcn32_set_mpc_shaper_3dlut()
452 else if (stream->func_shaper->type == TF_TYPE_DISTRIBUTED_POINTS) { in dcn32_set_mpc_shaper_3dlut()
454 stream->func_shaper, in dcn32_set_mpc_shaper_3dlut()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c2560 if (u->lut3d_func || u->func_shaper) in det_surface_update()
2820 if (srf_update->func_shaper && in copy_surface_update_to_plane()
2822 srf_update->func_shaper)) in copy_surface_update_to_plane()
2823 memcpy(surface->in_shaper_func, srf_update->func_shaper, in copy_surface_update_to_plane()
4203 srf_updates[i].func_shaper || in full_update_required()
4236 stream_update->func_shaper || in full_update_required()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c2148 if (srf_update->func_shaper && in copy_surface_update_to_plane()
2150 srf_update->func_shaper)) in copy_surface_update_to_plane()
2151 memcpy(surface->in_shaper_func, srf_update->func_shaper, in copy_surface_update_to_plane()

Completed in 24 milliseconds