JPH04248590A - Data transfer equipment - Google Patents

Data transfer equipment

Info

Publication number
JPH04248590A
JPH04248590A JP3013287A JP1328791A JPH04248590A JP H04248590 A JPH04248590 A JP H04248590A JP 3013287 A JP3013287 A JP 3013287A JP 1328791 A JP1328791 A JP 1328791A JP H04248590 A JPH04248590 A JP H04248590A
Authority
JP
Japan
Prior art keywords
transfer
data
rectangular
data transfer
control means
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP3013287A
Other languages
Japanese (ja)
Inventor
Hirotoshi Uehara
上原 宏敏
Jun Sakaguchi
阪口 純
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP3013287A priority Critical patent/JPH04248590A/en
Publication of JPH04248590A publication Critical patent/JPH04248590A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To offer a data transfer equipment which can display bit map data, specially, in the control of window system and can be utilized for transfer control over moving picture data as for the transfer device for still and moving picture data. CONSTITUTION:The data transfer equipment is equipped with an address generating means 11 which generates corresponding memory addresses according to two-dimensional rectangular coordinate values, a data control means 12 which controls the input and output of data, a rectangle transfer control means 13 which performs transfer flow control over data to respective means, a parameter storage means 2 stored with plural rectangle transfer parameters, and a plural- rectangle transfer control means 3 which transfers plural rectangle data in the parameter storage means by controlling the rectangle transfer means 13 or address generating means 11.

Description

【発明の詳細な説明】 【0001】 【産業上の利用分野】本発明は、静止画像データおよび
動画像データの転送、特にウインドウシステム下でのビ
ットマップデータ転送制御を行なう場合のデータ転送装
置に関する。 【0002】 【従来の技術】近年、パーソナルコンピュータやワーク
ステーションでは、操作性の向上を目的として、グラフ
ィカルなユーザインタフェースを実現するのが通例であ
る。これらは、ウインドウシステムと呼ばれるソフトウ
ェアで支援され、異なるマシン上での動作も可能なよう
になっている。 【0003】このようなウインドウシステムの特徴は、
移植性の高さがあげられる。しかし、移植性の重視はソ
フト的なオーバヘッドにつながり、描画処理速度を遅く
していた。最近、CPUの高速化により線描画などグラ
フィックス処理は高速となってきているが、自然画像の
ようなビットマップデータの表示に関しては遅く、フル
カラー画像を扱う場合などほとんど使用に耐えない。こ
れを解決するためには、ハードウェアによる支援が不可
欠である。 【0004】一方、最近、静止画像だけでなく、動画デ
ータも扱った教育、トレーニング向けシステム開発も活
発化してきている(マルチメディアシステム)。これら
は、一般的にウインドウシステム下で図12に示すよう
なシステム構成で実現される。機能的には動画データ専
用の別のメモリを持ち、表示読出し時にフレームバッフ
ァのデータと映像合成処理を行なうことで、動画像デー
タ表示を実現するものである。 【0005】しかしながら、この方法では映像合成部分
に高速性が要求され(画素単位の合成制御であれば、例
えば1280×1024画素のフレームバッファの場合
で100MHz以上の処理速度が必要)、ハード的に実
現が困難である。またソフト的にはウインドウシステム
側で動画像データの表示領域の管理や、動画像メモリの
管理など動画を扱う上で特殊化される点が多い。したが
って、ソフト的な整合性を考慮すれば、動画像データも
静止画像データ同様にフレームバッファに転送して表示
されることが望ましい。 【0006】 【発明が解決しようとする課題】ビットマップデータの
高速表示を支援するハードウェアとしては、専用のデー
タ転送装置(DMA[Direct  Memory 
 Access])かグラフィックスプロセッサがあげ
られる。ところが、これら現状のハードウェアには以下
に示すような問題点を有していた。 【0007】まず従来のDMAは、開始アドレスと転送
データ数のみを指定する連続リニアアドレスでの転送の
みをサポートするものが多く、ウインドウシステムのよ
うにX−Y座標の2次元アドレス転送を実現するにはラ
イン毎にCPUの介在が必要であった。また、X−Y座
標の2次元アドレスでのデータ転送をサポートしたDM
Aでも、クリッピング領域を考慮した転送、つまり複数
の矩形領域の転送をサポートしたものはなかった。 【0008】図13(b)に示すように、ウインドウシ
ステム下では各ウインドウはオーバラップして表示され
ることが多く、図中WindowBへのデータ転送制御
をウインドウシステム(ホストCPU)が行なった場合
、X−Y座標の2次元アドレス転送をサポートしていな
いDMAでは図14に示すフローでの処理指示が必要で
あった。 【0009】通常、ウインドウシステムは、Windo
wBのクリッピング領域を算出して、3つの領域パラメ
ータを得る。次いで、DMAに対し矩形ごとのラインパ
ラメータをセットする。ホストCPUはラインごとのD
MAの転送終了を待って、次のラインパラメータセット
を順次制御していく。また、これらは3個の矩形に対し
、繰り返し行なわねばならない。 【0010】また、2次元アドレスでの転送をサポート
したDMAでも矩形毎のパラメータセットが不可欠であ
り、1秒間に30回の転送制御が必要な動画像データ転
送は事実上不可能であった。 【0011】一方、描画処理を専用に行なうグラフィッ
クスプロセッサは、専用のプログラムインタフェース言
語での記述が必要で、DMAと比較してウインドウシス
テムの移植が非常に困難であり、現状あまり利用されて
いない。 【0012】更にグラフィックスプロセッサは、2次元
/3次元グラフィックス,データ転送等、豊富な機能サ
ポートが行なわれるあまり、個々のスペックとしては、
CPUと比較して処理速度の優位性があまり認められず
、CPUとの差別化が難しいのも利用されない原因の1
つである。 【0013】本発明は上記課題を解決するもので、複数
矩形のX−Y座標の2次元アドレス転送を制御する手段
を設けることで、ウインドウシステム下でのビットマッ
プデータの転送を高速化することを目的とする。 【0014】また、上記機能に加え、同一のパラメータ
での連続データ転送を制御する手段を設けることで、動
画像データの転送制御にも利用可能とすることを目的と
する。 【0015】 【課題を解決するための手段】上記目的を達成するため
に、本発明のデータ転送装置は、2次元矩形座標値から
対応するメモリアドレスを発生するアドレス発生手段と
、データの入出力を制御するデータ制御手段と、前記各
手段に対しデータの転送フロー制御を行なう矩形転送制
御手段と、複数矩形の転送パラメータを記憶するパラメ
ータ記憶手段と、前記矩形転送制御手段あるいは前記ア
ドレス発生手段を制御して、前記パラメータ記憶手段に
記憶された複数個の矩形データ転送を行なわせる複数矩
形転送制御手段を有する構成とする。 【0016】また、本発明のデータ転送装置は、上記構
成に加え、パラメータ記憶手段内に複数矩形データ転送
を連続して行なうか否かを選択する転送モードパラメー
タを記憶し、外部信号に同期してデータ転送開始トリガ
を生成する転送トリガ生成手段と、前記転送モードパラ
メータが連続転送モードである場合に、前記転送トリガ
生成手段からのタイミングで連続的にデータ転送を行な
わせる制御を行なう転送モード判別制御手段を有するも
のである。 【0017】さらに、本発明のデータ転送装置は、上記
第2の構成に加え、フレームバッファへのデータ転送に
おいて、前記フレームバッファの表示走査期間から転送
矩形領域の走査期間を検出するとともに前記検出期間終
了時にトリガ信号を生成する転送矩形期間検出手段を有
し、前記転送矩形期間検出手段のトリガを転送トリガ生
成手段に出力して連続データ転送制御を行なうようにし
たものである。 【0018】 【作用】上記した構成においては、複数矩形のデータ転
送を実現でき、現状のウインドウシステムのビットマッ
プデータ転送処理の大半をハードウェアで支援すること
ができる。また、ホストCPU処理としてはウインドウ
ごとのパラメータの一括設定だけとなり、負荷を最大限
に軽減させることができる。 【0019】さらに、外部信号に同期した同一矩形パラ
メータによる連続データ転送が可能となり、ウインドウ
システム下での動画像データ転送も可能となる。 【0020】またこの際、動画ウインドウ部分の走査タ
イミングを検出することで、動画ウインドウ走査中にウ
インドウへのデータ転送を行なわせないよう制御するこ
とができ、画面上乱れの無い転送を実現できる。 【0021】 【実施例】図1,図5,図9は、本発明の各実施例にお
けるデータ転送装置のブロック図を示し、各々ホストC
PUインタフェース,データ転送を行なうソース,ディ
スティネーションメモリとのインタフェースを持つもの
とする。 【0022】(実施例1)以下、本発明の第1実施例を
図1〜図4を用いて説明する。 【0023】図1において、1はX−Y座標の2次元ア
ドレスでの矩形データ転送行なう矩形データ転送機構、
2は複数矩形転送に必要なパラメータを記憶するパラメ
ータ記憶手段、3は複数矩形転送制御手段である。 【0024】11〜13は、矩形データ転送機構1を構
成するもので、11はソースおよびディスティネーショ
ンの転送アドレスを発生するアドレス発生手段、12は
ソースおよびディスティネーションの転送アドレスを発
生するアドレス発生手段、12はソースおよびディステ
ィネーションメモリとのデータ入出力制御を行なうデー
タ制御手段、13はアドレス生成手段11とデータ制御
手段12を制御して1つの矩形データの転送制御を行な
う矩形転送制御手段である。 【0025】パラメータ記憶手段2で記憶されるパラメ
ータとしては、例えば図13(a),(b)に示すよう
に、転送矩形数と、ソースメモリアドレス(pSrc)
,ソースデータ幅(wSrc),ソースメモリ側での各
矩形座標値([x1,y1l]…[x3,y3])とサ
イズ([w1,h1],…[w3,h3])ディスティ
ネーションメモリアドレス(pDst),ディスティネ
ーションデータ幅(wDst),ディスティネーション
メモリ側での各矩形座標値が考えられる。 【0026】ここで、矩形データ転送機構1は従来のX
−Y座標の2次元アドレス転送をサポートしたDMAと
同等のものとし、アドレス生成手段11は2次元座標値
から画素データのアドレスを順次算出する回路とする。 また、データ制御手段12は外部メモリとデータのリー
ド/ライトを行なう回路とし、本実施例ではリードした
データを保持するデータレジスタを有する構成とする。 【0027】以下、図1に示すデータ転送装置の動作を
図2フローを用いて説明する。(201)複数矩形転送
制御手段3は、ホストCPUからの起動指示を待つ。例
えば、パラメータ記憶手段2内に処理起動用のレジスタ
を持ち、複数矩形転送制御手段3はこのレジスタ値から
判断する。レジスタ値が「起動指示」であった場合、次
ステップに移る。 【0028】(202)複数矩形転送制御手段3は矩形
転送制御手段13あるいはアドレス生成手段11に対し
パラメータ記憶手段2内のn番目(転送開始時はn=0
)の矩形パラメータの読出しを指示する。パラメータと
しては、ソースの矩形座標値とサイズおよびディスティ
ネーションの矩形座標値である。 【0029】(203)次いで、複数矩形転送制御手段
3は、矩形転送制御手段13に対してデータ転送指示の
ための信号を出力する。          【003
0】(204)転送指示を受けた矩形転送制御手段13
は、アドレス生成手段11に対し矩形パラメータに基づ
くソースおよびディスティネーションのメモリアドレス
生成を指示する。アドレス生成終了後、アドレス生成手
段11は矩形転送制御手段13に対して生成終了信号を
出力する。 【0031】(205)矩形転送制御手段13は、アド
レス生成手段11からのアドレス生成終了信号を受けて
、データ制御手段12に対し、まずソースデータの読出
し指示を行なう。指示信号としては、ソースメモリアド
レスとアクセス制御モード(この場合はリード)である
。データ制御手段12では、このメモリアドレスのデー
タをリードして内部レジスタに格納し、矩形転送制御手
段13に対してリード処理終了信号を出力する。 【0032】(206)リード処理終了信号を受けて、
矩形転送制御手段13はデータ制御手段12に対し、デ
ィスティネーションアドレスへのデータ書込み指示を行
なう。データ制御手段12では、内部レジスタデータを
このメモリアドレスへ書込み、矩形転送制御手段13に
対して書込み処理終了信号を出力する。 【0033】(207)矩形転送制御手段13は、矩形
データの転送終了をチェックし、未終了であればステッ
プ(204)へ戻り、ステップ(204)〜ステップ(
206)のデータ転送繰り返す。矩形転送終了後は、矩
形転送制御手段13は複数矩形転送制御手段3に対し、
指示矩形データ転送終了信号を出力する。転送終了の判
断は、たとえばアドレス生成手段11において各矩形の
サイズより判断することができる。 【0034】(208)複数矩形転送制御手段3は、矩
形データ転送終了信号を受けて、次に転送すべき矩形が
あるか否かをチェックする。これは、パラメータ記憶手
段2内の転送矩形数から判断できる。転送矩形があれば
、現在の矩形番号を1つインクリメント(n=n+1)
して、ステップ(202)へ戻る。転送矩形がなければ
、データ転送処理の終了となる。 【0035】ここで、矩形転送制御手段13がデータ制
御手段12に対して処理を行なっている間に、アドレス
生成手段11に対し次アドレス計算処理を実行するよう
制御すれば、アドレス生成とデータ転送処理のパイプラ
イン化が図れる。 【0036】また、本実施例ではデータ制御手段内のデ
ータレジスタを1つとして説明したが、複数個具備し、
ソースメモリより複数データを一括して読出し、ディス
ティネーションへ書込むよう制御してもよい。この場合
、汎用バス上での転送時など一括アクセスによる高速化
が可能となる。このデータレジスタによりディスティネ
ーションデータに応じたシフト制御等を行なうことも可
能である。 【0037】次に、本実施例のデータ転送装置を用いた
システム応用例について説明する。図3は、一般的なワ
ークステーションに本実施例のデータ転送装置を用いた
例である。図3のデータ転送装置は、システムバスと呼
ばれる主制御バスに接続され、主記憶装置とフレームバ
ッファ間のデータ転送をCPUの指示により実行するも
のである。 【0038】図3に示すシステムにおいて、図13(b
)のWindowBへのデータ転送を行なう場合、ウイ
ンドウシステムの制御処理は、図4に示すフローとなる
。 【0039】ウインドウシステムは、まずウインドウの
重なりからWindowBに関して(1)〜(3)の3
つの矩形パラメータを計算する。次いで、これら3つの
矩形パラメータをパラメータ記憶手段2に設定し、デー
タ転送装置へ転送処理起動を指示する。その後、データ
転送の終了を待つ。この場合、ウインドウシステムは必
ずしもデータ転送終了を待つ必要はなく、ウインドウシ
ステムは次の処理に移ることも可能である。 【0040】したがって、図4フローは図14のデータ
転送装置での従来フローと比較して、ホストCPUの負
荷が大幅に軽減されることになる。 【0041】以上本実施例によれば、データ転送装置と
して複数矩形の2次元アドレスでの転送を行なう手段を
設けることで、ウインドウシステムの制御処理を軽減し
た高速データ転送を実現できる。 【0042】(実施例2)次に、第2の実施例を図5〜
図8を用いて説明する。 【0043】図5において、矩形データ転送機構1,パ
ラメータ記憶手段2,複数矩形転送制御手段3は、図1
実施例と同じであり、4は連続データ転送制御機構であ
る。 【0044】41,42は、連続データ転送制御機構4
を構成するもので、41は連続的にデータ転送する場合
の転送トリガ生成手段、42はパラメータ記憶手段2内
のパラメータから転送モードを判別し、転送トリガ生成
手段41のトリガで複数矩形転送制御手段3を制御する
転送モード判別手段である。 【0045】パラメータ記憶手段2には、図1実施例で
のパラメータに加えて、連続的に転送を行なうか否かを
選択する転送モードパラメータと、データ転送制御装置
の動作状態を示す状態フラグパラメータと、連続転送停
止を指示する停止フラグパラメータとを持つものとする
。 【0046】転送トリガ生成手段41は、動画データに
おける連続転送のため、例えば垂直同期信号から生成す
るものとする。 【0047】以下、図5に示すデータ転送装置の動作を
図6フローを用いて説明する。(601)転送モード判
別手段42は、本データ転送装置の初期設定として、パ
ラメータ記憶手段2内の状態フラグパラメータ(Sta
tus)を待ち状態(Ready)にセットする。ウイ
ンドウシステムは、データ転送を行なう場合、この状態
フラグパラメータを確認して転送指示を行なう。これは
、データ転送装置が連続的にデータを転送している際に
、CPUが転送矩形パラメータを変更しないよう制御す
るためである。もし連続転送中にパラメータ変更が必要
な場合は、以降に示す停止フラグパラメータを使用する
。 【0048】(602)転送モード判別手段42は、ホ
ストCPUからの起動指示を待つ。例えば、パラメータ
記憶手段2内に処理起動用のレジスタを持ち、転送モー
ド判別手段42はこのレジスタ値から判断する。レジス
タ値が「起動指示」と一致した場合、次にステップに移
る。 【0049】(603)転送指示を受けた転送モード判
別手段42は、パラメータ記憶手段2内の状態フラグパ
ラメータを処理状態(Busy)にセットする。 【0050】(604)次いで、パラメータ記憶手段2
内の転送モードパラメータから連続転送か否かをチェッ
クし、連続転送であればステップ(607)へ、そうで
なければステップ(605)へ移る。 【0051】(605)連続転送でない場合は、転送モ
ード判別手段42は複数矩形転送手段3に対して、矩形
データ転送指示のための信号を出力する。以降、複数矩
形転送手段3は第1の実施例で説明したように図2フロ
ーでのデータ転送を実行する。 【0052】(606)転送モード判別手段42は転送
指示後、複数矩形転送手段3からの転送終了信号を待っ
て、ステップ(611)へ移る。 【0053】(607)連続データ転送である場合は、
転送モード判別手段42は、まず転送トリガ生成手段4
1からのトリガ信号を待つ。このトリガ信号のタイミン
グで転送モード判別手段42は、複数矩形転送手段3に
対し矩形データ転送指示のための信号を出力する。 【0054】(608)転送指示を受けた複数矩形転送
手段3は、第1の実施例で説明したように図2フローで
のデータ転送を実行する。 【0055】(609)転送モード判別手段42は、複
数矩形転送手段3からの転送終了信号を待って、次ステ
ップへ移る。 【0056】(610)矩形データ転送終了後、転送モ
ード判別手段42はパラメータ記憶手段2内の停止フラ
グパラメータにより、ウインドウシステムからの停止指
示があるか否かをチェックする。これは、ウインドウ移
動時など矩形パラメータ等の変更が必要な場合に連続転
送を停止させるために使用するものである。転送モード
判別手段42は、停止指示がなければステップ(607
)へ戻り、外部トリガタイミングでの複数矩形データ転
送を繰り返す。停止指示があればステップ(611)へ
移る。 【0057】(611)転送終了後、転送モード判別手
段42は、パラメータ記憶手段2内の状態フラグパラメ
ータを待ち状態(Ready)にセットし、ステップ(
602)へ戻る。 【0058】ここで、本実施例では状態フラグパラメー
タにより連続転送中のパラメータ更新が発生しないよう
にウインドウシステムで制御するものとしているが、パ
ラメータ記憶手段2が状態フラグパラメータによってア
クセスを制限する手段を持ってもよい(メモリプロテク
ト機能)。この場合、ウインドウシステムが連続転送中
に誤ってパラメータ更新を行なったとしても実際にメモ
リに書き込まれることはない。 【0059】次に、本実施例のデータ転送装置を用いた
システム応用例について説明する。図7は、ワークステ
ーション等に本実施例のデータ転送装置を用いて動画デ
ータ転送,表示を行なう例である。図7では、データ転
送装置は動画入力装置内で制御され、動画入力装置内の
動画バッファメモリからのデータをフレームバッファに
専用バスで転送している。専用バスによる転送は、シス
テムバスに動画データを転送する能力があれば特に必要
ない。 【0060】図7システムで、図13(b)のWind
owBに動画像データ転送を行なう場合、ウインドウシ
ステムは、図8に示すフローとなる。 【0061】ウインドウシステムは、まずウインドウの
重なりからWindowBに関して(1)〜(3)の3
つの矩形パラメータを計算する。次いで、ウインドウシ
ステムはこれら矩形パラメータをセットするため、デー
タ転送装置に対して停止指示を行なう(連続転送動作中
である場合に必要)。停止指示後、状態フラグパラメー
タがレディ状態になるのを待って、矩形パラメータをパ
ラメータ記憶手段2に設定し、データ転送装置へ連続モ
ードでの転送指示を行なう。以降、WindowBへの
動画データ転送は、CPUの介在なしにデータ転送装置
が行なう。 【0062】動画転送を行なうバスが高速であれば、動
画入力装置を複数個具備することで、マルチ動画ウイン
ドウ表示を行なうことも可能である。 【0063】以上、本実施例によれば、同一矩形パラメ
ータで連続的にデータ転送を行なう手段を設けることで
、動画データの転送を実現することができる。また、動
画転送中にホストCPUの介在が不要なため、ホストC
PU側はリアルタイム制御(1/30秒間隔)の必要性
は必ずしもないという特長がある。つまり、これはリア
ルタイム性の無い現状の汎用OS下でも容易に実現でき
る。また、動画像データも静止画像データ同様に1つの
フレームバッファに転送して表示することができる。 【0064】(実施例3)次に、第3の実施例を図9〜
図11を用いて説明する。 【0065】まず、前述した図5のデータ転送装置によ
る動画像データ転送は、転送するタイミングによっては
、表示の読出しとデータ転送とが衝突して表示画面が乱
れる可能性がある。 【0066】これは図10に示すように、フレームバッ
ファの走査線がWindowBのラインを走査している
際に、WindowBに対してデータ転送を行なった場
合に発生する。 【0067】これを解決するために、例えば図11に示
すようにデータ転送の禁止期間を検出し、これ以外の期
間に動画フレームの転送を行なえば良い。 【0068】そこで、第3の実施例では、図5の実施例
に加えて、垂直,水平同期信号から動画ウインドウの走
査タイミングを検出し、動画ウインドウ部分の走査終了
後からデータ転送を開始するよう制御するものである。 【0069】以下、本発明の第3の実施例を図9を用い
て説明する。図9において、矩形データ転送機構1,パ
ラメータ記憶手段2,複数矩形転送制御手段3,連続デ
ータ転送制御機構4は図5実施例と同じであり、5は動
画データ転送のタイミングを検出する転送期間検出機構
である。 【0070】ここで、転送期間検出機構5は、走査ライ
ンと動画ウインドウの末尾ラインとから動画データ転送
タイミングを検出するものとする。 【0071】51〜53は、転送期間検出機構5を構成
するもので、51は転送矩形ライン算出手段、52は読
出しライン算出手段、53はライン比較手段である。 【0072】以下、本実施例のデータ転送装置の動作を
説明する。まず図9において、転送矩形ライン算出手段
51は、パラメータ記憶手段2内の複数矩形座標値から
転送ウインドウの最終ライン(例えば、y座標最大値)
を算出する。これは、図10でのLineAに相当する
。また、読出しライン算出手段52は画面表示の垂直同
期信号,水平同期信号から表示読出しラインを算出する
。これは例えば、垂直同期信号でリセットされ、水平同
期信号でカウントアップされるカウンタ回路で構成でき
る。 【0073】ライン比較手段53は、連続データ転送時
に転送矩形ライン算出手段51と読出しライン算出手段
52とのライン値を比較し、ライン値が一致した場合に
、転送トリガ生成手段41に対しトリガ信号を出力する
ものである。 【0074】連続データ転送制御機構4は、このトリガ
に基づいて図6に示すフローに従った連続データ転送制
御を行なう。 【0075】これにより、動画データ転送は図10のL
ineAの走査後から開始させることができる。ただし
、データ転送は次の転送禁止区間までに完結する必要が
ある。 【0076】以上本実施例によれば、動画ウインドウ部
分の走査タイミングを検出し、動画ウインドウ部分の走
査終了後、データ転送を行なうよう制御することで、表
示上乱れのない動画データ転送を実現できる。 【0077】 【発明の効果】以上説明したように本発明によれば、下
記の諸効果を有するデータ転送装置を提供できる。すな
わち、ウインドウシステム下でビットマップデータの高
速表示が可能となり、利用者にとってフルカラー画像等
を用いたアプリケーションの動作を快適なものとすると
ともに、一般的なワークステーション上でこれらアプリ
ケーションの開発,利用を促進させることができる。 【0078】また、クリッピング領域を考慮した複数矩
形のデータ転送を実現することで、ウインドウシステム
との整合性を高くすることができ、短期間での移植が可
能となる。 【0079】さらに連続データ転送のサポートにより動
画像データ転送も可能となり、ソフトウェア的には1フ
レームバッファアーキテクチャとすることで、動画像の
扱いを特殊化する必要がなく(静止画とほぼ同一の扱い
)、ウインドウシステムの移植およびアプリケーション
開発への影響を最少限に押さえることができる。
Description: [0001] The present invention relates to a data transfer device for transferring still image data and moving image data, particularly for controlling bitmap data transfer under a window system. . 2. Description of the Related Art In recent years, it has become common for personal computers and workstations to implement graphical user interfaces for the purpose of improving operability. These are supported by software called window systems, allowing them to run on different machines. [0003] The characteristics of such a window system are as follows.
It is highly portable. However, the emphasis on portability led to software overhead, which slowed down the drawing processing speed. Recently, graphics processing such as line drawing has become faster due to faster CPUs, but it is slow when it comes to displaying bitmap data such as natural images, making it almost unusable when handling full-color images. To solve this problem, hardware support is essential. On the other hand, recently, there has been an active development of systems for education and training that handle not only still images but also video data (multimedia systems). These are generally realized with a system configuration as shown in FIG. 12 under a window system. Functionally, it has a separate memory dedicated to moving image data, and performs video compositing processing with frame buffer data at the time of display readout, thereby realizing moving image data display. [0005] However, this method requires high speed in the video synthesis part (for pixel-by-pixel synthesis control, a processing speed of 100 MHz or more is required for a frame buffer of 1280 x 1024 pixels, for example), and the hardware requires high speed. It is difficult to realize. Furthermore, in terms of software, there are many specialized aspects for handling moving images, such as the management of the display area of moving image data and the management of moving image memory on the window system side. Therefore, in consideration of software consistency, it is desirable that moving image data be transferred to a frame buffer and displayed in the same way as still image data. [0006] As hardware that supports high-speed display of bitmap data, there is a dedicated data transfer device (DMA [Direct Memory
[Access]) or a graphics processor. However, these current hardware have the following problems. First, many conventional DMAs only support transfer using continuous linear addresses that specify only the start address and the number of data to be transferred, and realize two-dimensional address transfer using X-Y coordinates like a window system. required CPU intervention for each line. In addition, DM supports data transfer using two-dimensional addresses of X-Y coordinates.
Even in A, there was no transfer that took clipping areas into consideration, that is, there was no support for transfer of multiple rectangular areas. As shown in FIG. 13(b), under the window system, each window is often displayed in an overlapping manner, and in the figure, when the window system (host CPU) controls data transfer to Window B, , DMA that does not support two-dimensional address transfer of X-Y coordinates requires processing instructions in the flow shown in FIG. [0009] Typically, the window system is
The clipping area of wB is calculated to obtain three area parameters. Next, line parameters for each rectangle are set for the DMA. The host CPU is D per line.
After waiting for the completion of MA transfer, the next line parameter set is sequentially controlled. Also, these steps must be repeated for three rectangles. Furthermore, even in DMA that supports transfer using two-dimensional addresses, a parameter set for each rectangle is essential, and moving image data transfer, which requires transfer control 30 times per second, is virtually impossible. [0011] On the other hand, graphics processors that exclusively perform drawing processing require writing in a dedicated program interface language, making it much more difficult to port window systems than DMAs, and are currently not widely used. . Furthermore, graphics processors support a wide range of functions such as 2D/3D graphics and data transfer, so their individual specifications are as follows:
One of the reasons why it is not used is that it does not have much of an advantage in processing speed compared to a CPU, and it is difficult to differentiate it from a CPU.
It is one. [0013] The present invention solves the above-mentioned problems, and speeds up bitmap data transfer under a window system by providing means for controlling two-dimensional address transfer of X-Y coordinates of a plurality of rectangles. With the goal. Another object of the present invention is to provide means for controlling continuous data transfer using the same parameters in addition to the above-mentioned functions, thereby making it usable for controlling the transfer of moving image data. Means for Solving the Problems In order to achieve the above object, the data transfer device of the present invention includes address generation means for generating a corresponding memory address from two-dimensional rectangular coordinate values, and data input/output means. rectangular transfer control means for controlling the data transfer flow for each of the means, parameter storage means for storing transfer parameters for a plurality of rectangles, and the rectangular transfer control means or the address generation means. The configuration includes a plurality of rectangular transfer control means for controlling and transferring a plurality of rectangular data stored in the parameter storage means. In addition to the above configuration, the data transfer device of the present invention stores a transfer mode parameter for selecting whether or not to continuously transfer multiple rectangular data in the parameter storage means, and synchronizes with an external signal. a transfer trigger generation means for generating a data transfer start trigger based on the transfer trigger; and a transfer mode determination device for controlling continuous data transfer at the timing from the transfer trigger generation means when the transfer mode parameter is a continuous transfer mode. It has a control means. Furthermore, in addition to the second configuration, the data transfer device of the present invention detects the scanning period of the transfer rectangular area from the display scanning period of the frame buffer in data transfer to the frame buffer, and also detects the scanning period of the transfer rectangular area from the display scanning period of the frame buffer. The transfer rectangular period detecting means generates a trigger signal at the end of the transfer rectangular period detecting means, and the trigger of the transfer rectangular period detecting means is output to the transfer trigger generating means to control continuous data transfer. [0018] In the above-described configuration, data transfer of a plurality of rectangles can be realized, and most of the bitmap data transfer processing of current window systems can be supported by hardware. In addition, the host CPU processing involves only batch setting of parameters for each window, and the load can be reduced to the maximum. Furthermore, continuous data transfer using the same rectangular parameter synchronized with an external signal is possible, and moving image data transfer under a window system is also possible. At this time, by detecting the scanning timing of the moving picture window portion, it is possible to control so as not to transfer data to the window while the moving picture window is being scanned, and it is possible to realize data transfer without disturbance on the screen. [Embodiment] FIG. 1, FIG. 5, and FIG. 9 show block diagrams of a data transfer device in each embodiment of the present invention, and each host C
It has a PU interface, a source for data transfer, and an interface with a destination memory. (Embodiment 1) A first embodiment of the present invention will be described below with reference to FIGS. 1 to 4. In FIG. 1, reference numeral 1 denotes a rectangular data transfer mechanism for transferring rectangular data at a two-dimensional address of X-Y coordinates;
2 is a parameter storage means for storing parameters necessary for transferring multiple rectangles, and 3 is a multiple rectangle transfer control means. Reference numerals 11 to 13 constitute the rectangular data transfer mechanism 1; 11 is address generation means for generating source and destination transfer addresses; 12 is address generation means for generating source and destination transfer addresses; , 12 is a data control means for controlling data input/output with the source and destination memories, and 13 is a rectangular transfer control means for controlling the address generation means 11 and the data control means 12 to control the transfer of one rectangular data. . The parameters stored in the parameter storage means 2 include, for example, the number of transfer rectangles and the source memory address (pSrc), as shown in FIGS. 13(a) and 13(b).
, source data width (wSrc), each rectangular coordinate value ([x1, y1l]...[x3, y3]) on the source memory side and size ([w1, h1],...[w3, h3]) destination memory address (pDst), destination data width (wDst), and each rectangular coordinate value on the destination memory side. Here, the rectangular data transfer mechanism 1 is a conventional X
- It is equivalent to DMA that supports two-dimensional address transfer of the Y coordinate, and the address generation means 11 is a circuit that sequentially calculates addresses of pixel data from two-dimensional coordinate values. The data control means 12 is a circuit that reads/writes data from and to an external memory, and in this embodiment has a data register that holds read data. The operation of the data transfer apparatus shown in FIG. 1 will be explained below using the flowchart in FIG. 2. (201) The multiple rectangle transfer control means 3 waits for a startup instruction from the host CPU. For example, the parameter storage means 2 has a register for starting processing, and the multiple rectangle transfer control means 3 makes a judgment based on the register value. If the register value is "start instruction", the process moves to the next step. (202) The plural rectangle transfer control means 3 sets the rectangle transfer control means 13 or the address generation means 11 to the
) instructs to read the rectangle parameters. The parameters are the rectangular coordinate value and size of the source, and the rectangular coordinate value of the destination. (203) Next, the plural rectangle transfer control means 3 outputs a signal for instructing data transfer to the rectangle transfer control means 13. 003
0] (204) Rectangular transfer control means 13 that received the transfer instruction
instructs the address generation means 11 to generate source and destination memory addresses based on the rectangle parameters. After the address generation is completed, the address generation means 11 outputs a generation end signal to the rectangular transfer control means 13. (205) Upon receiving the address generation end signal from the address generation means 11, the rectangular transfer control means 13 first instructs the data control means 12 to read the source data. The instruction signals are the source memory address and the access control mode (read in this case). The data control means 12 reads the data at this memory address, stores it in an internal register, and outputs a read processing end signal to the rectangular transfer control means 13. (206) Upon receiving the read processing end signal,
The rectangular transfer control means 13 instructs the data control means 12 to write data to the destination address. The data control means 12 writes the internal register data to this memory address and outputs a write processing end signal to the rectangular transfer control means 13. (207) The rectangular transfer control means 13 checks whether the transfer of rectangular data has been completed, and if the transfer has not been completed, returns to step (204), and steps (204) to (
206) data transfer is repeated. After the rectangular transfer is completed, the rectangular transfer control means 13 sends a message to the plural rectangular transfer control means 3,
Outputs the indicated rectangle data transfer end signal. The end of transfer can be determined, for example, by the address generation means 11 based on the size of each rectangle. (208) The plural rectangle transfer control means 3 receives the rectangle data transfer end signal and checks whether there is a rectangle to be transferred next. This can be determined from the number of transfer rectangles in the parameter storage means 2. If there is a transfer rectangle, increment the current rectangle number by 1 (n=n+1)
Then, the process returns to step (202). If there is no transfer rectangle, the data transfer process ends. Here, if the address generation means 11 is controlled to execute the next address calculation process while the rectangular transfer control means 13 is processing the data control means 12, address generation and data transfer can be performed. Processing can be pipelined. Furthermore, although this embodiment has been described with one data register in the data control means, it is also possible to have a plurality of data registers.
Control may also be provided such that multiple pieces of data are read out from the source memory at once and written to the destination. In this case, it is possible to speed up data transfer by batch access, such as during transfer on a general-purpose bus. It is also possible to perform shift control etc. according to destination data using this data register. Next, a system application example using the data transfer device of this embodiment will be explained. FIG. 3 shows an example in which the data transfer device of this embodiment is used in a general workstation. The data transfer device shown in FIG. 3 is connected to a main control bus called a system bus, and executes data transfer between the main storage device and the frame buffer according to instructions from the CPU. In the system shown in FIG. 3, FIG.
), the control processing of the window system becomes the flow shown in FIG. 4. The window system first calculates (1) to (3) 3 regarding Window B from the window overlap.
Compute two rectangular parameters. Next, these three rectangular parameters are set in the parameter storage means 2, and the data transfer device is instructed to start the transfer process. After that, wait for the end of data transfer. In this case, the window system does not necessarily have to wait for the end of the data transfer, and the window system can move on to the next process. Therefore, in the flow shown in FIG. 4, the load on the host CPU is significantly reduced compared to the conventional flow in the data transfer apparatus shown in FIG. According to the present embodiment, by providing means for performing data transfer using two-dimensional addresses of a plurality of rectangles as a data transfer device, it is possible to realize high-speed data transfer with reduced control processing of the window system. (Example 2) Next, the second example is shown in FIGS.
This will be explained using FIG. In FIG. 5, the rectangular data transfer mechanism 1, parameter storage means 2, and plural rectangle transfer control means 3 are as shown in FIG.
This is the same as in the embodiment, and 4 is a continuous data transfer control mechanism. 41 and 42 are continuous data transfer control mechanism 4
41 is a transfer trigger generation means for continuous data transfer, and 42 is a plural rectangular transfer control means for determining the transfer mode from the parameters in the parameter storage means 2 and using the trigger of the transfer trigger generation means 41. 3. This is a transfer mode determining means that controls the transfer mode. In addition to the parameters in the embodiment of FIG. 1, the parameter storage means 2 contains a transfer mode parameter for selecting whether or not to perform continuous transfer, and a status flag parameter indicating the operating state of the data transfer control device. and a stop flag parameter that instructs to stop continuous transfer. It is assumed that the transfer trigger generation means 41 generates the trigger from, for example, a vertical synchronization signal for continuous transfer of moving image data. The operation of the data transfer apparatus shown in FIG. 5 will be explained below using the flowchart in FIG. 6. (601) The transfer mode determining means 42 sets the status flag parameter (Sta) in the parameter storage means 2 as the initial setting of the data transfer device.
tus) to the waiting state (Ready). When performing data transfer, the window system checks this status flag parameter and issues a transfer instruction. This is to prevent the CPU from changing the transfer rectangle parameters while the data transfer device is continuously transferring data. If it is necessary to change parameters during continuous transfer, use the stop flag parameter shown below. (602) The transfer mode determining means 42 waits for an activation instruction from the host CPU. For example, the parameter storage means 2 has a register for starting processing, and the transfer mode determination means 42 makes a determination based on the register value. If the register value matches the "start instruction", the process moves to the next step. (603) Upon receiving the transfer instruction, the transfer mode determining means 42 sets the status flag parameter in the parameter storage means 2 to the processing state (Busy). (604) Next, the parameter storage means 2
It is checked whether or not the transfer is continuous based on the transfer mode parameter in , and if it is continuous transfer, the process moves to step (607); otherwise, the process moves to step (605). (605) If the transfer is not continuous, the transfer mode determining means 42 outputs a signal for instructing rectangular data transfer to the plural rectangular transfer means 3. Thereafter, the multiple rectangle transfer means 3 executes data transfer in the flowchart of FIG. 2 as explained in the first embodiment. (606) After receiving the transfer instruction, the transfer mode determining means 42 waits for a transfer end signal from the plural rectangle transfer means 3, and moves to step (611). (607) If it is continuous data transfer,
The transfer mode determining means 42 first uses the transfer trigger generating means 4.
Wait for the trigger signal from 1. At the timing of this trigger signal, the transfer mode determining means 42 outputs a signal for instructing the plural rectangular data transfer means 3 to transfer rectangular data. (608) Upon receiving the transfer instruction, the plural rectangle transfer means 3 executes the data transfer according to the flowchart of FIG. 2 as explained in the first embodiment. (609) The transfer mode determining means 42 waits for a transfer end signal from the plural rectangle transfer means 3 and moves to the next step. (610) After the rectangular data transfer is completed, the transfer mode determining means 42 checks based on the stop flag parameter in the parameter storage means 2 whether or not there is a stop instruction from the window system. This is used to stop continuous transfer when it is necessary to change rectangular parameters, etc. when moving a window. The transfer mode determining means 42 executes step (607) if there is no stop instruction.
) and repeat multiple rectangular data transfer at external trigger timing. If there is a stop instruction, the process moves to step (611). (611) After the transfer is completed, the transfer mode determining means 42 sets the status flag parameter in the parameter storage means 2 to the waiting state (Ready), and executes step (
Return to 602). Here, in this embodiment, the window system is used to control the status flag parameters so that the parameters are not updated during continuous transfer. (memory protection function). In this case, even if the window system erroneously updates parameters during continuous transfer, the parameters are not actually written to memory. Next, a system application example using the data transfer device of this embodiment will be explained. FIG. 7 shows an example in which the data transfer device of this embodiment is used in a workstation or the like to transfer and display moving image data. In FIG. 7, the data transfer device is controlled within the video input device and transfers data from the video buffer memory within the video input device to the frame buffer via a dedicated bus. Transfer using a dedicated bus is not particularly necessary if the system bus has the ability to transfer video data. In the system shown in FIG. 7, the Wind in FIG. 13(b)
When transferring moving image data to owB, the window system follows the flow shown in FIG. The window system first calculates (1) to (3) 3 regarding Window B from the overlap of windows.
Compute two rectangular parameters. Next, in order to set these rectangle parameters, the window system issues a stop instruction to the data transfer device (necessary if continuous transfer is in progress). After giving the stop instruction, it waits until the status flag parameter becomes ready, sets the rectangular parameter in the parameter storage means 2, and instructs the data transfer device to transfer in continuous mode. Thereafter, the data transfer device transfers the moving image data to Windows B without the intervention of the CPU. [0062] If the bus for transferring moving images is high-speed, it is possible to display multiple moving image windows by providing a plurality of moving image input devices. As described above, according to this embodiment, moving image data can be transferred by providing means for continuously transferring data using the same rectangle parameters. In addition, since host CPU intervention is not required during video transfer, host CPU
The PU side has the advantage that real-time control (1/30 second intervals) is not necessarily necessary. In other words, this can be easily realized even under the current general-purpose OS that does not have real-time performance. Further, like still image data, moving image data can also be transferred to one frame buffer and displayed. (Example 3) Next, the third example is shown in FIGS.
This will be explained using FIG. 11. First, when moving image data is transferred by the data transfer device shown in FIG. 5 described above, depending on the timing of the transfer, there is a possibility that display reading and data transfer will collide and the display screen will be disturbed. As shown in FIG. 10, this occurs when data is transferred to Window B while the scanning line of the frame buffer is scanning the line of Window B. To solve this problem, for example, as shown in FIG. 11, a period during which data transfer is prohibited may be detected, and moving image frames may be transferred during a period other than this period. Therefore, in the third embodiment, in addition to the embodiment shown in FIG. 5, the scanning timing of the moving image window is detected from the vertical and horizontal synchronizing signals, and data transfer is started after the scanning of the moving image window portion is completed. It is something to control. A third embodiment of the present invention will be described below with reference to FIG. In FIG. 9, the rectangular data transfer mechanism 1, parameter storage means 2, multiple rectangle transfer control means 3, and continuous data transfer control mechanism 4 are the same as in the embodiment of FIG. 5, and 5 is a transfer period for detecting the timing of video data transfer. It is a detection mechanism. Here, it is assumed that the transfer period detection mechanism 5 detects the moving image data transfer timing from the scanning line and the last line of the moving image window. Reference numerals 51 to 53 constitute the transfer period detection mechanism 5, in which 51 is a transfer rectangular line calculation means, 52 is a read line calculation means, and 53 is a line comparison means. The operation of the data transfer device of this embodiment will be explained below. First, in FIG. 9, the transfer rectangle line calculation means 51 calculates the final line of the transfer window (for example, the maximum y-coordinate value) from the coordinate values of the plurality of rectangles in the parameter storage means 2.
Calculate. This corresponds to Line A in FIG. Further, the readout line calculation means 52 calculates the display readout line from the vertical synchronization signal and horizontal synchronization signal of the screen display. This can be configured, for example, by a counter circuit that is reset by a vertical synchronization signal and counted up by a horizontal synchronization signal. The line comparison means 53 compares the line values of the transfer rectangular line calculation means 51 and the read line calculation means 52 during continuous data transfer, and when the line values match, sends a trigger signal to the transfer trigger generation means 41. This outputs the following. The continuous data transfer control mechanism 4 performs continuous data transfer control according to the flow shown in FIG. 6 based on this trigger. [0075] As a result, video data transfer is performed as shown in FIG.
It can be started after scanning ineA. However, data transfer must be completed by the next transfer prohibited section. As described above, according to this embodiment, by detecting the scanning timing of the moving image window portion and controlling the data transfer to be performed after the scanning of the moving image window portion is completed, it is possible to realize moving image data transfer without display disturbance. . [0077] As explained above, according to the present invention, a data transfer device having the following effects can be provided. In other words, high-speed display of bitmap data is possible under a window system, making it easier for users to run applications that use full-color images, and making it easier to develop and use these applications on general workstations. It can be promoted. Furthermore, by realizing data transfer of multiple rectangles in consideration of the clipping area, compatibility with the window system can be improved, and porting can be performed in a short period of time. Furthermore, support for continuous data transfer makes it possible to transfer moving image data, and since the software uses a 1-frame buffer architecture, there is no need to specialize the handling of moving images (they are treated almost the same as still images). ), the impact on window system porting and application development can be kept to a minimum.

