US20040196289A1 - Upgrading an integrated graphics subsystem - Google Patents

Upgrading an integrated graphics subsystem Download PDF

Info

Publication number
US20040196289A1
US20040196289A1 US10/831,506 US83150604A US2004196289A1 US 20040196289 A1 US20040196289 A1 US 20040196289A1 US 83150604 A US83150604 A US 83150604A US 2004196289 A1 US2004196289 A1 US 2004196289A1
Authority
US
United States
Prior art keywords
graphics controller
graphics
agp
signal
controller
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.)
Abandoned
Application number
US10/831,506
Inventor
Brian Langendorf
Thomas Piazza
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.)
Individual
Original Assignee
Individual
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 Individual filed Critical Individual
Priority to US10/831,506 priority Critical patent/US20040196289A1/en
Publication of US20040196289A1 publication Critical patent/US20040196289A1/en
Abandoned 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/14Digital output to display device ; Cooperation and interconnection of the display device with other functional units
    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09GARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
    • G09G5/00Control arrangements or circuits for visual indicators common to cathode-ray tube indicators and other visual indicators
    • G09G5/36Control arrangements or circuits for visual indicators common to cathode-ray tube indicators and other visual indicators characterised by the display of a graphic pattern, e.g. using an all-points-addressable [APA] memory
    • G09G5/363Graphics controllers
    • 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/14Digital output to display device ; Cooperation and interconnection of the display device with other functional units
    • G06F3/1423Digital output to display device ; Cooperation and interconnection of the display device with other functional units controlling a plurality of local displays, e.g. CRT and flat panel display
    • G06F3/1438Digital output to display device ; Cooperation and interconnection of the display device with other functional units controlling a plurality of local displays, e.g. CRT and flat panel display using more than one graphics controller
    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09GARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
    • G09G2352/00Parallel handling of streams of display data
    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09GARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
    • G09G2360/00Aspects of the architecture of display systems
    • G09G2360/06Use of more than one graphics processor to process data before displaying to one or more screens
    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09GARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
    • G09G5/00Control arrangements or circuits for visual indicators common to cathode-ray tube indicators and other visual indicators
    • G09G5/36Control arrangements or circuits for visual indicators common to cathode-ray tube indicators and other visual indicators characterised by the display of a graphic pattern, e.g. using an all-points-addressable [APA] memory
    • G09G5/39Control of the bit-mapped memory
    • G09G5/393Arrangements for updating the contents of the bit-mapped memory

