mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-16 13:56:58 +07:00
72fe915ac5
The ARM reference designs in the Versatile family: Integrator, Versatile and RealView can make use of the new DRM driver as well. We just need to create a bit of platform-specific code for them that we isolate to its own file. Reviewed-by: Eric Anholt <eric@anholt.net> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Link: https://patchwork.freedesktop.org/patch/msgid/20170908124709.4758-7-linus.walleij@linaro.org
10 lines
193 B
C
10 lines
193 B
C
#include <linux/device.h>
|
|
#include "pl111_drm.h"
|
|
|
|
#ifndef PL111_VERSATILE_H
|
|
#define PL111_VERSATILE_H
|
|
|
|
int pl111_versatile_init(struct device *dev, struct pl111_drm_dev_private *priv);
|
|
|
|
#endif
|