diff options
author | Patrik Jakobsson <patrik.r.jakobsson@gmail.com> | 2014-03-12 01:53:43 +0400 |
---|---|---|
committer | Patrik Jakobsson <patrik.r.jakobsson@gmail.com> | 2014-03-17 23:13:24 +0400 |
commit | f35257a3fe267c4280bb2f69453ca1dd3bf48956 (patch) | |
tree | 326af3b01c342a21435aac90cbf60b4bd0e6cdaf /drivers/gpu/drm/gma500/gma_device.h | |
parent | 778e26dee5e6b3be4611b1f99f8359cb64b27ce9 (diff) | |
download | linux-f35257a3fe267c4280bb2f69453ca1dd3bf48956.tar.xz |
drm/gma500: Unify _get_core_freq for cdv and psb
Signed-off-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
Diffstat (limited to 'drivers/gpu/drm/gma500/gma_device.h')
-rw-r--r-- | drivers/gpu/drm/gma500/gma_device.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/drivers/gpu/drm/gma500/gma_device.h b/drivers/gpu/drm/gma500/gma_device.h new file mode 100644 index 000000000000..e1dbb007b820 --- /dev/null +++ b/drivers/gpu/drm/gma500/gma_device.h @@ -0,0 +1,21 @@ +/************************************************************************** + * Copyright (c) 2011, Intel Corporation. + * All Rights Reserved. + * + * This program is free software; you can redistribute it and/or modify it + * under the terms and conditions of the GNU General Public License, + * version 2, as published by the Free Software Foundation. + * + * This program is distributed in the hope it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + **************************************************************************/ + +#ifndef _GMA_DEVICE_H +#define _GMA_DEVICE_H + +extern void gma_get_core_freq(struct drm_device *dev); + +#endif |