【図面の簡単な説明】[Brief explanation of the drawing]

【図1】本発明の第1の実施例におけるデータ転送装置
の構成を示すブロック図
FIG. 1 is a block diagram showing the configuration of a data transfer device in a first embodiment of the present invention.

【図2】第1の実施例におけるデータ転送装置の動作フ
ローチャート
[Fig. 2] Operation flowchart of the data transfer device in the first embodiment

【図3】第1の実施例のデータ転送装置を用いた応用シ
ステムの構成を示すブロック図
FIG. 3 is a block diagram showing the configuration of an application system using the data transfer device of the first embodiment.

【図4】第1の実施例のデータ転送装置を用いた応用シ
ステムにおけるウインドウシステムの処理フローチャー
[Fig. 4] Processing flowchart of a window system in an application system using the data transfer device of the first embodiment.

【図5】本発明の第2の実施例におけるデータ転送装置
の構成を示すブロック図
FIG. 5 is a block diagram showing the configuration of a data transfer device in a second embodiment of the present invention.

【図6】第2の実施例におけるデータ転送装置の動作フ
ローチャート
[Fig. 6] Operation flowchart of the data transfer device in the second embodiment.

【図7】第2の実施例のデータ転送装置を用いた応用シ
ステムの構成を示すブロック図
FIG. 7 is a block diagram showing the configuration of an application system using the data transfer device of the second embodiment.

【図8】第2の実施例のデータ転送装置を用いた応用シ
ステムにおけるウインドウシステムの処理フローチャー
FIG. 8 is a processing flowchart of a window system in an application system using the data transfer device of the second embodiment.

【図9】本発明の第3の実施例におけるデータ転送装置
の構成を示すブロック図
FIG. 9 is a block diagram showing the configuration of a data transfer device in a third embodiment of the present invention.

【図10】動画ウインドウ表示時の表示画面の走査タイ
ミングの説明図
[Figure 10] An explanatory diagram of the scan timing of the display screen when displaying a video window

【図11】動画像データ転送時のタイミング制御図[Figure 11] Timing control diagram during video data transfer

【図
12】従来の動画を表示するシステムの構成を示す説明
[Fig. 12] An explanatory diagram showing the configuration of a conventional video display system.

【図13】ウインドウシステムのマルチウインドウ画面
例の説明図
[Figure 13] Explanatory diagram of a multi-window screen example of the window system

【図14】従来のデータ転送装置を用いた場合のウイン
ドウシステムの処理フローチャート
[Figure 14] Processing flowchart of a window system when using a conventional data transfer device

【符号の説明】[Explanation of symbols]

1    矩形データ転送機構 2    パラメータ記憶手段 3    複数矩形転送制御手段 4    連続データ転送制御機構 5    転送期間検出機構 11  アドレス発生手段 12  データ制御手段 13  矩形転送制御手段 41  転送トリガ生成手段 42  転送モード判別手段 51  転送矩形ライン算出手段 52  読出しライン算出手段 53  ライン比較手段 1 Rectangular data transfer mechanism 2 Parameter storage means 3 Multiple rectangle transfer control means 4 Continuous data transfer control mechanism 5 Transfer period detection mechanism 11 Address generation means 12 Data control means 13 Rectangular transfer control means 41 Transfer trigger generation means 42 Transfer mode determination means 51 Transfer rectangle line calculation means 52 Readout line calculation means 53 Line comparison means

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】  2次元矩形座標値から前記座標値に対
応するメモリアドレスを発生するアドレス発生手段と、
メモリとのデータの入出力を制御するデータ制御手段と
、前記各手段に対し前記矩形データの転送フロー制御を
行なう矩形転送制御手段と、複数矩形の転送パラメータ
を記憶するパラメータ記憶手段と、前記矩形転送制御手
段あるいは前記アドレス発生手段を制御して、前記パラ
メータ記憶手段に記憶された複数個の矩形データ転送を
行なわせる複数矩形転送制御手段とを備えたデータ転送
装置。
1. Address generation means for generating a memory address corresponding to the coordinate value from a two-dimensional rectangular coordinate value;
data control means for controlling input/output of data to and from the memory; rectangular transfer control means for controlling the transfer flow of the rectangular data for each of the means; parameter storage means for storing transfer parameters for a plurality of rectangles; A data transfer device comprising a transfer control means or a plurality of rectangular transfer control means for controlling the address generation means to transfer a plurality of rectangular data stored in the parameter storage means.
【請求項2】  パラメータ記憶手段内に複数矩形デー
タ転送を連続して行なうか否かを選択する転送モードパ
ラメータを記憶し、外部信号に同期してデータ転送開始
トリガを生成する転送トリガ生成手段と、前記転送モー
ドパラメータが連続転送モードである場合に、前記転送
トリガ生成手段からのタイミングで連続的にデータ転送
を行なわせる転送モード判別手段とを備えた請求項1記
載のデータ転送装置。
2. Transfer trigger generation means for storing a transfer mode parameter for selecting whether or not to continuously transfer multiple rectangular data in the parameter storage means, and generating a data transfer start trigger in synchronization with an external signal. 2. The data transfer apparatus according to claim 1, further comprising: transfer mode determining means for causing data transfer to be performed continuously at timing from said transfer trigger generating means when said transfer mode parameter is continuous transfer mode.
【請求項3】  矩形の転送パラメータを記憶するパラ
メータ記憶手段と、前記矩形パラメータの2次元矩形座
標値から前記座標値に対応するメモリアドレスを発生す
るアドレス発生手段と、メモリとのデータの入出力を制
御するデータ手段と、前記各手段に対し前記矩形データ
の転送フロー制御を行なう矩形転送制御手段とを備え、
フレームバッファへのデータ転送において、前記フレー
ムバッファの表示走査期間内の転送矩形領域の走査期間
を検出するとともに前記検出した期間終了時にトリガ信
号を生成する転送矩形期間検出手段を有して前記トリガ
信号のタイミングでデータ転送を行なうデータ転送装置
3. Parameter storage means for storing a rectangular transfer parameter; address generation means for generating a memory address corresponding to the coordinate value from the two-dimensional rectangular coordinate value of the rectangular parameter; and input/output of data to and from the memory. and rectangular transfer control means for controlling the transfer flow of the rectangular data for each of the means,
In data transfer to a frame buffer, the transfer rectangular period detection means detects a scanning period of a transfer rectangular area within a display scanning period of the frame buffer and generates a trigger signal at the end of the detected period. A data transfer device that transfers data at the timing of
JP3013287A 1991-02-04 1991-02-04 Data transfer equipment Pending JPH04248590A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3013287A JPH04248590A (en) 1991-02-04 1991-02-04 Data transfer equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3013287A JPH04248590A (en) 1991-02-04 1991-02-04 Data transfer equipment

Publications (1)

Publication Number Publication Date
JPH04248590A true JPH04248590A (en) 1992-09-04

Family

ID=11828988

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3013287A Pending JPH04248590A (en) 1991-02-04 1991-02-04 Data transfer equipment

Country Status (1)

Country Link
JP (1) JPH04248590A (en)

Similar Documents

Publication Publication Date Title
CA2103988C (en) Method and apparatus for processing interruption
EP0885529B1 (en) List controlled video operations
JP3068842B2 (en) Direct memory access device in image processing device and external storage device used therefor
US5969728A (en) System and method of synchronizing multiple buffers for display
JP2000331150A (en) Graphics system, method for executing graphics operation, and computer-readable medium
JP2004280125A (en) Video/graphic memory system
US4747042A (en) Display control system
US5530458A (en) Image memory control device
JPH07271344A (en) Graphic display device
EP0486195A2 (en) Computer graphics system
JPH04248590A (en) Data transfer equipment
JP3683657B2 (en) Graphics display device and graphics processor
US7735093B2 (en) Method and apparatus for processing real-time command information
JPH0588838A (en) Multi window display device
JP2002258827A (en) Image display device
JPH1153528A (en) Digital image processor and digital image processing method
JP2821121B2 (en) Display control device
JP2829051B2 (en) Character display method
JP3454113B2 (en) Graphics display
JP2998417B2 (en) Multimedia information processing device
JP2001243446A (en) Device and method for image input processing
JP2669432B2 (en) Image data transfer device
WO2001006461A1 (en) Drawing method and drawing device
JPH0877367A (en) Image processor and image data processor using it
JPH0581948B2 (en)