diff options
author | Thierry Reding <treding@nvidia.com> | 2013-11-15 16:06:05 +0100 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2014-04-04 09:12:50 +0200 |
commit | 6b6b604215c64666fbf0fed939a5c312cc7b12fe (patch) | |
tree | 965dec0ece2b01700f4f68b4e75542219ee37bec /drivers/gpu/drm/tegra/dc.h | |
parent | 64400c3791d9fcebf23318a289f9da964547a6f3 (diff) | |
download | talos-obmc-linux-6b6b604215c64666fbf0fed939a5c312cc7b12fe.tar.gz talos-obmc-linux-6b6b604215c64666fbf0fed939a5c312cc7b12fe.zip |
drm/tegra: Add eDP support
Add support for eDP functionality found on Tegra124 and later SoCs. Only
fast link training is currently supported.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/gpu/drm/tegra/dc.h')
-rw-r--r-- | drivers/gpu/drm/tegra/dc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/tegra/dc.h b/drivers/gpu/drm/tegra/dc.h index 3c2c0ea1cd87..c94101494826 100644 --- a/drivers/gpu/drm/tegra/dc.h +++ b/drivers/gpu/drm/tegra/dc.h @@ -118,6 +118,7 @@ #define DC_DISP_DISP_WIN_OPTIONS 0x402 #define HDMI_ENABLE (1 << 30) #define DSI_ENABLE (1 << 29) +#define SOR_ENABLE (1 << 25) #define DC_DISP_DISP_MEM_HIGH_PRIORITY 0x403 #define CURSOR_THRESHOLD(x) (((x) & 0x03) << 24) |