aboutsummaryrefslogtreecommitdiffstats
path: root/include/video
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2015-11-05 09:34:31 +0200
committerTomi Valkeinen <tomi.valkeinen@ti.com>2016-03-03 17:38:22 +0200
commit49239503a364bf09845d03536b28ea434b92184d (patch)
tree968c24c81c72d07d689821ddbecb57b00477d2a3 /include/video
parentdrm/omap: convert dss_mgr_ops to use omap_channel (diff)
downloadlinux-49239503a364bf09845d03536b28ea434b92184d.tar.gz
linux-49239503a364bf09845d03536b28ea434b92184d.zip
drm/omap: add dispc_channel_connected field to omap_dss_device
We want to remove the 'struct omap_overlay_manager' from omap_dss_device. At the moment that field is used, among some other uses, to see if the omap_dss_device is connected to an overlay manager. To make it possible to remove the 'struct omap_overlay_manager' field, this patch adds 'bool dispc_channel_connected' field to track the connected-or-not status. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'include/video')
-rw-r--r--include/video/omapdss.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h
index b50ebcd2f460..8e14ad7327c9 100644
--- a/include/video/omapdss.h
+++ b/include/video/omapdss.h
@@ -770,6 +770,7 @@ struct omap_dss_device {
/* DISPC channel for this output */
enum omap_channel dispc_channel;
+ bool dispc_channel_connected;
/* output instance */
enum omap_dss_output_id id;
hat are PMU aliasesArnaldo Carvalho de Melo3-9/+18 2017-09-01perf test: Add test case for PERF_SAMPLE_PHYS_ADDRKan Liang1-1/+5 2017-09-01perf script: Support physical addressKan Liang2-3/+14 2017-09-01perf mem: Support physical addressKan Liang2-26/+75 2017-09-01perf sort: Add sort option for physical addressKan Liang8-2/+59 2017-09-01perf tools: Support new sample type for physical addressKan Liang6-3/+29 2017-09-01perf vendor events powerpc: Remove duplicate eventsSukadev Bhattiprolu4-138/+3 2017-09-01perf intel-pt: Fix syntax in documentation of config optionJack Henschel1-1/+1 2017-09-01perf test powerpc: Fix 'Object code reading' testRavi Bangoria1-0/+5 2017-09-01perf trace: Support syscall name globbingArnaldo Carvalho de Melo2-5/+36 2017-09-01perf syscalltbl: Support glob matching on syscall namesArnaldo Carvalho de Melo2-0/+36 2017-09-01udp: fix secpath leakYossi Kuperman1-1/+1 2017-09-01bridge: switchdev: Clear forward mark when transmitting packetIdo Schimmel1-0/+3 2017-09-01mlxsw: spectrum: Forbid linking to devices that have uppersIdo Schimmel3-1/+10 2017-09-01hwmon: (ltq-cputemp) add cpu temp sensor driverFlorian Eckert3-0/+171