Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce80/
Ddce80_resource.c738 if (pool->base.transforms[i] != NULL) in destruct()
739 dce80_transform_destroy(&pool->base.transforms[i]); in destruct()
993 pool->base.transforms[i] = dce80_transform_create(ctx, i); in dce80_construct()
994 if (pool->base.transforms[i] == NULL) { in dce80_construct()
1190 pool->base.transforms[i] = dce80_transform_create(ctx, i); in dce81_construct()
1191 if (pool->base.transforms[i] == NULL) { in dce81_construct()
1383 pool->base.transforms[i] = dce80_transform_create(ctx, i); in dce83_construct()
1384 if (pool->base.transforms[i] == NULL) { in dce83_construct()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_resource.c747 if (pool->base.transforms[i] != NULL) in destruct()
748 dce110_transform_destroy(&pool->base.transforms[i]); in destruct()
1064 pipe_ctx->plane_res.xfm = pool->transforms[underlay_idx]; in dce110_acquire_underlay()
1195 pool->transforms[pool->pipe_count] = &dce110_xfmv->base; in underlay_create()
1386 pool->base.transforms[i] = dce110_transform_create(ctx, i); in construct()
1387 if (pool->base.transforms[i] == NULL) { in construct()
Ddce110_hw_sequencer.c2376 xfm = dc->res_pool->transforms[i]; in init_hw()
2649 dc->res_pool->transforms[fe_idx]->funcs->transform_reset( in dce110_power_down_fe()
2650 dc->res_pool->transforms[fe_idx]); in dce110_power_down_fe()
/Linux-v5.4/Documentation/media/uapi/v4l/
Dcolorspaces.rst50 After some further mathematical transforms these stimuli are known as
95 constructed that transforms CIE XYZ colors to colors in the new
103 function that takes a linear color component value and transforms it to
112 The final piece that defines a colorspace is a function that transforms
Ddev-decoder.rst106 block transforms (e.g. H.264, VP8, VP9); codec-specific, but for most of
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce100/
Ddce100_resource.c690 if (pool->base.transforms[i] != NULL) in destruct()
691 dce100_transform_destroy(&pool->base.transforms[i]); in destruct()
1028 pool->base.transforms[i] = dce100_transform_create(ctx, i); in construct()
1029 if (pool->base.transforms[i] == NULL) { in construct()
/Linux-v5.4/drivers/staging/comedi/drivers/
Djr3_pci.h725 struct intern_transform transforms[0x10]; /* offset 0x0200 */ member
Djr3_pci.c141 set_u16(&sensor->transforms[num].link[i].link_type, in set_transforms()
144 set_s16(&sensor->transforms[num].link[i].link_amount, in set_transforms()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce120/
Ddce120_resource.c556 if (pool->base.transforms[i] != NULL) in destruct()
557 dce120_transform_destroy(&pool->base.transforms[i]); in destruct()
1123 pool->base.transforms[j] = dce120_transform_create(ctx, i); in construct()
1124 if (pool->base.transforms[i] == NULL) { in construct()
/Linux-v5.4/Documentation/crypto/
Dapi-intro.txt36 The API currently supports five main types of transforms: AEAD (Authenticated
85 transforms with a setkey method it too should only be called from
Dasync-tx-api.txt27 bulk memory transfers/transforms with support for inter-transactional
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce112/
Ddce112_resource.c709 if (pool->base.transforms[i] != NULL) in destruct()
710 dce112_transform_destroy(&pool->base.transforms[i]); in destruct()
1273 pool->base.transforms[i] = dce112_transform_create(ctx, i); in construct()
1274 if (pool->base.transforms[i] == NULL) { in construct()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/inc/
Dcore_types.h168 struct transform *transforms[MAX_PIPES]; member
/Linux-v5.4/drivers/gpu/drm/bridge/
DKconfig25 designed for portable devices. The ANX78XX transforms
/Linux-v5.4/tools/scripts/
Dutilities.mak120 # processes the resulting escaped text, it transforms
/Linux-v5.4/drivers/bus/
DKconfig89 Driver to enable ocp2scp module which transforms ocp interface
/Linux-v5.4/Documentation/virt/kvm/
Dppc-pv.txt13 and transforms them into unprivileged ones with some help from the hypervisor.
/Linux-v5.4/Documentation/media/v4l-drivers/
Dipu3.rst434 Color Correction Color Correction algo transforms sensor specific color
441 CSC Color space conversion transforms each pixel from the
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c1620 pipe_ctx->plane_res.xfm = pool->transforms[i]; in acquire_first_free_pipe()
1890 pipe_ctx->plane_res.xfm = pool->transforms[tg_inst]; in acquire_resource_from_hw_enabled_state()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_resource.c1618 next_odm_pipe->plane_res.xfm = pool->transforms[next_odm_pipe->pipe_idx]; in dcn20_split_stream_for_odm()
1698 secondary_pipe->plane_res.xfm = pool->transforms[secondary_pipe->pipe_idx]; in dcn20_split_stream_for_mpc()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/calcs/
Ddcn_calcs.c526 secondary_pipe->plane_res.xfm = pool->transforms[secondary_pipe->pipe_idx]; in split_stream_across_pipes()
/Linux-v5.4/crypto/
DKconfig647 transforms to be used if they are available.