mirror of
https://github.com/X11Libre/xf86-video-sis.git
synced 2026-03-24 01:25:01 +00:00
drop obsolete SISAGPHTYPE
It's now always defined to drm_handle_t, so we can use that one directly. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-sis/-/merge_requests/18>
This commit is contained in:
committed by
Marge Bot
parent
4ee97929e8
commit
49ed4f326f
@@ -697,8 +697,6 @@ typedef struct {
|
||||
/* For extended memcpy() */
|
||||
typedef void (*vidCopyFunc)(UChar *, const UChar *, int);
|
||||
|
||||
#define SISAGPHTYPE drm_handle_t
|
||||
|
||||
/* Dual head private entity structure */
|
||||
#ifdef SISDUALHEAD
|
||||
typedef struct {
|
||||
@@ -707,7 +705,7 @@ typedef struct {
|
||||
UChar *BIOS;
|
||||
struct SiS_Private *SiS_Pr;
|
||||
#ifdef SISDRI
|
||||
SISAGPHTYPE agpHandle;
|
||||
drm_handle_t agpHandle;
|
||||
ULong agpAddr;
|
||||
UChar *agpBase;
|
||||
unsigned int agpSize;
|
||||
@@ -979,7 +977,7 @@ typedef struct {
|
||||
unsigned int cmdQueueSize_div4;
|
||||
unsigned int cmdQueueSize_4_3;
|
||||
#ifdef SISDRI
|
||||
SISAGPHTYPE agpHandle;
|
||||
drm_handle_t agpHandle;
|
||||
ULong agpAddr;
|
||||
UChar *agpBase;
|
||||
unsigned int agpSize;
|
||||
|
||||
Reference in New Issue
Block a user