EP0155499B1 - Anzeigesteuereinrichtung - Google Patents

Anzeigesteuereinrichtung Download PDF

Info

Publication number
EP0155499B1
EP0155499B1 EP85101561A EP85101561A EP0155499B1 EP 0155499 B1 EP0155499 B1 EP 0155499B1 EP 85101561 A EP85101561 A EP 85101561A EP 85101561 A EP85101561 A EP 85101561A EP 0155499 B1 EP0155499 B1 EP 0155499B1
Authority
EP
European Patent Office
Prior art keywords
data
display control
control unit
display
register
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.)
Expired - Lifetime
Application number
EP85101561A
Other languages
English (en)
French (fr)
Other versions
EP0155499A3 (en
EP0155499A2 (de
Inventor
Takatoshi Ishii
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.)
ASCII Corp
Original Assignee
ASCII Corp
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 ASCII Corp filed Critical ASCII Corp
Publication of EP0155499A2 publication Critical patent/EP0155499A2/de
Publication of EP0155499A3 publication Critical patent/EP0155499A3/en
Application granted granted Critical
Publication of EP0155499B1 publication Critical patent/EP0155499B1/de
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Classifications

    • 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/001Arbitration of resources in a display system, e.g. control of access to frame buffer by video controller and/or main processor
    • 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/12Frame memory handling
    • G09G2360/127Updating a frame memory using a transfer of data from a source area to a destination area
    • 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/22Control arrangements or circuits for visual indicators common to cathode-ray tube indicators and other visual indicators characterised by the display of characters or indicia using display control signals derived from coded signals representing the characters or indicia, e.g. with a character-code memory
    • G09G5/24Generation of individual character patterns
    • G09G5/246Generation of individual character patterns of ideographic or arabic-like characters
    • 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
    • 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/395Arrangements specially adapted for transferring the contents of the bit-mapped memory to the screen

Definitions

  • Fig: 1 there is illustrated a block diagram of a conventional color graphics display unit.
  • a CPU microprocessor
  • main memory 2 is dedicated to holding programs and data
  • display control circuit 3 is used to control the color graphics display.
  • Reference character 4 designates a VRAM (video memory) to hold data for CRT display
  • character 5 represents a CRT color display unit.
  • Fig. 2 shoes a block diagram of an example of the display control circuit 3 illustrated in Fig. 1.
  • a timing controller 11 generates a clock signal which is in turn inputted to a counter 12 having a column counter and a line counter. This counter 12 is then operated to generate a synchronous signal for CRT display via a display timing circuit 13. On the other hand, the counter 12 creates display addresses which are then outputted as VRAM addresses via a multiplexer 15.
  • Read data for display access coming from VRAM 4 are inputted to a video output controller 20 via a buffer 19 to produce CRT video signals.
  • a display screen is physically composed of 203 vertical dots. Therefore, the logical existence of 1024 vertical dots means that the screen has unobserved areas or that a plurality of screens are present.
  • CPU 1 calculates the physical addresses within the VRAM 4 based on the coordinates (Dx, Dy) in the destination area to which the data is to be transferred and sets them in the VRAM address register 14 within the display control circuit 3.
  • CPU 1 outputs a read command to read the color code data within the VRAM 4 corresponding to the coordinates (Dx, Dy), and then obtains the OR of (i.e., ORs) the color code data within the VRAM 4 and the color code data from the above-mentioned coordinates (Sx, Sy).
  • CPU 1 outputs a write command to write the ORed color code data into the VRAM 4, in particular, a location of the VRAM 4 corresponding to the coordinates (Dx, Dy).
  • the above-mentioned Read/Read/Logical operation/write sequence is repeated NX times with respect to a horizontal direction and NY times with respect to a vertical direction (that is, NX X NY times) so as to superpose the source area color code data on the destination area color code data.
  • CPU 1 and Display Control Circuit 3 are operated independently of each other, and the display timing of the display control circuit 3 has priority over the VRAM timing of the CPU 1. As a result of this, a wait time arises in access from CPU 1 to VRAM 4, which results in the extremely deteriorated efficiency of the data transfer.
  • the software must share a heavy load in the dispay control and thus it takes a very long time to execute its operation.
  • a computer is upgraded with increased display specifications and with a plurality of display modes, then its address calculation becomes more complicated and thus it will take an extended period of time to perform its running operation.
  • the following are necessary to replace the CPU processing mode during a retrace period by that during a display period; to speed up the updating process of specifying color in the color data; to perform a logical operation for only desired dots on the display screen; and, to transfer at higher speeds a form or an object having a solid body on a transparent background within a source area. Further, it is desired to be able to display "kanji" pattens fast so as to facilitate accomodation of the kanji.
  • a display control unit for providing screen image information and a control signal to a display unit, said display control unit comprising a column/line/row counter for generating control timing, characterized by a presettable register for storing an interrupt issuing count value, and an interrupting means for comparing the output of said counter with the value of said register and for outputting an interrupt signal (INT) on detecting coincidence of said two values, so that said display control unit is able to generate said interrupt signal at a preset screen position as represented by the value of said counter, simultaneously with display scanning.
  • INT interrupt signal
  • a display control system comprising a display control unit for executing a command process function under control of a central processing unit (CPU), characterized in that: said display control unit comprises an interrupting means for generating an interrupt signal to indicate a retrace period; said central processing unit is arranged to change its wait time processing on receipt of said interrupt signal such that during a display period a command is initiated after confirmation of completion of its previous command; and the central processing unit is arranged to indicate a next command during a retrace without confirmation of completion of its previous command.
  • CPU central processing unit
  • a display control unit for providing screen image information and a control signal to a display unit, characterized by means for generating a status signal based on the value of a column/line/row counter said counter being operable to produce a control timing, and said status signal indicating that the counter value corresponds to a retrace period.
  • a method of executing a command process function in a display control system comprising a display control unit under control of a central processing unit (CPU), wherein said display control unit comprises an interrupting means, comprising the steps of: outputting an interrupt signal from said interrupting means; changing the wait time processing of said central processing unit when said interrupt signal is received by said central processing unit; initiating a next command during a display period after confirmation of completion of the previous command; and initiating a next command during a retrace period without confirmation of completion of the previous command.
  • CPU central processing unit
  • a block data transfer device which is capable of speeding up an updating processing of specifying color in display data.
  • a display control unit which is capable of performing a logical operation for only desired dots on a display screen.
  • a display control unit which is capable of transferring at speed a form or an object having a solid body on a transparent background within a source area.
  • an expansion memory can be employed as a "kanji” ROM (pattern memory) or as a buffer area.
  • FIG. 4 there is illustrated a block diagram of an embodiment of the invention.
  • a clock generator 31 to generate a display timing clock and a counter 32 which comprises a column counter to generate a CRT screen display timing and a VRAM address in accordance with the display timing clock, a line counter, and a row counter.
  • Data bus 41 from CPU 1 is connected via Buffer 42 to Register bus 43.
  • the number of registers within a display control circuit 3 accessed by CPU 1 is held by a register pointer/counter 44 and the outputs of this register pointer/counter 44 are decoded by a register selector decoder 45, so that the registers can be specified individually.
  • the register pointer/counter 44 has a count-up function. That is, in setting parameters of the respective registers, after one setting has been completed, it counts up 1. Thus, the registers can be automatically specified successively one by one.
  • Command Register 46 holds the command information from CPU 1, and Video CPU 47 processes the display data in accordance with the commands from CPU 1.
  • SR Register 48 holds the status from Video CPU 47 to CPU 1.
  • CPU 1 specifies the physical address of VRAM 4 to access the VRAM 4, the VRAM address is to be held by VRAM Address Register/Counter 37.
  • Color Code Register 33 holds the read data from VRAM 4 as well as the write data to VRAM 4.
  • SX Register/Counter 38 to hold the values on X coordinates existing in a horizontal direction within a source area
  • SY Register/Counter 39 to hold the values on Y coordinates in a vertical direction
  • SX Address Composing Circuit 40 to create the physical address of VRAM 4 in accordance with the respective outputs of SX, SY Register/Counter 38, 39.
  • DX Register/Counter 58 to hold the values on the horizontal X coordinates of a destination area
  • DY Register/Counter 59 to hold the values on the vertical Y coordinates of the same
  • DX Address Composing circuit 57 to create the physical address of VRAM 4 in accordance with the respective outputs of DX, DY Register/Counters 58, 59.
  • VRAM Address Bus 36 which is contained within the display control circuit 3, is connected through Buffer 55 to Address Line 56 of VRAM 4.
  • VRAM Data Bus 35 which is also contained in the display control circuit 3, is connected through Buffer 53 to VRAM Data Line 54.
  • NX Register 61 holds the transfer data number in a horizontal direction (that is, a direction of the X coordinates), while NY Register 63 holds the transfer data number in a vertical direction (that is, a direction of the Y coordinates).
  • a horizontal direction flag 60 which points to a positive direction (or, right direction) when it is "0" and points to a negative direction (or, left direction) for "0".
  • a vertical direction flag 62 indicates a positive direction (or, downward direction) when it is "0", and a negative direction (or, upward direction) for "1".
  • S Register 34 holds the read data from the source area
  • D Register 52 holds the read data from the destination area.
  • ALU (arithmetic and logic unit) 51 performs logical operations such as IMP, AND, OR, EOR, NOT operations of the outputs of S Register 34, Color Code Register 33 and D Register 52 in accordance with the control from Video CPU 47.
  • Interrupt line (IL) Register 70 is used to previously set the number of columns, lines, or rows for IL interruptions, while Comparator 71 is dedicated to detecting the correspondence of the number of the columns, lines, or rows set by IL Register 70.
  • Source Data Bit Selector 101 selects higher 4 bits or lower 4 bits from the source data and then uses the selected 4 bits to form higher 4 bits or lower 4 bits.
  • Byte Data Selector 102 selects the data which has passed through Source Data Bit Selector 101 or the source data from S Register 34.
  • Transparence Detection Circuit 104 serves to detect a color code (that is, transparency) for a portion of the source area in which no object exists.
  • Parallel Bit Selector 103 causes omission of logical operations of some of the color codes within the destination area which corresponds to the color code within the source area, provided that the very source area color code happens to be transparent.
  • Expansion Memory 111 is used as "kanji” ROM(Pattern Memory) or a buffer area.
  • Slot Switch 121 is dedicated to switching a video request or a process request.
  • ARGR Switch 123 is used to switch a request to a video request or a process request in accordance with the respective bits of an argument register.
  • the operation of the display control circuit 3 is described, by way of example, in connection with the block data transfer/superposition based on X, Y coordinates.
  • CPU 1 has previously set information necessary for the logical operation and block data transfer in the respective registers of the display control circuit 3.
  • CPU 1 sets the register number of a register to be accessed in a register pointer/counter 44 and thereafter performs its read/write operation.
  • SX Register/Counter 38 is composed of SXL (Register #32) and SXH (Register #33)
  • SY Registers/Counter 39 is composed of SYL (Register #34) and SYH (Register #35). Therefore, CPU 1 sets a 4-byte parameter on the transfer starting point or the starting coordinates (SX, SY).
  • FIG. 5 illustrates the contents of Registers #32 ⁇ 42
  • Fig. 6 illustrates the contents of Registers #43 ⁇ 46 as well as the contents of Registers #2, #8.
  • DX Register/Counter 58 is composed of DXL(Register #36) and DXH(Register #37), while DY Register/Counter 59 is composed of DYL(Register #38) and DYH(Register #39).
  • NX Register 61 is composed of NXL (Register #40) and NXH (Register #41)
  • NY Register 63 is composed of NYL (Register #42) and NYH (Register #43).
  • Direction Flag 60 corresponds to the bit 3 of Argument Register ARGR (Register #45), and Direction Flag 62 to the bit 2 of Argument Register ARGR (Register #45).
  • Fig. 7 is a table to illustrate command codes.
  • VDC stands for the display control circuit 3.
  • Fig. 8 is a table to illustrate logical operations.
  • SC represents a source color code and DC stands for a destination color code.
  • CPU 1 creates command codes such as "10010010" in accordance with the above-mentioned command codes and logical operation codes and then sets them in Command Register 45 (Register #45).
  • the higher 4 bits of the above-mentioned command code express an instruction to transfer a block data within VRAM 4 provided that the source area and the destination area are both present within the VRAM 4.
  • the lower 4 bits of the above example represent a logical operation code, that is, "0010" means that the OR of the source color code data and the destination color code data before transferred is to be written into the destination.
  • Video CPU 47 sets the command executing (CE) of the bit 7 of SR Register 48 to initiate the execution and processing of the command.
  • SXY Address Composing Circuit 40 is operated to create a physical address of VRAM 4 from SX Register/Counter 38 and SY Register/Counter 39 respectively holding the source area coordinates under control of Video CPU 47. According to this physical address, a color code data is read out from VRAM 4, which read-out data is in turn set in S Register 34 through Data Line 54, Buffer 53, and VRAM Data Bus 35.
  • DXY Address Composing Circuit 57 is operated to create a physical address of VRAM 4 from the outputs of DX Register/counter 58 and DY Register/Counter 59 respectively holding the destination area coordinates. According to this physical address, a color code data is read from VRAM 4, which data is in turn set in D Register 52.
  • a color code data within S Register 34 read out from the source side and a color code data in D Register 52 read out from the destination side are ORed by ALU (Arithmetic and Logic Unit) 51 to produce a superposed color code data.
  • ALU Arimetic and Logic Unit
  • the newly operated and produced color code data is output on VRAM Data Line 54 via VRAM Data Bus 35 and Buffer 53, and is then written into VRAM 4 in accordance with a physical address on the destination side produced by DXY Address Composing Circuit 57.
  • Video CPU 47 decides that the logical operation (OR)/ block data transfer has been completed, clears the command executing (CE) bit within SR Register 48, and informs CPU 1 of the end of the command.
  • Conditions of the above mentioned execution wait are different between in the display period and in the retrace period. Namely, during the return line period, since all of the memory accesses can be used for command processing, the command processing can be executed at high speeds so that the waiting of CPU 1 is eliminated.
  • a vertical return line period is longer than a horizontal retrace period and thus it takes longer time to process commands in the vertical retrace period than in the horizontal retrace line period. Accordingly, if it is possible to employ such a command processing system as can avoid the waiting of CPU 1 in the vertical period, then the performance of the display control unit can be enhanced substantially. To this end, when the vertical retrace period comes near, an interrupt (or, IL interrupt) is caused to occur to inform CPU 1 of the effect.
  • Such IL interrupt is enabled by previously having set the value of Vertical Counter (Line, Row) 32 in IL Register 70 shown in Fig. 4 (an interrupt line register, #8 Register shown in Fig. 6).
  • the value to be set for this purpose may be the start line number of the vertical retrace or, in case when the overhead time for interrupt processing is long, such a value may be set as causes an interrupt to take place earlier by such long time. In either event, it is possible to improve the efficency of the display control unit.
  • SR Register 48 shown in Fig. 4 (a status register, or #2 Register shown in Fig. 6) is sometimes checked for its VR bit (that is, the output of the VR status signal produced by decoding the out-put of Counter 32 is read out) to decide whether a processing in the very vertical retrace is to be continued or not.
  • the above-mentioned VR bit is produced by decoding the out-put of Counter 32 such that it becomes "0" a predetermined time before the termination of the vertical retrace line period. It is necessary to set up the predetermined time duration even when a processing happens to be longest during the vertical retrace so as to prevent such longest processing from being carried over into the display period.
  • the status of the horizontal retrace can also be shifted forwardly in time to increase its processing efficency.
  • a timing to generate the HR bit can also be staggered in the following manner to enhance the processing efficiency. That is, in the repetitive processings during the horizontal retrace, the leading edge of the timing may be shifted before a minimum time duration required to issue a VRAM access after detection of the HR bit, and the trailing edge thereof may be staggered before more than the maximum time duration.
  • Fig. 9 illustrates the timing mentioned above.
  • the predetermined time duration from the beginning of the vertical or horizontal retrace necessary to cause an interrupt to CPU 1 may be changed depending upon the time periods from the generation of an interrupt signal to CPU 1 to the initiation of the interrupt processing. Also, this predetermined time duration must be changed in accordance with the length of the execution time of programs.
  • the processing mode of CPU 1 is changed by causing CPU 1 to omit the confirmation as to whether Video CPU 47 has completed its previous processing, and at the same time a status signal to indicate the then processing is present within the retrace period is monitored so as to continue to change the processing mode of CPU 1.
  • the status signal has been previously extinguished within a predetermined time after the termination of the retrace. Then, the processing mode of CPU 1 is returned to its original way, in which CPU 1 confirms whether Video CPU 47 has completed its previous processing.
  • Fig. 10 illustrates a block diagram of another embodiment showing an example in which an updating processing of color specification in the display data can be performed at increased speeds.
  • a memory interface consists of a byte(8 bits) or a word (16 ⁇ 32 bits) and thus contains information on display of a plurality of dots. In this case, when the dots are to be processed one by one, the remaining bits must be masked.
  • Source Data Selector 101 selects higher 4 bits when 0 bit of SXY is "0", and lower 4 bits when this 0 bit is "1". The data is then transferred via Byte Data Selector 102 to ALU 51. In ALU 51, a logical operation of the data and the value of D Register 52 is executed for each bit. After then, Parallel Bit Selector 103 outputs as VRAM data either 4 bits (that is, the upper 4 bits for "0", the lower 4 bits for "1") to be specified in accordance with the value of the bit 0 of DXY.
  • Transparency Detection Circuit 104 decides the source data as transparent and thus Parallel Bit Selector 103 allows the value of D Register 52 as it is to pass through.
  • bit select/mask function and transparency processing can be realized.
  • the color code data within the source area and the color code data within the destination area are logically operated, while a portion belonging to the source area and having no object existing therein, more particularly the color code (transparent color) of such portion is detected by Transparency Detection Circuit 104 and the logical operation of the transparent portion is omitted, so that only the form stored in the source area and having a solid body can be transferred at high speeds.
  • Source data specified by a source address is divided into a plurality of portions and one of the data portions is then selected, while destination data specified by a destination address is also divided into a plurality of data portions and one of the data portions is selected.
  • the logical operation result or the destination data is selected for each of the portions of the respective data. As a result of this, it is possible to perform logical operations only on a desired dot on the display screen.
  • Fig. 11 is a block diagram of another embodiment illustrating an example using an expansion memory as a "kanji"(chinese-character) accomodation or as a buffer area.
  • Expansion Memory 111 is extended in parallel with VRAM 4.
  • this expansion memory 111 is extended in parallel with VRAM 4 as a chinese-character pattern ROM
  • chinese characters (“kanji") can be accommodated.
  • a high-speed display can be realized by transferring a chinese-character pattern to VRAM 4 by means of area movement.
  • the read speed of the chinese-character pattern ROM, or the cycle time of the area movement in this case may be slower than the display memory access, low-speed and large-capacity memory elements can be used.
  • an address register may be located within the expansion memory and, at the time when the previous access has been completed, an address may be updated to initiate the next reading.
  • MXC which serves to switch and control the VRAM access from CPU 1 makes it possible to directly read and write an expansion memory from CPU 1.
  • MXD specifies the destination area to the expansion memory and makes it possible for the expansion memory to be read and written as the data memory.
  • MXS specifies the source area to the expansion memory and permits reading of a fixed pattern or reading from a buffer memory.
  • Fig. 12 is a circuit diagram of the main portions of the embodiment shown in Fig. 11.
  • Access requests for a memory are normally classified into two main categories; namely, video requests (VRQ) and process requests (PRQ).
  • the video requests VRQ are requests for reading of data for CRT display and are issued based on the counts of Counter 32.
  • the process requests PRQ are VRAM accesses that are issued by Video CPU. This issue results from the controls of CPU such as setting of parameters from CPU 1, starting of commands, VRAM access and the like.
  • the video requests VRQ and process requests PRQ are controlled by timing control signals, and are respectively permitted by the allocated time slots. These operations are processed by Slot Switch 121 shown in Fig. 12. That is, at a timing when the video request VRQ is issued,Slot Switch 121 is always connected to the video request VRQ side, and in other cases it is connected to the process request PRQ side. Thus, PRQ is permitted only when Slot Switch 121 is connected to the PRQ side.
  • the contents of the process request PRQ are classified into CRQ to be issued when CPU 1 accesses VRAM 4 directly, DRQ issued when the destination data is accessed while Video CPU 122 is executing a command, and SRQ issued when the source data is accessed.
  • These requests are normally connected to the process request PRQ side by ARGR Switch 123.
  • This ARGR Switch 123 is adapted to connect the requests, CRQ, DRQ and SRQ to an XRQ side in accordance with each of the bits MXC, MXD and MXS.
  • This XRQ is a memory request (MX request) to the expansion memory, and when the XRQ appears the expansion memory is to be accessed instead of VRAM 4.
  • the expansion memory can be used as a buffer memory or a pattern memory.
  • MXD and VRAM 4 by MXS to specify the area movement
  • VRAM 4 and the expansion memory are specified by MXD and MXS respectively, then it is possible to return the saved data to its original state, or to move a fixed pattern (or, a chinese-character pattern) to VRAM 4 for display.
  • the described system is useful in performing display control of not only the color CRT but also other display units such as a monochrome CRT, LCD, plasma, and EL.
  • the system described provides several effects: namely, when reducing the execution time for display operation by reading out the source area data from a memory unit and then writing the read-out source are a data sequentially into the destination area, the command processing speed can be increased during a vertical or horizontal retrace line period; it is possible to increase the speed of an update processing on color specification in display data, and at the same time only a desired dot on the display screen can be logically operated; and, it is possible to transfer a form or an object existing within the source area and having a solid body at high speeds, and an expansion memory can be used as a "kanji" (chinese-character) ROM (or, a pattern memory) or a buffer area.
  • kanji chinese-character

Landscapes

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

Claims (21)

  1. Anzeigesteuereinheit zur Bereitstellung einer Bildschirm-Bildinformation und eines Steuersignals für eine Anzeigeeinheit (5), wobei die Anzeigesteuereinheit (3) einen Spalten/Zeilen/Reihen-Zähler (32) aufweist, um einen Steuertakt zu erzeugen,

    gekennzeichnet durch

    ein voreinstellbares Register (70) zum Speichern eines Unterbrechungsausgabezählwerts, und eine Unterbrechungseinrichtung (71) zum Vergleich des Ausgangssignals des Zählers (32) mit dem Wert des Registers (70) und zur Ausgabe eines Unterbrechungssignals (INT) bei der Feststellung der Übereinstimmung dieser beiden Werte, so daß die Anzeigesteuereinheit (3) das Unterbrechungssignal in einer vorbestimmten Bildschirmposition erzeugen kann, die durch den Wert des Zählers (32) repräsentiert wird, gleichzeitig mit der Anzeigeabtastung.
  2. Anzeigesteuereinheit nach Anspruch 1, dadurch gekennzeichnet, daß die Unterbrechungseinrichtung (71) initialisiert wird, um den Bearbeitungsmodus einer zentralen Bearbeitungseinheit (CPU) zu ändern.
  3. Anzeigesteuereinheit nach Anspruch 1 oder 2, dadurch gekennzeichnet, daß die Unterbrechungseinheit (71) eingestellt wird, um das Unterbrechungssignal in einem vorbestimmten Zeitraum vor dem Start einer Rücksprungperiode zu erzeugen, und daß die vorbestimmte Zeitperiode von der Verwaltungszeit eines Unterbrechungsprogramms abhängt.
  4. Anzeigesteuersystem mit einer Anzeigesteuereinheit zur Ausführung einer Befehlsverarbeitungsfunktion unter Steuerung einer zentralen Verarbeitungseinheit (CPU),

    dadurch gekennzeichnet, daß:

    die Anzeigesteuereinheit eine Unterbrechungseinheit (71) aufweist, um ein Unterbrechungssignal zur Anzeige einer Rücksprungperiode zu erzeugen;

    die zentrale Bearbeitungseinheit so ausgebildet ist, daß sie ihre Wartezeitverarbeitung beim Empfang des Unterbrechungssignals ändert, so daß während einer Anzeigeperiode ein Befehl nach Bestätigung der Beendigung ihres vorherigen Befehls eingeleitet wird; und

    die zentrale Bearbeitungseinheit so ausgebildet ist, daß sie einen nächsten Befehl während eines Rücksprungs ohne Bestätigung der Beendigung ihres vorhergehenden Befehls angibt.
  5. Anzeigesteuersystem nach Anspruch 4, dadurch gekennzeichnet, daß die Unterbrechungseinrichtung (71) so eingestellt wird, daß sie das Unterbrechungssignal in einer vorbestimmten Zeitperiode vor dem Start einer Rücksprungperiode erzeugt, und daß die vorbestimmte Zeitperiode von der Verwaltungszeit eines Unterbrechungsprogramms abhängt.
  6. Anzeigesteuereinheit zur Bereitstellung von Bildschirm-Bildinformation und einem Steuersignal für eine Anzeigeeinheit,

    gekennzeichnet durch

    eine Einrichtung zur Erzeugung eines Statussignals auf der Grundlage des Wertes eines Spalten/Zeilen/Reihen-Zählers (32), welcher so betreibbar ist, daß er einen Steuertakt erzeugt, wobei das Statussignal anzeigt, daß der Zählerwert einer Rückschwungperiode entspricht.
  7. Anzeigesteuereinheit nach Anspruch 6, dadurch gekennzeichnet, daß das Statussymbol eine vorbestimmte Zeit vor dem tatsächlichen Start der Rücksprungperiode ausgegeben wird.
  8. Anzeigesteuereinheit nach Anspruch 6, dadurch gekennzeichnet, daß die vorbestimmte Zeit als eine Minimalzeit eingestellt wird, die für die Übertragung erforderlich ist, um eine Ausführung einer Bearbeitung in der Rücksprungperiode nach Ermittlung des Statussignals durchzuführen.
  9. Anzeigesteuereinheit nach Anspruch 6, dadurch gekennzeichnet, daß das Statussignal eine vorbestimmte Zeit vor der tatsächlichen Beendigung der Rücksprungperiode ausgeschaltet wird.
  10. Anzeigesteuereinheit nach Anspruch 9, dadurch gekennzeichnet, daß die vorbestimmte Zeit als eine Maximalzeit eingestellt wird, die erforderlich ist, um die Bearbeitung in der Rücksprungperiode bei Feststellung des Statussignals auszuführen.
  11. Verfahren zur Ausführung einer Befehlsverarbeitungsfunktion in einem Anzeigesteuersystem mit einer Anzeigesteuereinheit unter Steuerung durch eine zentrale Bearbeitungseinheit (CPU), wobei die Anzeigesteuereinheit eine Unterbrechungseinheit (77) aufweist, mit folgenden Schritten:

    Ausgabe eine Unterbrechungssignals von der Unterbrechungseinrichtung (77);

    Änderung der Wartezeitbearbeitung der zentralen Bearbeitungseinheit, wenn das Unterbrechungssignal von der zentralen Bearbeitungseinheit empfangen wird;

    Einleiten eines nächsten Befehls während einer Anzeigeperiode nach Bestätigung der Beendigung des vorherigen Befehls; und

    Einleitung eines nächsten Befehls während einer Rücksprungperiode ohne Bestätigung der Beendigung des vorherigen Befehls.
  12. Anzeigesteuereinheit nach einem der Ansprüche 1 bis 10, zur Bereitstellung von Bildschirm-Bildinformation und einem Steuersignal für eine Anzeigeeinheit (5), wobei die Anzeigesteuereinheit (3) ein Zielregister (52) aufweist, um Anzeigedaten an einer Zileadresse zu lesen und zu speichern, die durch eine zentrale Bearbeitungseinheit (CPU) beschrieben werden soll, und ein Schreibregister zum Halten zu schreibender Daten,

    dadurch gekennzeichnet, daß

    ein Abschnitt der Anzeigedaten mit einem Abschnitt der zu schreibenden Daten kombiniert ist, um die Anzeigedaten zu modifizieren, und daß die modifizierten Anzeigedaten in die Zieladresse eingeschrieben werden, um so einen Abschnitt eines Worts in einem Anzeigespeicher ändern zu können.
  13. Anzeigesteuereinheit nach Anspruch 12, dadurch gekennzeichnet, daß die Modifizierungsfunktion aus Daten für jede Information für einen Punkt besteht, wenn ein Befehl ausgeführt wird.
  14. Anzeigesteuereinheit nach Anspruch 12, dadurch gekennzeichnet, daß die Modifizierungsfunktion aus einem parallelen Bitselektor besteht.
  15. Anzeigesteuereinheit nach einem der Ansprüche 1 bis 10 oder 12 bis 14 zur Bereitstellung von Bildschirm-Bildinformation und einem Steuersignal an eine Anzeigeeinheit (5), wobei die Anzeigesteuereinheit gekennzeichnet ist durch:

    eine Einrichtung (38, 39) zur Festlegung eines Übertragungsstartpunkts eines Quellenbereichs;

    eine Einrichtung zur Festlegung eines Übertragungsstartpunkts eines Zielbereichs (58, 59);

    eine Einrichtung (61) zum Halten der Menge der Übertragungsdaten in einer Horizontalrichtung;

    eine Einrichtung (63) zum Halten der Menge der Übertragungsdaten in einer Vertikalrichtung;

    eine Einrichtung (60, 62) zum Halten der Bewegungsrichtungen der jeweiligen horizontalen und vertikalen Übertragungspunkte;

    eine erste Auswahleinrichtung (40) zur Unterteilung von durch eine Quellenadresse festgelegten Quellendaten in mehrere Datenabschnitte, und zur Auswahl eines der Datenabschnitte;

    eine zweite Auswahleinrichtung (57) zur Unterteilung von durch eine Zieladresse festgelegten Zieldaten in mehrere Datenabschnitte, und zur Auswahl eines der Datenabschnitte;

    eine Einrichtung (51) zur Durchführung logischer Operationen auf den Datenabschnitten, die durch die erste und zweite Auswahleinrichtung ausgewählt werden; und

    eine dritte Auswahleinrichtung (47) zur Auswahl des Ergebnisses der logischen Operation oder von Zieldaten für jeden der Abschnitte der Daten,

    wobei Daten in dem Quellenbereich, der durch die Einrichtung festgelegt wird, aus einer Speichereinheit (49) ausgelesen werden, und die ausgelesenen Daten sequentiell in den Zielbereich eingeschrieben werden, wodurch eine Datenübertragung zwischen dem Quellenbereich und dem Zielbereich durchgeführt wird, und wobei die logischen Operationen nur auf einem gewünschten Punkt auf einem Anzeigebildschirm (5) durchgeführt werden.
  16. Anzeigesteuereinheit nach einem der Ansprüche 1 bis 20 oder 12 bis 15 zur Bereitstellung von Bildschirm-Bildinformation und einem Steuersignal für eine Anzeigeeinheit, wobei die Anzeigesteuereinheit gekennzeichnet ist durch:

    eine Einrichtung (38, 39) zur Festlegung eines Übertragungsstartpunkts eines Quellenbereichs;

    eine Einrichtung zur Festlegung eines Übertragungsstartpunkts eines Zielbereichs (58, 59);

    eine Einrichtung (61) zum Halten der Menge der Übertragungsdaten in einer Horizontalrichtung;

    eine Einrichtung (63) zum Halten der Menge der Übertragungsdaten in einer Vertikalrichtung;

    eine Einrichtung (60, 62) zum Halten der Bewegungsrichtungen der jeweiligen horizontalen und vertikalen Übertragungspunkte;

    eine Transparenzmeßeinrichtung (104) zur Ermittlung einer Transparentfarbe, die einen Farbcode für einen Abschnitt des Quellenbereichs darstellt, in welchem kein Objekt existiert; und

    eine Logikoperationseinrichtung (51) zur Ausführung logischer Operationen mit den Farbcodedaten innerhalb des Quellenbereichs und ebenso mit Farbcodedaten innerhalb des Zielbereichs, wobei Logikoperationen mit dem transparenten Farbabschnitt ausgelassen werden,

    wobei Daten in dem Quellenbereich, der durch die Einrichtung spezifiziert wird, aus einer Speichereinrichtung (4) ausgelesen werden, und die ausgelesenen Daten sequentiell in den Zielbereich eingeschrieben werden, wodurch eine Datenübertragung zwischen dem Quellenbereich und dem Zielbereich durchgeführt wird, und wobei eine Form, die einen festen Körper aufweist, innerhalb des Quellenbereichs mit hohen Geschwindigkeiten übertragen wird.
  17. Anzeigesteuereinheit nach einem der Ansprüche 1 bis 10 oder 12 bis 16, die weiterhin ein Speicherexpansionssystem aufweist,

    dadurch gekennzeichnet, daß

    ein Erweiterungsspeicher (111) parallel zum VRAM (4) zum Halten von Anzeigedaten vorgesehen ist, und daß eine Festlegungseinrichtung vorgesehen ist, um entweder das VRAM oder den Erweiterungsspeicher festzulegen für den Befehlsbearbeitungsspeicherzugriff der CPU oder einer Anzeigesteuereinheit, wobei der Erweiterungsspeicher (111) als ein Datenbereich des VRAM (4) verwendet wird, um so den Adressenraum des VRAM äquivalent zu expandieren.
  18. Anzeigesteuereinheit nach Anspruch 17, dadurch gekennzeichnet, daß der Erweiterungsspeicher (111) als ein Pufferbereich verwendet wird.
  19. Anzeigesteuereinheit nach Anspruch 17, dadurch gekennzeichnet, daß der Expansionsspeicher (111) als ein Musterspeicher verwendet wird.
  20. Graphikanzeigesystem mit einer Anzeigesteuereinheit nach einem der Ansprüche 1 bis 10 oder 12 bis 19.
  21. Computersystem mit einem Graphikanzeigesystem nach Anspruch 20, oder einer Anzeigesteuereinheit nach einem der Ansprüche 1 bis 10 oder 12 bis 19.
EP85101561A 1984-02-20 1985-02-13 Anzeigesteuereinrichtung Expired - Lifetime EP0155499B1 (de)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP59028784A JPS60173580A (ja) 1984-02-20 1984-02-20 表示制御装置
JP28784/84 1984-02-20

Publications (3)

Publication Number Publication Date
EP0155499A2 EP0155499A2 (de) 1985-09-25
EP0155499A3 EP0155499A3 (en) 1990-09-12
EP0155499B1 true EP0155499B1 (de) 1993-01-07

Family

ID=12258041

Family Applications (1)

Application Number Title Priority Date Filing Date
EP85101561A Expired - Lifetime EP0155499B1 (de) 1984-02-20 1985-02-13 Anzeigesteuereinrichtung

Country Status (4)

Country Link
EP (1) EP0155499B1 (de)
JP (1) JPS60173580A (de)
CA (1) CA1228931A (de)
DE (1) DE3586954T2 (de)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2210239B (en) * 1987-09-19 1992-06-17 Hudson Soft Co Ltd An apparatus for controlling the access of a video memory
GB2246935B (en) * 1987-09-19 1992-05-20 Hudson Soft Co Ltd An apparatus for the control of an access to a video memory
US7827424B2 (en) * 2004-07-29 2010-11-02 Ati Technologies Ulc Dynamic clock control circuit and method
US7800621B2 (en) 2005-05-16 2010-09-21 Ati Technologies Inc. Apparatus and methods for control of a memory controller
US8799685B2 (en) 2010-08-25 2014-08-05 Advanced Micro Devices, Inc. Circuits and methods for providing adjustable power consumption

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2016757A (en) * 1978-02-21 1979-09-26 Data General Corp Display Terminal

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4197590A (en) * 1976-01-19 1980-04-08 Nugraphics, Inc. Method for dynamically viewing image elements stored in a random access memory array
JPS5326539A (en) * 1976-08-25 1978-03-11 Hitachi Ltd Data exchenge system
JPS54139431A (en) * 1978-04-21 1979-10-29 Hitachi Ltd Crt display unit
JPS54139433A (en) * 1978-04-21 1979-10-29 Hitachi Ltd Decision system for end of writing
US4240140A (en) * 1978-12-26 1980-12-16 Honeywell Information Systems Inc. CRT display terminal priority interrupt apparatus for generating vectored addresses
JPS5674738A (en) * 1979-11-21 1981-06-20 Toshiba Corp Transfer system of display data
US4394645A (en) * 1981-09-10 1983-07-19 Sensormatic Electronics Corporation Electrical surveillance apparatus with moveable antenna elements
JPS5960480A (ja) * 1982-09-29 1984-04-06 フアナツク株式会社 デイスプレイ装置

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2016757A (en) * 1978-02-21 1979-09-26 Data General Corp Display Terminal

Also Published As

Publication number Publication date
EP0155499A3 (en) 1990-09-12
CA1228931A (en) 1987-11-03
JPS60173580A (ja) 1985-09-06
EP0155499A2 (de) 1985-09-25
DE3586954T2 (de) 1993-06-03
DE3586954D1 (de) 1993-02-18

Similar Documents

Publication Publication Date Title
US5321810A (en) Address method for computer graphics system
US5315698A (en) Method and apparatus for varying command length in a computer graphics system
US5315696A (en) Graphics command processing method in a computer graphics system
US5046023A (en) Graphic processing system having bus connection control capable of high-speed parallel drawing processing in a frame buffer and a system memory
US5717440A (en) Graphic processing having apparatus for outputting FIFO vacant information
EP0393722B1 (de) Speicherzugriffssteuerschaltung für Grafik-Steuergerät
US5185597A (en) Sprite cursor with edge extension and clipping
EP0149188B1 (de) Anzeigesteuersystem
US6678755B1 (en) Method and apparatus for appending memory commands during a direct memory access operation
US5113491A (en) Pattern drawing system having a processor for drawing the profile of the pattern and a processor for painting the drawn profile
CA1065513A (en) Electronic display system
US5321805A (en) Raster graphics engine for producing graphics on a display
US4893114A (en) Image data processing system
EP0658858B1 (de) Graphisches Rechnersystem
EP0155499B1 (de) Anzeigesteuereinrichtung
US4747074A (en) Display controller for detecting predetermined drawing command among a plurality of drawing commands
EP0209736B1 (de) Anzeigesteuereinheit
US6344856B1 (en) Text optimization
US5812150A (en) Device synchronization on a graphics accelerator
JP3313527B2 (ja) グラフィックスコントローラおよびピクセルデータ転送システム
KR960003072B1 (ko) 폰트 데이타 처리장치
EP0223557A2 (de) Anzeigesteuerung in einem Datenverarbeitungssystem
JPS60176088A (ja) メモリ拡張方式
JP2821121B2 (ja) 表示制御装置
JP2535841B2 (ja) 表示制御装置

Legal Events

Date Code Title Description
PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

17P Request for examination filed

Effective date: 19850213

AK Designated contracting states

Designated state(s): DE FR GB NL

PUAL Search report despatched

Free format text: ORIGINAL CODE: 0009013

AK Designated contracting states

Kind code of ref document: A3

Designated state(s): DE FR GB NL

17Q First examination report despatched

Effective date: 19910201

GRAA (expected) grant

Free format text: ORIGINAL CODE: 0009210

AK Designated contracting states

Kind code of ref document: B1

Designated state(s): DE FR GB NL

REF Corresponds to:

Ref document number: 3586954

Country of ref document: DE

Date of ref document: 19930218

ET Fr: translation filed
PLBE No opposition filed within time limit

Free format text: ORIGINAL CODE: 0009261

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: NO OPPOSITION FILED WITHIN TIME LIMIT

26N No opposition filed
REG Reference to a national code

Ref country code: GB

Ref legal event code: IF02

PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: GB

Payment date: 20020125

Year of fee payment: 18

PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: FR

Payment date: 20020214

Year of fee payment: 18

PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: DE

Payment date: 20020227

Year of fee payment: 18

PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: NL

Payment date: 20020228

Year of fee payment: 18

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: GB

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20030213

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: NL

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20030901

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: DE

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20030902

GBPC Gb: european patent ceased through non-payment of renewal fee
PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: FR

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20031031

NLV4 Nl: lapsed or anulled due to non-payment of the annual fee

Effective date: 20030901

REG Reference to a national code

Ref country code: FR

Ref legal event code: ST