mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-16 06:10:45 +01:00
radeong: Make is_r3xx inline to avoid warnings.
Split from Marek's immd-mode patch.
This commit is contained in:
parent
67149051be
commit
c486bfb463
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ void radeon_destroy_drm_api(struct drm_api* api);
|
|||
/* Guess at whether this chipset should use r300g.
|
||||
*
|
||||
* I believe that this check is valid, but I haven't been exhaustive. */
|
||||
static boolean is_r3xx(int pciid)
|
||||
static INLINE boolean is_r3xx(int pciid)
|
||||
{
|
||||
return (pciid > 0x3150) && (pciid < 0x796f);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue