Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/bridge/analogix/
H A DKconfig13 ANX6345 transforms the LVTTL RGB output of an
25 designed for portable devices. The ANX78XX transforms
/linux/drivers/gpu/drm/amd/display/dc/resource/dce60/
H A Ddce60_resource.c834 if (pool->base.transforms[i] != NULL) in dce60_resource_destruct()
835 dce60_transform_destroy(&pool->base.transforms[i]); in dce60_resource_destruct()
1035 pool->base.transforms[i] = dce60_transform_create(ctx, i); in dce60_construct()
1036 if (pool->base.transforms[i] == NULL) { in dce60_construct()
1233 pool->base.transforms[i] = dce60_transform_create(ctx, i); in dce61_construct()
1234 if (pool->base.transforms[i] == NULL) { in dce61_construct()
1430 pool->base.transforms[i] = dce60_transform_create(ctx, i); in dce64_construct()
1431 if (pool->base.transforms[i] == NULL) { in dce64_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dce80/
H A Ddce80_resource.c840 if (pool->base.transforms[i] != NULL) in dce80_resource_destruct()
841 dce80_transform_destroy(&pool->base.transforms[i]); in dce80_resource_destruct()
1046 pool->base.transforms[i] = dce80_transform_create(ctx, i); in dce80_construct()
1047 if (pool->base.transforms[i] == NULL) { in dce80_construct()
1246 pool->base.transforms[i] = dce80_transform_create(ctx, i); in dce81_construct()
1247 if (pool->base.transforms[i] == NULL) { in dce81_construct()
1444 pool->base.transforms[i] = dce80_transform_create(ctx, i); in dce83_construct()
1445 if (pool->base.transforms[i] == NULL) { in dce83_construct()
/linux/Documentation/sphinx/
H A Dtranslations.py12 from docutils.transforms import Transform
/linux/Documentation/userspace-api/media/v4l/
H A Dcolorspaces.rst44 After some further mathematical transforms these stimuli are known as
89 constructed that transforms CIE XYZ colors to colors in the new
97 function that takes a linear color component value and transforms it to
106 The final piece that defines a colorspace is a function that transforms
/linux/drivers/gpu/drm/amd/display/dc/resource/dce110/
H A Ddce110_resource.c823 if (pool->base.transforms[i] != NULL) in dce110_resource_destruct()
824 dce110_transform_destroy(&pool->base.transforms[i]); in dce110_resource_destruct()
1145 pipe_ctx->plane_res.xfm = pool->transforms[underlay_idx]; in dce110_acquire_underlay()
1274 pool->transforms[pool->pipe_count] = &dce110_xfmv->base; in underlay_create()
1471 pool->base.transforms[i] = dce110_transform_create(ctx, i); in dce110_resource_construct()
1472 if (pool->base.transforms[i] == NULL) { in dce110_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dce100/
H A Ddce100_resource.c791 if (pool->base.transforms[i] != NULL) in dce100_resource_destruct()
792 dce100_transform_destroy(&pool->base.transforms[i]); in dce100_resource_destruct()
1158 pool->base.transforms[i] = dce100_transform_create(ctx, i); in dce100_resource_construct()
1159 if (pool->base.transforms[i] == NULL) { in dce100_resource_construct()
/linux/drivers/comedi/drivers/
H A Djr3_pci.h725 struct intern_transform transforms[0x10]; /* offset 0x0200 */ member
/linux/drivers/gpu/drm/amd/display/dc/resource/dce120/
H A Ddce120_resource.c608 if (pool->base.transforms[i] != NULL) in dce120_resource_destruct()
609 dce120_transform_destroy(&pool->base.transforms[i]); in dce120_resource_destruct()
1207 pool->base.transforms[j] = dce120_transform_create(ctx, i); in dce120_resource_construct()
1208 if (pool->base.transforms[i] == NULL) { in dce120_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dce112/
H A Ddce112_resource.c788 if (pool->base.transforms[i] != NULL) in dce112_resource_destruct()
789 dce112_transform_destroy(&pool->base.transforms[i]); in dce112_resource_destruct()
1360 pool->base.transforms[i] = dce112_transform_create(ctx, i); in dce112_resource_construct()
1361 if (pool->base.transforms[i] == NULL) { in dce112_resource_construct()
/linux/Documentation/crypto/
H A 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
H A Dasync-tx-api.rst32 bulk memory transfers/transforms with support for inter-transactional
/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dcore_types.h248 struct transform *transforms[MAX_PIPES]; member
/linux/tools/scripts/
H A Dutilities.mak120 # processes the resulting escaped text, it transforms
/linux/Documentation/virt/kvm/
H A Dppc-pv.rst16 and transforms them into unprivileged ones with some help from the hypervisor.
/linux/LICENSES/dual/
H A Dcopyleft-next-0.3.1187 adapts, is based on, is a derivative work of, transforms, translates or
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c2815 xfm = dc->res_pool->transforms[i]; in dce110_init_hw()
3079 dc->res_pool->transforms[fe_idx]->funcs->transform_reset( in dce110_power_down_fe()
3080 dc->res_pool->transforms[fe_idx]); in dce110_power_down_fe()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn20/
H A Ddcn20_resource.c1494 next_odm_pipe->plane_res.xfm = pool->transforms[next_odm_pipe->pipe_idx]; in dcn20_split_stream_for_odm()
1550 secondary_pipe->plane_res.xfm = pool->transforms[secondary_pipe->pipe_idx]; in dcn20_split_stream_for_mpc()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c3789 pipe_ctx->plane_res.xfm = pool->transforms[id_src[i]]; in acquire_resource_from_hw_enabled_state()
3934 pipe_ctx->plane_res.xfm = pool->transforms[pipe_idx]; in acquire_otg_master_pipe_for_stream()
5558 sec_pipe->plane_res.xfm = pool->transforms[pipe_idx]; in dc_resource_acquire_secondary_pipe_for_mpc_odm_legacy()
/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddcn_calcs.c539 secondary_pipe->plane_res.xfm = pool->transforms[secondary_pipe->pipe_idx]; in split_stream_across_pipes()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn30/
H A Ddcn30_resource.c1535 sec_pipe->plane_res.xfm = pool->transforms[pipe_idx]; in dcn30_split_stream_for_mpc_or_odm()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c2854 free_pipe->plane_res.xfm = pool->transforms[free_pipe_idx]; in dcn32_acquire_free_pipe_as_secondary_opp_head()