Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce80/
Ddce80_resource.c676 if (pool->base.transforms[i] != NULL) in destruct()
677 dce80_transform_destroy(&pool->base.transforms[i]); in destruct()
925 pool->base.transforms[i] = dce80_transform_create(ctx, i); in dce80_construct()
926 if (pool->base.transforms[i] == NULL) { in dce80_construct()
1119 pool->base.transforms[i] = dce80_transform_create(ctx, i); in dce81_construct()
1120 if (pool->base.transforms[i] == NULL) { in dce81_construct()
1301 pool->base.transforms[i] = dce80_transform_create(ctx, i); in dce83_construct()
1302 if (pool->base.transforms[i] == NULL) { in dce83_construct()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_resource.c672 if (pool->base.transforms[i] != NULL) in destruct()
673 dce110_transform_destroy(&pool->base.transforms[i]); in destruct()
979 pipe_ctx->plane_res.xfm = pool->transforms[underlay_idx]; in dce110_acquire_underlay()
1072 pool->transforms[pool->pipe_count] = &dce110_xfmv->base; in underlay_create()
1283 pool->base.transforms[i] = dce110_transform_create(ctx, i); in construct()
1284 if (pool->base.transforms[i] == NULL) { in construct()
Ddce110_hw_sequencer.c2349 xfm = dc->res_pool->transforms[i]; in init_hw()
2775 dc->res_pool->transforms[fe_idx]->funcs->transform_reset( in dce110_power_down_fe()
2776 dc->res_pool->transforms[fe_idx]); in dce110_power_down_fe()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce100/
Ddce100_resource.c643 if (pool->base.transforms[i] != NULL) in destruct()
644 dce100_transform_destroy(&pool->base.transforms[i]); in destruct()
951 pool->base.transforms[i] = dce100_transform_create(ctx, i); in construct()
952 if (pool->base.transforms[i] == NULL) { in construct()
/Linux-v4.19/Documentation/media/uapi/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-v4.19/drivers/gpu/drm/amd/display/dc/dce120/
Ddce120_resource.c482 if (pool->base.transforms[i] != NULL) in destruct()
483 dce120_transform_destroy(&pool->base.transforms[i]); in destruct()
1007 pool->base.transforms[j] = dce120_transform_create(ctx, i); in construct()
1008 if (pool->base.transforms[i] == NULL) { in construct()
/Linux-v4.19/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-v4.19/drivers/gpu/drm/amd/display/dc/inc/
Dcore_types.h137 struct transform *transforms[MAX_PIPES]; member
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce112/
Ddce112_resource.c664 if (pool->base.transforms[i] != NULL) in destruct()
665 dce112_transform_destroy(&pool->base.transforms[i]); in destruct()
1231 pool->base.transforms[i] = dce112_transform_create(ctx, i); in construct()
1232 if (pool->base.transforms[i] == NULL) { in construct()
/Linux-v4.19/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-v4.19/drivers/gpu/drm/bridge/
DKconfig24 designed for portable devices. The ANX78XX transforms
/Linux-v4.19/tools/scripts/
Dutilities.mak120 # processes the resulting escaped text, it transforms
/Linux-v4.19/drivers/bus/
DKconfig79 Driver to enable ocp2scp module which transforms ocp interface
/Linux-v4.19/Documentation/devicetree/bindings/arm/
Dl2c2x0.txt76 specified to indicate that such transforms are precluded.
/Linux-v4.19/Documentation/virtual/kvm/
Dppc-pv.txt13 and transforms them into unprivileged ones with some help from the hypervisor.
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/calcs/
Ddcn_calcs.c512 secondary_pipe->plane_res.xfm = pool->transforms[secondary_pipe->pipe_idx]; in split_stream_across_pipes()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c1644 pipe_ctx->plane_res.xfm = pool->transforms[i]; in acquire_first_free_pipe()
/Linux-v4.19/crypto/
DKconfig619 transforms to be used if they are available.