EP0283927B1 - Anzeigeadapter - Google Patents

Anzeigeadapter Download PDF

Info

Publication number
EP0283927B1
EP0283927B1 EP19880104226 EP88104226A EP0283927B1 EP 0283927 B1 EP0283927 B1 EP 0283927B1 EP 19880104226 EP19880104226 EP 19880104226 EP 88104226 A EP88104226 A EP 88104226A EP 0283927 B1 EP0283927 B1 EP 0283927B1
Authority
EP
European Patent Office
Prior art keywords
data
display
image
adapter
buffer
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
EP19880104226
Other languages
English (en)
French (fr)
Other versions
EP0283927A3 (en
EP0283927A2 (de
Inventor
Roy Bernard Harrison
Paul William Norris
Roger Timothy Wood
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.)
International Business Machines Corp
Original Assignee
International Business Machines 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 International Business Machines Corp filed Critical International Business Machines Corp
Publication of EP0283927A2 publication Critical patent/EP0283927A2/de
Publication of EP0283927A3 publication Critical patent/EP0283927A3/en
Application granted granted Critical
Publication of EP0283927B1 publication Critical patent/EP0283927B1/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/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 present invention relates to a display adapter for connecting the system bus of a workstation to a display means having a scanned display screen and to a workstation comprising such an adapter.
  • workstation is a general term applied to computing equipment and includes both stand alone units such as a personal computer and units which are used in a host connect mode such as a terminal or a personal computer provided with a terminal emulator.
  • the heart of a workstation is a central processing unit such as a microprocessor.
  • the processor is responsible for carrying a large range of different management tasks in addition to the processing of the user programs.
  • One management task which has been carried out by the processor in prior workstations is the formatting of image data in preparation for display.
  • the display of a workstation it is common for the display of a workstation to be a raster scanned display device such as a cathode ray tube device (CRT) which requires a refresh buffer.
  • CRT cathode ray tube device
  • the image data for display is normally stored in the display buffer in accordance with the scanning cycle for the display.
  • the data for the picture elements (pels) to be displayed is stored in a linear fashion in the display buffer.
  • the display buffer is in practice a part of the workstation's RAM.
  • a display adapter in accordance with the present invention for connecting the system bus of a workstation to a display means having a scanned display screen
  • the display adapter comprising input means for receiving positioning data specifying an area on the screen within which an image is to be displayed and for receiving a stream of data items representing the image, individual data items in the received stream defining respective pels of the image and the stream being ordered to define the image line-by-line and within each line, pel-by-pel; a display buffer to store, in an order corresponding to the display scanning sequence, data defining the pels to be displayed on the display screen; addressing logic adapted to compute, from the positioning data, individual storage locations in the display buffer to be addressed for individual data items in the received stream in order that the data for the individual pels of the image are stored in the display buffer in an order corresponding to the display scanning sequence and in an order that the image is displayed correctly on the display screen; characterised in that the input means comprises register means connectable to the system bus
  • the addressing logic comprises counter means connected to the register means for receiving the initial screen position information contained therein, arithmetic logic connected to the counter means for receiving the instantaneous values of information contained therein and for generating display buffer address signals therefrom and control logic which is connected to the control storage and, in response to the size and orientation data stored therein, causes the counter means to be loaded from the register means and/or the content of the counter means to be adjusted to identify the screen location for each successive data item, causes the arithmetic logic to perform appropriate arithmetic operations on instantaneous values contained in the counter means so as to generate display buffer addresses for successive data items in the received stream, and causes the data for the individual pels of the image to be stored in appropriate locations in the display buffer using the display buffer addresses so generated such that the image is displayed on the screen within said area.
  • Some processors for example the 80286 processor manufactured by the Intel Corporation, are provided with block move instructions which are significantly faster for moving a block than are the corresponding series of individual instructions.
  • the block move instructions cannot be used if the order of the data within the block has to be changed by the processor and consequently they cannot be used to move a block of image data arranged in perceived display order into a display buffer.
  • a workstation with a display adapter according to the invention does allow the block move instructions to be used.
  • a stream of image data can be sent from the workstation RAM to the display adapter using a processor block move operation in the same way that blocks of information can be transferred to an I/O device such as direct access storage devices (DASDs).
  • the display adapter can either process the stream of image data directly as it arrives, or, if the display adapter is additionally provided with an image buffer for the temporary storage of the stream, the processing of the stream can be performed subsequently.
  • Providing a workstation with a display adapter according to the present invention enables performance to be improved. Firstly, it enables faster updating of displayed images. This is a result, primarily, of the fact that the workstation processor no longer has to calculate display buffer addresses. In processors in which fast block move operations to a single address or series of addresses are possible, further improvements in the speed of updating can be achieved because these block moves can be exploited. Performance is also improved because the display buffer need not be contained within the processor address space due to the display adapter being responsible for addressing the individual the display buffer locations and consequently, processor address space is saved for other uses.
  • the display adapter is preferably implemented as special purpose hard-wired logic to take advantage of the speed of such logic.
  • the present invention does not, however, exclude the possibility of implementing the present adapter with a high speed microprocessor and storage elements and appropriate code.
  • the display adapter includes a display buffer 36 which is not addressed directly by the processor.
  • the display device can, however access the display buffer in order to fetch the data corresponding to the individual picture elements on the screen (38, Figure 2A).
  • the data are fetched in synchronism with the scanning of the display screen. To facilitate this the information in the display buffer is organised in accordance with the scanning sequence of the display refresh circuitry.
  • Figure 2A illustrates the display screen as perceived.
  • the screen has "Y" lines of "X" pels each. As shown the lines of the screen are numbered from 0 to Y-1 starting from the top and moving down the screen. The pels in each row are likewise shown numbered, from left to right, 0 to X-1.
  • the display buffer comprises a single unit and is organised on 8 bit bytes.
  • Each pel is represented by 4 bits of information defining the intensity and/or colour of the pel.
  • the buffer could be organised in the form of a plurality of parallel bit planes, each comprising one bit per pel, whereby the combination of the bit planes defines the complete image and whereby the complete pel information for a location on the screen is defined by the combination of the information in the corresponding position in each of the bit planes.
  • a different number of bits might be also be chosen.
  • the display screen is refreshed in this embodiment using an interleaved scanning technique as is often the case in the art so that the scanning of even numbered rows alternates with the scanning of odd numbered rows.
  • the image data for the individual pels of the display screen shown in Figure 2A are stored as shown in Figure 2B, with the data relating to the even numbered rows stored in a first sequence from a base address 361 of the refresh buffer and the data relating to the odd numbered rows stored in a second sequence starting at an offset address 362 at or after the end of the first sequence.
  • the data relating to each of the sixteen pels will not normally be generated in the workstation in the same order as that in which the data is stored in the display buffer. Commonly the data will be generated as a string or sequence 42 of data items, in which the individual pels of the image are defined line-by-line, and within each line, pel-by-pel.
  • Figure 2C illustrates a string in which the image is defined row-by-row, and within each row, pel-by-pel.
  • the first four data items relate to the pels on a first row (b)
  • the second four relate to the four pels on the adjacent second row (b+1)
  • the adapter comprises a control unit 44 which is connected to the address bus 16 and to the control bus 18. Associated with the control unit is control storage 46 which is connected to the data bus 14 for the receipt of initialisation data from the workstation RAM. Also connected to the data bus for the receipt of initialisation data from the workstation RAM are first and second registers 48 and 50. A first input 52 of a two input multiplexer 54 is also connected to the data bus for the receipt of image data from the workstation RAM. The second input 56 of the multiplexer is connected to an external source of data (not shown), either directly, or via a data gearbox as will be explained later with reference to Figure 4.
  • the output 57 of the multiplexer is connected to the data port 68 of the display buffer 38.
  • the display adapter also comprises first and second counters 49 and 51 connected, respectively, to the first and second registers for receiving the count stored therein.
  • An arithmetic logic unit 58 has first, 60, and second, 62, inputs connected, respectively, to the first and second counters.
  • the output 64 of the arithmetic unit is connected to the address input of the display buffer 38.
  • a driver 69 is connected between the data port of the display buffer and the data bus and is used for the transfer of data in the buffer to the bus.
  • the control unit is connected via control inputs C to the control storage, the first and the second registers, the first and second counters, the multiplexer, the arithmetic logic unit and the driver.
  • the image is to be displayed upright within an area having its upper left corner at a screen position b,a, where b is the vertical displacement in pels from the top of the screen and a is the horizontal displacement in pels from the left hand side of the screen.
  • the processor first initialises the display adapter by sending positioning data to the adapter over the data bus.
  • the positioning data comprises initial screen position information which is sent to the first and second registers and size, orientation and data stream format information which is sent to the control storage.
  • the initial screen position information comprises the "x" and "y" values ("a” and "b") for the screen position of one corner of the area (eg. the top left hand corner) in which the image is to be displayed.
  • the area size information defines the length of the horizontal and vertical sides of a rectangular area in which the image is to be displayed in terms of a numbers of pels.
  • the orientation information effectively defines which corner of the rectangular area is identified by the "x" and "y” values stored in the first and second registers.
  • the orientation information defines whether successive image items in the stream are to be displayed at increasing or decreasing y and x values (ie. x increasing / decreasing, y increasing / decreasing) and whether the image data is ordered row-by-row or column-by-column (ie.
  • the data stream format information identifies the format of the stream of image data items to be received (ie. the number of bits per data item and/or the number of data items per byte).
  • the adapter assumes that each data item comprises the complete definition of a pel (ie. for all the constituent bit planes).
  • This information will have been available to the processor in RAM as a result of the generation or selection of the image for display.
  • control logic also requires organisation data defining the organisation of the display buffer in order to be able to generate the display buffer addresses for a stream of incoming data items.
  • the organisation data are loaded into the control storage by the processor. This can be either done at the same time as the initialisation data is supplied, or it can be done at some earlier time.
  • the organisation data comprise the base address of the display buffer, (ie. the address from which the even numbered lines of pels are stored - 361, Figure 2B), the number of pels per byte, the total number of pels per line on the screen, the total number of scan lines on the screen and the address from which the odd numbered scan lines are stored (362, Figure 2B).
  • the control logic includes logic for determining the particular operations to be performed in the display adapter on the basis of the initialisation data, including the particular arithmetic operations to be performed by the arithmetic logic.
  • the offset address is the base address plus an offset.
  • the image data can then be sent by the processor as a stream of data at high speed from the workstation RAM via the data bus to a single address (ie. the input 52 of the multiplexer 54). This is done by the processor using a single block move instruction.
  • the control unit 44 contains interlock mechanisms of a conventional type, as are provided in other adapters, for controlling the exchange of information with the host. By means of these mechanisms it is possible for the host to transfer the data as a block (ie. as an uninterrupted string or sequence) when both the processor and the adapter are ready.
  • the display adapter is configured as hard logic, it is able to process the information in real time as the stream of image data comes over the bus from the RAM.
  • the image data received at the multiplexer 54 is directed to the appropriate locations in the display buffer under the control of the control unit 44.
  • the control logic causes the content of first and second counters to be automatically updated for each data item received in the sequence of data items and controls the arithmetic logic to perform appropriate arithmetic operations.
  • the updating of the counters and the operation of the arithmetic logic is synchronised by the control logic with the receipt of successive data items in the data stream as they are received so that the data items may be stored directly in the appropriate display buffer locations.
  • Figure 6 is a flow diagram giving an overview of the operations performed by the display adapter in generating the display buffer addresses for storing the successive data items. The steps outlined in Figure 6 are illustrated in the following with reference to the example shown in Figures 2).
  • IN STEP 80 the initial screen displacement value, b, for the y ordinate (identified as being the major ordinate in the initialisation data and stored in the second register 50) is loaded into the second counter 51.
  • IN STEP 82 the initial screen displacement value, a, for the x (ie. the remaining) ordinate is loaded into the first counter 49.
  • the control logic causes the arithmetic logic to calculate the address of the location in the display buffer for the data item to be displayed at the screen displacement values currently in the first and second counters.
  • the control logic determines from the horizontal length of the rectangle (ie. the horizontal size) whether there are any more display buffer addresses to be calculated for the current row of pels. This is done by maintaining a count in the control logic of the number of pels processed in the current row. If there are, the control logic increments the first counter as the initialisation data specified "x increasing" (It would have been decremented if the initialisation data had specified "x decreasing").
  • control logic then returns (via loop 88) to step 84 and causes the arithmetic logic to calculate the address for the second data item using the formulae indicated above. If there are no more pels in the current row of the image, the logic proceeds by path 90. IN STEP 92 the control logic determines from the vertical length of the rectangle (ie. the vertical size) whether there are any more rows to be processed for the image. This is done by maintaining a count in the control logic of the number of rows processed for the current image. If there are, the control logic increments the second counter as the initialisation data specified "y increasing" (It would have been decremented if the initialisation data had specified "y decreasing").
  • control logic then returns (via loop 94) to step 82 and causes the initial screen displacement value, a, for the x ordinate to be loaded into the first counter. If there are no more rows to be processed the control logic then exits via the path 96 and the transfer of the image data stream is complete.
  • the second input 56 of the multiplexer is connected to an external source of data.
  • the procedure for receiving image data from an external source is essentially the same as that for receiving image data from the data bus.
  • the initialisation data would still be provided over the data bus by the processor, but in this case the source would be identified as that connected to the input 56 of the multiplexer.
  • the alternative source could be a video source such as a video camera with a digital interface. It could be an image data stream output from, or for, another display adapter with a different scanning rate.
  • the adapter therefore allows emulation of existing display adapters. This is a useful facility as it provides compatibility with existing workstation systems.
  • connection to the alternative video source could be via a direct path as in Figure 3 if the display adapter is able to cope with the video rates of all of the external sources which might be connected to it. If, however, it is intended to connect video sources having very high video data rates, it is preferable to employ a data gearbox 70 as shown in Figure 4.
  • the gearbox will have a reduction ratio which is variable under the control of the control logic.
  • the purpose of the data gearbox is to select only every Nth pel of the image data received from the external video source.
  • the control logic controls the reduction gearbox and the other elements of the adapter to alter only 1 in N pels on each scan of the incoming image data in such a manner that the complete incoming image is captured every Nth scan. This technique has been used successfully to capture the output of an external display adapter running at many times the pel drawing rate of the present adapter.
  • the adapter shown in Figure 3 had a driver connected between the data port of the display buffer and the workstation bus.
  • this driver can be used to save a screen, or part of a screen of data in the workstation memory, after, for example, compiling a screen of data from a number of constituent images.
  • the provision of the driver also means that it is possible to capture image data from an external source by reading a stream of image data from the external source into the display buffer and then transferring that data to the workstation RAM.
  • Figure 5 illustrates an alternative version of the display adapter shown in Figure 3 which enables a stream of image data to be received at very high burst rates which exceed the display buffer addressing capability (or pel drawing rate) of the display adapter.
  • the alternative display adapter is additionally provided with an image buffer 72 which is connected between the multiplexer and the display buffer in the image data path.
  • the control logic is arranged to read the image data received via the multiplexer.
  • the provision of the image buffer also allows the image data transfer rate to be increased in certain circumstances as it means that space and/or data is/are always available and as a consequence processor wait states can be saved.
  • the ability to buffer the data in the image buffer in this way is a result of the control logic rather than the processor addressing the individual locations.
  • the version of adapter shown in Figure 5 could additionally be provided with a data gearbox as shown in the Figure 4 version.
  • the adapter could be arranged to only accept a single input data format.
  • control logic could be so configured that constant data stream format information (eg. the number of data items per byte) would be incorporated in the logic and consequently this information would not need to be provided by the processor with the initialisation information.
  • the image data for each of a number of bit planes one after another.
  • Each data item would comprise a single bit and the complete image would be formed from the combination of the information for each of the bit planes.
  • the adapter could be configured to accept the input information in this form by causing the contents of appropriate display buffer locations to be modified by, rather than replaced by the data items in the incoming data stream.
  • the adapter could alternatively be provided with an output multiplexer so that image data from the screen could be supplied to the data bus of the workstation, or alternatively to an external device.
  • the area displayed on the screen is rectangular.
  • the adapter could also be provided with a facility to display images which were not rectangular by incorporating masking logic in the adapter. In simple terms this could be achieved transferring mask boundary information from the workstation RAM to the control storage and subsequently transferring image data for a rectangular area as described in the preceding description. In this case, however, the control logic would cause the data items relating to screen positions outside the mask boundary to be discarded so that only that part of the image within the boundary would be written to the buffer and be displayed.

Landscapes

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

Claims (8)

  1. Ein Anzeigeadapter zum Anschluß des Systembusses (12) einer Workstation an ein Anzeigemittel (34), das einen abgetasteten Bildschirm hat, wobei der Anzeigeadapter enthält:
    Eingangsmittel zum Empfang von Positionierdaten, die einen Bereich auf dem Bildschirm spezifizieren, innerhalb dieses ein Bild angezeigt wird und zum Empfang eines Stromes (42) von Datenelementen, die das Bild darstellen, wobei einzelne Datenelemente in dem empfangenen Strom die jeweiligen Pels des Bildes definieren und wobei der Strom (42) geordnet ist, um das Bild zeilenweise und innerhalb jeder Zeile, pelweise zu definieren;
    einen Bildpuffer (38), um Daten, die die auf dem Bildschirm anzuzeigenden Pels definieren, in einer Reihenfolge entsprechend der Bildabtastsequenz zu speichern;
    Adressierlogik (44, 49, 51, 58), die angepaßt ist, um von den Positionierdaten einzelne Speicherplätze in dem Bildpuffer zu berechnen, die für einzelne Datenelemente in dem empfangenen Strom (42) adressiert werden, damit die Daten für die einzelnen Pels des Bildes in dem Bildpuffer in einer Reihenfolge entsprechend der Bildabtastfolge gespeichert werden und in einer Reihenfolge, in der das Bild korrekt auf dem Bildschirm angezeigt wird;
    dadurch gekennzeichnet, daß das Eingangsmittel enthält:
    Registermittel (48, 50), die an den Systembus anschließbar sind, um Informationen über die Anfangsbildschirmposition zu erhalten;
    an den Systembus anschließbarer Steuerspeicher (46) zum Empfang von Größe- und Anordnungsinformationen, die zusammmen mit der Information über die Anfangsbildschirmposition, die Positionierdaten bilden, die den Bereich auf dem Bildschirm definieren, innerhalb dieses das Bild angezeigt wird; und
    an den Systembus anschließbare Gatemittel (54) zum Empfang des Stroms (42) von Datenelementen, die ein Bild repräsentieren, das innerhalb des Bereichs angezeigt wird, wobei ein Ausgang der Gatemittel an den Bildpuffer angeschlossen ist.
  2. Ein Anzeigeadapter wie in Anspruch 1 weiter gekennzeichnet, daß die Adressierlogik enthält:
    Zählmittel (49, 51), die an die Registermittel (48, 50) angeschlossen sind, um darin enthaltene Informationen über die Anfangsbildschirmposition zu empfangen;
    arithmetische Logik (58), die an die Zählmittel angeschlossen ist, um die Istwerte der darin enthaltenen Information zu empfangen und um daraus Adreßsignale des Bildpuffers zu erzeugen; und
    die Steuerlogik (44), die an den Steuerspeicher (46) angeschlossen ist und als Reaktion auf die Größe und Anordnung der darin gespeicherten Daten:
    - die Zählmittel (49, 51) veranlaßt, von den Registermitteln (48, 50) geladen zu werden und/oder den Inhalt der Zählmittel (49, 51), synchron mit dem Empfang der aufeinanderfolgenden Datenelemente in dem empfangenen Strom abzustimmen, um den Bildschirmplatz für jedes aufeinanderfolgende Datenelement zu identifizieren;
    - die arithmetische Logik (58) veranlaßt, die entsprechenden Rechenoperationen an den in den Zählmitteln enthaltenen Istwerten durchzuführen, um so die Bildpufferadressen für die aufeinanderfolgenden Datenelemente in dem empfangenen Strom zu erzeugen; und
    - die Daten für die einzelnen Pels des Bildes veranlaßt, in geeigneten Plätzen in dem Bildpuffer (38) gespeichert zu werden, indem die so erzeugten Bildpufferadressen verwendet werden, das Bild auf dem Bildschirm innerhalb des Bereichs anzuzeigen.
  3. Ein Anzeigeadapter wie in Anspruch 1 oder 2, wobei das Gatemittel einen multiplen Eingangsmultiplexer (54) enthält, einen ersten Eingang (52), der an den Systembus (12, 14) einer Workstation zum Empfang eines Stromes von Bilddaten von der RAM Workstation angeschlossen ist, einen zweiten Eingang (56), der an eine alternative Bildsource (mittels 37) extern an die Workstation anschließbar ist und den Ausgang, der an den Datenport des Anzeigepuffers angeschlossen ist.
  4. Ein Anzeigeadapter wie in Anspruch 3, der zusätzlich ein Datengetriebe (70) enthält, das an die alternative Bildsource anschließbar ist, um nur jedes n-te Pel der Bilddaten auszuwählen, das von der alternativen Bildsource empfangen wird, wobei der Ausgang des Datengetriebes an den zweiten Eingang (56) des Multiplexers (54) angeschlossen ist, und den Steuereingang (c) des Getriebes (70), das an die Steuerlogik (44) angeschlossen ist, wobei die Datengeschwindigkeit von der alternativen Bildsource durch die Steuerung der Steuerlogik (44), falls erforderlich, auf die Datengeschwindigkeit reduziert werden kann, die von dem Anzeigeadapter bearbeitet werden kann.
  5. Ein Anzeigeadapter wie in irgendeinem der vorhergehenden Ansprüche, der außerdem einen Bildpuffer (72) zur temporären Speicherung des empfangenen Stroms von Bilddaten enthält, den Bildpuffer (72), der zwischen den Gatemittel (54) und dem Anzeigepuffer (38) angeschlossen wird und mittels eines Steuereingangs (c) zusätzlich an die Steuermittel (44) angeschlossen wird.
  6. Ein Anzeigeadapter wie in irgendeinem der vorhergehenden Ansprücke, der zusätzlich einen Treiber (69) enthält, dessen Eingang an den Datenport (68) des Anzeigepuffers (38) angeschlossen ist und dessen Ausgang an den Systembus (12, 14) anschließbar ist, so daß Bilddaten in der Anwendung von dem Anzeigepuffer (38) an den Systembus übertragen werden können.
  7. Workstation mit einer Zentralprozessoreinheit (10), Direktzugriffsspeicher (RAM) (20), einem Systembus (12), Anzeigemittel (34), die einen abgetasteten Bildschirm und einen Anzeigeadapter (32) wie in irgendeinem der vorhergehenden Ansprüche haben, die zwischen dem Systembus den Anzeigemitteln angeschlossen sind.
  8. Eine Workstation wie in Anspruch 7, wobei die Workstation so konfiguriert ist, daß der Anzeigeadapter (32) an den Prozessor via einer der E/A Ports des Prozessors angeschlossen wird und der Strom von Bilddaten von der RAM Workstation als Reaktion auf einen Blockbewegungsbefehl des Prozessors bereitgestellt werden kann.
EP19880104226 1987-03-27 1988-03-17 Anzeigeadapter Expired - Lifetime EP0283927B1 (de)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
GB8707409 1987-03-27
GB8707409A GB2202718B (en) 1987-03-27 1987-03-27 Display adapter

Publications (3)

Publication Number Publication Date
EP0283927A2 EP0283927A2 (de) 1988-09-28
EP0283927A3 EP0283927A3 (en) 1990-09-19
EP0283927B1 true EP0283927B1 (de) 1993-12-01

Family

ID=10614812

Family Applications (1)

Application Number Title Priority Date Filing Date
EP19880104226 Expired - Lifetime EP0283927B1 (de) 1987-03-27 1988-03-17 Anzeigeadapter

Country Status (4)

Country Link
EP (1) EP0283927B1 (de)
JP (1) JPS63250688A (de)
DE (1) DE3885925T2 (de)
GB (1) GB2202718B (de)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01310390A (ja) * 1988-06-09 1989-12-14 Oki Electric Ind Co Ltd フレーム・メモリ制御方式
US5517612A (en) * 1993-11-12 1996-05-14 International Business Machines Corporation Device for scaling real-time image frames in multi-media workstations
FR2789779B1 (fr) * 1999-02-11 2001-04-20 Bull Cp8 Procede de traitement securise d'un element logique sensible dans un registre memoire, et module de securite mettant en oeuvre ce procede

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5952286A (ja) * 1982-09-20 1984-03-26 株式会社東芝 ビデオram書込み制御方式
JPH067304B2 (ja) * 1982-12-10 1994-01-26 株式会社日立製作所 図形処理装置
US4679038A (en) * 1983-07-18 1987-07-07 International Business Machines Corporation Band buffer display system
JPS6211380A (ja) * 1985-07-09 1987-01-20 Iizeru:Kk 画像信号変換方法

Also Published As

Publication number Publication date
EP0283927A3 (en) 1990-09-19
GB8707409D0 (en) 1987-04-29
GB2202718A (en) 1988-09-28
EP0283927A2 (de) 1988-09-28
DE3885925D1 (de) 1994-01-13
JPS63250688A (ja) 1988-10-18
GB2202718B (en) 1991-09-18
DE3885925T2 (de) 1994-05-19

Similar Documents

Publication Publication Date Title
US4868557A (en) Video display apparatus
US5043714A (en) Video display apparatus
US4862154A (en) Image display processor for graphics workstation
US5742788A (en) Method and apparatus for providing a configurable display memory for single buffered and double buffered application programs to be run singly or simultaneously
US4459677A (en) VIQ Computer graphics system
US4688190A (en) High speed frame buffer refresh apparatus and method
US5291582A (en) Apparatus for performing direct memory access with stride
EP0279229B1 (de) Grafik-Anzeigesystem
US6646651B1 (en) Display controller
EP0553549B1 (de) Architektur zur Übertragung eines Bildelementenstroms
EP0403122B1 (de) Rechnergesteuerte Bildüberlagerung
EP0374864A2 (de) Generator für akustische Anzeige
US4918526A (en) Apparatus and method for video signal image processing under control of a data processing system
EP0279225B1 (de) Zähler mit veränderbarer Verschaltung zur Adressierung in graphischen Anzeigesystemen
EP0525986A2 (de) Gerät mit schneller Kopierung zwischen Rasterpuffern in einem Anzeigesystem mit Doppel-Pufferspeichern
EP0752694B1 (de) Verfahren zum schnellen Ausmalen und Kopieren von Bildelementen kurzer Wortlänge in einem breiteren Rasterpufferspeicher
US5050102A (en) Apparatus for rapidly switching between output display frames using a shared frame gentification memory
EP0283927B1 (de) Anzeigeadapter
US5657047A (en) Method and apparatus for zooming images on a video display
EP0150453A2 (de) Steuersystem zur Übertragung von Daten zwischen logischen Speicherbereichen
US5847700A (en) Integrated apparatus for displaying a plurality of modes of color information on a computer output display
EP0410743B1 (de) Graphisches Anzeigesystem mit einem geteilten seriellen Register
EP0229986A2 (de) Kursorschaltung für einen Speicher mit zwei Eingängen
JPH06343142A (ja) 画像表示装置
KR920010508B1 (ko) 데이타 처리 시스템 제어에 의한 비데오 화상 처리 장치 및 방법

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

AK Designated contracting states

Kind code of ref document: A2

Designated state(s): DE FR GB

17P Request for examination filed

Effective date: 19890117

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

17Q First examination report despatched

Effective date: 19920817

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

REF Corresponds to:

Ref document number: 3885925

Country of ref document: DE

Date of ref document: 19940113

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
PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: GB

Payment date: 19950227

Year of fee payment: 8

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

Ref country code: FR

Payment date: 19950228

Year of fee payment: 8

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

Ref country code: DE

Payment date: 19950330

Year of fee payment: 8

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

Ref country code: GB

Effective date: 19960317

GBPC Gb: european patent ceased through non-payment of renewal fee

Effective date: 19960317

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

Ref country code: FR

Effective date: 19961129

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

Ref country code: DE

Effective date: 19961203

REG Reference to a national code

Ref country code: FR

Ref legal event code: ST