Definitions

  • the invention relates generally to graphics subsystems in personal computers. More particularly, the invention relates to an upgrade solution for an integrated graphics controller and various Accelerated Graphics Port (AGP) protocol modifications to provide symmetric capabilities to both AGP targets and AGP masters.
  • AGP Accelerated Graphics Port
  • PCs modem personal computers
  • This subsystem has increased in sophistication to the point that 2D acceleration, 3D acceleration, and video functions are considered standard in all PCs.
  • the usage model of a 3D graphics controller exhibits a very asymmetric traffic pattern.
  • the processor tends to deliver commands to the graphics controller by writing directly to it or by writing command buffers in memory. While the command traffic may be a fairly large amount of traffic in an absolute sense, it is a small percentage of the total traffic between the core logic chipset and the graphics controller. Most of the traffic is a result of the graphics controller initiating access to and interfacing with main memory. Typically, the graphics controller is reading from main memory.
  • the graphics controller may access texture information directly from main memory or swap in the next chunk of geometry.
  • AGP Accelerated Graphics Port
  • AGP Accelerated Graphics Port
  • FIG. 1A In a system employing Accelerated Graphics Port (AGP) enabled devices, as illustrated in FIG. 1A, upgrading the graphics subsystem presently requires a system's existing graphics controller to be disabled in favor of an upgraded graphics controller residing on an add-in card.
  • the system of FIG. 1A includes a chipset 110 that acts as the target of AGP requests from motherboard graphics 130 .
  • the chipset 110 and motherboard graphics 130 communicate by way of an AGP bus 111 .
  • Also coupled to the AGP bus 111 is an AGP connector 120 .
  • the AGP connector 120 provides an upgrade path for the motherboard graphics 130 by allowing installation of an expansion card.
  • the AGP protocol was developed without the concept of a three load bus, only two devices, an AGP master and an AGP target, may be enabled at a time.
  • two graphics controllers may cooperate as one virtual graphics controller.
  • a first graphics controller renders a first subset of pixels of a display to a local memory of the first graphics controller.
  • a second graphics controller renders a second subset of pixels of the display to a local memory of the second graphics controller. Then, after both the first graphics controller and the second graphics controller have completed their respective rendering, merging the content of the local memory of the first graphics controller and the content of the local memory of the second graphics controller.
  • FIG. 1A is a block diagram of an AGP enabled graphics subsystem.
  • FIG. 1B illustrates a prior approach for upgrading the graphics subsystem of FIG. 1A.
  • FIG. 2 is a block diagram of a system utilizing an integrated graphics chipset according to one embodiment of the present invention.
  • FIG. 3A conceptually illustrates two graphics controllers cooperating on a single screen according to one embodiment of the present invention.
  • FIGS. 3B-3E conceptually illustrate other ways of dividing the screen according to alternative embodiments of the present invention.
  • FIG. 4 is a flow diagram illustrating virtual graphics controller processing according to one embodiment of the present invention.
  • FIG. 5 is a flow diagram illustrating virtual graphics controller processing according to another embodiment of the present invention.
  • FIG. 6 is a flow diagram illustrating chunking processing according to one embodiment of the present invention.
  • FIG. 7 is a simplified block diagram that illustrates current Accelerated Graphics Port (AGP) signaling.
  • AGP Accelerated Graphics Port
  • FIG. 8 is a block diagram that illustrates modifications to the signaling of FIG. 7 to implement symmetrical AGP according to one embodiment of the present invention.
  • FIG. 9 is a block diagram illustrating an AGP device architecture and data flow among the relevant components according to one embodiment of the present invention.
  • Apparatus and methods are provided for allowing two graphics controllers to cooperate on a single screen and for modifying the AGP protocol to provide symmetric capabilities for both AGP targets and AGP masters.
  • embodiments of the present invention seek to provide a technique for providing an efficient upgrade path for an integrated graphics subsystem of a PC-compatible system.
  • an AGP bus may have two devices attached to it: (1) a core logic device having an integrated graphics subsystem, and (2) a card slot in which an upgrade graphics controller add-in card may be installed. Rather than disabling the embedded graphics controller when the upgrade graphics controller is present, the two graphics controllers can cooperate.
  • the invention enables the design of high performance graphics systems that distributes graphics workload with minimal enhancements to the AGP protocol.
  • the two graphics controllers may transfer data between each other using modified AGP signaling which enables symmetric capabilities for both AGP targets and AGP masters.
  • the present invention includes various steps, which will be described below.
  • the steps of the present invention may be performed by hardware components or may be embodied in machine-executable instructions, which may be used to cause a general-purpose or special-purpose processor or logic circuits programmed with the instructions to perform the steps.
  • the steps may be performed by a combination of hardware and software.
  • embodiments of the present invention will be described with reference to spatial partitioning, e.g., two graphics controllers doing the same type of work but on different portions of a frame buffer.
  • the present invention is equally applicable to other types of partitioning, such as factional partitioning in which the controllers split the front and back of the graphics pipeline.
  • one graphics controller e.g., the integrated graphics controller
  • the other graphics controller e.g., the external device may perform setup and rendering.
  • the controllers may cooperate to pre-compute an intermediate result, such as calculating the resulting color for one texture of a multi-textured triangle.
  • various other factional partitioning approaches may be employed.
  • Accelerated Graphics Port (AGP) is a high-performance bus specification, as described in the Accelerated Graphics Port Interface Specification, Revision 2.0, May 4, 1998 and subsequent revisions thereto, that is designed for fast, high-quality display of 3D graphics and video images.
  • the term “master” generally refers to the initiator of AGP transactions to transfer data to or from main memory.
  • AGP contemplates the graphics controller acting as the master of AGP transactions. That is, the graphics controller issues transaction requests and the core logic later initiates the corresponding data transaction.
  • target generally refers to the AGP device, e.g., the core logic, that services the request of the master.
  • virtual wire function generally refers to replacing something that had previously been signaled explicitly with a command type on a shared bus.
  • virtual wire functions can be used to assert and deassert signals without affecting state machine operation as the only difference is the signal is received as a result of a command decode rather than a buffer receiving and synchronizing a pin.
  • chunking generally refers to a mechanism used to take advantage of 2D locality to optimize page hits whereby a graphics controller operates on a rectangular portion of the screen representing a portion of multiple scanlines. Because it is very likely that adjacent pixels will need the same texture values, chunking can achieve better performance than simple-mindedly operating on a single scanline at a time.
  • FIG. 2 is a block diagram of a system utilizing an integrated graphics chipset 220 according to one embodiment of the present invention.
  • the architecture depicted includes a processor 210 , an AGP device 230 , and a memory 240 .
  • the chipset 220 is coupled to the AGP device 230 , the processor 210 , and the memory 240 through an AGP bus 221 , a processor bus 222 , and a memory bus 223 , respectively.
  • the chipset 220 may represent a traditional chipset north bridge having an integrated graphics core.
  • the chipset 220 has an architecture similar to that of the Intel 810 chipset which includes a memory controller (not shown) with built-in graphics technology (integrated AGP) and is based on the Accelerated Hub Architecture.
  • the Accelerated Hub Architecture is capable of providing each critical multimedia subsystem with a direct link to the chipset 220 .
  • the chipset 220 may also include direct interfaces for IDE (Intelligent Drive Electronics or Integrated Drive Electronics), audio, modem, and USB subsystems.
  • a mechanism is provided for allowing the integrated AGP graphics controller and the upgrade graphics controller to cooperate as one virtual graphics controller.
  • a significant amount of resources may be conserved.
  • a single driver with minor enhancements is used to command the integrated graphics product, the discreet graphics product, and the performance enhanced system that includes both controllers.
  • both controllers have compatible command sets, thereby allowing the driver to lay down a single command list comprising commands from a common command set that the controllers independently process.
  • the driver can lay down commands without caring which of the graphics controllers is going to execute the command. It is not necessary that each controller understand all commands understood by the other; however, preferably there exists a reasonably sized subset of commands that can be processed by both controllers.
  • the driver may deal with each graphics controller on an individual basis. For example, the driver may divide the commands among the two or more cooperating graphics controllers by laying down two different command lists, for example. However, this approach is thought to reduce performance since too much time would be spent in the driver making these decisions.
  • the virtual graphics controller 350 includes a primary graphics controller 310 and a secondary graphics controller 320 that update the contents of a frame buffer 330 .
  • the frame buffer 330 is a portion of memory from which the screen is rendered.
  • the frame buffer 330 contains a complete bit-mapped image representation of what is to be displayed on the monitor 340 .
  • the frame buffer 330 includes information regarding the color to paint each pixel of the screen.
  • the location of the frame buffer 330 has changed over time and is not a primary concern.
  • the frame buffer 330 may be stored in memory local to the primary graphics controller 310 .
  • the frame buffer 330 may be represented as a portion of main memory 240 .
  • the frame buffer 330 implements a multiple buffering scheme.
  • the frame buffer 330 may includes a front buffer from which the screen is updated and a back buffer to which the graphics controllers 310 and 320 write while the front buffer is being displayed. When the display update is complete, then the front buffer becomes the back buffer, the back buffer becomes the front buffer, and the process continues.
  • more than one back buffer may be employed in which case a queue of back buffers may be provided thereby allowing the graphics controllers 310 and 320 to render one or more frames ahead of the currently displayed frame.
  • division of work between the controllers 310 and 320 has been accomplished by assigning portions, e.g., chunks, of the frame buffer 330 to the graphics controllers 310 and 320 according to a checker board pattern. Specifically, responsibility for rendering of the dark rectangular regions of the frame buffer 330 has been allocated to the primary graphics controller 310 and responsibility for the white regions has been assigned to the secondary graphics controller 320 .
  • Various other allocations of the frame buffer 330 may be employed to coordinate the processing of the graphics controllers 310 and 320 .
  • FIGS. 3B-3E conceptually illustrate other ways of dividing the screen according to alternative embodiments of the present invention. According to FIG.
  • one of the graphics controllers is responsible for the upper portion of the screen and the other updates the portion of the frame buffer 330 corresponding to the lower portion of the screen.
  • alternating horizontal stripes comprising one or more horizontal scanlines have been assigned to the controllers 310 and 320 .
  • FIG. 3D depicts an allocation in which one controller updates the portion of the frame buffer 330 corresponding to the right-hand portion of the screen and the other is responsible for the left-hand portion of the screen.
  • FIG. 3D represents an assignment whereby alternating vertical stripes are handled by the controllers.
  • FIG. 4 is a flow diagram illustrating virtual graphics controller processing according to one embodiment of the present invention.
  • the steps described below may be performed under the control of a programmed processor.
  • the steps may be fully or partially implemented by any programmable or hardcoded logic, such as Field Programmable Gate Arrays (FPGAs), TTL logic, or Application Specific Integrated Circuits (ASICs), for example.
  • FPGAs Field Programmable Gate Arrays
  • ASICs Application Specific Integrated Circuits
  • one controller is initialized as the primary displayer, the other is established as the secondary displayer, and each controller renders to a local memory.
  • the secondary displayer merges the information from its local memory into the local memory of the primary displayer and primary displayer displays the resulting complete bit-mapped image on the screen.
  • initialization is performed.
  • the screen partitioning e.g., strip allocations
  • the graphics controllers may each receive an indication from the driver that another graphics controller will be sharing the workload.
  • each of the graphics controllers may be assigned primary or secondary responsibility for certain functions, such as display, synchronization, acknowledgement, etc.
  • each graphics controller renders the pixels it has been assigned to its local memory. It should become apparent that half the time the data the graphics controller 310 needs for rendering must be read from graphics controller 320 and vice versa. For example, a bit-block transfer (bitblt) to move a rectangle from one portion of the screen to another in which pixels from where the rectangle started are in the portion of the frame buffer 330 controlled by graphics controller 320 and pixels where the rectangle is to be moved are in the portion of the frame buffer 330 controlled by graphics controller 310 will require data to be transferred from graphics controller 320 to graphics controller 310 .
  • bitblt bit-block transfer
  • the graphics controllers are synchronized to assure both graphics controllers have completed rendering prior to performing the merge operation.
  • this allows graphics controllers of differing speeds and/or spatial partitions resulting in disproportionate loads to be accommodated.
  • Exemplary control and synchronization mechanisms for coordinating the processing of two or more cooperating graphics controllers are described below.
  • the graphics controller that has been designated as the secondary displayer merges the contents of its local memory into the local memory of the primary displayer by initiating a write transaction.
  • step 450 the primary displayer updates the display.
  • FIG. 5 is a flow diagram illustrating virtual graphics controller processing according to another embodiment of the present invention.
  • the primary displayer device knows what the display map looks like and when it needs to display a raster line that exists locally on the other graphics controller, it simply reads it from the other graphics controller.
  • symmetrical AGP capabilities become desirable as both graphics controllers are performing rendering and will each inevitably need to read from the other to accomplish their rendering. Modified signaling to accomplish symmetrical AGP is described below.
  • initialization of the graphics controllers is performed.
  • initialization may include, spatial partitioning of the screen and designation as the primary or secondary controller responsible for various tasks, such as displaying, synchronization, and/or acknowledgement, e.g., strip allocations, may be established by the driver.
  • each graphics controller renders locally.
  • the graphics controllers are synchronized.
  • step 540 display processing begins at step 540 where a determination is made regarding the location of the next raster line. This determination may be made with reference to the display map provided to the primary displayer during initialization. At any rate, if the next raster line is located in the memory of the secondary displayer, then processing continues with step 550 . However, if the current raster line is located in the primary displayer, then processing proceeds to step 560 .
  • step 550 the primary displayer reads the next raster line from the secondary displayer. Subsequently, control flows to step 560 .
  • step 560 if more raster lines need to be processed, then processing loops back up to step 540 ; otherwise, processing continues to step 570 .
  • step 570 the all the raster data is now local to the primary displayer and the primary displayer can update the display.
  • whichever controller has the destination pixel local to it for rendering is responsible for the move, e.g., responsible for reading the information for updating the pixel from the other.
  • FIG. 6 is a flow diagram illustrating chunking processing according to one embodiment of the present invention. Previous embodiments have focused on spatial partitioning; however, better load balancing may be achieved by the chunking technique that will now be described. Briefly, rather than assigning a predetermined portion of the frame buffer to each of the graphics controllers 310 and 320 , each graphics controller 310 and 320 may independently pull a group of commands associated with a chunk from a common pool at its own rate. Advantageously, in this manner, the faster of the graphics controllers 310 and 320 will necessarily and appropriately perform more work.
  • the driver creates command lists for each chunk.
  • Each graphics controller 310 and 320 is assigned an initial chunk at step 610 . Then, the graphics controllers 310 and 320 essentially begin to independently process chunks at their own pace.
  • step 615 the graphics controller processes the next command from the list associated with its assigned chunk.
  • step 620 if the command is the final one for the chunk, then processing continues with step 625 . Otherwise, processing loops back to step 615 .
  • step 625 if the graphics controller is the secondary graphics controller, then processing continues with step 630 . Otherwise, if the graphics controller is the primary graphics controller, then processing proceeds to step 635 .
  • step 630 the secondary graphics controller merges the content of its local memory into that of the primary graphics controller. After step 630 , processing continues with step 635 .
  • step 635 the graphics controller determines if any more chunks are available for processing. If not, processing branches to step 645 . If there are more chunks available in the common pool of chunks, then processing proceeds to step 640 .
  • step 640 the graphics controller is assigned the next chunk from the common pool and processing loops back to step 615 .
  • step 645 the graphics controllers 310 and 320 are synchronized according to one of the techniques described below and processing continues with step 650 .
  • the primary displayer causes the display to be updated with the contents of its local memory.
  • FIG. 7 is a simplified block diagram that illustrates current Accelerated Graphics Port (AGP) signaling between an AGP master 720 and an AGP target 730 .
  • the signals depicted in this example include: an Address/Data (AD) bus 710 , a sideband address (SBA) port 711 , a grant (GNT#) signal 712 , a status (ST) bus 713 , a write buffer full (WBF#) signal 714 , a system error (SERR#) signal 715 , a bus request (REQ#) signal 716 , a pipeline (PIPE#) signal 717 , an initiator ready (IRDY#) signal 718 , and a target ready (TRDY#) signal 719 .
  • AD Address/Data
  • SBA sideband address
  • GNT# grant
  • ST status
  • WBF# write buffer full
  • SERR# system error
  • REQ# bus request
  • PIPE# pipeline
  • IRDY# initiator ready
  • TRDY#
  • the Address/Data (AD) bus 710 is the physical data conduit between the master 720 and the target 730 during data transactions.
  • the master 720 sources write data on the AD bus 710 for write data transactions; and the target 730 sources read data on the AD bus 710 for read data transactions.
  • the AD bus 710 may be used to transfer both request information as well as data.
  • the AD bus 710 may be used solely for the transfer of data between the master 720 and the target 730 .
  • the sideband address (SBA) port 711 may be used by the AGP master 720 to issue transaction requests to the AGP target 730 rather than issuing transaction requests over the AD bus 710 and C/BE bus (not shown). Either PIPE# 717 and the AD bus 710 and C/BE bus are used to issue transaction requests, or the SBA 711 . Therefore, if a master 720 implements the SBA 711 , there is no need to implement the PIPE# mechanism.
  • the grant (GNT#) signal 712 is asserted by the AGP target 730 to indicate the grant of ownership to the AGP master 720 of the bus(ses) over which transaction requests are issued, e.g., the PIPE# bus 717 , the AD bus 710 and the C/BE bus or the SBA bus 711 .
  • the status (ST) bus 713 is used by the AGP target to indicate the reason for the grant of transaction bus ownership to the AGP master 720 .
  • the write buffer full (WBF#) signal 714 is an optional signal that may be used as an output by the master 720 to inhibit fast write transactions.
  • the system error (SERR#) signal 715 is an optional signal used to indicate the detection of an address phase parity error, or some other critical error.
  • the bus request (REQ#) signal 716 is asserted by the AGP master 720 to request ownership of the AD bus 710 and the C/BE bus so the AGP master 720 can issue one or more transaction requests to the target 730 .
  • the pipeline (PIPE#) signal 717 is only used by the AGP master 720 when the AD bus 710 and the C/BE bus are used to issue transaction requests.
  • the PIPE# signal 717 indicates the AD bus 710 and the C/BE bus contain a valid address and command.
  • the initiator ready (IRDY#) signal 718 is asserted by the AGP master 720 to indicate that it is ready for a data transaction. In a write data transaction, IRDY# 718 asserted indicates that the master 720 is ready to provide data to the target. In a read data transaction, IRDY# 718 asserted indicates that the master 720 is ready to accept data from the target 730 .
  • the target ready (TRDY#) signal 719 is asserted by the AGP target 730 to indicate that it is ready for a data transaction. In a write data transaction, TRDY# 719 asserted indicates the target 730 is ready to accept data from the master 720 . In a read data transaction, TRDY# 719 asserted indicates the target 730 is ready to provide data to the master 720 .
  • FIG. 8 is a block diagram that illustrates modifications to the signaling of FIG. 7 to implement symmetrical AGP according to one embodiment of the present invention.
  • an AGP target 830 is given initiator capabilities and an AGP master 820 is allowed to act as a target thereby letting each have the role of the other, for purposes of this discussion, the integrated graphics controller and the upgrade graphics controller will continue to be referred to as the target and the master, respectively, in accordance with AGP convention.
  • an Address/Data (AD) bus 810 a sideband address (SBA) port 811 , a grant (GNT#) signal 812 , a status (ST) bus 813 , a master SBA request (MSBA_REQ) signal 821 , a target SBA request (TSBA_REQ) signal 831 , a master grant request (MGNT_REQ) signal 822 , a target grant request (TGNT_REQ) signal 832 , an initiator ready (IRDY#) signal 818 , and a target ready (TRDY#) signal 819 .
  • AD Address/Data
  • SBA sideband address
  • GNT# grant
  • ST status bus 813
  • MSBA_REQ master SBA request
  • TSBA_REQ target SBA request
  • MGNT_REQ master grant request
  • TGNT_REQ target grant request
  • IRDY# initiator ready
  • TRDY# target ready
  • graphics controller 310 and 320 it is sometimes desirable to allow either graphics controller 310 and 320 to initiate AGP commands to be serviced by the other device.
  • the upgrade graphics controller (master) must be able to gain control of GNT# signal 812 and the ST bus 813 that together are used to initiate the data transfers that complete a previously received AGP command. Therefore, the SBA port 811 and the combination of the GNT# signal 812 and the ST bus 813 form two resources that need to be arbitrated.
  • the SBA port 811 and the combination of the GNT# signal 812 and the ST bus 813 should be arbitrated independently thereby allowing a device to schedule the completion of an AGP command by the assertion of the GNT# signal 812 while simultaneously delivering a new AGP command to the other device.
  • an assumption could be made that the SBA port 811 and both the GNT# signal 812 and the ST bus 813 point in the same direction. However, this would have the effect of inhibiting the concurrent completion scheduling and delivery of a new AGP command to the other device as discussed above thereby providing a lesser performance embodiment.
  • the grants determines what kind of transaction is happening on the AD bus 810 next, e.g., direction of the data flow, what transaction type is being completed, etc. Therefore, these signals may be scheduled based on the state of the ST bus 813 when the GNT# signal 812 is asserted and the subsequent data flow control.
  • the REQ# signal 716 and the WBF# signal 714 are used as a request pair for the SBA port 811 .
  • the PIPE# signal 717 and the SERR# signal 715 are used as a request pair for both the GNT# signal 812 and the ST bus 813 .
  • the AGP specification allows the AGP target 830 to deliver fast writes to the AGP master 820 using a modified PCI protocol. This is not required if the AGP target 830 can acquire mastership. In this case, AGP write commands can be used for high bandwidth data transfer. Consequently, this removes the need for the WBF# signal 714 .
  • the PIPE# signal 717 and the SBA port 711 are two different mechanisms/syntaxes to communicate essentially the same thing, e.g., the same set of commands. That is, there is nothing of significance that can be accomplished with the PIPE# signal 717 that could't be implemented with the SBA port 711 . Since the SBA port 711 is higher performance and the PIPE# signal 717 and the SBA port 711 are relatively equivalent, the PIPE# signal 717 is no longer needed as a delivery mechanism.
  • a reserved AGP command opcode may be used to implement a virtual wire function.
  • Virtual wires can be used to implement the SERR# signal 715 and the PCI REQ# signal 716 . Therefore, there is no need for these signals.
  • symmetric AGP may be implemented on a standard AGP connector.
  • a motherboard down device may be used or a new connector type may be employed thereby allowing other pins than those specified above to be employed for arbitration.
  • FIG. 9 is a block diagram illustrating an architecture of an AGP device 1000 representing an AGP master or an AGP target according to one embodiment of the present invention.
  • the AGP device 900 includes five bus interfaces: a transaction request interface 905 , a transaction request arbitration interface 920 , a data transaction interface 930 , a data transaction initiation interface 945 , and a data transaction initiation arbitration interface 950 .
  • the transaction request arbitration interface 920 is coupled to the request pair for the SBA port 811 , i.e., the MSBA_REQ signal 821 and the TSBA_REQ signal 831 .
  • arbitration is distributed between a request arbiter 925 of the AGP device 900 and a request arbiter on the other graphics controller.
  • both arbiters implement a common round-robin arbitration scheme.
  • the request arbiter 925 asserts the MSBA_REQ signal 821 on behalf of the AGP device 900 if any commands are present in the outbound transaction request queue 915 .
  • the transaction request interface 905 is coupled to the SBA port 811 for transmitting and receiving commands to/from the other graphics controller. Commands received from the other graphics controller are enqueued on the inbound transaction request queue 910 to await subsequent processing. If one or more commands reside in the outbound transaction request queue 915 , then the command at the front of the queue is transmitted to the other graphics controller upon receiving an indication from the request arbiter 925 that the AGP device 900 has been granted access to the SBA port 811 .
  • the data transaction initiation arbitration interface 950 is coupled to the request pair for the GNT# signal 812 and the ST bus 813 , i.e., the MGNT_REQ signal 822 and the TGNT_REQ signal 832 .
  • arbitration is distributed between a data transaction arbiter 955 of the AGP device 900 and a corresponding arbiter on the other graphics controller.
  • both arbiters implement a common round-robin arbitration scheme.
  • the data transaction arbiter 955 asserts the MGNT_REQ signal 822 on behalf of the AGP device 900 in response to the processing of a previously enqueued write command on the inbound transaction request queue 910 indicating that the other device has requested to initiate a write transaction to the AGP device 900 . Subsequently, if the AGP device 900 is granted access to the GNT# 812 signal, the data transaction initiation arbiter asserts the GNT# 812 signal on behalf of the AGP device 900 and transmits a status value indicating the AGP device 900 is ready for the other device to provide the for the previously enqueued write command.
  • the data transaction initiation interface 945 is coupled to the GNT# signal 812 and the ST bus 813 for transmitting and receiving grants to/from the other device. If the grant indicates the other device is ready to receive data corresponding to a write command previously transmitted by the AGP device 900 to the other device, then the data transaction initiation interface causes the write data queue to source data onto the AD bus 810 .
  • the data transaction interface 930 is coupled to the AD bus 810 for transmitting and receiving data to/from the other graphics controller. Data received from the other graphics controller is temporarily stored in the read data return queue 935 to await subsequent processing by the AGP device 900 .
  • the driver can drop two commands, e.g., ACK 1 and ACK 2 .
  • Each graphics controller will process the synchronization command directed to it and will ignore the synchronization command directed to the other graphics controller.
  • one graphics controller can be set up to be primarily responsible for acknowledgement.
  • the primary controller can act on behalf of both devices. For example, the primary may acknowledge on behalf of both devices after both have passed the synchronization point.
  • the driver can simply treat the virtual graphics controller as a single device.
  • two different types of acknowledgements may be employed, a synchronization type and an update type.
  • the graphics controller serving as the primary acknowledgement agent not only needs to acknowledge on behalf of both devices, but has to release the secondary device.
  • the primary acknowledgement agent need not wait for the other.
  • the primary acknowledgement agent may queue ACK information, such as the acknowledgement along with an indication regarding what action to take and indication regarding which of the graphics controllers 310 and 320 is ahead.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • General Engineering & Computer Science (AREA)
  • Computer Graphics (AREA)
  • Computer Hardware Design (AREA)
  • Controls And Circuits For Display Device (AREA)

Abstract

Apparatus and methods are provided for allowing two graphics controllers to cooperate on a single screen and for modifying the AGP protocol to provide symmetric capabilities for both AGP targets and AGP masters. According to one embodiment of the present invention two graphics controllers may cooperate as one virtual graphics controller. A first graphics controller renders a first subset of pixels of a display to a local memory of the first graphics controller. A second graphics controller renders a second subset of pixels of the display to a local memory of the second graphics controller. Then, after both the first graphics controller and the second graphics controller have completed their respective rendering, merging the content of the local memory of the first graphics controller and the content of the local memory of the second graphics controller.

Description

    COPYRIGHT NOTICE
  • Contained herein is material that is subject to copyright protection. The copyright owner has no objection to the facsimile reproduction of the patent disclosure by any person as it appears in the Patent and Trademark Office patent files or records, but otherwise reserves all rights to the copyright whatsoever. [0001]
  • BACKGROUND OF THE INVENTION
  • 1. Field of the Invention [0002]
  • The invention relates generally to graphics subsystems in personal computers. More particularly, the invention relates to an upgrade solution for an integrated graphics controller and various Accelerated Graphics Port (AGP) protocol modifications to provide symmetric capabilities to both AGP targets and AGP masters. [0003]
  • 2. Description of the Related Art [0004]
  • All modem personal computers (PCs) contain a graphics subsystem. Through the years, this subsystem has increased in sophistication to the point that 2D acceleration, 3D acceleration, and video functions are considered standard in all PCs. The usage model of a 3D graphics controller exhibits a very asymmetric traffic pattern. The processor tends to deliver commands to the graphics controller by writing directly to it or by writing command buffers in memory. While the command traffic may be a fairly large amount of traffic in an absolute sense, it is a small percentage of the total traffic between the core logic chipset and the graphics controller. Most of the traffic is a result of the graphics controller initiating access to and interfacing with main memory. Typically, the graphics controller is reading from main memory. For example, the graphics controller may access texture information directly from main memory or swap in the next chunk of geometry. In order to keep the complexity of the definition down, the Accelerated Graphics Port (AGP) specification defines a “port” capable of supporting only two active device, an initiator (or master) and a target, having asymmetric capabilities. [0005]
  • While traditionally, in order to preserve flexibility, the graphics controller has been implemented as a discreet component, it has been found that integrating the graphics controller with the North Bridge of the core logic chipset can produce solutions with better price/performance ratios. Such integration, however, removes flexibility in the selection of the graphics subsystem. Since motherboard and system vendors commonly use the graphics subsystem as an area to differentiate their systems and the graphics subsystem is one of the most rapidly changing areas within PCs, it is important to retain an upgrade path for any graphics subsystem design. [0006]
  • In a system employing Accelerated Graphics Port (AGP) enabled devices, as illustrated in FIG. 1A, upgrading the graphics subsystem presently requires a system's existing graphics controller to be disabled in favor of an upgraded graphics controller residing on an add-in card. The system of FIG. 1A includes a [0007] chipset 110 that acts as the target of AGP requests from motherboard graphics 130. The chipset 110 and motherboard graphics 130 communicate by way of an AGP bus 111. Also coupled to the AGP bus 111 is an AGP connector 120. The AGP connector 120 provides an upgrade path for the motherboard graphics 130 by allowing installation of an expansion card. However, because the AGP protocol was developed without the concept of a three load bus, only two devices, an AGP master and an AGP target, may be enabled at a time.
  • Consequently, as illustrated in FIG. 1B, when an [0008] AGP expansion card 140 is installed, it replaces the existing AGP graphics controller 130 which must be disabled and therefore becomes dormant. In a system employing an integrated graphics controller, such an upgrade mechanism would result in a significant waste of resources as the integrated graphics controller may easily represent over a million gates.
  • BRIEF SUMMARY OF THE INVENTION
  • According to one embodiment of the present invention two graphics controllers may cooperate as one virtual graphics controller. A first graphics controller renders a first subset of pixels of a display to a local memory of the first graphics controller. A second graphics controller renders a second subset of pixels of the display to a local memory of the second graphics controller. Then, after both the first graphics controller and the second graphics controller have completed their respective rendering, merging the content of the local memory of the first graphics controller and the content of the local memory of the second graphics controller. [0009]
  • Other features and advantages of the invention will be apparent from the accompanying drawings and from the detailed description. [0010]
  • BRIEF DESCRIPTION OF THE SEVERAL VIEWS OF THE DRAWINGS
  • The present invention is illustrated by way of example, and not by way of limitation, in the figures of the accompanying drawings and in which like reference numerals refer to similar elements and in which: [0011]
  • FIG. 1A is a block diagram of an AGP enabled graphics subsystem. [0012]
  • FIG. 1B illustrates a prior approach for upgrading the graphics subsystem of FIG. 1A. [0013]
  • FIG. 2 is a block diagram of a system utilizing an integrated graphics chipset according to one embodiment of the present invention. [0014]
  • FIG. 3A conceptually illustrates two graphics controllers cooperating on a single screen according to one embodiment of the present invention. [0015]
  • FIGS. 3B-3E conceptually illustrate other ways of dividing the screen according to alternative embodiments of the present invention. [0016]
  • FIG. 4 is a flow diagram illustrating virtual graphics controller processing according to one embodiment of the present invention. [0017]
  • FIG. 5 is a flow diagram illustrating virtual graphics controller processing according to another embodiment of the present invention. [0018]
  • FIG. 6 is a flow diagram illustrating chunking processing according to one embodiment of the present invention. [0019]
  • FIG. 7 is a simplified block diagram that illustrates current Accelerated Graphics Port (AGP) signaling. [0020]
  • FIG. 8 is a block diagram that illustrates modifications to the signaling of FIG. 7 to implement symmetrical AGP according to one embodiment of the present invention. [0021]
  • FIG. 9 is a block diagram illustrating an AGP device architecture and data flow among the relevant components according to one embodiment of the present invention. [0022]
  • DETAILED DESCRIPTION OF THE INVENTION
  • Apparatus and methods are provided for allowing two graphics controllers to cooperate on a single screen and for modifying the AGP protocol to provide symmetric capabilities for both AGP targets and AGP masters. Broadly stated, embodiments of the present invention seek to provide a technique for providing an efficient upgrade path for an integrated graphics subsystem of a PC-compatible system. For example, according to one embodiment, an AGP bus may have two devices attached to it: (1) a core logic device having an integrated graphics subsystem, and (2) a card slot in which an upgrade graphics controller add-in card may be installed. Rather than disabling the embedded graphics controller when the upgrade graphics controller is present, the two graphics controllers can cooperate. In one embodiment, the invention enables the design of high performance graphics systems that distributes graphics workload with minimal enhancements to the AGP protocol. For example, the two graphics controllers may transfer data between each other using modified AGP signaling which enables symmetric capabilities for both AGP targets and AGP masters. [0023]
  • In the following description, for the purposes of explanation, numerous specific details are set forth in order to provide a thorough understanding of the present invention. It will be apparent, however, to one skilled in the art that the present invention may be practiced without some of these specific details. In other instances, well-known structures and devices are shown in block diagram form. [0024]
  • The present invention includes various steps, which will be described below. The steps of the present invention may be performed by hardware components or may be embodied in machine-executable instructions, which may be used to cause a general-purpose or special-purpose processor or logic circuits programmed with the instructions to perform the steps. Alternatively, the steps may be performed by a combination of hardware and software. [0025]
  • Importantly, while embodiments of the present invention will be described with reference to the Accelerated Hub Architecture upon which the [0026] Intel® 810 chipset is based, the method and apparatus described herein are equally applicable to other types of chipset partitioning, such as integration of graphics cores into the traditional chipset north bridge (INTEL is a trademark or registered trademark of Intel Corporation of Santa Clara, Calif.).
  • Additionally, for convenience, embodiments of the present invention will be described with reference to spatial partitioning, e.g., two graphics controllers doing the same type of work but on different portions of a frame buffer. However, the present invention is equally applicable to other types of partitioning, such as factional partitioning in which the controllers split the front and back of the graphics pipeline. For example, one graphics controller, e.g., the integrated graphics controller, may perform the geometry stage of the graphics pipeline and the other graphics controller, e.g., the external device may perform setup and rendering. Alternatively, the controllers may cooperate to pre-compute an intermediate result, such as calculating the resulting color for one texture of a multi-textured triangle. Of course, various other factional partitioning approaches may be employed. [0027]
  • Finally, for clarity, embodiments of the present invention are described with reference to the use of two cooperating graphics controllers. It is contemplated, however, that multiple graphics controllers may be employed by coupling each to a common connection fabric. [0028]
  • Terminology [0029]
  • Before describing an exemplary environment in which various embodiments of the present invention may be implemented, some terms that will be used throughout this application will briefly be defined. [0030]
  • “Accelerated Graphics Port” (AGP) is a high-performance bus specification, as described in the [0031] Accelerated Graphics Port Interface Specification, Revision 2.0, May 4, 1998 and subsequent revisions thereto, that is designed for fast, high-quality display of 3D graphics and video images.
  • The term “master” generally refers to the initiator of AGP transactions to transfer data to or from main memory. AGP contemplates the graphics controller acting as the master of AGP transactions. That is, the graphics controller issues transaction requests and the core logic later initiates the corresponding data transaction. [0032]
  • The term “target” generally refers to the AGP device, e.g., the core logic, that services the request of the master. [0033]
  • The term “virtual wire function” generally refers to replacing something that had previously been signaled explicitly with a command type on a shared bus. For example, virtual wire functions can be used to assert and deassert signals without affecting state machine operation as the only difference is the signal is received as a result of a command decode rather than a buffer receiving and synchronizing a pin. [0034]
  • The term “chunking” generally refers to a mechanism used to take advantage of 2D locality to optimize page hits whereby a graphics controller operates on a rectangular portion of the screen representing a portion of multiple scanlines. Because it is very likely that adjacent pixels will need the same texture values, chunking can achieve better performance than simple-mindedly operating on a single scanline at a time. [0035]
  • Integrated AGP Architecture Overview [0036]
  • FIG. 2 is a block diagram of a system utilizing an [0037] integrated graphics chipset 220 according to one embodiment of the present invention. The architecture depicted includes a processor 210, an AGP device 230, and a memory 240. The chipset 220 is coupled to the AGP device 230, the processor 210, and the memory 240 through an AGP bus 221, a processor bus 222, and a memory bus 223, respectively. The chipset 220 may represent a traditional chipset north bridge having an integrated graphics core. However, preferably, the chipset 220 has an architecture similar to that of the Intel 810 chipset which includes a memory controller (not shown) with built-in graphics technology (integrated AGP) and is based on the Accelerated Hub Architecture. The Accelerated Hub Architecture is capable of providing each critical multimedia subsystem with a direct link to the chipset 220. For example, in addition to the interfaces discussed above, the chipset 220 may also include direct interfaces for IDE (Intelligent Drive Electronics or Integrated Drive Electronics), audio, modem, and USB subsystems.
  • Virtual Graphics Controller Overview [0038]
  • According to embodiments of the present invention, rather than disabling an existing AGP graphics controller when an AGP expansion card is installed as illustrated in FIG. 1B, a mechanism is provided for allowing the integrated AGP graphics controller and the upgrade graphics controller to cooperate as one virtual graphics controller. Advantageously, in this manner, a significant amount of resources may be conserved. [0039]
  • At any rate, in order to keep the complexity of the virtual graphics controller environment down, preferably a single driver with minor enhancements is used to command the integrated graphics product, the discreet graphics product, and the performance enhanced system that includes both controllers. Additionally, the description herein assumes that both controllers have compatible command sets, thereby allowing the driver to lay down a single command list comprising commands from a common command set that the controllers independently process. Advantageously, in this manner, the driver can lay down commands without caring which of the graphics controllers is going to execute the command. It is not necessary that each controller understand all commands understood by the other; however, preferably there exists a reasonably sized subset of commands that can be processed by both controllers. [0040]
  • In alternative embodiments, the driver may deal with each graphics controller on an individual basis. For example, the driver may divide the commands among the two or more cooperating graphics controllers by laying down two different command lists, for example. However, this approach is thought to reduce performance since too much time would be spent in the driver making these decisions. [0041]
  • Referring now to FIG. 3A, the cooperation of two graphics controllers as a [0042] virtual graphics controller 350 will now be described. According to this conceptual illustration, the virtual graphics controller 350 includes a primary graphics controller 310 and a secondary graphics controller 320 that update the contents of a frame buffer 330. The frame buffer 330 is a portion of memory from which the screen is rendered. As such, the frame buffer 330 contains a complete bit-mapped image representation of what is to be displayed on the monitor 340. For example, the frame buffer 330 includes information regarding the color to paint each pixel of the screen. The location of the frame buffer 330 has changed over time and is not a primary concern. According to one embodiment, the frame buffer 330 may be stored in memory local to the primary graphics controller 310. However, in alternative embodiments, the frame buffer 330 may be represented as a portion of main memory 240. Preferably, the frame buffer 330 implements a multiple buffering scheme. For example, the frame buffer 330 may includes a front buffer from which the screen is updated and a back buffer to which the graphics controllers 310 and 320 write while the front buffer is being displayed. When the display update is complete, then the front buffer becomes the back buffer, the back buffer becomes the front buffer, and the process continues. In alternative embodiments, more than one back buffer may be employed in which case a queue of back buffers may be provided thereby allowing the graphics controllers 310 and 320 to render one or more frames ahead of the currently displayed frame.
  • In this example, division of work between the [0043] controllers 310 and 320 has been accomplished by assigning portions, e.g., chunks, of the frame buffer 330 to the graphics controllers 310 and 320 according to a checker board pattern. Specifically, responsibility for rendering of the dark rectangular regions of the frame buffer 330 has been allocated to the primary graphics controller 310 and responsibility for the white regions has been assigned to the secondary graphics controller 320. Various other allocations of the frame buffer 330 may be employed to coordinate the processing of the graphics controllers 310 and 320. For example, FIGS. 3B-3E conceptually illustrate other ways of dividing the screen according to alternative embodiments of the present invention. According to FIG. 3B, one of the graphics controllers is responsible for the upper portion of the screen and the other updates the portion of the frame buffer 330 corresponding to the lower portion of the screen. In the example of FIG. 3C, alternating horizontal stripes comprising one or more horizontal scanlines have been assigned to the controllers 310 and 320. FIG. 3D depicts an allocation in which one controller updates the portion of the frame buffer 330 corresponding to the right-hand portion of the screen and the other is responsible for the left-hand portion of the screen. Finally, FIG. 3D represents an assignment whereby alternating vertical stripes are handled by the controllers.
  • Importantly, these examples are not intended to be exhaustive or limiting on the invention, rather they are intended merely to illustrate a sampling of the many possible ways of physically allocating portions of a single screen between two cooperating [0044] graphics controllers 310 and 320.
  • Various tradeoffs should be kept in mind when deciding upon a way to partition the screen. While finer granularity will result in better load balancing, smaller strips may require more overhead. For example, if texture averaging is to be performed along the strip boundaries, then overhead in terms of retrieving texture information will be high because both graphics controllers will need to access the same texture information. Therefore, generally speaking, smaller strips are desirable for load balancing, while larger strips are preferable if the goal is to avoid overlap of things like texture load. [0045]
  • Virtual Graphics Controller Processing [0046]
  • FIG. 4 is a flow diagram illustrating virtual graphics controller processing according to one embodiment of the present invention. In one embodiment, the steps described below may be performed under the control of a programmed processor. However, in alternative embodiments, the steps may be fully or partially implemented by any programmable or hardcoded logic, such as Field Programmable Gate Arrays (FPGAs), TTL logic, or Application Specific Integrated Circuits (ASICs), for example. Briefly, in this example, one controller is initialized as the primary displayer, the other is established as the secondary displayer, and each controller renders to a local memory. When both of the controllers have completed processing the commands associated with their portion of the screen, the secondary displayer merges the information from its local memory into the local memory of the primary displayer and primary displayer displays the resulting complete bit-mapped image on the screen. [0047]
  • At [0048] step 410, initialization is performed. For example, the screen partitioning, e.g., strip allocations, may be established by the driver. Additionally, the graphics controllers may each receive an indication from the driver that another graphics controller will be sharing the workload. Finally, each of the graphics controllers may be assigned primary or secondary responsibility for certain functions, such as display, synchronization, acknowledgement, etc.
  • At [0049] step 420, each graphics controller renders the pixels it has been assigned to its local memory. It should become apparent that half the time the data the graphics controller 310 needs for rendering must be read from graphics controller 320 and vice versa. For example, a bit-block transfer (bitblt) to move a rectangle from one portion of the screen to another in which pixels from where the rectangle started are in the portion of the frame buffer 330 controlled by graphics controller 320 and pixels where the rectangle is to be moved are in the portion of the frame buffer 330 controlled by graphics controller 310 will require data to be transferred from graphics controller 320 to graphics controller 310. An approach for determining which graphics controller is responsible for initiating the information transfer and updates involving such pixels moving from a portion of the screen being managed by one controller to a portion of the screen allocated to the other is described below.
  • At [0050] step 430, the graphics controllers are synchronized to assure both graphics controllers have completed rendering prior to performing the merge operation. Advantageously, this allows graphics controllers of differing speeds and/or spatial partitions resulting in disproportionate loads to be accommodated. Exemplary control and synchronization mechanisms for coordinating the processing of two or more cooperating graphics controllers are described below.
  • At [0051] step 440, the graphics controller that has been designated as the secondary displayer merges the contents of its local memory into the local memory of the primary displayer by initiating a write transaction.
  • Finally, at [0052] step 450, the primary displayer updates the display.
  • FIG. 5 is a flow diagram illustrating virtual graphics controller processing according to another embodiment of the present invention. Briefly, in this example, no merging is performed. Rather, the primary displayer device knows what the display map looks like and when it needs to display a raster line that exists locally on the other graphics controller, it simply reads it from the other graphics controller. In such a situation, symmetrical AGP capabilities become desirable as both graphics controllers are performing rendering and will each inevitably need to read from the other to accomplish their rendering. Modified signaling to accomplish symmetrical AGP is described below. [0053]
  • At [0054] step 510, initialization of the graphics controllers is performed. As described above, initialization may include, spatial partitioning of the screen and designation as the primary or secondary controller responsible for various tasks, such as displaying, synchronization, and/or acknowledgement, e.g., strip allocations, may be established by the driver.
  • At [0055] step 520, each graphics controller renders locally. At step 530, the graphics controllers are synchronized.
  • Then, display processing begins at [0056] step 540 where a determination is made regarding the location of the next raster line. This determination may be made with reference to the display map provided to the primary displayer during initialization. At any rate, if the next raster line is located in the memory of the secondary displayer, then processing continues with step 550. However, if the current raster line is located in the primary displayer, then processing proceeds to step 560.
  • At [0057] step 550, the primary displayer reads the next raster line from the secondary displayer. Subsequently, control flows to step 560.
  • At [0058] step 560, if more raster lines need to be processed, then processing loops back up to step 540; otherwise, processing continues to step 570.
  • Regardless of the location of the raster lines previously during [0059] step 540, at step 570, the all the raster data is now local to the primary displayer and the primary displayer can update the display.
  • Destination Dominant Rendering Approach [0060]
  • An approach for determining which graphics controller is responsible for updates involving a pixel that moves from a portion of the screen being managed by one controller to a portion of the screen allocated to the other will now be described. For example, as described above, in the case of a bit-block transfer (bitblt), pixels in one graphics controller's area of responsibility may end up in the other graphics controller's portion of the screen. In such a situation, source information needed to perform rendering processing by the graphics controller to which the destination pixels are assigned resides in the other controller. In one embodiment, a destination dominant approach may be employed to determine which controller is responsible for rendering such a pixel. According to the destination dominant rendering approach, whichever controller has the destination pixel local to it for rendering is responsible for the move, e.g., responsible for reading the information for updating the pixel from the other. Importantly, in such situations, it may be helpful to maintain local scratch pads in which a copy of the needed information from the other graphics controller may be read and stored before it is overwritten by the other graphics controller's rendering processing. [0061]
  • Chunking [0062]
  • FIG. 6 is a flow diagram illustrating chunking processing according to one embodiment of the present invention. Previous embodiments have focused on spatial partitioning; however, better load balancing may be achieved by the chunking technique that will now be described. Briefly, rather than assigning a predetermined portion of the frame buffer to each of the [0063] graphics controllers 310 and 320, each graphics controller 310 and 320 may independently pull a group of commands associated with a chunk from a common pool at its own rate. Advantageously, in this manner, the faster of the graphics controllers 310 and 320 will necessarily and appropriately perform more work.
  • At [0064] step 605, the driver creates command lists for each chunk. Each graphics controller 310 and 320 is assigned an initial chunk at step 610. Then, the graphics controllers 310 and 320 essentially begin to independently process chunks at their own pace.
  • At [0065] step 615, the graphics controller processes the next command from the list associated with its assigned chunk.
  • At [0066] step 620, if the command is the final one for the chunk, then processing continues with step 625. Otherwise, processing loops back to step 615.
  • At [0067] step 625, if the graphics controller is the secondary graphics controller, then processing continues with step 630. Otherwise, if the graphics controller is the primary graphics controller, then processing proceeds to step 635.
  • At [0068] step 630, the secondary graphics controller merges the content of its local memory into that of the primary graphics controller. After step 630, processing continues with step 635.
  • At [0069] step 635, the graphics controller determines if any more chunks are available for processing. If not, processing branches to step 645. If there are more chunks available in the common pool of chunks, then processing proceeds to step 640.
  • At [0070] step 640, the graphics controller is assigned the next chunk from the common pool and processing loops back to step 615.
  • At [0071] step 645, the graphics controllers 310 and 320 are synchronized according to one of the techniques described below and processing continues with step 650.
  • Finally, at [0072] step 650, after the graphics controllers 310 and 320 have been synchronized, the primary displayer causes the display to be updated with the contents of its local memory.
  • In the worst case, when the first graphics controller is finished, e.g., all chunks have been exhausted from the common pool, it will be only a portion of a chunk ahead of the other thereby minimizing the wait time for the first finisher. [0073]
  • Current AGP Signaling [0074]
  • FIG. 7 is a simplified block diagram that illustrates current Accelerated Graphics Port (AGP) signaling between an [0075] AGP master 720 and an AGP target 730. The signals depicted in this example include: an Address/Data (AD) bus 710, a sideband address (SBA) port 711, a grant (GNT#) signal 712, a status (ST) bus 713, a write buffer full (WBF#) signal 714, a system error (SERR#) signal 715, a bus request (REQ#) signal 716, a pipeline (PIPE#) signal 717, an initiator ready (IRDY#) signal 718, and a target ready (TRDY#) signal 719.
  • The Address/Data (AD) [0076] bus 710 is the physical data conduit between the master 720 and the target 730 during data transactions. The master 720 sources write data on the AD bus 710 for write data transactions; and the target 730 sources read data on the AD bus 710 for read data transactions. As a multiplexed address/data bus, the AD bus 710 may be used to transfer both request information as well as data. However, when requests are issued over the sideband address port (SBA) 711, the AD bus 710 may be used solely for the transfer of data between the master 720 and the target 730.
  • The sideband address (SBA) [0077] port 711 may be used by the AGP master 720 to issue transaction requests to the AGP target 730 rather than issuing transaction requests over the AD bus 710 and C/BE bus (not shown). Either PIPE# 717 and the AD bus 710 and C/BE bus are used to issue transaction requests, or the SBA 711. Therefore, if a master 720 implements the SBA 711, there is no need to implement the PIPE# mechanism.
  • The grant (GNT#) signal [0078] 712 is asserted by the AGP target 730 to indicate the grant of ownership to the AGP master 720 of the bus(ses) over which transaction requests are issued, e.g., the PIPE# bus 717, the AD bus 710 and the C/BE bus or the SBA bus 711.
  • The status (ST) [0079] bus 713 is used by the AGP target to indicate the reason for the grant of transaction bus ownership to the AGP master 720.
  • The write buffer full (WBF#) signal [0080] 714 is an optional signal that may be used as an output by the master 720 to inhibit fast write transactions.
  • The system error (SERR#) signal [0081] 715 is an optional signal used to indicate the detection of an address phase parity error, or some other critical error.
  • The bus request (REQ#) signal [0082] 716 is asserted by the AGP master 720 to request ownership of the AD bus 710 and the C/BE bus so the AGP master 720 can issue one or more transaction requests to the target 730.
  • The pipeline (PIPE#) signal [0083] 717 is only used by the AGP master 720 when the AD bus 710 and the C/BE bus are used to issue transaction requests. The PIPE# signal 717 indicates the AD bus 710 and the C/BE bus contain a valid address and command.
  • The initiator ready (IRDY#) signal [0084] 718 is asserted by the AGP master 720 to indicate that it is ready for a data transaction. In a write data transaction, IRDY# 718 asserted indicates that the master 720 is ready to provide data to the target. In a read data transaction, IRDY# 718 asserted indicates that the master 720 is ready to accept data from the target 730.
  • The target ready (TRDY#) signal [0085] 719 is asserted by the AGP target 730 to indicate that it is ready for a data transaction. In a write data transaction, TRDY# 719 asserted indicates the target 730 is ready to accept data from the master 720. In a read data transaction, TRDY# 719 asserted indicates the target 730 is ready to provide data to the master 720.
  • Modified Signaling for Symmetrical AGP [0086]
  • FIG. 8 is a block diagram that illustrates modifications to the signaling of FIG. 7 to implement symmetrical AGP according to one embodiment of the present invention. Although, according to this embodiment, an [0087] AGP target 830 is given initiator capabilities and an AGP master 820 is allowed to act as a target thereby letting each have the role of the other, for purposes of this discussion, the integrated graphics controller and the upgrade graphics controller will continue to be referred to as the target and the master, respectively, in accordance with AGP convention.
  • In this example, the following signals are depicted: an Address/Data (AD) [0088] bus 810, a sideband address (SBA) port 811, a grant (GNT#) signal 812, a status (ST) bus 813, a master SBA request (MSBA_REQ) signal 821, a target SBA request (TSBA_REQ) signal 831, a master grant request (MGNT_REQ) signal 822, a target grant request (TGNT_REQ) signal 832, an initiator ready (IRDY#) signal 818, and a target ready (TRDY#) signal 819. Importantly, with the exception of the MSBA_REQ signal 821, the TSBA_REQ signal 831, the MGNT_REQ signal 822, and the TGNT_REQ signal 832, all the signals are now bidirectional thereby facilitating symmetric AGP capabilities.
  • As illustrated by various examples above, it is sometimes desirable to allow either [0089] graphics controller 310 and 320 to initiate AGP commands to be serviced by the other device. This requires that the integrated graphics controller (target) have a means of gaining control of the SBA port 811 together with their associated strobes to transmit commands. Also, the upgrade graphics controller (master) must be able to gain control of GNT# signal 812 and the ST bus 813 that together are used to initiate the data transfers that complete a previously received AGP command. Therefore, the SBA port 811 and the combination of the GNT# signal 812 and the ST bus 813 form two resources that need to be arbitrated.
  • Preferably, to maximize performance, the [0090] SBA port 811 and the combination of the GNT# signal 812 and the ST bus 813 should be arbitrated independently thereby allowing a device to schedule the completion of an AGP command by the assertion of the GNT# signal 812 while simultaneously delivering a new AGP command to the other device. Alternatively, an assumption could be made that the SBA port 811 and both the GNT# signal 812 and the ST bus 813 point in the same direction. However, this would have the effect of inhibiting the concurrent completion scheduling and delivery of a new AGP command to the other device as discussed above thereby providing a lesser performance embodiment.
  • With regard to the [0091] AD bus 810, the C/BE bus, the IRDY# signal 818, and the TRDY# signal 819, the grants determines what kind of transaction is happening on the AD bus 810 next, e.g., direction of the data flow, what transaction type is being completed, etc. Therefore, these signals may be scheduled based on the state of the ST bus 813 when the GNT# signal 812 is asserted and the subsequent data flow control.
  • According to one embodiment, the [0092] REQ# signal 716 and the WBF# signal 714, referred to in this example as the MSBA_REQ signal 821 and the TSBA_REQ signal 831, are used as a request pair for the SBA port 811. In addition, the PIPE# signal 717 and the SERR# signal 715, referred to in this example as the MGNT_REQ signal 822 and the TGNT_REQ signal 832, are used as a request pair for both the GNT# signal 812 and the ST bus 813.
  • While one or more other signals may be used in place of one or more of the [0093] REQ# signal 716, the WBF# signal 714, the PIPE# signal 717, and the SERR# signal 715 for purposes of gaining access to the SBA port 811 and GNT#/ST, a brief justification for these choices will now be provided.
  • The AGP specification allows the [0094] AGP target 830 to deliver fast writes to the AGP master 820 using a modified PCI protocol. This is not required if the AGP target 830 can acquire mastership. In this case, AGP write commands can be used for high bandwidth data transfer. Consequently, this removes the need for the WBF# signal 714.
  • From the discussion above with respect to FIG. 7, it should be apparent that the [0095] PIPE# signal 717 and the SBA port 711 are two different mechanisms/syntaxes to communicate essentially the same thing, e.g., the same set of commands. That is, there is nothing of significance that can be accomplished with the PIPE# signal 717 that couldn't be implemented with the SBA port 711. Since the SBA port 711 is higher performance and the PIPE# signal 717 and the SBA port 711 are relatively equivalent, the PIPE# signal 717 is no longer needed as a delivery mechanism.
  • A reserved AGP command opcode may be used to implement a virtual wire function. Virtual wires can be used to implement the [0096] SERR# signal 715 and the PCI REQ# signal 716. Therefore, there is no need for these signals.
  • Advantageously, by using existing AGP pins for arbitrating the two resources, symmetric AGP may be implemented on a standard AGP connector. In alternative embodiments, however, a motherboard down device may be used or a new connector type may be employed thereby allowing other pins than those specified above to be employed for arbitration. [0097]
  • AGP Device Architecture [0098]
  • FIG. 9 is a block diagram illustrating an architecture of an AGP device [0099] 1000 representing an AGP master or an AGP target according to one embodiment of the present invention. In the embodiment depicted, the AGP device 900 includes five bus interfaces: a transaction request interface 905, a transaction request arbitration interface 920, a data transaction interface 930, a data transaction initiation interface 945, and a data transaction initiation arbitration interface 950.
  • The transaction [0100] request arbitration interface 920 is coupled to the request pair for the SBA port 811, i.e., the MSBA_REQ signal 821 and the TSBA_REQ signal 831. In this example, arbitration is distributed between a request arbiter 925 of the AGP device 900 and a request arbiter on the other graphics controller. Preferably, both arbiters implement a common round-robin arbitration scheme. According to this embodiment, the request arbiter 925 asserts the MSBA_REQ signal 821 on behalf of the AGP device 900 if any commands are present in the outbound transaction request queue 915.
  • The [0101] transaction request interface 905 is coupled to the SBA port 811 for transmitting and receiving commands to/from the other graphics controller. Commands received from the other graphics controller are enqueued on the inbound transaction request queue 910 to await subsequent processing. If one or more commands reside in the outbound transaction request queue 915, then the command at the front of the queue is transmitted to the other graphics controller upon receiving an indication from the request arbiter 925 that the AGP device 900 has been granted access to the SBA port 811.
  • The data transaction [0102] initiation arbitration interface 950 is coupled to the request pair for the GNT# signal 812 and the ST bus 813, i.e., the MGNT_REQ signal 822 and the TGNT_REQ signal 832. As above, in this example, arbitration is distributed between a data transaction arbiter 955 of the AGP device 900 and a corresponding arbiter on the other graphics controller. Preferably, both arbiters implement a common round-robin arbitration scheme. According to this embodiment, the data transaction arbiter 955 asserts the MGNT_REQ signal 822 on behalf of the AGP device 900 in response to the processing of a previously enqueued write command on the inbound transaction request queue 910 indicating that the other device has requested to initiate a write transaction to the AGP device 900. Subsequently, if the AGP device 900 is granted access to the GNT# 812 signal, the data transaction initiation arbiter asserts the GNT# 812 signal on behalf of the AGP device 900 and transmits a status value indicating the AGP device 900 is ready for the other device to provide the for the previously enqueued write command.
  • The data [0103] transaction initiation interface 945 is coupled to the GNT# signal 812 and the ST bus 813 for transmitting and receiving grants to/from the other device. If the grant indicates the other device is ready to receive data corresponding to a write command previously transmitted by the AGP device 900 to the other device, then the data transaction initiation interface causes the write data queue to source data onto the AD bus 810.
  • The [0104] data transaction interface 930 is coupled to the AD bus 810 for transmitting and receiving data to/from the other graphics controller. Data received from the other graphics controller is temporarily stored in the read data return queue 935 to await subsequent processing by the AGP device 900.
  • Graphics Controller Synchronization [0105]
  • While for the most part the driver treats the combination of [0106] graphics controllers 310 and 320 as one virtual device, as indicated above, it is sometimes necessary for the driver to know if the graphics engines have processed the command list to a given point or cause the graphics engines to become synchronized at a given point.
  • According to one embodiment, to cause a synchronization point, the driver can drop two commands, e.g., ACK[0107] 1 and ACK2. Each graphics controller will process the synchronization command directed to it and will ignore the synchronization command directed to the other graphics controller. Alternatively, at initialization time, one graphics controller can be set up to be primarily responsible for acknowledgement. According to this scenario, when the primary controller encounters the synchronization point in the command list, then based upon acknowledgement status from the secondary controller, the primary controller can act on behalf of both devices. For example, the primary may acknowledge on behalf of both devices after both have passed the synchronization point. Advantageously, in this manner, after initialization, the driver can simply treat the virtual graphics controller as a single device.
  • According to one embodiment, two different types of acknowledgements may be employed, a synchronization type and an update type. For the synchronization type of acknowledgement, the graphics controller serving as the primary acknowledgement agent not only needs to acknowledge on behalf of both devices, but has to release the secondary device. For the update type of acknowledgement, the primary acknowledgement agent need not wait for the other. Importantly, because one graphics controller may encounter multiple acknowledgements in the command list before the other, it may be useful for the primary acknowledgement agent to queue ACK information, such as the acknowledgement along with an indication regarding what action to take and indication regarding which of the [0108] graphics controllers 310 and 320 is ahead.
  • In the foregoing specification, the invention has been described with reference to specific embodiments thereof. It will, however, be evident that various modifications and changes may be made thereto without departing from the broader spirit and scope of the invention. The specification and drawings are, accordingly, to be regarded in an illustrative rather than a restrictive sense. [0109]

Claims (15)

1-18. (Cancelled)
19. An apparatus comprising:
an integrated graphics controller to render a first subset of pixels; and
a second graphics controller coupled with the integrated graphics controller, the second graphics controller to render a second subset of pixels, wherein the second graphics controller is not integrated with the chipset.
20. The apparatus of claim 19, wherein the integrated graphics controller includes a local memory to which the integrated graphics controller renders the first subset of pixels.
21. The apparatus of claim 20, wherein the second graphics controller includes a local memory to which the second graphics controller renders the second subset of pixels.
22. The apparatus of claim 19, wherein the integrated graphics controller comprises logic to read the rendered second subset of pixels from the local memory of the second graphics controller.
23. The apparatus of claim 19, wherein the second graphics controller comprises logic to read the rendered first subset of pixels from the local memory of the integrated graphics controller.
24. The apparatus of claim 19, wherein the integrated graphics controller comprises logic to write the rendered first subset of pixels into the local memory of the second graphics controller.
25. The apparatus of claim 19, wherein the second graphics controller comprises logic to write the rendered second subset of pixels into the local memory of the integrated graphics controller.
26. The apparatus of claim 19, wherein the first subset and the second subset comprise mutually exclusive subsets.
27. The apparatus of claim 19, wherein the second graphics controller comprises an upgrade graphics controller.
28. The apparatus of claim 19, wherein the second graphics controller comprises a non-integrated graphics controller.
29. The apparatus of claim 19, wherein the second graphics controller comprises a graphics controller residing on an add-in card.
30. An apparatus comprising:
a core logic graphics controller;
a graphics controller residing on an add-in card coupled with the core logic graphics controller; and
logic to allow the core logic graphics controller and the graphics controller residing on the add-in card to cooperatively render.
31. The apparatus of claim 30, wherein the logic comprises a driver.
32. The apparatus of claim 30, wherein the core logic graphics controller and the graphics controller residing on the add-in card are coupled via an Accelerated Graphics Port bus.
US10/831,506 1999-12-31 2004-04-23 Upgrading an integrated graphics subsystem Abandoned US20040196289A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US10/831,506 US20040196289A1 (en) 1999-12-31 2004-04-23 Upgrading an integrated graphics subsystem

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US09/476,658 US6760031B1 (en) 1999-12-31 1999-12-31 Upgrading an integrated graphics subsystem
US10/831,506 US20040196289A1 (en) 1999-12-31 2004-04-23 Upgrading an integrated graphics subsystem

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US09/476,658 Continuation US6760031B1 (en) 1999-12-31 1999-12-31 Upgrading an integrated graphics subsystem

Publications (1)

Publication Number Publication Date
US20040196289A1 true US20040196289A1 (en) 2004-10-07

Family

ID=32595443

Family Applications (2)

Application Number Title Priority Date Filing Date
US09/476,658 Expired - Lifetime US6760031B1 (en) 1999-12-31 1999-12-31 Upgrading an integrated graphics subsystem
US10/831,506 Abandoned US20040196289A1 (en) 1999-12-31 2004-04-23 Upgrading an integrated graphics subsystem

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US09/476,658 Expired - Lifetime US6760031B1 (en) 1999-12-31 1999-12-31 Upgrading an integrated graphics subsystem

Country Status (1)

Country Link
US (2) US6760031B1 (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060232590A1 (en) * 2004-01-28 2006-10-19 Reuven Bakalash Graphics processing and display system employing multiple graphics cores on a silicon chip of monolithic construction
US20070115291A1 (en) * 2005-10-14 2007-05-24 Wen-Chung Chen Multiple graphics processor systems and methods
US20070279411A1 (en) * 2003-11-19 2007-12-06 Reuven Bakalash Method and System for Multiple 3-D Graphic Pipeline Over a Pc Bus
US20080117217A1 (en) * 2003-11-19 2008-05-22 Reuven Bakalash Multi-mode parallel graphics rendering system employing real-time automatic scene profiling and mode control
US20080158236A1 (en) * 2006-12-31 2008-07-03 Reuven Bakalash Parallel graphics system employing multiple graphics pipelines wtih multiple graphics processing units (GPUs) and supporting the object division mode of parallel graphics rendering using pixel processing resources provided therewithin
WO2008082641A2 (en) * 2006-12-31 2008-07-10 Lucid Information Technology, Ltd. Multi-mode parallel graphics processing systems and methods
US7777748B2 (en) * 2003-11-19 2010-08-17 Lucid Information Technology, Ltd. PC-level computing system with a multi-mode parallel graphics rendering subsystem employing an automatic mode controller, responsive to performance data collected during the run-time of graphics applications
US20120133732A1 (en) * 2010-11-26 2012-05-31 Guoping Li Method for performing video display control within a video display system, and associated video processing circuit and video display system
US8284207B2 (en) 2003-11-19 2012-10-09 Lucid Information Technology, Ltd. Method of generating digital images of objects in 3D scenes while eliminating object overdrawing within the multiple graphics processing pipeline (GPPLS) of a parallel graphics processing system generating partial color-based complementary-type images along the viewing direction using black pixel rendering and subsequent recompositing operations

Families Citing this family (31)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7068278B1 (en) * 2003-04-17 2006-06-27 Nvidia Corporation Synchronized graphics processing units
US20080211816A1 (en) * 2003-07-15 2008-09-04 Alienware Labs. Corp. Multiple parallel processor computer graphics system
US7119808B2 (en) * 2003-07-15 2006-10-10 Alienware Labs Corp. Multiple parallel processor computer graphics system
US7782325B2 (en) * 2003-10-22 2010-08-24 Alienware Labs Corporation Motherboard for supporting multiple graphics cards
US20050273525A1 (en) * 2004-06-03 2005-12-08 Anderson David D Dynamic I/O disabling systems and methods
US8446417B2 (en) 2004-06-25 2013-05-21 Nvidia Corporation Discrete graphics system unit for housing a GPU
US8941668B2 (en) * 2004-06-25 2015-01-27 Nvidia Corporation Method and system for a scalable discrete graphics system
US8411093B2 (en) 2004-06-25 2013-04-02 Nvidia Corporation Method and system for stand alone graphics independent of computer system form factor
US7663633B1 (en) 2004-06-25 2010-02-16 Nvidia Corporation Multiple GPU graphics system for implementing cooperative graphics instruction execution
US7721118B1 (en) 2004-09-27 2010-05-18 Nvidia Corporation Optimizing power and performance for multi-processor graphics processing
US8066515B2 (en) * 2004-11-17 2011-11-29 Nvidia Corporation Multiple graphics adapter connection systems
US7576745B1 (en) 2004-11-17 2009-08-18 Nvidia Corporation Connecting graphics adapters
US7477256B1 (en) * 2004-11-17 2009-01-13 Nvidia Corporation Connecting graphics adapters for scalable performance
US8134568B1 (en) 2004-12-15 2012-03-13 Nvidia Corporation Frame buffer region redirection for multiple graphics adapters
US8212831B1 (en) 2004-12-15 2012-07-03 Nvidia Corporation Broadcast aperture remapping for multiple graphics adapters
US7372465B1 (en) 2004-12-17 2008-05-13 Nvidia Corporation Scalable graphics processing for remote display
US20080143731A1 (en) * 2005-05-24 2008-06-19 Jeffrey Cheng Video rendering across a high speed peripheral interconnect bus
US7730336B2 (en) * 2006-05-30 2010-06-01 Ati Technologies Ulc Device having multiple graphics subsystems and reduced power consumption mode, software and methods
US20060282604A1 (en) * 2005-05-27 2006-12-14 Ati Technologies, Inc. Methods and apparatus for processing graphics data using multiple processing circuits
US10026140B2 (en) 2005-06-10 2018-07-17 Nvidia Corporation Using a scalable graphics system to enable a general-purpose multi-user computer system
US8462164B2 (en) * 2005-11-10 2013-06-11 Intel Corporation Apparatus and method for an interface architecture for flexible and extensible media processing
US8130227B2 (en) * 2006-05-12 2012-03-06 Nvidia Corporation Distributed antialiasing in a multiprocessor graphics system
US8555099B2 (en) * 2006-05-30 2013-10-08 Ati Technologies Ulc Device having multiple graphics subsystems and reduced power consumption mode, software and methods
US20080055322A1 (en) * 2006-08-31 2008-03-06 Ryan Thomas E Method and apparatus for optimizing data flow in a graphics co-processor
US7969444B1 (en) * 2006-12-12 2011-06-28 Nvidia Corporation Distributed rendering of texture data
US20080259556A1 (en) * 2007-04-20 2008-10-23 Tracy Mark S Modular graphics expansion system
US20090079746A1 (en) * 2007-09-20 2009-03-26 Apple Inc. Switching between graphics sources to facilitate power management and/or security
US20090119607A1 (en) * 2007-11-02 2009-05-07 Microsoft Corporation Integration of disparate rendering platforms
EP2243080B1 (en) * 2007-12-13 2016-09-21 Advanced Micro Devices, Inc. Driver architecture for computing device having multiple graphics subsystems, reduced power consumption modes, software and methods
KR100969322B1 (en) 2008-01-10 2010-07-09 엘지전자 주식회사 Data processing unit with multi-graphic controller and Method for processing data using the same
CN103105895A (en) * 2011-11-15 2013-05-15 辉达公司 Computer system and display cards thereof and method for processing graphs of computer system

Citations (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4937745A (en) * 1986-12-15 1990-06-26 United Development Incorporated Method and apparatus for selecting, storing and displaying chinese script characters
US5434968A (en) * 1991-09-10 1995-07-18 Kubota Corporation Image data processing device with multi-processor
US5502808A (en) * 1991-07-24 1996-03-26 Texas Instruments Incorporated Video graphics display system with adapter for display management based upon plural memory sources
US5530798A (en) * 1994-11-01 1996-06-25 United Microelectronics Corp. Apparatus and method for cascading graphic processors
US5606657A (en) * 1993-10-06 1997-02-25 Honeywell Inc. Virtual graphics processor for embedded real time display systems
US5712664A (en) * 1993-10-14 1998-01-27 Alliance Semiconductor Corporation Shared memory graphics accelerator system
US5790881A (en) * 1995-02-07 1998-08-04 Sigma Designs, Inc. Computer system including coprocessor devices simulating memory interfaces
US5892964A (en) * 1997-06-30 1999-04-06 Compaq Computer Corp. Computer bridge interfaces for accelerated graphics port and peripheral component interconnect devices
US5986677A (en) * 1997-09-30 1999-11-16 Compaq Computer Corporation Accelerated graphics port read transaction merging
US5995121A (en) * 1997-10-16 1999-11-30 Hewlett-Packard Company Multiple graphics pipeline integration with a windowing system through the use of a high speed interconnect to the frame buffer
US6141021A (en) * 1997-12-12 2000-10-31 Intel Corporation Method and apparatus for eliminating contention on an accelerated graphics port
US6151034A (en) * 1997-06-27 2000-11-21 Object Technology Licensinc Corporation Graphics hardware acceleration method, computer program, and system
US6157398A (en) * 1997-12-30 2000-12-05 Micron Technology, Inc. Method of implementing an accelerated graphics port for a multiple memory controller computer system
US6167476A (en) * 1998-09-24 2000-12-26 Compaq Computer Corporation Apparatus, method and system for accelerated graphics port bus bridges
US6211891B1 (en) * 1998-08-25 2001-04-03 Advanced Micro Devices, Inc. Method for enabling and configuring and AGP chipset cache using a registry
US6243782B1 (en) * 1998-12-31 2001-06-05 Intel Corporation Method and apparatus for disabling a graphics device when an upgrade device is installed
US6275240B1 (en) * 1999-05-27 2001-08-14 Intel Corporation Method and apparatus for maintaining load balance on a graphics bus when an upgrade device is installed
US6286083B1 (en) * 1998-07-08 2001-09-04 Compaq Computer Corporation Computer system with adaptive memory arbitration scheme
US6304935B1 (en) * 1998-10-19 2001-10-16 Advanced Micro Devices, Inc. Method and system for data transmission in accelerated graphics port systems
US6323866B1 (en) * 1998-11-25 2001-11-27 Silicon Integrated Systems Corp. Integrated circuit device having a core controller, a bus bridge, a graphical controller and a unified memory control unit built therein for use in a computer system
US6326973B1 (en) * 1998-12-07 2001-12-04 Compaq Computer Corporation Method and system for allocating AGP/GART memory from the local AGP memory controller in a highly parallel system architecture (HPSA)
US6377268B1 (en) * 1999-01-29 2002-04-23 Micron Technology, Inc. Programmable graphics memory apparatus
US6424320B1 (en) * 1999-06-15 2002-07-23 Ati International Srl Method and apparatus for rendering video
US6473086B1 (en) * 1999-12-09 2002-10-29 Ati International Srl Method and apparatus for graphics processing using parallel graphics processors

Patent Citations (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4937745A (en) * 1986-12-15 1990-06-26 United Development Incorporated Method and apparatus for selecting, storing and displaying chinese script characters
US5502808A (en) * 1991-07-24 1996-03-26 Texas Instruments Incorporated Video graphics display system with adapter for display management based upon plural memory sources
US5434968A (en) * 1991-09-10 1995-07-18 Kubota Corporation Image data processing device with multi-processor
US5606657A (en) * 1993-10-06 1997-02-25 Honeywell Inc. Virtual graphics processor for embedded real time display systems
US5712664A (en) * 1993-10-14 1998-01-27 Alliance Semiconductor Corporation Shared memory graphics accelerator system
US5530798A (en) * 1994-11-01 1996-06-25 United Microelectronics Corp. Apparatus and method for cascading graphic processors
US5790881A (en) * 1995-02-07 1998-08-04 Sigma Designs, Inc. Computer system including coprocessor devices simulating memory interfaces
US6151034A (en) * 1997-06-27 2000-11-21 Object Technology Licensinc Corporation Graphics hardware acceleration method, computer program, and system
US5892964A (en) * 1997-06-30 1999-04-06 Compaq Computer Corp. Computer bridge interfaces for accelerated graphics port and peripheral component interconnect devices
US5986677A (en) * 1997-09-30 1999-11-16 Compaq Computer Corporation Accelerated graphics port read transaction merging
US5995121A (en) * 1997-10-16 1999-11-30 Hewlett-Packard Company Multiple graphics pipeline integration with a windowing system through the use of a high speed interconnect to the frame buffer
US6141021A (en) * 1997-12-12 2000-10-31 Intel Corporation Method and apparatus for eliminating contention on an accelerated graphics port
US6157398A (en) * 1997-12-30 2000-12-05 Micron Technology, Inc. Method of implementing an accelerated graphics port for a multiple memory controller computer system
US6286083B1 (en) * 1998-07-08 2001-09-04 Compaq Computer Corporation Computer system with adaptive memory arbitration scheme
US6211891B1 (en) * 1998-08-25 2001-04-03 Advanced Micro Devices, Inc. Method for enabling and configuring and AGP chipset cache using a registry
US6167476A (en) * 1998-09-24 2000-12-26 Compaq Computer Corporation Apparatus, method and system for accelerated graphics port bus bridges
US6304935B1 (en) * 1998-10-19 2001-10-16 Advanced Micro Devices, Inc. Method and system for data transmission in accelerated graphics port systems
US6323866B1 (en) * 1998-11-25 2001-11-27 Silicon Integrated Systems Corp. Integrated circuit device having a core controller, a bus bridge, a graphical controller and a unified memory control unit built therein for use in a computer system
US6326973B1 (en) * 1998-12-07 2001-12-04 Compaq Computer Corporation Method and system for allocating AGP/GART memory from the local AGP memory controller in a highly parallel system architecture (HPSA)
US6243782B1 (en) * 1998-12-31 2001-06-05 Intel Corporation Method and apparatus for disabling a graphics device when an upgrade device is installed
US6377268B1 (en) * 1999-01-29 2002-04-23 Micron Technology, Inc. Programmable graphics memory apparatus
US6275240B1 (en) * 1999-05-27 2001-08-14 Intel Corporation Method and apparatus for maintaining load balance on a graphics bus when an upgrade device is installed
US6424320B1 (en) * 1999-06-15 2002-07-23 Ati International Srl Method and apparatus for rendering video
US6473086B1 (en) * 1999-12-09 2002-10-29 Ati International Srl Method and apparatus for graphics processing using parallel graphics processors

Cited By (43)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8125487B2 (en) 2003-11-19 2012-02-28 Lucid Information Technology, Ltd Game console system capable of paralleling the operation of multiple graphic processing units (GPUS) employing a graphics hub device supported on a game console board
US8134563B2 (en) 2003-11-19 2012-03-13 Lucid Information Technology, Ltd Computing system having multi-mode parallel graphics rendering subsystem (MMPGRS) employing real-time automatic scene profiling and mode control
US9584592B2 (en) 2003-11-19 2017-02-28 Lucidlogix Technologies Ltd. Internet-based graphics application profile management system for updating graphic application profiles stored within the multi-GPU graphics rendering subsystems of client machines running graphics-based applications
US8754894B2 (en) 2003-11-19 2014-06-17 Lucidlogix Software Solutions, Ltd. Internet-based graphics application profile management system for updating graphic application profiles stored within the multi-GPU graphics rendering subsystems of client machines running graphics-based applications
US20080117217A1 (en) * 2003-11-19 2008-05-22 Reuven Bakalash Multi-mode parallel graphics rendering system employing real-time automatic scene profiling and mode control
US20080117219A1 (en) * 2003-11-19 2008-05-22 Reuven Bakalash PC-based computing system employing a silicon chip of monolithic construction having a routing unit, a control unit and a profiling unit for parallelizing the operation of multiple GPU-driven pipeline cores according to the object division mode of parallel operation
US8284207B2 (en) 2003-11-19 2012-10-09 Lucid Information Technology, Ltd. Method of generating digital images of objects in 3D scenes while eliminating object overdrawing within the multiple graphics processing pipeline (GPPLS) of a parallel graphics processing system generating partial color-based complementary-type images along the viewing direction using black pixel rendering and subsequent recompositing operations
US8085273B2 (en) 2003-11-19 2011-12-27 Lucid Information Technology, Ltd Multi-mode parallel graphics rendering system employing real-time automatic scene profiling and mode control
US7961194B2 (en) 2003-11-19 2011-06-14 Lucid Information Technology, Ltd. Method of controlling in real time the switching of modes of parallel operation of a multi-mode parallel graphics processing subsystem embodied within a host computing system
US7944450B2 (en) 2003-11-19 2011-05-17 Lucid Information Technology, Ltd. Computing system having a hybrid CPU/GPU fusion-type graphics processing pipeline (GPPL) architecture
US20080238917A1 (en) * 2003-11-19 2008-10-02 Lucid Information Technology, Ltd. Graphics hub subsystem for interfacing parallalized graphics processing units (GPUS) with the central processing unit (CPU) of a PC-based computing system having an CPU interface module and a PC bus
US7940274B2 (en) 2003-11-19 2011-05-10 Lucid Information Technology, Ltd Computing system having a multiple graphics processing pipeline (GPPL) architecture supported on multiple external graphics cards connected to an integrated graphics device (IGD) embodied within a bridge circuit
US7777748B2 (en) * 2003-11-19 2010-08-17 Lucid Information Technology, Ltd. PC-level computing system with a multi-mode parallel graphics rendering subsystem employing an automatic mode controller, responsive to performance data collected during the run-time of graphics applications
US7796130B2 (en) 2003-11-19 2010-09-14 Lucid Information Technology, Ltd. PC-based computing system employing multiple graphics processing units (GPUS) interfaced with the central processing unit (CPU) using a PC bus and a hardware hub, and parallelized according to the object division mode of parallel operation
US7796129B2 (en) 2003-11-19 2010-09-14 Lucid Information Technology, Ltd. Multi-GPU graphics processing subsystem for installation in a PC-based computing system having a central processing unit (CPU) and a PC bus
US7812846B2 (en) 2003-11-19 2010-10-12 Lucid Information Technology, Ltd PC-based computing system employing a silicon chip of monolithic construction having a routing unit, a control unit and a profiling unit for parallelizing the operation of multiple GPU-driven pipeline cores according to the object division mode of parallel operation
US7800611B2 (en) 2003-11-19 2010-09-21 Lucid Information Technology, Ltd. Graphics hub subsystem for interfacing parallalized graphics processing units (GPUs) with the central processing unit (CPU) of a PC-based computing system having an CPU interface module and a PC bus
US7800610B2 (en) 2003-11-19 2010-09-21 Lucid Information Technology, Ltd. PC-based computing system employing a multi-GPU graphics pipeline architecture supporting multiple modes of GPU parallelization dymamically controlled while running a graphics application
US7843457B2 (en) 2003-11-19 2010-11-30 Lucid Information Technology, Ltd. PC-based computing systems employing a bridge chip having a routing unit for distributing geometrical data and graphics commands to parallelized GPU-driven pipeline cores supported on a plurality of graphics cards and said bridge chip during the running of a graphics application
US7808499B2 (en) 2003-11-19 2010-10-05 Lucid Information Technology, Ltd. PC-based computing system employing parallelized graphics processing units (GPUS) interfaced with the central processing unit (CPU) using a PC bus and a hardware graphics hub having a router
US7800619B2 (en) 2003-11-19 2010-09-21 Lucid Information Technology, Ltd. Method of providing a PC-based computing system with parallel graphics processing capabilities
US20070279411A1 (en) * 2003-11-19 2007-12-06 Reuven Bakalash Method and System for Multiple 3-D Graphic Pipeline Over a Pc Bus
US7834880B2 (en) 2004-01-28 2010-11-16 Lucid Information Technology, Ltd. Graphics processing and display system employing multiple graphics cores on a silicon chip of monolithic construction
US20060279577A1 (en) * 2004-01-28 2006-12-14 Reuven Bakalash Graphics processing and display system employing multiple graphics cores on a silicon chip of monolithic construction
US7808504B2 (en) 2004-01-28 2010-10-05 Lucid Information Technology, Ltd. PC-based computing system having an integrated graphics subsystem supporting parallel graphics processing operations across a plurality of different graphics processing units (GPUS) from the same or different vendors, in a manner transparent to graphics applications
US7812844B2 (en) 2004-01-28 2010-10-12 Lucid Information Technology, Ltd. PC-based computing system employing a silicon chip having a routing unit and a control unit for parallelizing multiple GPU-driven pipeline cores according to the object division mode of parallel operation during the running of a graphics application
US7812845B2 (en) 2004-01-28 2010-10-12 Lucid Information Technology, Ltd. PC-based computing system employing a silicon chip implementing parallelized GPU-driven pipelines cores supporting multiple modes of parallelization dynamically controlled while running a graphics application
US8754897B2 (en) 2004-01-28 2014-06-17 Lucidlogix Software Solutions, Ltd. Silicon chip of a monolithic construction for use in implementing multiple graphic cores in a graphics processing and display subsystem
US9659340B2 (en) 2004-01-28 2017-05-23 Lucidlogix Technologies Ltd Silicon chip of a monolithic construction for use in implementing multiple graphic cores in a graphics processing and display subsystem
US20080129744A1 (en) * 2004-01-28 2008-06-05 Lucid Information Technology, Ltd. PC-based computing system employing a silicon chip implementing parallelized GPU-driven pipelines cores supporting multiple modes of parallelization dynamically controlled while running a graphics application
US20060232590A1 (en) * 2004-01-28 2006-10-19 Reuven Bakalash Graphics processing and display system employing multiple graphics cores on a silicon chip of monolithic construction
US20080129745A1 (en) * 2004-01-28 2008-06-05 Lucid Information Technology, Ltd. Graphics subsytem for integation in a PC-based computing system and providing multiple GPU-driven pipeline cores supporting multiple modes of parallelization dynamically controlled while running a graphics application
US11341602B2 (en) 2005-01-25 2022-05-24 Google Llc System on chip having processing and graphics units
US10867364B2 (en) 2005-01-25 2020-12-15 Google Llc System on chip having processing and graphics units
US10614545B2 (en) 2005-01-25 2020-04-07 Google Llc System on chip having processing and graphics units
US20070115291A1 (en) * 2005-10-14 2007-05-24 Wen-Chung Chen Multiple graphics processor systems and methods
US8004531B2 (en) * 2005-10-14 2011-08-23 Via Technologies, Inc. Multiple graphics processor systems and methods
US20080158236A1 (en) * 2006-12-31 2008-07-03 Reuven Bakalash Parallel graphics system employing multiple graphics pipelines wtih multiple graphics processing units (GPUs) and supporting the object division mode of parallel graphics rendering using pixel processing resources provided therewithin
US8497865B2 (en) 2006-12-31 2013-07-30 Lucid Information Technology, Ltd. Parallel graphics system employing multiple graphics processing pipelines with multiple graphics processing units (GPUS) and supporting an object division mode of parallel graphics processing using programmable pixel or vertex processing resources provided with the GPUS
WO2008082641A2 (en) * 2006-12-31 2008-07-10 Lucid Information Technology, Ltd. Multi-mode parallel graphics processing systems and methods
WO2008082641A3 (en) * 2006-12-31 2008-10-09 Lucid Information Technology Ltd Multi-mode parallel graphics processing systems and methods
US8786674B2 (en) * 2010-11-26 2014-07-22 Mediatek Singapore Pte. Ltd. Method for performing video display control within a video display system, and associated video processing circuit and video display system
US20120133732A1 (en) * 2010-11-26 2012-05-31 Guoping Li Method for performing video display control within a video display system, and associated video processing circuit and video display system

Also Published As

Publication number Publication date
US6760031B1 (en) 2004-07-06

Similar Documents

Publication Publication Date Title
US6760031B1 (en) Upgrading an integrated graphics subsystem
US6624817B1 (en) Symmetrical accelerated graphics port (AGP)
US5861893A (en) System and method for graphics data concurrency and coherency
US7616207B1 (en) Graphics processing system including at least three bus devices
US6630936B1 (en) Mechanism and method for enabling two graphics controllers to each execute a portion of a single block transform (BLT) in parallel
US7383412B1 (en) On-demand memory synchronization for peripheral systems with multiple parallel processors
US6956579B1 (en) Private addressing in a multi-processor graphics processing system
US7548996B2 (en) Data streamer
US7478189B2 (en) Deadlock avoidance in a bus fabric
US6480198B2 (en) Multi-function controller and method for a computer graphics display system
CA2186598C (en) Method and apparatus for maintaining transaction ordering and supporting deferred replies in a bus bridge
US7619629B1 (en) Method and system for utilizing memory interface bandwidth to connect multiple graphics processing units
EP1899913B1 (en) Dynamic load balancing in multiple video processing unit (vpu) systems
US6128026A (en) Double buffered graphics and video accelerator having a write blocking memory interface and method of doing the same
US6560674B1 (en) Data cache system
US6734862B1 (en) Memory controller hub
US8537166B1 (en) System and method for rendering and displaying high-resolution images
US20060267987A1 (en) Master/slave graphics adapter arrangement
US20060267990A1 (en) Multiple video processor unit (VPU) memory mapping
US8126993B2 (en) System, method, and computer program product for communicating sub-device state information
US7995003B1 (en) System and method for rendering and displaying high-resolution images
US6397279B1 (en) Smart retry system that reduces wasted bus transactions associated with master retries
US6292201B1 (en) Integrated circuit device having a core controller, a bus bridge, a graphical controller and a unified memory control unit built therein for use in a computer system
US7545380B1 (en) Sequencing of displayed images for alternate frame rendering in a multi-processor graphics system
TW452696B (en) Method for arbitrating multiple memory access requests in a unified memory architecture via a non unified memory controller

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION