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:
Enrico Weigelt, metux IT consult
2024-05-22 17:09:15 +02:00
committed by Marge Bot
parent 4ee97929e8
commit 49ed4f326f

View File

@@ -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;