summaryrefslogtreecommitdiffstats
path: root/drivers/staging/gma500/mdfld_dsi_dbi.h
diff options
context:
space:
mode:
authorAlan Cox <alan@linux.intel.com>2011-08-16 14:18:48 +0100
committerLinus Torvalds <torvalds@linux-foundation.org>2011-08-16 07:22:16 -0700
commitc3585aa91a25264234c8bd27a4a6823d4e544c2a (patch)
tree040d33f810bea0e60cc4e9d7fcbdab877e4ddd3e /drivers/staging/gma500/mdfld_dsi_dbi.h
parentb5ddbf465f3675b19c8f5528b4064cbf278a5c6f (diff)
downloadop-kernel-dev-c3585aa91a25264234c8bd27a4a6823d4e544c2a.zip
op-kernel-dev-c3585aa91a25264234c8bd27a4a6823d4e544c2a.tar.gz
gma500: kill MIPI interface types
Kirill Shutemov found problems with the non-upstream IMG driver where the use of extra DRM encoder/connector types caused random crashes when the DRM layer tried to display their matching name. This removes the MIPI types matching the changes Pauli Nieminen made to the non upstream driver set. As Pauli points out: " MIPI (or DSI) is protocol specification on top of LVDS serial bus. That makes it resonable to call MIPI connectors and encoders LVDS." (and indeed they may also be HDMI convertors or similar when we want to report a more useful to end user result) Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/staging/gma500/mdfld_dsi_dbi.h')
-rw-r--r--drivers/staging/gma500/mdfld_dsi_dbi.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/gma500/mdfld_dsi_dbi.h b/drivers/staging/gma500/mdfld_dsi_dbi.h
index dc6242c..f0fa986 100644
--- a/drivers/staging/gma500/mdfld_dsi_dbi.h
+++ b/drivers/staging/gma500/mdfld_dsi_dbi.h
@@ -42,9 +42,6 @@
#include "mdfld_dsi_output.h"
#include "mdfld_output.h"
-#define DRM_MODE_ENCODER_MIPI 5
-
-
/*
* DBI encoder which inherits from mdfld_dsi_encoder
*/
OpenPOWER on IntegriCloud