aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/omap_drv.h
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2015-08-28 11:23:03 +0300
committerTomi Valkeinen <tomi.valkeinen@ti.com>2015-12-31 11:25:47 +0200
commitb75e1513fcdbc6e8988a57bc0d9fc21f8c4d7b2c (patch)
treefd4c1ff42ab6545bd9b1b538d07af7a538b619fe /drivers/gpu/drm/omapdrm/omap_drv.h
parentdrm/omap: Use bitmaps for TILER placement (diff)
downloadlinux-dev-b75e1513fcdbc6e8988a57bc0d9fc21f8c4d7b2c.tar.xz
linux-dev-b75e1513fcdbc6e8988a57bc0d9fc21f8c4d7b2c.zip
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.h6
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;