mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-04 21:18:05 +02:00
fix some sizes in sis_drv.h
This commit is contained in:
parent
2253e334cc
commit
c52dea9a7d
1 changed files with 2 additions and 2 deletions
|
|
@ -57,9 +57,9 @@ enum sis_family {
|
|||
|
||||
typedef struct drm_sis_private {
|
||||
drm_local_map_t *mmio;
|
||||
unsigned idle_fault;
|
||||
unsigned int idle_fault;
|
||||
drm_sman_t sman;
|
||||
unsigned long chipset;
|
||||
unsigned int chipset;
|
||||
int vram_initialized;
|
||||
int agp_initialized;
|
||||
unsigned long vram_offset;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue