display.c (1d5aef4950717526d4827e97a916d38d0d73657e) display.c (e4c060db2c13f10de09101afc564763f9fd0019a)
1/*
2 * OMAP2plus display device setup / initialization.
3 *
4 * Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com/
5 * Senthilvadivu Guruswamy
6 * Sumit Semwal
7 *
8 * This program is free software; you can redistribute it and/or modify

--- 16 unchanged lines hidden (view full) ---

25#include <linux/delay.h>
26
27#include <video/omapdss.h>
28#include "omap_hwmod.h"
29#include "omap_device.h"
30#include "omap-pm.h"
31#include "common.h"
32
1/*
2 * OMAP2plus display device setup / initialization.
3 *
4 * Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com/
5 * Senthilvadivu Guruswamy
6 * Sumit Semwal
7 *
8 * This program is free software; you can redistribute it and/or modify

--- 16 unchanged lines hidden (view full) ---

25#include <linux/delay.h>
26
27#include <video/omapdss.h>
28#include "omap_hwmod.h"
29#include "omap_device.h"
30#include "omap-pm.h"
31#include "common.h"
32
33#include "soc.h"
33#include "iomap.h"
34#include "mux.h"
35#include "control.h"
36#include "display.h"
37
38#define DISPC_CONTROL 0x0040
39#define DISPC_CONTROL2 0x0238
40#define DISPC_CONTROL3 0x0848

--- 520 unchanged lines hidden ---
34#include "iomap.h"
35#include "mux.h"
36#include "control.h"
37#include "display.h"
38
39#define DISPC_CONTROL 0x0040
40#define DISPC_CONTROL2 0x0238
41#define DISPC_CONTROL3 0x0848

--- 520 unchanged lines hidden ---