Virtualization of graphics resources and thread blocking
Virtualization of graphics resources and thread blocking is disclosed. In one exemplary embodiment, a system and method of a kernel in an operating system including generating a data structure having an identifier of a graphics resource assigned to a physical memory location in video memory, and blocking access to the physical memory location if a data within the physical memory location is in transition between video memory and system memory wherein a client application accesses memory in the system memory directly and accesses memory in the video memory through a virtual memory map.
Latest Apple Patents:
The present application is a continuation of U.S. patent application Ser. No. 12/848,046, filed on Jul. 30, 2010, which is a continuation of U.S. patent application Ser. No. 11/112,563, filed on Apr. 22, 2005, which issued on Aug. 3, 2010 as U.S. Pat. No. 7,768,522, which is a continuation-in-part of U.S. patent application Ser. No. 10/964,873, filed on Oct. 13, 2004, which issued on Apr. 27, 2010 as U.S. Pat. No. 7,705,853, which is a divisional of U.S. patent application Ser. No. 10/042,882, filed on Jan. 8, 2002, which issued on Oct. 26, 2004 as U.S. Pat. No. 6,809,735.
FIELD OF THE INVENTIONThis invention relates generally to computer graphics, and more particularly to virtualizing resources for computer graphics.
BACKGROUND OF THE INVENTIONA graphics kernel driver typically interfaces between graphics client drivers and graphics hardware to assign graphics resources to each client driver and to administer the submission of graphics commands to the graphics hardware. Each client driver has explicit knowledge of the graphics resources it is assigned and references the resources in its commands using the physical address of the resources. As more sophisticated graphics features are developed, the demand for graphics resources is ever increasing but the graphics resources are limited by the graphics hardware and other system constraints, such as performance of a system bus and a graphics controller bus. The assigned resources cannot be shared among clients because the graphics hardware is not designed to handle resource contention among the clients. Additionally, multiple operations across the system bus of a computer may hamper the performance of video memory causing performance bottlenecks within a computing environment.
SUMMARY OF THE DESCRIPTIONGraphics resources are virtualized through an interaction between graphics hardware and graphics clients. The interaction allocates the graphics resources across multiple graphics clients, processes commands for access to the graphics resources from the graphics clients, and it detects and resolves conflicts for the graphics resources among the clients.
In one aspect, the interaction in one exemplary embodiment includes an interface which is a virtualization module within a graphics kernel that assigns an identifier to a resource when allocated by a graphics client and the client uses the identifier instead of an address for the resource when requesting access to the resource.
In one aspect, a method of a kernel in an operating system generates a data structure having an identifier of a graphics resource assigned to a physical memory location in video memory and blocks access to the physical memory location if a data within the physical memory location is in transition between video memory and system memory wherein a client application accesses memory in the system memory directly and accesses memory in the video memory through a virtual memory map.
In another aspect, a system and method requests to write data to a video memory by using a virtual address of a portion of the video memory, translates the virtual address to a real physical address of the portion of the video memory; and writes data directly from a processor, through a memory controller, to the portion of the video memory without writing the data to a system memory. In one aspect, the translation is performed using a virtual memory map. In another aspect, the translation permits an access (e.g., read, write or both) between a client application and the video memory.
In one aspect, a graphics controller includes a video memory to write a resource to a physical memory location of the video memory; and a graphics microprocessor is connected to the video memory to receive the resource from a client application of a computing device, based on a translation of a virtual address of a portion of the video memory to the physical memory location.
In a further aspect, a system includes a virtualization module to assign identifiers associated with a set of resources to physical memory locations, and to optimize operations of a computing environment using: a fast-write interface to extract a first resource (e.g., a graphics resource) from a system memory through a single operation, and to transmit the first resource to a video memory. In this aspect, a command buffer interface may assemble at least a second resource (e.g., another graphics resource) from the system memory into at least one buffer, and to transmit at least the second resource to the video memory using the at least one buffer.
Because the native command structure for the graphics hardware is unaffected by the virtualization, neither the applications nor the hardware require modification to operate in conjunction with the present invention. Furthermore, because the virtualized resources appear as unlimited resources to the graphics clients, the clients can be simplified since, for example, they are no longer required to de-fragment or compact their assigned resources.
The present invention describes systems, methods, and machine-readable media of varying scope. In addition to the aspects of the present invention described in this summary, further aspects of the invention will become apparent by reference to the drawings and by reading the detailed description that follows.
The present embodiments are illustrated by way of example and not limitation in the figures of the accompanying drawings in which like references indicate similar elements, and in which:
In the following detailed description of embodiments of the invention, reference is made to the accompanying drawings in which like references indicate similar elements, and in which is shown by way of illustration specific embodiments in which the invention may be practiced. These embodiments are described in sufficient detail to enable those skilled in the art to practice the invention, and it is to be understood that other embodiments may be utilized and that logical, mechanical, electrical, functional, and other changes may be made without departing from the scope of the present invention. The following detailed description is, therefore, not to be taken in a limiting sense, and the scope of the present invention is defined only by the appended claims.
It is important to distinguish the concept of “video memory” from the different concept of “system memory.” Specifically, “system memory” refers to the physical memory that connects to the computer system using a memory controller, through which CPU and other devices get access to it. In contrast, a “video memory” refers to the isolated physical memory that connects to the rest of computer system using a separate bus controller, typically embedded in graphics processor. “Video memory” caches source and result data as well as command data for graphics processor, and also provides data for refreshing the display device such as a Liquid Crystal Display (LCD) or CRT monitor.
For this reason, most video memory may be dual ported and faster than system memory. Video memory, such as video random access memory (VRAM), is often optimized for the use by a graphics processor. The video memory and the graphics processor and other devices that use video memory as the main storage forms a graphics subsystem that connects to the rest of computer system through a bus, such as PCI bus, AGP bus or PCI Express bus. Due to these differences, software typically treats “video memory” differently which can make software development more complicated due to the fact that you have to know if it is “video memory” or not.
In other words, video memory often needs to be faster than system memory (e.g., for this reason, most video memory may be dual-ported, which means that one set of data can be transferred between video memory and the video processor at the same time that another set of data is being transferred to the display device). There are many different types of video memory, including VRAM, WRAM, RDRAM, and SGRAM. While VRAM is used as an exemplary embodiment, other types of video memory may be used. In addition, video memory may require a separate memory controller than system memory. In the example shown in
In contrast, system memory may refer to physical memory that is internal to the computer. A computer may be able to manipulate only data that is in system memory. Therefore, every program executed and every file accessed may be copied from a storage device into system memory. However, system memory is different than video memory because system memory may be architecturally different and may not need to be optimized for video systems.
In one embodiment, the present invention is integrated into a graphics driver stack 100 as illustrated in
Graphics resources eligible for virtualization include any limited resource used by the graphics hardware 111, such as graphics memory, either integrated in the graphics hardware 111 or allocated in system memory, GART (graphics address re-mapping table) entries, memory apertures for accessing video memory or registers, specialized memory areas for hierarchical depth buffers, among others. For the sake of clarity, the virtualization of graphics memory is used as an example throughout, but the invention is not so limited.
Referring now to an exemplary embodiment shown in
An application 115 calls an OpenGL engine 113 through an OpenGL API (application program interface) 119 to create an image. The OpenGL engine 113, executing on the central processing unit (CPU) of the computer, determines how to divide the image processing work between the CPU and the graphics processor of the graphics hardware 111, and sends the commands to be processed by the graphics processor to the OpenGL client driver through a client driver API 121. The client driver 103, also executing on the CPU, evaluates the commands and determines that it needs graphics memory to create the image. The client driver 103 requests a block of memory from the kernel driver 101 through a kernel driver API call 123. The kernel driver 101, executing on the graphics processor, records the request in an entry in the virtualization map 117, and associates an identifier with the entry. The kernel driver 101 returns the identifier to the client driver 103 for use in all commands that access the memory block. Because the native command structure for OpenGL and the graphics hardware is unaffected by the virtualization, neither the application 115, the OpenGL engine 113, nor the hardware 111 require modification to operate in conjunction with the present invention.
In one embodiment, the kernel driver 101 performs the actual physical allocation of memory upon the client driver 103 submitting a command that references the identifier. In another embodiment, the kernel driver 101 physically allocates the memory upon receiving the allocation request from client driver 103. In either case, when all physical memory is already allocated, the kernel driver 101 pages a corresponding amount of data currently in memory to a backing store and updates the virtualization map 117.
For example, with the virtualization of graphics resources, the kernel driver 101 will make decisions, based on the client driver's requirement, as to where to allocate a memory and where to page to. It could either be allocated in the system memory and/or allocated in video memory, and/or previously allocated in video memory and now allocated to system memory to allow the client driver to continue executing without any modification in the client driver. From the client driver's point of view, it gets a much larger and continuous view of resources while the kernel will take care of paging the necessary content in or out of the video memory if such underlining hardware resources are under pressure. Details of the paging are described further below in conjunction with
In one embodiment, the identifier is a “token” that represents the memory block and the client driver 103 creates tokenized commands by substituting the token for the memory address. When the client driver 103 submits a tokenized command to the graphics hardware 111, the kernel driver 101 extracts the token, finds the address of the memory block represented by the token in the virtualization map 117, and replaces the token with the real address. When the tokenized commands are submitted as part of a standard graphics command stream, the kernel driver 101 must parse the stream into its individual commands and evaluate most, if not all, the commands to determine which contain tokens. This can be a slow and expensive operation.
Therefore, in another embodiment, the client driver 103 formats the command stream as illustrated in
In one embodiment, the jump packets contain a packet type and an offset value relative to the current packet. Assuming a command stream 210 as illustrated in
Alternate embodiments in which the jump packets are not embedded in the tokenized commands in the stream or are submitted as a separate stream associated with the command stream are contemplated as within the scope of the invention. For example, in certain such alternative embodiments, an implementation may use both embedded and non-embedded jump packets. In this implementation, the “polygon” 213 and “change state” 215 packets are embedded (e.g. as shown in
When a particular region of graphics memory requested by a current client driver has been reused by a previous client driver, the kernel driver completes the use of the memory by the previous client driver, and prepares the resource for use by the current client driver. When the kernel driver processes a tokenized command, the graphics memory referenced by the token may be in one of two states: valid for immediate use by the client driver or not. If the memory is valid for immediate use, the kernel driver proceeds as previously described. If the memory is not valid for immediate use, the kernel driver refreshes the current client's data by allocating a new region of graphics memory and paging the data into it. Before doing this however, the kernel driver submits all graphics commands in the current client's command stream up to the current jump packet to the graphics hardware before it starts allocating the new region of graphics memory for the current client because the process of allocation might result in the deallocation and paging of graphics memory previously referenced in the current command stream. Details of the refreshing of data are described further below in conjunction with
Command buffers are commonly used to hold the command streams from multiple clients. As shown in
The command buffers allow multiple clients to create streams asynchronously to each other. The command buffers also allow the graphics hardware and the CPU to operate asynchronously, keeping both busy even though they typically operate at different speeds.
In one embodiment, the queued buffers are arranged as a linked list as shown in
In an alternate embodiment, the identifier for the memory block allocated to the client driver 103 is the virtual address of the memory. Because the client expects memory address to be unchanged until it de-allocates the memory, the kernel driver 101 employs special graphics hardware features to manage the virtualization of memory. In one embodiment, the kernel driver 101 uses graphics semaphores that cause the graphics hardware to suspend processing of one buffer and switch to processing another buffer, thus interleaving the processing of the command buffers from different clients, and creating multiple inter-dependent linear timelines as illustrated in
For example, assume client A places a command in buffer 307 that references memory also used by client C. When the kernel driver 101 reaches that command in buffer 307, it inserts a reference to semaphore 313 before the command, effectively dividing the buffer 307 into command sequences 311, 315. The graphics hardware 111 processes command sequence 311 in buffer 307 until it reaches semaphore 313, which directs it to switch to processing the next queued buffer 309. While the graphics hardware 111 is processing buffer 309, the kernel driver 101 pages the appropriate data back in and clears the semaphore 313.
Similarly, assume client B places a command in buffer 309 that references memory also used by client D, so the kernel driver 101 inserts a reference to semaphore 321 in buffer 309, creating command sequences 319, 323. When the graphics hardware 111 reaches semaphore 321, it determines that semaphore 313 is clear and resumes processing buffer 307 at command sequence 315. Because the kernel driver 101 has cleared semaphore 321 by the time the graphics hardware finishes processing command sequence 315, the graphics hardware can now process command sequence 323.
Next, the particular methods of the invention are described in terms of computer software with reference to a series of flowcharts. The methods to be performed by a processing system constitute computer programs made up of executable instructions illustrated as blocks (acts). Describing the methods by reference to a flowchart enables one skilled in the art to develop such programs including such instructions to carry out the methods on suitably configured hardware (the processing unit of the hardware executing the instructions from machine-readable media). The executable instructions may be written in a computer programming language or may be embodied in firmware logic. If written in a programming language conforming to a recognized standard, such instructions can be executed on a variety of hardware platforms and interface to a variety of operating systems. In addition, the present invention is not described with reference to any particular programming language. It will be appreciated that a variety of programming languages may be used to implement the teachings of the invention as described herein. Furthermore, it is common in the art to speak of software, in one form or another (e.g., program, procedure, process, application, module, logic . . . ), as taking an action or causing a result. Such expressions are merely a shorthand way of saying that execution of the software by a machine causes the processor of the machine to perform an action or produce a result. It will be further appreciated that more or fewer processes may be incorporated into the methods illustrated in
Referring first to
If there is no existing command buffer (block 411), the method 400 starts a new buffer (block 413) and inserts a start jump packet at the beginning of the buffer (block 415) with an offset to the first tokenized command in the buffer. Each graphics command is loaded in the buffer (block 417) until all graphics commands are buffered (block 419) or the current buffer is full (block 421). If the current buffer is full and more commands need to be buffered, the method 400 returns to block 413 to start a new buffer.
Referring now to
When the method 430 receives an allocation request from a client driver (block 431), it determines if the requested amount of resource is available (block 433). If not, the method 430 pages out a sufficient amount of data belonging to another client (block 435). The method 430 allocates the resource, including assigning a token and updating its memory management information, such as the virtualization map 117 illustrated in
When the client driver submits a buffer of commands to the graphics hardware for processing, the kernel driver method 430 extracts the offset and type from the next jump packet in the buffer (block 451). If the next jump packet is the first jump packet, i.e., a start jump packet (block 453), the method 430 deletes the start jump packet from the buffer (block 461) and jumps to the jump packet defined by the offset (block 465) to continue processing. Otherwise, the method 430 uses the jump packet type to locate the token in the command and determines if the resource corresponding to the token has been reused (block 455). If so, the kernel driver method 430 refreshes the data required by the current command (block 457). Because of the abstraction provided by the token, the kernel driver can page the data into a different available graphics resource or page out the data currently in the original resource and page in the data required by the current command. The token is replaced with the address of the resource (block 459) and the jump packet is deleted (block 461). If the current jump packet is the last in the buffer (block 463), the method 430 waits for another buffer (block 467) and returns to block 451 to process the new buffer. Otherwise, the next jump packet in the buffer is processed.
In an alternate embodiment, the processing represented by block 437 is a logical allocation of the resource to the client driver and the processing represented by blocks 433 through 435 is not performed. The kernel driver method 430 performs the physical allocation, and any necessary paging, when it encounters the first tokenized command that references the resource in the command buffer.
In one embodiment, the kernel driver method 430 uses system memory as its backing store for data that must be paged out of the virtualized graphics resources. The method 430 can request the CPU read the data into system memory, or it can request the graphics hardware to write the data to the system memory. The latter operation can be performed asynchronously with the CPU, but not all graphics hardware may be able to perform the operation or there may be incompatibilities between the graphics hardware and the CPU. When the operating system virtualizes system memory, the operating system may further page the data to mass storage. It will be appreciated that once the data has been written to system memory, a virtual memory operating system may further page the data to mass storage.
In one embodiment, what data to page into system memory is determined by various paging criteria, such as type of graphics resource, priority, and paging algorithm. Some resources, like graphics memory, are very expensive to page because the data contained in the graphics memory often must be copied into system memory. The priorities may be allocated within graphics resources types. For example, texture objects generally have a lower priority than frame buffers when paging graphics memory. Other resources, like GART entries may be paged inexpensively because the paging only requires the modification of the GART table, i.e., no data is actually relocated. Because the relative cost of paging different types of resources is quite different, different paging algorithms are used for each.
For example, when a client driver requests an allocation of memory, it could give a kernel a hint of what purpose the memory is used for. A kernel may receive this request and then try to use the client driver's hint. Such a hint could be one of: must allocate in video memory; must allocate in system memory; prefer in video memory; prefer in system memory. If the hint is “must allocate in video memory” but there is not enough free contiguous memory to service the request, all graphics memory resources owned by all clients are candidates for paging. The first resources selected are owned by other clients because there may be an arbitrarily long period of time before the other clients are run again.
When considering graphics memory owned by the requesting client driver, the kernel driver uses an algorithm that dynamically switches from LRU (least recently used) to MRU (most recently used) based on whether or not the client driver is overcommitted in its texture usage. An overcommitted application is an application that uses more texture memory in rendering a single frame than can be supplied by the graphics hardware. When a client driver that is not overcommitted runs out of graphics memory it is because some user input has caused the client driver to render a new scene so the LRU algorithm is used, based on the assumption that the least recently used memory resources may never be used again. When a client driver that is overcommitted runs out of graphics memory this means that it will do so cyclically every frame, so the MRU algorithm is chosen because an LRU algorithm would result in every memory resource owned by the client driver being paged one or more times per frame.
For example, if the hint is “preferred in video memory” and all video memory is already allocated, then no paging may be involved. But the underlining hardware's requirement can still override the client driver's hint. After some resources are paged out, the kernel can still manage to have the client driver keep access to the now paged out resource with the virtualization mechanism. Since the client driver can hold a virtualized pointer, any such underline movement may not be known to the client driver. Next time when the current paged out resource is used, it still may have the choice to either page it back into video memory or leave it in system memory. The kernel driver may be able make this decision based upon hardware specification and the client driver's hint as well as the current state of the resource usage.
GART entry paging is managed differently because the cost of changing GART entries is essentially unrelated to the size of the memory resource. The first candidates for paging are GART entries that may never be used again. For example, graphics memory texture objects each have a GART entry that was used to transfer the texture from system memory to graphics memory. Once the texture has been moved to graphics memory, the GART entry will never be used again unless the texture is paged from graphics memory and then reloaded. Therefore, it is likely that choosing such a GART entry for paging will have no performance cost. The remaining GART entries are categorized from highest to lowest priority for paging, with the lowest priority assigned to the GART entry for each client's command buffer, which must be mapped into GART for the client driver to use the graphics hardware at all.
One of skill in the art will appreciate that other types of graphics resources may have different algorithms for selecting which resources are candidates for paging that allow the resources to be transparently managed with respect to multiple clients as described above for graphics memory and GART.
In one embodiment, the kernel driver method 430 uses a collection of data objects, each of which represents an allocated resource, as a virtualization map. The tokens identify the data objects within the virtualization map. Each data object contains the address range for the corresponding resource. When the data in the resource is paged out, a “dirty” flag is set and a pointer to the backing store holding the data is stored in the object. It will be appreciated that the layer of abstraction between the client and the physical resources provided by the token allows the data to be paged into a resource address different than it previously occupied without the client driver being aware of the change.
The following description of
The web server 9 is typically at least one computer system which operates as a server computer system and is configured to operate with the protocols of the World Wide Web and is coupled to the Internet. Optionally, the web server 9 can be part of an ISP which provides access to the Internet for client systems. The web server 9 is shown coupled to the server computer system 11 which itself is coupled to web content 10, which can be considered a form of a media database. It will be appreciated that while two computer systems 9 and 11 are shown in
Client computer systems 21, 25, 35, and 37 can each, with the appropriate web browsing software, view HTML pages provided by the web server 9. The ISP 5 provides Internet connectivity to the client computer system 21 through the modem interface 23 which can be considered part of the client computer system 21. The client computer system can be a personal computer system, a network computer, a Web TV system, or other such computer system. Similarly, the ISP 7 provides Internet connectivity for client systems 25, 35, and 37, although as shown in
Alternatively, as well-known, a server computer system 43 can be directly coupled to the LAN 33 through a network interface 45 to provide files 47 and other services to the clients 35, 37, without the need to connect to the Internet through the gateway system 31.
A graphics controller bus 610 connects the VRAM 606 and the graphics processor (with optional display controller) 607 to the memory controller 600. A display device, such as an LCD display or a CRT monitor, may be coupled to, depending on the implementation, either the graphics processor (with its display controller) or to one of two ports of the VRAM 606 if the VRAM has dual ports. The memory controller 600 may be part of system core logic, such as an integrated circuit which is often referred to as a “Northbridge” chip, and there is often a bus bridge between the memory controller 600 and the graphics controller bus 610 as is known in the art. In one embodiment, the graphics processor 607 is a graphics microprocessor within a graphics controller. In one embodiment, the graphics controller includes a video memory to write store a resource to a physical memory location of the video memory. In another embodiment, the graphics processor 607 is communicatively coupled to the video memory (e.g., a VRAM 606) to receive the resource from a client application (e.g., a drawing application, a graphics application, etc.) of a computing device (e.g., CPU 602), based on a translation of a virtual address of a portion of the video memory to the physical memory location. In one embodiment, the client application provides the virtual address to an operating system of the computing device. In another embodiment, the video memory transitions a resource to another physical memory location based on a request from a graphics kernel (e.g., the graphics kernel driver 101) in an operating system of the computing device. The another physical memory location may be a location within a system memory 604. In one embodiment, the graphics controller restricts access to the physical memory location if data within the physical memory location is in transition. Furthermore, the graphics controller may receive resources from a computing device that has assembled the resource within a buffer in one embodiment, as will later be described in
The graphics controller bus 610 may be an Accelerated Graphics Port (AGP) bus, a Peripheral Component Interconnect (PCI) bus, a PCI Express bus, and/or any other type of bus between a memory controller and graphics hardware. In one embodiment, the graphics controller bus 610 is 2 gbits/second uni-directional bus, with an actual uni-directional throughput of 1.8 gbits/second. In another embodiment, the actual performance of the system memory bus 612 is faster than the graphics controller bus 610 even for back to back read/write operations.
Command Buffer Embodiment
First, in operation 614 of
In one embodiment, in operation 616, the CPU 602 may create (e.g., or may populate) another command buffer 808 (as shown in
In
After the command buffer 808 has been populated by pointers to physical memory addresses, the command buffer 808 may be emptied by transferring the resources from system memory 604 to other physical locations in system memory 604 (e.g., based on the GART table as described herein) and/or VRAM 606. For example, referring back to
Fast-Write Embodiment
An exemplary fast-write (e.g., CPU direct write) to video process is illustrated in
First, in operation 700 of
By bypassing the command buffers required in the implementation of
The referencing of resources to pointers to physical locations within memory described in
A thread block module 1006 is also illustrated in
It will be appreciated that the system memory (e.g. memory 59 of
It will be understood that the process of paging in or paging out data requires that memory access (for the data) which occurs during the paging process (or when the data has been stored on the backing store) be blocked as described herein. For example, if an access, by a task, is attempted when the data sought in the access is stored in a backing store (e.g. hard drive), then a memory fault is generated and the data is copied from the backing store to the system memory (a paging in process) while the task's thread is blocked. The new physical pages are probably not the same pages in which the data was previously stored so the data is remapped so that the same virtual address, in the task's virtual address space, points to the new location, in physical system memory, of the data. When the copy and remapping are complete, the task's thread is unblocked (e.g. allowed to proceed). If an access, by a task, is attempted when the data is being paged out to a backing store, normally the paging out is allowed to finish and then the data is paged in from the backing store while the task's thread is blocked. If an access, by a task, is attempted when data is being paged in (from a backing store), then one thread has already attempted access when the data was in the backing store and that thread is blocked and has started the page in process and other threads attempting to access the data will also be blocked until the page in process is completed. A page out process for the video memory may block accesses to the data until the transfer to system memory is complete and then the access may be allowed to the data in the system memory rather than paging in the data back into the video memory; in this situation, the physical destination of the data is different from its previous location (having just moved from video memory to system memory) so the persistent virtual address of the data is remapped to point to the new storage location before allowing the thread to proceed. In an alternative embodiment, the page out process from video memory to system memory may be allowed to complete and then the data is paged back into the video memory while blocking the thread's access during both the page out and page in processes. Also in certain embodiments, a graphics driver architecture may not allow multi-threaded accesses to the blocks of memory that will utilize the virtual video memory, so an access to data by a thread which did not start a page in of the data to video memory will not be handled; of course, it is possible in this situation, that an application will attempt such an access, and terminating the application would be appropriate rather than hanging the operating system.
The regions of video memory being accessed are, in certain embodiments, physically contiguous, so virtual mapping applied to data in the video memory need not provide any scatter/gather functionality. The virtual memory system for the video memory has, in certain embodiments, the ability to create a virtual address range, at a specified address and of a specified size which is adjustable, in a task's virtual memory space that points to a contiguous range of physical video memory space (e.g. PCI memory space), rather than a fixed virtual address range for a task.
It will be appreciated that while
Network computers or game players are other types of computer systems that can be used with the present invention. Network computers do not usually include a hard disk or other mass storage, and the executable programs are loaded from a network connection into the memory 59 for execution by the processor 55. Game players typically are special purpose computer systems. A TV browser system such as the Web TV system, which is known in the art, is also considered to be a computer system according to the present invention, but it may lack some of the features shown in
It will also be appreciated that the computer system 51 is controlled by operating system software which includes a file management system, such as a disk operating system, which is part of the operating system software. One example of an operating system software with its associated file management system software is the family of operating systems known as Mac OS from Apple Computer, Inc. of Cupertino, Calif., and their associated file management systems. The file management system is typically stored in the non-volatile storage 65 and causes the processor 55 to execute the various acts required by the operating system to input and output data and to store data in memory, including storing files on the non-volatile storage 65.
Virtualization of graphics resources has been described. It will also be understood that the terms “page” or “page in” or “page out” refer to moving data, which may or may not be in fixed size blocks or “pages” of memory, rather than the movement of data in only fixed size blocks of data (such as a fixed size of 64 KB which is moved as a block). Although specific embodiments have been illustrated and described herein, it will be appreciated by those of ordinary skill in the art that any arrangement which is calculated to achieve the same purpose may be substituted for the specific embodiments shown. This application is intended to cover any adaptations or variations of the present invention. The terminology used in this application with respect to graphics is meant to include all environments that display images to a user. Therefore, it is manifestly intended that this invention be limited only by the following claims and equivalents thereof.
Claims
1. A machine-implemented method, comprising:
- requesting, by an application, to write data from application data in a system memory to a video memory by using a virtual address of a portion of the video memory;
- translating, using a virtual memory map of the video memory, the virtual address to a real physical address of the portion of the video memory;
- determining that an entry in the virtual memory map corresponding to a mapping between the virtual address and the real physical address is being changed within the virtual memory map; and
- preventing access to the entry while the entry is being changed;
- selecting a write path through a system memory controller based on a comparison of available performances of a graphics controller bus and a system memory bus, wherein selecting a write path causes a processor to write the data from the system memory to a buffer in the system memory through the system memory bus and to subsequently write the data from the buffer to the portion of the video memory through the graphics controller bus, and wherein selecting a fast write path causes the processor to directly write the data from the system memory to the portion of the video memory through the graphics controller bus without previously writing the data to the buffer through the system memory bus; and
- writing, after the entry is changed, the data to the portion of the video memory using the fast write path if the available performance of the graphics controller bus is faster than the available performance of the system memory bus.
2. The method of claim 1, further comprising receiving a memory fault if existing data of the portion of the video memory is in transition.
3. The method of claim 2, wherein refresh and read/write functions of the video memory are controlled by a graphics processing unit and wherein refresh and read/write functions of the system memory are controlled by the memory controller.
4. A non-transitory machine readable storage medium having instructions to cause a machine to perform a machine-implemented method, the method comprising:
- requesting, by an application, to write data from application data in a system memory to a video memory by using a virtual address of a portion of the video memory;
- translating, using a virtual memory map of the video memory, the virtual address to a real physical address of the portion of the video memory;
- determining that an entry in the virtual memory map corresponding to a mapping between the virtual address and the real physical address is being changed within the virtual memory map; and
- preventing access to the entry while the entry is being changed;
- selecting a write path through a system memory controller based on a comparison of available performances of a graphics controller bus and a system memory bus, wherein selecting a write path causes a processor to write the data from the system memory to a buffer in a system memory through the system memory bus and to subsequently write the data from the buffer to the portion of the video memory through the graphics controller bus, and wherein selecting a fast write path causes the processor to directly write the data from the system memory to the portion of the video memory through the graphics controller bus without previously writing the data to the buffer through the system memory bus; and
- writing, after the entry is changed, the data to the portion of the video memory using the fast write path if the available performance of the graphics controller bus is faster than the available performance of the system memory bus.
5. The medium of claim 4 wherein refresh and read/write functions of the video memory are controlled by a graphics processing unit and wherein refresh and read/write functions of the system memory are controlled by the memory controller.
6. An apparatus, comprising:
- means for requesting, by an application, to write data from application data in a system memory to a video memory by using a virtual address of a portion of the video memory;
- means for translating, using a virtual memory map of the video memory, the virtual address to a real physical address of the portion of the video memory;
- means for determining that an entry in the virtual memory map corresponding to a mapping between the virtual address and the real physical address is being changed within the virtual memory map;
- means for preventing access to the entry while the entry is being changed;
- means for selecting a write path through a system memory controller based on a comparison of available performances of a graphics controller bus and a system memory bus, wherein selecting a write path causes a processor to write the data from the system memory to a buffer in a system memory through the system memory bus and to subsequently write the data from the buffer to the portion of the video memory through the graphics controller bus, and wherein selecting a fast write path causes the processor to directly write the data from the system memory to die portion of the video memory through the graphics controller bus without previously writing the data to the buffer through the system memory bus; and
- means for writing, after the entry is changed, the data to the portion of the video memory using the fast write path if the available performance of the graphics controller bus is faster than the available performance of the system memory bus.
7. A machine implemented method comprising:
- receiving, from an application, a request to write from application data in a system memory data to a video memory, the request providing a virtual address of at least a portion of the video memory;
- translating, using a virtual memory map of the video memory, the virtual address to a real physical address of the portion of the video memory;
- determining that an entry in the virtual memory map corresponding to a mapping between the virtual address and the real physical address is being changed within the virtual memory map;
- preventing access to the entry while the entry is being changed;
- selecting a write path through a system memory controller based on a comparison of available performances of a graphics controller bus and a system memory bus, wherein selecting a write path causes a processor to write the data from the system memory to a buffer in a system memory through the system memory bus and to subsequently write the data from the buffer to the portion of the video memory through the graphics controller bus, and wherein selecting a fast write path causes the processor to directly write the data from the system memory to the portion of the video memory through the graphics controller bus without previously writing the data to the buffer through the system memory bus; and
- storing, after the entry is changed, the data in the portion of the video memory using the fast write path if the available performance of the graphics controller bus is faster than the available performance of the system memory bus.
8. A method as in claim 7 wherein the translating and storing are performed in part by a graphics software component executing or a graphics processor.
9. A method as in claim 7 wherein the video memory is controlled by a graphics processing unit and the system memory is controlled by the memory controller and wherein the method further comprises:
- paging data out of the video memory and into the system memory; and
- paging data out of the system memory and into the video memory.
10. A non-transitory machine readable medium having instructions to cause a machine to perform a machine implemented method, the method comprising:
- receiving, from an application, a request to write data from application data in a system memory to a video memory, the request providing a virtual address of at least a portion of the video memory;
- translating, using a virtual memory map of the video memory, the virtual address to a real physical address of the portion of the video memory;
- determining that an entry in the virtual memory map corresponding to a mapping between the virtual address and the real physical address is being changed within the virtual memory map;
- preventing access to the entry while the entry is being changed;
- selecting a write path through a system memory controller based on a comparison of available performances of a graphics controller bus and a system memory bus, wherein selecting a write path causes a processor to write the data from the system memory to a buffer in a system memory through the system memory bus and to subsequently write the data from the buffer to the portion of the video memory through the graphics controller bus, and wherein selecting a fast write path causes the processor to directly write the data from the system memory to the portion of the video memory through the graphics controller bus without previously writing the data to the buffer through the system memory bus; and
- storing, after the entry is changed, the data in the portion of the video memory using the fast write path if the available performance of the graphics controller bus is faster than the available performance of the system memory bus.
11. A non-transitory machine readable medium as in claim 10 wherein the translating and storing are performed in part by a graphics software component executing on a graphics processor.
12. A non-transitory machine readable medium as in claim 10 wherein the video memory is controlled by a graphics processing unit and the system memory is controlled by the memory controller and wherein the method further comprises:
- paging data out of the video memory and into the system memory; and
- paging data out of the system memory and into the video memory.
13. A graphics processing system comprising:
- a graphics processing unit;
- a video memory coupled to the graphics processing unit, the graphics processing unit receiving, from an application, a request to write data from application data in a system memory to the video memory, the request providing a virtual address of at least a portion of the video memory, and the graphics processing unit translating, using a virtual memory map of the video memory, the virtual address to a real physical address of the video memory, determining that an entry in the virtual memory map corresponding to a mapping between the virtual address and the real physical address is being changed within the virtual memory map, preventing access to the entry while the entry is being changed, selecting a write path through a system memory controller based on a comparison of available performances of a graphics controller bus and a system memory bus, wherein selecting a write path causes a processor to write the data from the system memory to a butler in a system memory through the system memory bus and to subsequently write the data from the buffer to the portion of the video memory through the graphics controller bus, and wherein selecting a fast write path causes the processor to directly write the data from the system memory to the portion of the video memory through the graphics controller bus without previously writing the data to the buffer through the system memory bus, and storing, after the entry is changed, the data in the portion of the video memory using the fast write path if the available performance of the graphics controller bus is faster than the available performance of the system memory bus.
14. A graphics processing system as in claim 13 wherein a software component executing on the graphics processing unit translates the virtual address using the virtual memory map of the video memory maintained by the graphics processing unit.
15. A graphics processing system as in claim 14 wherein the graphics processing unit, in response to a request to write data to the video memory, pages out data from the video memory into the system memory and in response to a request to access data in the video memory, pages in data from the system memory to the video memory and wherein the video memory is controlled by a graphics processing unit and the system memory is controlled by the memory controller.
16. A machine implemented method comprising:
- requesting, by an application, to write data from application data in a system memory to a video memory, the requesting providing a virtual address of the video memory which will be translated, using a virtual memory map of the video memory, to a physical address of the video memory;
- determining that an entry in the virtual memory map corresponding to a mapping between the virtual address and the real physical address is being changed within the virtual memory map; and
- preventing access to the entry while the entry is being changed;
- selecting a write path through a system memory controller based on a comparison of available performances of a graphics controller bus and a system memory bus, wherein selecting a write path causes a processor to write the data from the system memory to a buffer in a system memory through the system memory bus and to subsequently write the data from the buffer to the video memory through the graphics controller bus, and wherein selecting a fast write path causes the processor to directly write the data from the system memory to the video memory through the graphics controller bus without previously writing the data to the buffer through the system memory bus; and
- causing the data to be transmitted, after the entry is changed, to the video memory using the fast write path if the available performance of the graphics controller bus is faster than the available performance of the system memory bus.
17. A method as in claim 16 wherein the video memory is virtualized by a virtual memory system which causes paging out and paging in of data between the video memory and the system memory.
18. A non-transitory machine readable medium having instructions to cause a machine to perform a machine implemented method, the method comprising:
- requesting, by an application, to write data from application data in a system memory to a video memory, the requesting providing a virtual address of the video memory which will be translated, using a virtual memory map of the video memory, to a physical address of the video memory;
- determining that an entry in the virtual memory map corresponding to a mapping between the virtual address and the real physical address is being changed within the virtual memory map; and
- preventing access to the entry while the entry is being changed;
- selecting a write path through a system memory controller based on a comparison of available performances of a graphics controller bus and a system memory bus, wherein selecting a write path causes a processor to write the data from the system memory to a buffer in a system memory through the system memory bus and to subsequently write the data from the buffer to the video memory through the graphics controller bus, and wherein selecting a fast write path causes the processor to directly write the data from the system memory to the video memory through the graphics controller bus without previously writing the data to the buffer through the system memory bus; and
- causing the data to be transmitted, after the entry is changed, to the video memory using the fast write path if the available performance of the graphics controller bus is faster than the available performance of the system memory bus.
19. A non-transitory machine readable medium as in claim 18 wherein the video memory is virtualized by a virtual memory system which causes paging out and paging in of data between the video memory and the system memory.
5113180 | May 12, 1992 | Gupta et al. |
5471672 | November 28, 1995 | Reddy et al. |
5491813 | February 13, 1996 | Bondy et al. |
5757385 | May 26, 1998 | Narayanaswami et al. |
5802590 | September 1, 1998 | Draves |
5832289 | November 3, 1998 | Shaw et al. |
5842015 | November 24, 1998 | Cunniff et al. |
6005851 | December 21, 1999 | Craddock et al. |
6075546 | June 13, 2000 | Hussain et al. |
6170047 | January 2, 2001 | Dye |
6181346 | January 30, 2001 | Ono et al. |
6188381 | February 13, 2001 | van der Wal et al. |
6232990 | May 15, 2001 | Poirion |
6236413 | May 22, 2001 | Gossett et al. |
6269102 | July 31, 2001 | Hayashi |
6397263 | May 28, 2002 | Hancock et al. |
6408386 | June 18, 2002 | Hammond et al. |
6437788 | August 20, 2002 | Milot et al. |
6467075 | October 15, 2002 | Sato et al. |
6476808 | November 5, 2002 | Kuo et al. |
6549996 | April 15, 2003 | Manry et al. |
6567907 | May 20, 2003 | Aglietti et al. |
6573846 | June 3, 2003 | Trivedi et al. |
6633564 | October 14, 2003 | Steer et al. |
6658564 | December 2, 2003 | Smith et al. |
6697076 | February 24, 2004 | Trivedi et al. |
6724767 | April 20, 2004 | Chong et al. |
6867781 | March 15, 2005 | Van Hook et al. |
6880074 | April 12, 2005 | Perry et al. |
7136068 | November 14, 2006 | Priem et al. |
20020032850 | March 14, 2002 | Kauffman |
20020052914 | May 2, 2002 | Zalewski et al. |
20020101427 | August 1, 2002 | Nguyen et al. |
20020152331 | October 17, 2002 | Wong et al. |
20030001840 | January 2, 2003 | Spitzer et al. |
20030115476 | June 19, 2003 | McKee |
20030131147 | July 10, 2003 | Wilt et al. |
20030140179 | July 24, 2003 | Wilt et al. |
20040160449 | August 19, 2004 | Gossalia et al. |
- Intel Corporation. “AGP Accelerated Graphics Port: Accelerated Graphics Port Interface Specification”, Revision: 2.0 (May 4, 1998), cover sheet, p. 2 and pp. 23-29.
- Intel Corporation. “AGP Accelerated Graphics Port: Draft AGP V3.0 Interface Specification”, Revision: 0.95 (May 2001), cover sheet and pp. 33-36.
- Owens, John D. et al., “Polygon Rendering on a Stream Architecture”, SIGGRAPH/EUROGRAPHICS Workshop on Graphics Hardware, ACM Press, NY, NY (Aug. 2000) pp. 23-32.
- Segal, Mark et al., “The Design of the OpenGL Graphics Interface”, Silicon Graphics Computer Systems (1994), pp. 1-10.
- Silicon Graphics Computer Systems, “Open GL: The Industry's Foundation for High Performance Graphics”, Datasheet (1998), 4 pages.
Type: Grant
Filed: Feb 8, 2013
Date of Patent: Aug 19, 2014
Patent Publication Number: 20130155084
Assignee: Apple Inc. (Cupertino, CA)
Inventors: John Stauffer (Gilroy, CA), Robert Beretta (South Lake Tahoe, CA)
Primary Examiner: Joni Richer
Application Number: 13/763,442
International Classification: G06F 12/10 (20060101); G06F 13/00 (20060101);