~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/video/omap2/dss/ti_hdmi.h

  • Committer: Package Import Robot
  • Author(s): Paolo Pisati, Paolo Pisati, Upstream Kernel Changes
  • Date: 2012-03-27 17:01:30 UTC
  • Revision ID: package-import@ubuntu.com-20120327170130-qrvi60snnxty6ibi
Tags: 3.2.0-1411.14
[ Paolo Pisati ]

* Revert to Ubuntu-3.2.0-1409.12 until we figure out what's wrong with hdmi
  - LP: #963512

[ Upstream Kernel Changes ]

* Revert "Reapply upleveled PMU interrupt patch"
* KBuild: Allow scripts/* to be cross compiled
* LINARO: Use KBUILD_SCRIPTROOT to cross build scripts

Show diffs side-by-side

added added

removed removed

Lines of Context:
121
121
        const struct ti_hdmi_ip_ops *ops;
122
122
        struct hdmi_config cfg;
123
123
        struct hdmi_pll_info pll_data;
124
 
 
125
 
        /* ti_hdmi_4xxx_ip private data. These should be in a separate struct */
126
 
        int hpd_gpio;
127
 
        bool phy_tx_enabled;
128
124
#if defined(CONFIG_SND_OMAP_SOC_OMAP4_HDMI) || \
129
125
        defined(CONFIG_SND_OMAP_SOC_OMAP4_HDMI_MODULE)
130
126
        struct omap_hwmod *oh;