OSDN Git Service

drm/vc4: Add missing __iomem annotation to hw_dlist.
authorEric Anholt <eric@anholt.net>
Mon, 28 Dec 2015 22:14:57 +0000 (14:14 -0800)
committerEric Anholt <eric@anholt.net>
Tue, 16 Feb 2016 19:24:08 +0000 (11:24 -0800)
commit17eac75111ebda33e13d8d8d98aaedfc1a9c2abf
treeb56d8c22a634174737ad001dd7f9ce846803f42f
parentf427fb16cf756548c39256b569cf083f39bcc4e9
drm/vc4: Add missing __iomem annotation to hw_dlist.

This is the pointer to the HVS device's memory where we stored the
contents of *dlist.

Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/vc4/vc4_plane.c