mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-24 20:40:12 +01:00
Add a debugging error message from testing new MGA code on BSD.
This commit is contained in:
parent
40515fc93c
commit
49bbb6d861
1 changed files with 1 additions and 0 deletions
|
|
@ -85,6 +85,7 @@ unsigned int mga_warp_microcode_size(const drm_mga_private_t * dev_priv)
|
|||
case MGA_CARD_TYPE_G200:
|
||||
return PAGE_ALIGN(mga_warp_g200_microcode_size);
|
||||
default:
|
||||
DRM_ERROR("Unknown chipset value: 0x%x\n", dev_priv->chipset);
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue