/* * include/linux/irqchip/irq-st.h * * Copyright (C) 2014 STMicroelectronics – All Rights Reserved * * Author: Lee Jones * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #ifndef _DT_BINDINGS_INTERRUPT_CONTROLLER_ST_H #define _DT_BINDINGS_INTERRUPT_CONTROLLER_ST_H #define ST_IRQ_SYSCFG_EXT_0 0 #define ST_IRQ_SYSCFG_EXT_1 1 #define ST_IRQ_SYSCFG_EXT_2 2 #define ST_IRQ_SYSCFG_CTI_0 3 #define ST_IRQ_SYSCFG_CTI_1 4 #define ST_IRQ_SYSCFG_PMU_0 5 #define ST_IRQ_SYSCFG_PMU_1 6 #define ST_IRQ_SYSCFG_pl310_L2 7 #define ST_IRQ_SYSCFG_DISABLED 0xFFFFFFFF #define ST_IRQ_SYSCFG_EXT_1_INV 0x1 #define ST_IRQ_SYSCFG_EXT_2_INV 0x2 #define ST_IRQ_SYSCFG_EXT_3_INV 0x4 #endif d' value='546486184c46070d83e08cc69e039e82021c6fc6'/> net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorImre Deak <imre.deak@intel.com>2016-06-16 16:37:22 +0300
committerImre Deak <imre.deak@intel.com>2016-06-22 19:16:49 +0300
commit546486184c46070d83e08cc69e039e82021c6fc6 (patch)
treecfff2be7c7b3e6cf1b3d36c9c5a0f9637d2f79b4
parent8e8232d5187831dfa81a95eb55a857b10caf549f (diff)
drm/i915: Factor out helper to read out PPS HW state
This will be needed by the next patch too so factor it out. No functional change. Signed-off-by: Imre Deak <imre.deak@intel.com> Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1466084243-5388-4-git-send-email-imre.deak@intel.com
-rw-r--r--drivers/gpu/drm/i915/intel_dp.c56
1 files changed, 32 insertions, 24 deletions
diff --git a/drivers/gpu/drm/i915/intel_dp.c b/drivers/gpu/drm/i915/intel_dp.c