OSDN Git Service

drm/pl111: Add handling of Versatile platforms
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 8 Sep 2017 12:47:09 +0000 (14:47 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Sun, 10 Sep 2017 21:58:42 +0000 (23:58 +0200)
commit72fe915ac5655a84210adbe358425e40b9ada5cb
treec473274cc348193115b7efbfe397fb6434bea5f0
parentad86ebe71cba5fa06e1a96e41769c793b498fa75
drm/pl111: Add handling of Versatile platforms

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
drivers/gpu/drm/pl111/Makefile
drivers/gpu/drm/pl111/pl111_display.c
drivers/gpu/drm/pl111/pl111_drv.c
drivers/gpu/drm/pl111/pl111_versatile.c [new file with mode: 0644]
drivers/gpu/drm/pl111/pl111_versatile.h [new file with mode: 0644]