CN112214174A - Flash-memory-based cache decompression system and method for mobile equipment - Google Patents

Flash-memory-based cache decompression system and method for mobile equipment Download PDF

Info

Publication number
CN112214174A
CN112214174A CN202011133027.XA CN202011133027A CN112214174A CN 112214174 A CN112214174 A CN 112214174A CN 202011133027 A CN202011133027 A CN 202011133027A CN 112214174 A CN112214174 A CN 112214174A
Authority
CN
China
Prior art keywords
flash
module
data
sdram
cache
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202011133027.XA
Other languages
Chinese (zh)
Inventor
项天
查道路
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hefei Speed Microelectronic Technology Co ltd
Original Assignee
Hefei Speed Microelectronic Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hefei Speed Microelectronic Technology Co ltd filed Critical Hefei Speed Microelectronic Technology Co ltd
Priority to CN202011133027.XA priority Critical patent/CN112214174A/en
Publication of CN112214174A publication Critical patent/CN112214174A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0602Interfaces specially adapted for storage systems specifically adapted to achieve a particular effect
    • G06F3/0608Saving storage space on storage systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/0223User address space allocation, e.g. contiguous or non contiguous base addressing
    • G06F12/023Free address space management
    • G06F12/0238Memory management in non-volatile memory, e.g. resistive RAM or ferroelectric memory
    • G06F12/0246Memory management in non-volatile memory, e.g. resistive RAM or ferroelectric memory in block erasable memory, e.g. flash memory
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0602Interfaces specially adapted for storage systems specifically adapted to achieve a particular effect
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0668Interfaces specially adapted for storage systems adopting a particular infrastructure
    • G06F3/0671In-line storage system
    • G06F3/0673Single storage device
    • G06F3/0679Non-volatile semiconductor memory device, e.g. flash memory, one time programmable memory [OTP]
    • GPHYSICS
    • G11INFORMATION STORAGE
    • G11CSTATIC STORES
    • G11C11/00Digital stores characterised by the use of particular electric or magnetic storage elements; Storage elements therefor
    • G11C11/21Digital stores characterised by the use of particular electric or magnetic storage elements; Storage elements therefor using electric elements
    • G11C11/34Digital stores characterised by the use of particular electric or magnetic storage elements; Storage elements therefor using electric elements using semiconductor devices
    • G11C11/40Digital stores characterised by the use of particular electric or magnetic storage elements; Storage elements therefor using electric elements using semiconductor devices using transistors
    • G11C11/401Digital stores characterised by the use of particular electric or magnetic storage elements; Storage elements therefor using electric elements using semiconductor devices using transistors forming cells needing refreshing or charge regeneration, i.e. dynamic cells
    • G11C11/4063Auxiliary circuits, e.g. for addressing, decoding, driving, writing, sensing or timing
    • G11C11/407Auxiliary circuits, e.g. for addressing, decoding, driving, writing, sensing or timing for memory cells of the field-effect type
    • G11C11/409Read-write [R-W] circuits 
    • G11C11/4093Input/output [I/O] data interface arrangements, e.g. data buffers
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0628Interfaces specially adapted for storage systems making use of a particular technique
    • G06F3/0655Vertical data movement, i.e. input-output transfer; data movement between one or more hosts and one or more storage devices
    • G06F3/0656Data buffering arrangements

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Microelectronics & Electronic Packaging (AREA)
  • Computer Hardware Design (AREA)
  • Memory System Of A Hierarchy Structure (AREA)

Abstract

The invention discloses a FLASH-based cache decompression system and method for mobile equipment, which comprises a graph drawing unit, an SDRAM module, an FLASH CACHE module and a FLASH module; the graphics rendering unit requesting data from FLASH CACHE module via bus; the FLASH CACHE module requests data from SDRAM or FLASH module and returns the needed data to the graph drawing unit; when the FLASH CACHE module requests data from the FLASH module, the data is decompressed and then output to the SDRAM module. The invention reduces the use of off-chip flash memory by utilizing lossless compression, so that the drawing of complex scenes in an embedded graphic system becomes possible; and the SDRAM in the chip is used as a buffer for outputting after decompression, and multiple times of decompression are not needed.

Description

Flash-memory-based cache decompression system and method for mobile equipment
Technical Field
The invention relates to the field of lossless compression data decompression acceleration systems, in particular to a flash-memory-based cache decompression system and method for mobile equipment.
Background
The compression coding method commonly used at present can be divided into two categories, one is lossless compression method, which removes or reduces redundancies in data, but these redundancy values can be reinserted into data, so lossless compression is a reversible process, and the other is lossy compression method, which compresses entropy and reduces information. The lossy compression method is irreversible.
Lossless compression methods are generally used in multimedia technology for compressing text and data because they do not generate distortion, and it can ensure complete recovery of the original data. However, the compression ratio of the method is lower, such as the compression ratio of 2: l-5: l compared with the coding, the run-length coding and the Hufmfna coding, and the lossy compression method can be used for compressing data such as images, sound, dynamic videos and the like because a certain degree of distortion is allowed. For example, according to the JPEG standard of the Yihe code, the gray image of the natural scene can be compressed by several times to dozens of times, and for the color image of the natural scene, the compression ratio can reach dozens of times or even hundreds of times. With mixed-coding DVI multimedia systems, the compression ratio can typically be as high as 100:1 to 200: 1.
The graphics processor is also called a display core, a visual processor and a display chip, and is a microprocessor specially used for image operation on personal computers, workstations, game machines and some mobile devices (such as tablet computers, smart phones and the like). The graphic processor is one of the important devices of man-machine conversation, and has important practical significance for driving the display information required by the computer and other systems in a conversion way, providing a line scanning signal for the display device and controlling the display device to display correctly.
Texture (Texture) is an important concept in graphics processors, and it makes objects look more realistic when Texture is mapped onto the surface of an object in a specific way using Texture Mapping (Texture Mapping). Texture maps provide a way to map pixel points to an actual scene, which is often very complex and requires a large number of textures.
Conventional embedded graphics systems employ texture storage in off-chip flash memory (flash), which is relatively area sensitive and has limited off-chip flash memory size. With the continuous development of computer graphics, the drawing precision requirement of a graphics processor is continuously improved, and off-chip texture storage in an embedded graphics system becomes a bottleneck of the system more and more. Therefore, the embedded graphics system needs to introduce a texture compression mechanism to reduce the occupancy rate of off-chip memory.
Chinese patent application No. CN 108024115 a discloses a texture compression method and apparatus for compressing some color information of texture blocks, and implementing all colors included in the texture blocks by a number of bits less than the determined number of compression bits based on the color distribution of each texture block. The traditional embedded graphic processing system adopts an off-chip flash memory to store textures, so that the problem of insufficient memory space can occur for complex application scenes.
Therefore, we propose a flash-based cache decompression system and method for mobile devices to solve the above problems.
Disclosure of Invention
The present invention is directed to a flash-based cache decompression system and method for mobile devices, which provides real-time lossless texture decompression to solve the problems of the background art mentioned above.
In order to achieve the purpose, the invention provides the following technical scheme: a FLASH-based cache decompression system for mobile equipment comprises a graphic drawing unit, an SDRAM module, an FLASH CACHE module and a FLASH module;
the graphics rendering unit requesting data from FLASH CACHE module via bus;
the FLASH CACHE module requests data from SDRAM or FLASH module and returns the needed data to the graph drawing unit;
when the FLASH CACHE module requests data from the FLASH module, the data is decompressed and then output to the SDRAM module.
Preferably, the data comprises a look-up table and a data block;
every four bytes in the lookup table are a group, and three information of the size of a data packet, whether the data packet is compressed or not and the address in the file are recorded;
the data comprises a packet header, data and a verification code.
A flash-based cache decompression method for mobile devices comprises the following steps:
s1: the graphics rendering unit begins requesting data from the FLASH CACHE module;
s2: determining FLASH CACHE whether the module is miss, which is the criterion for determining whether the data is in the SDRAM module,
when the FLASH CACHE module does not have a miss, the data is already in the SDRAM, the direct access SDRAM module retrieves the data,
when the FLASH CACHE module is miss, the address of the corresponding block in the flash module is accessed, and then the block data is fetched to be written back to the SDRAM module after passing through the decompression module;
s3: and (6) ending.
Compared with the prior art, the invention has the beneficial effects that: the invention reduces the use of off-chip flash memory by utilizing lossless compression, so that the drawing of complex scenes in an embedded graphic system becomes possible; and the SDRAM in the chip is used as a buffer for outputting after decompression, and multiple times of decompression are not needed.
Drawings
FIG. 1 is a schematic view of a decompression system according to the present invention;
FIG. 2 is a diagram illustrating a compressed data format according to the present invention;
FIG. 3 is a schematic illustration of a decompression flow in accordance with the present invention;
in the figure: 101-graphics drawing unit, 102-SDRAM module, 103-FLASH CACHE module, 104-FLASH module, 105-bus;
201-analyzing a data packet, 202-static huffman decompression, 203-LZ77 decompression and 204-data output;
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Referring to fig. 1-3, the present invention provides a technical solution: a FLASH-based cache decompression system for mobile devices comprises a graphics rendering unit 101, an SDRAM module 102, an FLASH CACHE module 103 and a FLASH module 104;
the graphics-rendering unit 101 requests FLASH CACHE the module 103 for data via the bus 105;
FLASH CACHE module 103 requests data from SDRAM module 102 or FLASH module 104 and returns the required data to graphics rendering unit 101;
the FLASH CACHE module 103 decompresses and outputs the data to the SDRAM module 102 when requesting the data from the FLASH module 104.
The data comprises a lookup table and a data block; every four bytes in the lookup table are a group, and three information of the size of a data packet, whether the data packet is compressed or not and the address in the file are recorded; the data comprises a header, data and a verification code.
During decompression, the lookup table 201 is read and analyzed, a corresponding compressed data packet is obtained according to the information of the lookup table 201, that is, the corresponding lookup table 201 is read according to an external data request, and subsequent decompression operation is performed on data according to the information obtained from the lookup table 201. Static huffman decompression 202 is then performed. After the completion, LZ77 is performed to decompress 203, and finally the data is output 204.
A flash-based cache decompression method for mobile devices comprises the following steps:
s1: the graphics-rendering unit 101 starts requesting data from the FLASH CACHE module 103;
s2: a determination FLASH CACHE is made as to whether the module 103 is miss, which is a criterion for whether data is in the SDRAM module 102,
when the FLASH CACHE module 103 does not have a miss, the data is already in SDRAM, the direct access SDRAM module 102 retrieves the data,
when the FLASH CACHE module 103 is miss, the address of the corresponding block in the FLASH module 104 is accessed, and then the block data is written back to the SDRAM module 102 after passing through the decompression module;
s3: and (6) ending.
Although embodiments of the present invention have been shown and described, it will be appreciated by those skilled in the art that changes, modifications, substitutions and alterations can be made in these embodiments without departing from the principles and spirit of the invention, the scope of which is defined in the appended claims and their equivalents.

Claims (3)

1. A flash-based cache decompression system for mobile devices, comprising: the device comprises a graph drawing unit, an SDRAM module, an FLASH CACHE module and a FLASH module;
the graphics rendering unit requesting data from FLASH CACHE module via bus;
the FLASH CACHE module requests data from SDRAM or FLASH module and returns the needed data to the graph drawing unit;
when the FLASH CACHE module requests data from the FLASH module, the data is decompressed and then output to the SDRAM module.
2. A mobile device-oriented flash-based cache decompression system according to claim 1, wherein: the data comprises a lookup table and a data block;
every four bytes in the lookup table are a group, and three information of the size of a data packet, whether the data packet is compressed or not and the address in the file are recorded;
the data comprises a packet header, data and a verification code.
3. A flash-based cache decompression method for a mobile device, comprising the steps of:
s1: the graphics rendering unit begins requesting data from the FLASH CACHE module;
s2: determining FLASH CACHE whether the module is miss, which is the criterion for determining whether the data is in the SDRAM module,
when the FLASH CACHE module does not have a miss, the data is already in the SDRAM, the direct access SDRAM module retrieves the data,
when the FLASH CACHE module is miss, the address of the corresponding block in the flash module is accessed, and then the block data is fetched to be written back to the SDRAM module after passing through the decompression module;
s3: and (6) ending.
CN202011133027.XA 2020-10-21 2020-10-21 Flash-memory-based cache decompression system and method for mobile equipment Pending CN112214174A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011133027.XA CN112214174A (en) 2020-10-21 2020-10-21 Flash-memory-based cache decompression system and method for mobile equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011133027.XA CN112214174A (en) 2020-10-21 2020-10-21 Flash-memory-based cache decompression system and method for mobile equipment

Publications (1)

Publication Number Publication Date
CN112214174A true CN112214174A (en) 2021-01-12

Family

ID=74056339

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011133027.XA Pending CN112214174A (en) 2020-10-21 2020-10-21 Flash-memory-based cache decompression system and method for mobile equipment

Country Status (1)

Country Link
CN (1) CN112214174A (en)

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR19990040378A (en) * 1997-11-18 1999-06-05 구자홍 Bus access method and circuit of digital still camera
US20010049771A1 (en) * 1998-10-09 2001-12-06 Brett A. Tischler Dynamic replacement technique in a shared cache
KR20020031097A (en) * 1999-02-17 2002-04-26 케네쓰 올센 Graphics system having a super-sampled sample buffer with efficient storage of sample position information
KR20040078250A (en) * 2003-03-03 2004-09-10 엘지전자 주식회사 Digital tv system
JP2006333268A (en) * 2005-05-27 2006-12-07 Sankyo Kk Image processor
US20080183983A1 (en) * 2007-01-31 2008-07-31 Canon Kabushiki Kaisha Decoding circuit
CN101534423A (en) * 2009-04-21 2009-09-16 东北大学 Network video server based on embedded platform
JP2010245768A (en) * 2009-04-03 2010-10-28 Fujitsu Ten Ltd Image processing apparatus, and image processing method
CN106776373A (en) * 2017-01-12 2017-05-31 合肥杰美电子科技有限公司 The cache systems based on flash memory and method of a kind of facing mobile apparatus
CN110728725A (en) * 2019-10-22 2020-01-24 苏州速显微电子科技有限公司 Hardware-friendly real-time system-oriented lossless texture compression algorithm

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR19990040378A (en) * 1997-11-18 1999-06-05 구자홍 Bus access method and circuit of digital still camera
US20010049771A1 (en) * 1998-10-09 2001-12-06 Brett A. Tischler Dynamic replacement technique in a shared cache
KR20020031097A (en) * 1999-02-17 2002-04-26 케네쓰 올센 Graphics system having a super-sampled sample buffer with efficient storage of sample position information
KR20040078250A (en) * 2003-03-03 2004-09-10 엘지전자 주식회사 Digital tv system
JP2006333268A (en) * 2005-05-27 2006-12-07 Sankyo Kk Image processor
US20080183983A1 (en) * 2007-01-31 2008-07-31 Canon Kabushiki Kaisha Decoding circuit
JP2010245768A (en) * 2009-04-03 2010-10-28 Fujitsu Ten Ltd Image processing apparatus, and image processing method
CN101534423A (en) * 2009-04-21 2009-09-16 东北大学 Network video server based on embedded platform
CN106776373A (en) * 2017-01-12 2017-05-31 合肥杰美电子科技有限公司 The cache systems based on flash memory and method of a kind of facing mobile apparatus
CN110728725A (en) * 2019-10-22 2020-01-24 苏州速显微电子科技有限公司 Hardware-friendly real-time system-oriented lossless texture compression algorithm

Similar Documents

Publication Publication Date Title
US10430099B2 (en) Data processing systems
US6492991B1 (en) Method and apparatus for controlling compressed Z information in a video graphics system
CN106030652B (en) Method, system and composite display controller for providing output surface and computer medium
US11023152B2 (en) Methods and apparatus for storing data in memory in data processing systems
US10440360B2 (en) Video processing system
US20170228893A1 (en) Techniques for reducing accesses for retrieving texture images
CN101729840A (en) Storage processing method utilizing video image characteristic sequence
US20140086309A1 (en) Method and device for encoding and decoding an image
CN104952087A (en) Mipmap compression
CN103888777A (en) Video image compression/decompression device
US10304212B2 (en) Graphic data compression device and graphic data compression method
CN113170140A (en) Bit plane encoding of data arrays
CN115209145A (en) Video compression method, system, device and readable storage medium
EP2787738B1 (en) Tile-based compression for graphic applications
US11263786B2 (en) Decoding data arrays
CN108881923B (en) Method for reducing buffer capacity of JPEG coding and decoding line
US10062142B2 (en) Stutter buffer transfer techniques for display systems
KR100852958B1 (en) Apparatus and control method for display driver by sub-pixel rendering and data compression
CN112214174A (en) Flash-memory-based cache decompression system and method for mobile equipment
US11205243B2 (en) Data processing systems
CN101754034B (en) Uncompressing system of discrete cosine transform compression diagram data with transparent attribute and method
CN101257590B (en) Coding, decoding method and device, display system
US20060170708A1 (en) Circuits for processing encoded image data using reduced external memory access and methods of operating the same
WO2024140568A1 (en) Image processing method and apparatus, electronic device, and readable storage medium
US11954028B2 (en) Accessing encoded blocks of data

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination