diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2015-08-28 11:23:03 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2015-12-31 12:25:47 +0300 |
commit | b75e1513fcdbc6e8988a57bc0d9fc21f8c4d7b2c (patch) | |
tree | fd4c1ff42ab6545bd9b1b538d07af7a538b619fe /drivers/gpu/drm/omapdrm/omap_drv.h | |
parent | 0d6fa53fd80582cc0090fc1497545ab3e502bb5e (diff) | |
download | linux-b75e1513fcdbc6e8988a57bc0d9fc21f8c4d7b2c.tar.xz |
drm/omap: remove unused plugin defines
Remove unused defines related to SGX plugin which are not used.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'drivers/gpu/drm/omapdrm/omap_drv.h')
-rw-r--r-- | drivers/gpu/drm/omapdrm/omap_drv.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/gpu/drm/omapdrm/omap_drv.h b/drivers/gpu/drm/omapdrm/omap_drv.h index 718f032aa052..9e0030731c37 100644 --- a/drivers/gpu/drm/omapdrm/omap_drv.h +++ b/drivers/gpu/drm/omapdrm/omap_drv.h @@ -38,12 +38,6 @@ struct omap_drm_usergart; -/* max # of mapper-id's that can be assigned.. todo, come up with a better - * (but still inexpensive) way to store/access per-buffer mapper private - * data.. - */ -#define MAX_MAPPERS 2 - /* parameters which describe (unrotated) coordinates of scanout within a fb: */ struct omap_drm_window { uint32_t rotation; |