Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/
A Ddc_stream.h269 const struct dc_transfer_func *func_shaper; member
332 struct dc_transfer_func *func_shaper; member
A Ddc.h1259 const struct dc_transfer_func *func_shaper; member
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn30/
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->func_shaper, in dcn30_set_mpc_shaper_3dlut()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn32/
A Ddcn32_hwseq.c419 if (stream->func_shaper) { in dcn32_set_mpc_shaper_3dlut()
420 if (stream->func_shaper->type == TF_TYPE_HWPWL) in dcn32_set_mpc_shaper_3dlut()
421 shaper_lut = &stream->func_shaper->pwl; in dcn32_set_mpc_shaper_3dlut()
422 else if (stream->func_shaper->type == TF_TYPE_DISTRIBUTED_POINTS) { in dcn32_set_mpc_shaper_3dlut()
424 stream->func_shaper, in dcn32_set_mpc_shaper_3dlut()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/core/
A Ddc.c2509 if (u->lut3d_func || u->func_shaper) in det_surface_update()
2850 if (srf_update->func_shaper && in copy_surface_update_to_plane()
2852 srf_update->func_shaper)) in copy_surface_update_to_plane()
2853 memcpy(surface->in_shaper_func, srf_update->func_shaper, in copy_surface_update_to_plane()

Completed in 25 milliseconds