diff options
Diffstat (limited to 'usr/src/uts/common/io/drm/drm_sunmod.h')
-rw-r--r-- | usr/src/uts/common/io/drm/drm_sunmod.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/io/drm/drm_sunmod.h b/usr/src/uts/common/io/drm/drm_sunmod.h index 07acb2fc9c..2418d9ad2c 100644 --- a/usr/src/uts/common/io/drm/drm_sunmod.h +++ b/usr/src/uts/common/io/drm/drm_sunmod.h @@ -130,7 +130,7 @@ typedef struct drm_instance_state { drm_device_t *mis_devp; ddi_acc_handle_t mis_cfg_hdl; agp_master_softc_t *mis_agpm; /* agpmaster softstate ptr */ - gfxp_vgatext_softc_ptr_t mis_gfxp; /* gfx softstate */ + gfxp_fb_softc_ptr_t mis_gfxp; /* gfx softstate */ } drm_inst_state_t; |