Home
last modified time | relevance | path

Searched refs:compressor (Results 1 – 25 of 62) sorted by relevance

123

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce112/
H A Ddce112_compressor.c319 void dce112_compressor_power_up_fbc(struct compressor *compressor) in dce112_compressor_power_up_fbc() argument
325 value = dm_read_reg(compressor->ctx, addr); in dce112_compressor_power_up_fbc()
329 if (compressor->options.bits.CLK_GATING_DISABLED == 1) { in dce112_compressor_power_up_fbc()
337 dm_write_reg(compressor->ctx, addr, value); in dce112_compressor_power_up_fbc()
340 value = dm_read_reg(compressor->ctx, addr); in dce112_compressor_power_up_fbc()
344 dm_write_reg(compressor->ctx, addr, value); in dce112_compressor_power_up_fbc()
347 value = dm_read_reg(compressor->ctx, addr); in dce112_compressor_power_up_fbc()
349 dm_write_reg(compressor->ctx, addr, value); in dce112_compressor_power_up_fbc()
355 dm_write_reg(compressor->ctx, addr, value); in dce112_compressor_power_up_fbc()
356 compressor->min_compress_ratio = FBC_COMPRESS_RATIO_1TO1; in dce112_compressor_power_up_fbc()
[all …]
H A Ddce112_compressor.h30 #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,
62 struct compressor *cp,
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_compressor.c73 static void reset_lb_on_vblank(struct compressor *compressor, uint32_t crtc_inst) in reset_lb_on_vblank() argument
79 struct dce110_compressor *cp110 = TO_DCE110_COMPRESSOR(compressor); in reset_lb_on_vblank()
83 status_pos = dm_read_reg(compressor->ctx, DCP_REG(mmCRTC_STATUS_POSITION)); in reset_lb_on_vblank()
87 if (status_pos != dm_read_reg(compressor->ctx, DCP_REG(mmCRTC_STATUS_POSITION))) { in reset_lb_on_vblank()
89 value = dm_read_reg(compressor->ctx, DCP_REG(mmLB_SYNC_RESET_SEL)); in reset_lb_on_vblank()
92 dm_write_reg(compressor->ctx, DCP_REG(mmLB_SYNC_RESET_SEL), value); in reset_lb_on_vblank()
94 frame_count = dm_read_reg(compressor->ctx, DCP_REG(mmCRTC_STATUS_FRAME_COUNT)); in reset_lb_on_vblank()
98 if (frame_count != dm_read_reg(compressor->ctx, DCP_REG(mmCRTC_STATUS_FRAME_COUNT))) in reset_lb_on_vblank()
106 value = dm_read_reg(compressor->ctx, DCP_REG(mmLB_SYNC_RESET_SEL)); in reset_lb_on_vblank()
109 dm_write_reg(compressor->ctx, DCP_REG(mmLB_SYNC_RESET_SEL), value); in reset_lb_on_vblank()
[all …]
H A Ddce110_compressor.h30 #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,
62 struct compressor *cp,
[all …]
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/include/linux/
H A Dppp-comp.h33 struct compressor { struct
101 extern int ppp_register_compressor(struct compressor *); argument
102 extern void ppp_unregister_compressor(struct compressor *);
/OK3568_Linux_fs/kernel/mm/
H A Dzswap.c99 module_param_cb(compressor, &zswap_compressor_param_ops,
501 static struct zswap_pool *zswap_pool_find_get(char *type, char *compressor) in zswap_pool_find_get() argument
508 if (strcmp(pool->tfm_name, compressor)) in zswap_pool_find_get()
531 static struct zswap_pool *zswap_pool_create(char *type, char *compressor) in zswap_pool_create() argument
545 if (!strcmp(compressor, ZSWAP_PARAM_UNSET)) in zswap_pool_create()
563 strlcpy(pool->tfm_name, compressor, sizeof(pool->tfm_name)); in zswap_pool_create()
698 char *type, char *compressor) in __zswap_param_set() argument
725 } else if (!compressor) { in __zswap_param_set()
730 compressor = s; in __zswap_param_set()
738 pool = zswap_pool_find_get(type, compressor); in __zswap_param_set()
[all …]
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Dzswap.rst103 The default compressor is selected in ``CONFIG_ZSWAP_COMPRESSOR_DEFAULT``
105 ``compressor`` attribute, e.g. ``zswap.compressor=lzo``.
106 It can also be changed at runtime using the sysfs "compressor"
109 echo lzo > /sys/module/zswap/parameters/compressor
111 When the zpool and/or compressor parameter is changed at runtime, any existing
114 original compressor. Once all pages are removed from an old zpool, the zpool
115 and its compressor are freed.
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/lzip/
H A Dlzip_1.23.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 …
/OK3568_Linux_fs/kernel/drivers/block/zram/
H A Dzram_drv.c1002 sz = zcomp_available_show(zram->compressor, buf); in comp_algorithm_show()
1012 char compressor[ARRAY_SIZE(zram->compressor)]; in comp_algorithm_store() local
1015 strlcpy(compressor, buf, sizeof(compressor)); in comp_algorithm_store()
1017 sz = strlen(compressor); in comp_algorithm_store()
1018 if (sz > 0 && compressor[sz - 1] == '\n') in comp_algorithm_store()
1019 compressor[sz - 1] = 0x00; in comp_algorithm_store()
1021 if (!zcomp_available_algorithm(compressor)) in comp_algorithm_store()
1031 strcpy(zram->compressor, compressor); in comp_algorithm_store()
1753 comp = zcomp_create(zram->compressor); in disksize_store()
1756 zram->compressor); in disksize_store()
[all …]
H A Dzram_drv.h110 char compressor[CRYPTO_MAX_ALG_NAME]; member
/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/imager/
H A Ddirect.py59 self.compressor = options.compressor
219 if self.compressor:
220 logger.debug("Compressing disk %s with %s", disk_name, self.compressor)
221 exec_cmd("%s %s" % (self.compressor, full_path))
232 None: ""}.get(self.compressor)
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/exynos/
H A Dexynos-mic.txt1 Device-Tree bindings for Samsung Exynos SoC mobile image compressor (MIC)
3 MIC (mobile image compressor) resides between decon and mipi dsi. Mipi dsi is
/OK3568_Linux_fs/kernel/drivers/net/ppp/
H A Dppp_deflate.c566 extern int ppp_register_compressor (struct compressor *cp);
567 extern void ppp_unregister_compressor (struct compressor *cp);
572 static struct compressor ppp_deflate = {
590 static struct compressor ppp_deflate_draft = {
/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A DMakefile247 compressor-$(CONFIG_KERNEL_GZIP) := gz
248 compressor-$(CONFIG_KERNEL_XZ) := xz
249 compressor-$(CONFIG_KERNEL_LZMA) := lzma
250 compressor-$(CONFIG_KERNEL_LZO) := lzo
254 cmd_wrap =$(CONFIG_SHELL) $(wrapper) -Z $(compressor-y) -c -o $@ -p $2 \
/OK3568_Linux_fs/buildroot/package/pngquant/
H A DConfig.in6 Lossy PNG compressor - pngquant command and libimagequant
/OK3568_Linux_fs/buildroot/package/lua-csnappy/
H A DConfig.in5 which implements the Google's Snappy (de)compressor.
/OK3568_Linux_fs/buildroot/package/lzop/
H A DConfig.in5 lzop is a file compressor which is very similar to gzip.
/OK3568_Linux_fs/buildroot/package/bzip2/
H A DConfig.in4 Freely available, patent free, high-quality data compressor.
/OK3568_Linux_fs/buildroot/package/gzip/
H A DConfig.in6 Standard GNU compressor. Provides things like gzip,
/OK3568_Linux_fs/buildroot/package/lzip/
H A DConfig.in8 Lzip is a lossless data compressor with a user interface
/OK3568_Linux_fs/kernel/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"
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/gzip/
H A Dgzip.inc1 SUMMARY = "Standard GNU compressor"
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/lzop/
H A Dlzop_1.04.bb1 SUMMARY = "Real-time file compressor"
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/pbzip2/
H A Dpbzip2_1.1.13.bb3 file compressor that uses pthreads and achieves near-linear speedup on SMP \

123