Home
last modified time | relevance | path

Searched refs:transforms (Results 1 – 25 of 30) sorted by relevance

12

/linux-6.12.1/drivers/gpu/drm/bridge/analogix/
DKconfig13 ANX6345 transforms the LVTTL RGB output of an
25 designed for portable devices. The ANX78XX transforms
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dce60/
Ddce60_resource.c805 if (pool->base.transforms[i] != NULL) in dce60_resource_destruct()
806 dce60_transform_destroy(&pool->base.transforms[i]); in dce60_resource_destruct()
1058 pool->base.transforms[i] = dce60_transform_create(ctx, i); in dce60_construct()
1059 if (pool->base.transforms[i] == NULL) { in dce60_construct()
1256 pool->base.transforms[i] = dce60_transform_create(ctx, i); in dce61_construct()
1257 if (pool->base.transforms[i] == NULL) { in dce61_construct()
1450 pool->base.transforms[i] = dce60_transform_create(ctx, i); in dce64_construct()
1451 if (pool->base.transforms[i] == NULL) { in dce64_construct()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dce80/
Ddce80_resource.c811 if (pool->base.transforms[i] != NULL) in dce80_resource_destruct()
812 dce80_transform_destroy(&pool->base.transforms[i]); in dce80_resource_destruct()
1071 pool->base.transforms[i] = dce80_transform_create(ctx, i); in dce80_construct()
1072 if (pool->base.transforms[i] == NULL) { in dce80_construct()
1271 pool->base.transforms[i] = dce80_transform_create(ctx, i); in dce81_construct()
1272 if (pool->base.transforms[i] == NULL) { in dce81_construct()
1468 pool->base.transforms[i] = dce80_transform_create(ctx, i); in dce83_construct()
1469 if (pool->base.transforms[i] == NULL) { in dce83_construct()
/linux-6.12.1/Documentation/sphinx/
Dtranslations.py12 from docutils.transforms import Transform
/linux-6.12.1/Documentation/userspace-api/media/v4l/
Dcolorspaces.rst43 After some further mathematical transforms these stimuli are known as
88 constructed that transforms CIE XYZ colors to colors in the new
96 function that takes a linear color component value and transforms it to
105 The final piece that defines a colorspace is a function that transforms
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dce110/
Ddce110_resource.c820 if (pool->base.transforms[i] != NULL) in dce110_resource_destruct()
821 dce110_transform_destroy(&pool->base.transforms[i]); in dce110_resource_destruct()
1140 pipe_ctx->plane_res.xfm = pool->transforms[underlay_idx]; in dce110_acquire_underlay()
1273 pool->transforms[pool->pipe_count] = &dce110_xfmv->base; in underlay_create()
1469 pool->base.transforms[i] = dce110_transform_create(ctx, i); in dce110_resource_construct()
1470 if (pool->base.transforms[i] == NULL) { in dce110_resource_construct()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dce100/
Ddce100_resource.c764 if (pool->base.transforms[i] != NULL) in dce100_resource_destruct()
765 dce100_transform_destroy(&pool->base.transforms[i]); in dce100_resource_destruct()
1108 pool->base.transforms[i] = dce100_transform_create(ctx, i); in dce100_resource_construct()
1109 if (pool->base.transforms[i] == NULL) { in dce100_resource_construct()
/linux-6.12.1/drivers/comedi/drivers/
Djr3_pci.h725 struct intern_transform transforms[0x10]; /* offset 0x0200 */ member
Djr3_pci.c140 set_u16(&sensor->transforms[num].link[i].link_type, in set_transforms()
143 set_s16(&sensor->transforms[num].link[i].link_amount, in set_transforms()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dce120/
Ddce120_resource.c604 if (pool->base.transforms[i] != NULL) in dce120_resource_destruct()
605 dce120_transform_destroy(&pool->base.transforms[i]); in dce120_resource_destruct()
1196 pool->base.transforms[j] = dce120_transform_create(ctx, i); in dce120_resource_construct()
1197 if (pool->base.transforms[i] == NULL) { in dce120_resource_construct()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dce112/
Ddce112_resource.c785 if (pool->base.transforms[i] != NULL) in dce112_resource_destruct()
786 dce112_transform_destroy(&pool->base.transforms[i]); in dce112_resource_destruct()
1356 pool->base.transforms[i] = dce112_transform_create(ctx, i); in dce112_resource_construct()
1357 if (pool->base.transforms[i] == NULL) { in dce112_resource_construct()
/linux-6.12.1/Documentation/crypto/
Dapi-intro.rst41 The API currently supports five main types of transforms: AEAD (Authenticated
91 transforms with a setkey method it too should only be called from
Dasync-tx-api.rst32 bulk memory transfers/transforms with support for inter-transactional
/linux-6.12.1/arch/x86/crypto/
DKconfig211 Through two affine transforms,
233 Through two affine transforms,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/inc/
Dcore_types.h232 struct transform *transforms[MAX_PIPES]; member
/linux-6.12.1/tools/scripts/
Dutilities.mak120 # processes the resulting escaped text, it transforms
/linux-6.12.1/tools/net/sunrpc/xdrgen/
DREADME122 xdrgen then transforms the parse tree into an abstract syntax tree.
/linux-6.12.1/drivers/bus/
DKconfig140 Driver to enable ocp2scp module which transforms ocp interface
/linux-6.12.1/Documentation/virt/kvm/
Dppc-pv.rst16 and transforms them into unprivileged ones with some help from the hypervisor.
/linux-6.12.1/Documentation/admin-guide/media/
Dipu3.rst516 Color Correction Color Correction algo transforms sensor specific color
523 CSC Color space conversion transforms each pixel from the
/linux-6.12.1/LICENSES/dual/
Dcopyleft-next-0.3.1187 adapts, is based on, is a derivative work of, transforms, translates or
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dce110/
Ddce110_hwseq.c2781 xfm = dc->res_pool->transforms[i]; in init_hw()
3045 dc->res_pool->transforms[fe_idx]->funcs->transform_reset( in dce110_power_down_fe()
3046 dc->res_pool->transforms[fe_idx]); in dce110_power_down_fe()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn20/
Ddcn20_resource.c1493 next_odm_pipe->plane_res.xfm = pool->transforms[next_odm_pipe->pipe_idx]; in dcn20_split_stream_for_odm()
1578 secondary_pipe->plane_res.xfm = pool->transforms[secondary_pipe->pipe_idx]; in dcn20_split_stream_for_mpc()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c3471 pipe_ctx->plane_res.xfm = pool->transforms[id_src[i]]; in acquire_resource_from_hw_enabled_state()
3610 pipe_ctx->plane_res.xfm = pool->transforms[pipe_idx]; in acquire_otg_master_pipe_for_stream()
5153 sec_pipe->plane_res.xfm = pool->transforms[pipe_idx]; in dc_resource_acquire_secondary_pipe_for_mpc_odm_legacy()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/calcs/
Ddcn_calcs.c539 secondary_pipe->plane_res.xfm = pool->transforms[secondary_pipe->pipe_idx]; in split_stream_across_pipes()

12