aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorAndrzej Hajda <a.hajda@samsung.com>2016-02-12 13:13:56 +0100
committerInki Dae <daeinki@gmail.com>2016-03-01 23:37:22 +0900
commit27d60e3d288d969cada7eab23620b387eaaacfaa (patch)
tree41c8241ecb31928ee437a6bf3ab1674f767f52a2 /include/drm
parentdrm/exynos: add exynos5420 support for fimd (diff)
downloadlinux-dev-27d60e3d288d969cada7eab23620b387eaaacfaa.tar.xz
linux-dev-27d60e3d288d969cada7eab23620b387eaaacfaa.zip
drm/exynos: remove struct exynos_drm_panel_info
struct exynos_drm_panel_info is not used anymore, except exynos_dp, which can integrate useful fields directly into its context. Signed-off-by: Andrzej Hajda <a.hajda@samsung.com> Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/exynos_drm.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/drm/exynos_drm.h b/include/drm/exynos_drm.h
index cb65fa14acfc..e9fb2bd971aa 100644
--- a/include/drm/exynos_drm.h
+++ b/include/drm/exynos_drm.h
@@ -18,27 +18,12 @@
#include <video/videomode.h>
/**
- * A structure for lcd panel information.
- *
- * @timing: default video mode for initializing
- * @width_mm: physical size of lcd width.
- * @height_mm: physical size of lcd height.
- */
-struct exynos_drm_panel_info {
- struct videomode vm;
- u32 width_mm;
- u32 height_mm;
-};
-
-/**
* Platform Specific Structure for DRM based FIMD.
*
- * @panel: default panel info for initializing
* @default_win: default window layer number to be used for UI.
* @bpp: default bit per pixel.
*/
struct exynos_drm_fimd_pdata {
- struct exynos_drm_panel_info panel;
u32 vidcon0;
u32 vidcon1;
unsigned int default_win;