Home
last modified time | relevance | path

Searched full:compressor (Results 1 – 25 of 133) sorted by relevance

123456

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_compressor.c70 static void reset_lb_on_vblank(struct compressor *compressor, uint32_t crtc_inst) in reset_lb_on_vblank() argument
76 struct dce110_compressor *cp110 = TO_DCE110_COMPRESSOR(compressor); in reset_lb_on_vblank()
80 status_pos = dm_read_reg(compressor->ctx, DCP_REG(mmCRTC_STATUS_POSITION)); in reset_lb_on_vblank()
84 if (status_pos != dm_read_reg(compressor->ctx, DCP_REG(mmCRTC_STATUS_POSITION))) { in reset_lb_on_vblank()
86 value = dm_read_reg(compressor->ctx, DCP_REG(mmLB_SYNC_RESET_SEL)); in reset_lb_on_vblank()
89 dm_write_reg(compressor->ctx, DCP_REG(mmLB_SYNC_RESET_SEL), value); in reset_lb_on_vblank()
91 frame_count = dm_read_reg(compressor->ctx, DCP_REG(mmCRTC_STATUS_FRAME_COUNT)); in reset_lb_on_vblank()
95 if (frame_count != dm_read_reg(compressor->ctx, DCP_REG(mmCRTC_STATUS_FRAME_COUNT))) in reset_lb_on_vblank()
103 value = dm_read_reg(compressor->ctx, DCP_REG(mmLB_SYNC_RESET_SEL)); in reset_lb_on_vblank()
106 dm_write_reg(compressor->ctx, DCP_REG(mmLB_SYNC_RESET_SEL), value); in reset_lb_on_vblank()
[all …]
H A Ddce110_compressor.h28 #include "../inc/compressor.h"
30 #define TO_DCE110_COMPRESSOR(compressor)\ argument
31 container_of(compressor, struct dce110_compressor, base)
39 struct compressor base;
43 struct compressor *dce110_compressor_create(struct dc_context *ctx);
48 void dce110_compressor_destroy(struct compressor **cp);
51 void dce110_compressor_power_up_fbc(struct compressor *cp);
53 void dce110_compressor_enable_fbc(struct compressor *cp,
56 void dce110_compressor_disable_fbc(struct compressor *cp);
58 void dce110_compressor_set_fbc_invalidation_triggers(struct compressor *cp,
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce112/
H A Ddce112_compressor.c316 void dce112_compressor_power_up_fbc(struct compressor *compressor) in dce112_compressor_power_up_fbc() argument
322 value = dm_read_reg(compressor->ctx, addr); in dce112_compressor_power_up_fbc()
326 if (compressor->options.bits.CLK_GATING_DISABLED == 1) { in dce112_compressor_power_up_fbc()
334 dm_write_reg(compressor->ctx, addr, value); in dce112_compressor_power_up_fbc()
337 value = dm_read_reg(compressor->ctx, addr); in dce112_compressor_power_up_fbc()
341 dm_write_reg(compressor->ctx, addr, value); in dce112_compressor_power_up_fbc()
344 value = dm_read_reg(compressor->ctx, addr); in dce112_compressor_power_up_fbc()
346 dm_write_reg(compressor->ctx, addr, value); in dce112_compressor_power_up_fbc()
352 dm_write_reg(compressor->ctx, addr, value); in dce112_compressor_power_up_fbc()
353 compressor->min_compress_ratio = FBC_COMPRESS_RATIO_1TO1; in dce112_compressor_power_up_fbc()
[all …]
H A Ddce112_compressor.h28 #include "../inc/compressor.h"
30 #define TO_DCE112_COMPRESSOR(compressor)\ argument
31 container_of(compressor, struct dce112_compressor, base)
39 struct compressor base;
43 struct compressor *dce112_compressor_create(struct dc_context *ctx);
48 void dce112_compressor_destroy(struct compressor **cp);
51 void dce112_compressor_power_up_fbc(struct compressor *cp);
53 void dce112_compressor_enable_fbc(struct compressor *cp, uint32_t paths_num,
56 void dce112_compressor_disable_fbc(struct compressor *cp);
58 void dce112_compressor_set_fbc_invalidation_triggers(struct compressor *cp,
[all …]
/openbmc/linux/include/linux/
H A Dppp-comp.h33 struct compressor { struct
36 /* Allocate space for a compressor (transmit side) */ argument
39 /* Free space used by a compressor */ argument
42 /* Initialize a compressor */ argument
46 /* Reset a compressor */ argument
80 /* Used in locking compressor modules */ argument
82 /* Extra skb space needed by the compressor algorithm */ argument
101 extern int ppp_register_compressor(struct compressor *); argument
102 extern void ppp_unregister_compressor(struct compressor *);
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dcompressor.h62 struct compressor;
66 void (*power_up_fbc)(struct compressor *cp);
67 void (*enable_fbc)(struct compressor *cp,
69 void (*disable_fbc)(struct compressor *cp);
70 void (*set_fbc_invalidation_triggers)(struct compressor *cp,
73 struct compressor *cp,
75 bool (*is_fbc_enabled_in_hw)(struct compressor *cp,
78 struct compressor { struct
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/renderdoc/renderdoc/
H A D0001-jpeg-compressor-Reorder-stdio.h-include-location.patch4 Subject: [PATCH] jpeg-compressor: Reorder stdio.h include location
21 renderdoc/3rdparty/jpeg-compressor/jpge.cpp | 2 +-
24 diff --git a/renderdoc/3rdparty/jpeg-compressor/jpge.cpp b/renderdoc/3rdparty/jpeg-compressor/jpge.…
26 --- a/renderdoc/3rdparty/jpeg-compressor/jpge.cpp
27 +++ b/renderdoc/3rdparty/jpeg-compressor/jpge.cpp
/openbmc/linux/fs/ubifs/
H A Dcompress.c21 /* Fake description object for the "none" compressor */
121 ubifs_warn(c, "cannot compress %d bytes, compressor %s, error %d, leave data uncompressed", in ubifs_compress()
184 ubifs_err(c, "cannot decompress %d bytes, compressor %s, error %d", in ubifs_decompress()
191 * compr_init - initialize a compressor.
192 * @compr: compressor description object
194 * This function initializes the requested compressor and returns zero in case
202 pr_err("UBIFS error (pid %d): cannot initialize compressor %s, error %ld", in compr_init()
213 * compr_exit - de-initialize a compressor.
214 * @compr: compressor description object
225 * This function initializes the compressor which were compiled in. Returns
H A Dmisc.h94 * ubifs_compr_present - check if compressor was compiled in.
95 * @compr_type: compressor type to check
98 * This function returns %1 of compressor of type @compr_type is present, and
108 * ubifs_compr_name - get compressor name string by its type.
109 * @compr_type: compressor type
112 * This function returns compressor type string.
/openbmc/linux/drivers/net/ppp/
H A Dppp_deflate.c22 * State for a Deflate (de)compressor.
57 * z_comp_free - free the memory used by a compressor
58 * @arg: pointer to the private state for the compressor.
72 * z_comp_alloc - allocate space for a compressor.
82 * Returns the pointer to the private state for the compressor,
123 * z_comp_init - initialize a previously-allocated compressor.
124 * @arg: pointer to the private state for the compressor
133 * specified when the compressor was allocated. The compressor
160 * z_comp_reset - reset a previously-allocated compressor.
161 * @arg: pointer to private state for the compressor.
[all …]
/openbmc/linux/Documentation/admin-guide/mm/
H A Dzswap.rst93 The default compressor is selected in ``CONFIG_ZSWAP_COMPRESSOR_DEFAULT``
95 ``compressor`` attribute, e.g. ``zswap.compressor=lzo``.
96 It can also be changed at runtime using the sysfs "compressor"
99 echo lzo > /sys/module/zswap/parameters/compressor
101 When the zpool and/or compressor parameter is changed at runtime, any existing
104 original compressor. Once all pages are removed from an old zpool, the zpool
105 and its compressor are freed.
/openbmc/linux/fs/jffs2/
H A Dcompr.c84 pr_warn("No memory for compressor allocation. Compression failed.\n"); in jffs2_selected_compress()
101 * compressor; either way, we're good to go. in jffs2_selected_compress()
193 pr_warn("No memory for compressor allocation. (%d bytes)\n", in jffs2_compress()
306 pr_warn("NULL compressor name at registering JFFS2 compressor. Failed.\n"); in jffs2_register_compressor()
316 jffs2_dbg(1, "Registering JFFS2 compressor \"%s\"\n", comp->name); in jffs2_register_compressor()
329 printk(KERN_DEBUG "Compressor \"%s\", prio %d\n", this->name, this->priority); in jffs2_register_compressor()
341 jffs2_dbg(1, "Unregistering JFFS2 compressor \"%s\"\n", comp->name); in jffs2_unregister_compressor()
347 pr_warn("Compressor module is in use. Unregister failed.\n"); in jffs2_unregister_compressor()
353 printk(KERN_DEBUG "Compressor \"%s\", prio %d\n", this->name, this->priority); in jffs2_unregister_compressor()
H A Dcompr.h58 int disabled; /* if set the compressor won't compress */
83 /* Compressor modules */
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dpump.hpp13 Compressor, enumerator
25 {PumpType::Compressor, "Compressor"},
/openbmc/linux/include/linux/mfd/wm8994/
H A Dpdata.h61 * Multiband compressor configurations are specified with a label and
63 * generated using the multiband compressor configuration panel in
78 * multiband compressor configuration panel in WISCE - see
89 * multiband compressor configuration panel in WISCE - see
100 * the multiband compressor configuration panel in WISCE - see
/openbmc/u-boot/fs/ubifs/
H A Dmisc.h94 * ubifs_compr_present - check if compressor was compiled in.
95 * @compr_type: compressor type to check
97 * This function returns %1 of compressor of type @compr_type is present, and
107 * ubifs_compr_name - get compressor name string by its type.
108 * @compr_type: compressor type
110 * This function returns compressor type string.
H A Dubifs.c37 /* Fake description object for the "none" compressor */
91 int compressor; member
109 ptr->compressor = i; in crypto_alloc_comp()
126 struct ubifs_compressor *compr = ubifs_compressors[tfm->compressor]; in crypto_comp_decompress()
138 ubifs_err(c, "cannot decompress %d bytes, compressor %s, " in crypto_comp_decompress()
197 ubifs_err(c, "cannot decompress %d bytes, compressor %s," in ubifs_decompress()
204 * compr_init - initialize a compressor.
205 * @compr: compressor description object
207 * This function initializes the requested compressor and returns zero in case
223 dbg_gen("cannot initialize compressor %s," in compr_init()
[all …]
/openbmc/linux/sound/usb/
H A Dmixer_us16x08.c139 /* compressor ratio map */
453 /* prepare compressor URB message from template */ in snd_us16x08_comp_put()
478 usb_audio_dbg(chip, "Failed to set compressor, err:%d\n", err); in snd_us16x08_comp_put()
618 /* calculate compressor index for reduction level request */
639 /* skip channels with no compressor active */ in snd_get_meter_comp_index()
678 * to retrieve compressor reduction level value for given channel. This round
959 /* setup compressor store and assign default value */
1172 /* table of compressor controls */
1179 .name = "Compressor Switch",
1186 .name = "Compressor Threshold Volume",
[all …]
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dnvidia,tegra210-mbdrc.yaml10 The Multi Band Dynamic Range Compressor (MBDRC) is part of Output
42 dynamic-range-compressor@702d8200 {
H A Dnvidia,tegra210-ope.yaml11 PEQ (Parametric Equalizer) and MBDRC (Multi Band Dynamic Range Compressor)
69 '^dynamic-range-compressor@[0-9a-f]+$':
/openbmc/linux/mm/
H A Dzswap.c96 /* Crypto compressor to use */
105 module_param_cb(compressor, &zswap_compressor_param_ops,
446 * If users dynamically change the zpool type and compressor at runtime, i.e.
598 /* type and compressor must be null-terminated */
599 static struct zswap_pool *zswap_pool_find_get(char *type, char *compressor) in zswap_pool_find_get() argument
606 if (strcmp(pool->tfm_name, compressor)) in zswap_pool_find_get()
712 static struct zswap_pool *zswap_pool_create(char *type, char *compressor) in zswap_pool_create() argument
727 if (!strcmp(compressor, ZSWAP_PARAM_UNSET)) in zswap_pool_create()
748 strscpy(pool->tfm_name, compressor, sizeof(pool->tfm_name)); in zswap_pool_create()
760 pr_debug("using %s compressor\n", pool->tfm_name); in zswap_pool_create()
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/lzip/
H A Dlzip_1.24.1.bb1 SUMMARY = "Lossless data compressor based on the LZMA algorithm"
3 DESCRIPTION = "Lzip is a lossless data compressor with a user interface similar to the one of gzip …
/openbmc/linux/Documentation/devicetree/bindings/display/samsung/
H A Dsamsung,exynos5433-mic.yaml7 title: Samsung Exynos5433 SoC Mobile Image Compressor (MIC)
16 MIC (Mobile Image Compressor) resides between DECON and MIPI DSI. MIPI DSI is
/openbmc/openbmc/poky/meta/recipes-extended/zip/
H A Dzip_3.0.bb1 SUMMARY = "Compressor/archiver for creating and modifying .zip files"
3 … to provide free, portable, high-quality versions of the Zip and UnZip compressor-archiver utiliti…
/openbmc/linux/Documentation/filesystems/
H A Dubifs.rst98 compr=none override default compressor and set it to "none"
99 compr=lzo override default compressor and set it to "lzo"
100 compr=zlib override default compressor and set it to "zlib"

123456