Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 1 | /* |
| 2 | * Copyright © 2006-2007 Intel Corporation |
| 3 | * |
| 4 | * Permission is hereby granted, free of charge, to any person obtaining a |
| 5 | * copy of this software and associated documentation files (the "Software"), |
| 6 | * to deal in the Software without restriction, including without limitation |
| 7 | * the rights to use, copy, modify, merge, publish, distribute, sublicense, |
| 8 | * and/or sell copies of the Software, and to permit persons to whom the |
| 9 | * Software is furnished to do so, subject to the following conditions: |
| 10 | * |
| 11 | * The above copyright notice and this permission notice (including the next |
| 12 | * paragraph) shall be included in all copies or substantial portions of the |
| 13 | * Software. |
| 14 | * |
| 15 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 16 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 17 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL |
| 18 | * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 19 | * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
| 20 | * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
| 21 | * DEALINGS IN THE SOFTWARE. |
| 22 | * |
| 23 | * Authors: |
| 24 | * Eric Anholt <eric@anholt.net> |
| 25 | */ |
| 26 | |
Daniel Vetter | 618563e | 2012-04-01 13:38:50 +0200 | [diff] [blame] | 27 | #include <linux/dmi.h> |
Jesse Barnes | c1c7af6 | 2009-09-10 15:28:03 -0700 | [diff] [blame] | 28 | #include <linux/module.h> |
| 29 | #include <linux/input.h> |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 30 | #include <linux/i2c.h> |
Shaohua Li | 7662c8b | 2009-06-26 11:23:55 +0800 | [diff] [blame] | 31 | #include <linux/kernel.h> |
Tejun Heo | 5a0e3ad | 2010-03-24 17:04:11 +0900 | [diff] [blame] | 32 | #include <linux/slab.h> |
Jesse Barnes | 9cce37f | 2010-08-13 15:11:26 -0700 | [diff] [blame] | 33 | #include <linux/vgaarb.h> |
Wu Fengguang | e0dac65 | 2011-09-05 14:25:34 +0800 | [diff] [blame] | 34 | #include <drm/drm_edid.h> |
David Howells | 760285e | 2012-10-02 18:01:07 +0100 | [diff] [blame] | 35 | #include <drm/drmP.h> |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 36 | #include "intel_drv.h" |
David Howells | 760285e | 2012-10-02 18:01:07 +0100 | [diff] [blame] | 37 | #include <drm/i915_drm.h> |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 38 | #include "i915_drv.h" |
Jesse Barnes | e5510fa | 2010-07-01 16:48:37 -0700 | [diff] [blame] | 39 | #include "i915_trace.h" |
David Howells | 760285e | 2012-10-02 18:01:07 +0100 | [diff] [blame] | 40 | #include <drm/drm_dp_helper.h> |
| 41 | #include <drm/drm_crtc_helper.h> |
Keith Packard | c0f372b3 | 2011-11-16 22:24:52 -0800 | [diff] [blame] | 42 | #include <linux/dma_remapping.h> |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 43 | |
Chon Ming Lee | ef9348c | 2014-04-09 13:28:18 +0300 | [diff] [blame] | 44 | #define DIV_ROUND_CLOSEST_ULL(ll, d) \ |
| 45 | ({ unsigned long long _tmp = (ll)+(d)/2; do_div(_tmp, d); _tmp; }) |
| 46 | |
Daniel Vetter | 3dec009 | 2010-08-20 21:40:52 +0200 | [diff] [blame] | 47 | static void intel_increase_pllclock(struct drm_crtc *crtc); |
Chris Wilson | 6b383a7 | 2010-09-13 13:54:26 +0100 | [diff] [blame] | 48 | static void intel_crtc_update_cursor(struct drm_crtc *crtc, bool on); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 49 | |
Jesse Barnes | f1f644d | 2013-06-27 00:39:25 +0300 | [diff] [blame] | 50 | static void i9xx_crtc_clock_get(struct intel_crtc *crtc, |
| 51 | struct intel_crtc_config *pipe_config); |
Ville Syrjälä | 18442d0 | 2013-09-13 16:00:08 +0300 | [diff] [blame] | 52 | static void ironlake_pch_clock_get(struct intel_crtc *crtc, |
| 53 | struct intel_crtc_config *pipe_config); |
Jesse Barnes | f1f644d | 2013-06-27 00:39:25 +0300 | [diff] [blame] | 54 | |
Damien Lespiau | e7457a9 | 2013-08-08 22:28:59 +0100 | [diff] [blame] | 55 | static int intel_set_mode(struct drm_crtc *crtc, struct drm_display_mode *mode, |
| 56 | int x, int y, struct drm_framebuffer *old_fb); |
Jesse Barnes | eb1bfe8 | 2014-02-12 12:26:25 -0800 | [diff] [blame] | 57 | static int intel_framebuffer_init(struct drm_device *dev, |
| 58 | struct intel_framebuffer *ifb, |
| 59 | struct drm_mode_fb_cmd2 *mode_cmd, |
| 60 | struct drm_i915_gem_object *obj); |
Daniel Vetter | 5b18e57 | 2014-04-24 23:55:06 +0200 | [diff] [blame] | 61 | static void intel_dp_set_m_n(struct intel_crtc *crtc); |
| 62 | static void i9xx_set_pipeconf(struct intel_crtc *intel_crtc); |
| 63 | static void intel_set_pipe_timings(struct intel_crtc *intel_crtc); |
Daniel Vetter | 29407aa | 2014-04-24 23:55:08 +0200 | [diff] [blame] | 64 | static void intel_cpu_transcoder_set_m_n(struct intel_crtc *crtc, |
| 65 | struct intel_link_m_n *m_n); |
| 66 | static void ironlake_set_pipeconf(struct drm_crtc *crtc); |
Daniel Vetter | 229fca9 | 2014-04-24 23:55:09 +0200 | [diff] [blame] | 67 | static void haswell_set_pipeconf(struct drm_crtc *crtc); |
| 68 | static void intel_set_pipe_csc(struct drm_crtc *crtc); |
Daniel Vetter | bdd4b6a | 2014-04-24 23:55:11 +0200 | [diff] [blame] | 69 | static void vlv_prepare_pll(struct intel_crtc *crtc); |
Damien Lespiau | e7457a9 | 2013-08-08 22:28:59 +0100 | [diff] [blame] | 70 | |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 71 | typedef struct { |
Akshay Joshi | 0206e35 | 2011-08-16 15:34:10 -0400 | [diff] [blame] | 72 | int min, max; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 73 | } intel_range_t; |
| 74 | |
| 75 | typedef struct { |
Akshay Joshi | 0206e35 | 2011-08-16 15:34:10 -0400 | [diff] [blame] | 76 | int dot_limit; |
| 77 | int p2_slow, p2_fast; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 78 | } intel_p2_t; |
| 79 | |
Ma Ling | d490609 | 2009-03-18 20:13:27 +0800 | [diff] [blame] | 80 | typedef struct intel_limit intel_limit_t; |
| 81 | struct intel_limit { |
Akshay Joshi | 0206e35 | 2011-08-16 15:34:10 -0400 | [diff] [blame] | 82 | intel_range_t dot, vco, n, m, m1, m2, p, p1; |
| 83 | intel_p2_t p2; |
Ma Ling | d490609 | 2009-03-18 20:13:27 +0800 | [diff] [blame] | 84 | }; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 85 | |
Daniel Vetter | d2acd21 | 2012-10-20 20:57:43 +0200 | [diff] [blame] | 86 | int |
| 87 | intel_pch_rawclk(struct drm_device *dev) |
| 88 | { |
| 89 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 90 | |
| 91 | WARN_ON(!HAS_PCH_SPLIT(dev)); |
| 92 | |
| 93 | return I915_READ(PCH_RAWCLK_FREQ) & RAWCLK_FREQ_MASK; |
| 94 | } |
| 95 | |
Chris Wilson | 021357a | 2010-09-07 20:54:59 +0100 | [diff] [blame] | 96 | static inline u32 /* units of 100MHz */ |
| 97 | intel_fdi_link_freq(struct drm_device *dev) |
| 98 | { |
Chris Wilson | 8b99e68 | 2010-10-13 09:59:17 +0100 | [diff] [blame] | 99 | if (IS_GEN5(dev)) { |
| 100 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 101 | return (I915_READ(FDI_PLL_BIOS_0) & FDI_PLL_FB_CLOCK_MASK) + 2; |
| 102 | } else |
| 103 | return 27; |
Chris Wilson | 021357a | 2010-09-07 20:54:59 +0100 | [diff] [blame] | 104 | } |
| 105 | |
Daniel Vetter | 5d536e2 | 2013-07-06 12:52:06 +0200 | [diff] [blame] | 106 | static const intel_limit_t intel_limits_i8xx_dac = { |
Akshay Joshi | 0206e35 | 2011-08-16 15:34:10 -0400 | [diff] [blame] | 107 | .dot = { .min = 25000, .max = 350000 }, |
Ville Syrjälä | 9c33371 | 2013-12-09 18:54:17 +0200 | [diff] [blame] | 108 | .vco = { .min = 908000, .max = 1512000 }, |
Ville Syrjälä | 91dbe5f | 2013-12-09 18:54:14 +0200 | [diff] [blame] | 109 | .n = { .min = 2, .max = 16 }, |
Akshay Joshi | 0206e35 | 2011-08-16 15:34:10 -0400 | [diff] [blame] | 110 | .m = { .min = 96, .max = 140 }, |
| 111 | .m1 = { .min = 18, .max = 26 }, |
| 112 | .m2 = { .min = 6, .max = 16 }, |
| 113 | .p = { .min = 4, .max = 128 }, |
| 114 | .p1 = { .min = 2, .max = 33 }, |
Eric Anholt | 273e27c | 2011-03-30 13:01:10 -0700 | [diff] [blame] | 115 | .p2 = { .dot_limit = 165000, |
| 116 | .p2_slow = 4, .p2_fast = 2 }, |
Keith Packard | e4b3669 | 2009-06-05 19:22:17 -0700 | [diff] [blame] | 117 | }; |
| 118 | |
Daniel Vetter | 5d536e2 | 2013-07-06 12:52:06 +0200 | [diff] [blame] | 119 | static const intel_limit_t intel_limits_i8xx_dvo = { |
| 120 | .dot = { .min = 25000, .max = 350000 }, |
Ville Syrjälä | 9c33371 | 2013-12-09 18:54:17 +0200 | [diff] [blame] | 121 | .vco = { .min = 908000, .max = 1512000 }, |
Ville Syrjälä | 91dbe5f | 2013-12-09 18:54:14 +0200 | [diff] [blame] | 122 | .n = { .min = 2, .max = 16 }, |
Daniel Vetter | 5d536e2 | 2013-07-06 12:52:06 +0200 | [diff] [blame] | 123 | .m = { .min = 96, .max = 140 }, |
| 124 | .m1 = { .min = 18, .max = 26 }, |
| 125 | .m2 = { .min = 6, .max = 16 }, |
| 126 | .p = { .min = 4, .max = 128 }, |
| 127 | .p1 = { .min = 2, .max = 33 }, |
| 128 | .p2 = { .dot_limit = 165000, |
| 129 | .p2_slow = 4, .p2_fast = 4 }, |
| 130 | }; |
| 131 | |
Keith Packard | e4b3669 | 2009-06-05 19:22:17 -0700 | [diff] [blame] | 132 | static const intel_limit_t intel_limits_i8xx_lvds = { |
Akshay Joshi | 0206e35 | 2011-08-16 15:34:10 -0400 | [diff] [blame] | 133 | .dot = { .min = 25000, .max = 350000 }, |
Ville Syrjälä | 9c33371 | 2013-12-09 18:54:17 +0200 | [diff] [blame] | 134 | .vco = { .min = 908000, .max = 1512000 }, |
Ville Syrjälä | 91dbe5f | 2013-12-09 18:54:14 +0200 | [diff] [blame] | 135 | .n = { .min = 2, .max = 16 }, |
Akshay Joshi | 0206e35 | 2011-08-16 15:34:10 -0400 | [diff] [blame] | 136 | .m = { .min = 96, .max = 140 }, |
| 137 | .m1 = { .min = 18, .max = 26 }, |
| 138 | .m2 = { .min = 6, .max = 16 }, |
| 139 | .p = { .min = 4, .max = 128 }, |
| 140 | .p1 = { .min = 1, .max = 6 }, |
Eric Anholt | 273e27c | 2011-03-30 13:01:10 -0700 | [diff] [blame] | 141 | .p2 = { .dot_limit = 165000, |
| 142 | .p2_slow = 14, .p2_fast = 7 }, |
Keith Packard | e4b3669 | 2009-06-05 19:22:17 -0700 | [diff] [blame] | 143 | }; |
Eric Anholt | 273e27c | 2011-03-30 13:01:10 -0700 | [diff] [blame] | 144 | |
Keith Packard | e4b3669 | 2009-06-05 19:22:17 -0700 | [diff] [blame] | 145 | static const intel_limit_t intel_limits_i9xx_sdvo = { |
Akshay Joshi | 0206e35 | 2011-08-16 15:34:10 -0400 | [diff] [blame] | 146 | .dot = { .min = 20000, .max = 400000 }, |
| 147 | .vco = { .min = 1400000, .max = 2800000 }, |
| 148 | .n = { .min = 1, .max = 6 }, |
| 149 | .m = { .min = 70, .max = 120 }, |
Patrik Jakobsson | 4f7dfb6 | 2013-02-13 22:20:22 +0100 | [diff] [blame] | 150 | .m1 = { .min = 8, .max = 18 }, |
| 151 | .m2 = { .min = 3, .max = 7 }, |
Akshay Joshi | 0206e35 | 2011-08-16 15:34:10 -0400 | [diff] [blame] | 152 | .p = { .min = 5, .max = 80 }, |
| 153 | .p1 = { .min = 1, .max = 8 }, |
Eric Anholt | 273e27c | 2011-03-30 13:01:10 -0700 | [diff] [blame] | 154 | .p2 = { .dot_limit = 200000, |
| 155 | .p2_slow = 10, .p2_fast = 5 }, |
Keith Packard | e4b3669 | 2009-06-05 19:22:17 -0700 | [diff] [blame] | 156 | }; |
| 157 | |
| 158 | static const intel_limit_t intel_limits_i9xx_lvds = { |
Akshay Joshi | 0206e35 | 2011-08-16 15:34:10 -0400 | [diff] [blame] | 159 | .dot = { .min = 20000, .max = 400000 }, |
| 160 | .vco = { .min = 1400000, .max = 2800000 }, |
| 161 | .n = { .min = 1, .max = 6 }, |
| 162 | .m = { .min = 70, .max = 120 }, |
Patrik Jakobsson | 53a7d2d | 2013-02-13 22:20:21 +0100 | [diff] [blame] | 163 | .m1 = { .min = 8, .max = 18 }, |
| 164 | .m2 = { .min = 3, .max = 7 }, |
Akshay Joshi | 0206e35 | 2011-08-16 15:34:10 -0400 | [diff] [blame] | 165 | .p = { .min = 7, .max = 98 }, |
| 166 | .p1 = { .min = 1, .max = 8 }, |
Eric Anholt | 273e27c | 2011-03-30 13:01:10 -0700 | [diff] [blame] | 167 | .p2 = { .dot_limit = 112000, |
| 168 | .p2_slow = 14, .p2_fast = 7 }, |
Keith Packard | e4b3669 | 2009-06-05 19:22:17 -0700 | [diff] [blame] | 169 | }; |
| 170 | |
Eric Anholt | 273e27c | 2011-03-30 13:01:10 -0700 | [diff] [blame] | 171 | |
Keith Packard | e4b3669 | 2009-06-05 19:22:17 -0700 | [diff] [blame] | 172 | static const intel_limit_t intel_limits_g4x_sdvo = { |
Eric Anholt | 273e27c | 2011-03-30 13:01:10 -0700 | [diff] [blame] | 173 | .dot = { .min = 25000, .max = 270000 }, |
| 174 | .vco = { .min = 1750000, .max = 3500000}, |
| 175 | .n = { .min = 1, .max = 4 }, |
| 176 | .m = { .min = 104, .max = 138 }, |
| 177 | .m1 = { .min = 17, .max = 23 }, |
| 178 | .m2 = { .min = 5, .max = 11 }, |
| 179 | .p = { .min = 10, .max = 30 }, |
| 180 | .p1 = { .min = 1, .max = 3}, |
| 181 | .p2 = { .dot_limit = 270000, |
| 182 | .p2_slow = 10, |
| 183 | .p2_fast = 10 |
Ma Ling | 044c7c4 | 2009-03-18 20:13:23 +0800 | [diff] [blame] | 184 | }, |
Keith Packard | e4b3669 | 2009-06-05 19:22:17 -0700 | [diff] [blame] | 185 | }; |
| 186 | |
| 187 | static const intel_limit_t intel_limits_g4x_hdmi = { |
Eric Anholt | 273e27c | 2011-03-30 13:01:10 -0700 | [diff] [blame] | 188 | .dot = { .min = 22000, .max = 400000 }, |
| 189 | .vco = { .min = 1750000, .max = 3500000}, |
| 190 | .n = { .min = 1, .max = 4 }, |
| 191 | .m = { .min = 104, .max = 138 }, |
| 192 | .m1 = { .min = 16, .max = 23 }, |
| 193 | .m2 = { .min = 5, .max = 11 }, |
| 194 | .p = { .min = 5, .max = 80 }, |
| 195 | .p1 = { .min = 1, .max = 8}, |
| 196 | .p2 = { .dot_limit = 165000, |
| 197 | .p2_slow = 10, .p2_fast = 5 }, |
Keith Packard | e4b3669 | 2009-06-05 19:22:17 -0700 | [diff] [blame] | 198 | }; |
| 199 | |
| 200 | static const intel_limit_t intel_limits_g4x_single_channel_lvds = { |
Eric Anholt | 273e27c | 2011-03-30 13:01:10 -0700 | [diff] [blame] | 201 | .dot = { .min = 20000, .max = 115000 }, |
| 202 | .vco = { .min = 1750000, .max = 3500000 }, |
| 203 | .n = { .min = 1, .max = 3 }, |
| 204 | .m = { .min = 104, .max = 138 }, |
| 205 | .m1 = { .min = 17, .max = 23 }, |
| 206 | .m2 = { .min = 5, .max = 11 }, |
| 207 | .p = { .min = 28, .max = 112 }, |
| 208 | .p1 = { .min = 2, .max = 8 }, |
| 209 | .p2 = { .dot_limit = 0, |
| 210 | .p2_slow = 14, .p2_fast = 14 |
Ma Ling | 044c7c4 | 2009-03-18 20:13:23 +0800 | [diff] [blame] | 211 | }, |
Keith Packard | e4b3669 | 2009-06-05 19:22:17 -0700 | [diff] [blame] | 212 | }; |
| 213 | |
| 214 | static const intel_limit_t intel_limits_g4x_dual_channel_lvds = { |
Eric Anholt | 273e27c | 2011-03-30 13:01:10 -0700 | [diff] [blame] | 215 | .dot = { .min = 80000, .max = 224000 }, |
| 216 | .vco = { .min = 1750000, .max = 3500000 }, |
| 217 | .n = { .min = 1, .max = 3 }, |
| 218 | .m = { .min = 104, .max = 138 }, |
| 219 | .m1 = { .min = 17, .max = 23 }, |
| 220 | .m2 = { .min = 5, .max = 11 }, |
| 221 | .p = { .min = 14, .max = 42 }, |
| 222 | .p1 = { .min = 2, .max = 6 }, |
| 223 | .p2 = { .dot_limit = 0, |
| 224 | .p2_slow = 7, .p2_fast = 7 |
Ma Ling | 044c7c4 | 2009-03-18 20:13:23 +0800 | [diff] [blame] | 225 | }, |
Keith Packard | e4b3669 | 2009-06-05 19:22:17 -0700 | [diff] [blame] | 226 | }; |
| 227 | |
Adam Jackson | f2b115e | 2009-12-03 17:14:42 -0500 | [diff] [blame] | 228 | static const intel_limit_t intel_limits_pineview_sdvo = { |
Akshay Joshi | 0206e35 | 2011-08-16 15:34:10 -0400 | [diff] [blame] | 229 | .dot = { .min = 20000, .max = 400000}, |
| 230 | .vco = { .min = 1700000, .max = 3500000 }, |
Eric Anholt | 273e27c | 2011-03-30 13:01:10 -0700 | [diff] [blame] | 231 | /* Pineview's Ncounter is a ring counter */ |
Akshay Joshi | 0206e35 | 2011-08-16 15:34:10 -0400 | [diff] [blame] | 232 | .n = { .min = 3, .max = 6 }, |
| 233 | .m = { .min = 2, .max = 256 }, |
Eric Anholt | 273e27c | 2011-03-30 13:01:10 -0700 | [diff] [blame] | 234 | /* Pineview only has one combined m divider, which we treat as m2. */ |
Akshay Joshi | 0206e35 | 2011-08-16 15:34:10 -0400 | [diff] [blame] | 235 | .m1 = { .min = 0, .max = 0 }, |
| 236 | .m2 = { .min = 0, .max = 254 }, |
| 237 | .p = { .min = 5, .max = 80 }, |
| 238 | .p1 = { .min = 1, .max = 8 }, |
Eric Anholt | 273e27c | 2011-03-30 13:01:10 -0700 | [diff] [blame] | 239 | .p2 = { .dot_limit = 200000, |
| 240 | .p2_slow = 10, .p2_fast = 5 }, |
Keith Packard | e4b3669 | 2009-06-05 19:22:17 -0700 | [diff] [blame] | 241 | }; |
| 242 | |
Adam Jackson | f2b115e | 2009-12-03 17:14:42 -0500 | [diff] [blame] | 243 | static const intel_limit_t intel_limits_pineview_lvds = { |
Akshay Joshi | 0206e35 | 2011-08-16 15:34:10 -0400 | [diff] [blame] | 244 | .dot = { .min = 20000, .max = 400000 }, |
| 245 | .vco = { .min = 1700000, .max = 3500000 }, |
| 246 | .n = { .min = 3, .max = 6 }, |
| 247 | .m = { .min = 2, .max = 256 }, |
| 248 | .m1 = { .min = 0, .max = 0 }, |
| 249 | .m2 = { .min = 0, .max = 254 }, |
| 250 | .p = { .min = 7, .max = 112 }, |
| 251 | .p1 = { .min = 1, .max = 8 }, |
Eric Anholt | 273e27c | 2011-03-30 13:01:10 -0700 | [diff] [blame] | 252 | .p2 = { .dot_limit = 112000, |
| 253 | .p2_slow = 14, .p2_fast = 14 }, |
Keith Packard | e4b3669 | 2009-06-05 19:22:17 -0700 | [diff] [blame] | 254 | }; |
| 255 | |
Eric Anholt | 273e27c | 2011-03-30 13:01:10 -0700 | [diff] [blame] | 256 | /* Ironlake / Sandybridge |
| 257 | * |
| 258 | * We calculate clock using (register_value + 2) for N/M1/M2, so here |
| 259 | * the range value for them is (actual_value - 2). |
| 260 | */ |
Zhenyu Wang | b91ad0e | 2010-02-05 09:14:17 +0800 | [diff] [blame] | 261 | static const intel_limit_t intel_limits_ironlake_dac = { |
Eric Anholt | 273e27c | 2011-03-30 13:01:10 -0700 | [diff] [blame] | 262 | .dot = { .min = 25000, .max = 350000 }, |
| 263 | .vco = { .min = 1760000, .max = 3510000 }, |
| 264 | .n = { .min = 1, .max = 5 }, |
| 265 | .m = { .min = 79, .max = 127 }, |
| 266 | .m1 = { .min = 12, .max = 22 }, |
| 267 | .m2 = { .min = 5, .max = 9 }, |
| 268 | .p = { .min = 5, .max = 80 }, |
| 269 | .p1 = { .min = 1, .max = 8 }, |
| 270 | .p2 = { .dot_limit = 225000, |
| 271 | .p2_slow = 10, .p2_fast = 5 }, |
Keith Packard | e4b3669 | 2009-06-05 19:22:17 -0700 | [diff] [blame] | 272 | }; |
| 273 | |
Zhenyu Wang | b91ad0e | 2010-02-05 09:14:17 +0800 | [diff] [blame] | 274 | static const intel_limit_t intel_limits_ironlake_single_lvds = { |
Eric Anholt | 273e27c | 2011-03-30 13:01:10 -0700 | [diff] [blame] | 275 | .dot = { .min = 25000, .max = 350000 }, |
| 276 | .vco = { .min = 1760000, .max = 3510000 }, |
| 277 | .n = { .min = 1, .max = 3 }, |
| 278 | .m = { .min = 79, .max = 118 }, |
| 279 | .m1 = { .min = 12, .max = 22 }, |
| 280 | .m2 = { .min = 5, .max = 9 }, |
| 281 | .p = { .min = 28, .max = 112 }, |
| 282 | .p1 = { .min = 2, .max = 8 }, |
| 283 | .p2 = { .dot_limit = 225000, |
| 284 | .p2_slow = 14, .p2_fast = 14 }, |
Zhenyu Wang | b91ad0e | 2010-02-05 09:14:17 +0800 | [diff] [blame] | 285 | }; |
| 286 | |
| 287 | static const intel_limit_t intel_limits_ironlake_dual_lvds = { |
Eric Anholt | 273e27c | 2011-03-30 13:01:10 -0700 | [diff] [blame] | 288 | .dot = { .min = 25000, .max = 350000 }, |
| 289 | .vco = { .min = 1760000, .max = 3510000 }, |
| 290 | .n = { .min = 1, .max = 3 }, |
| 291 | .m = { .min = 79, .max = 127 }, |
| 292 | .m1 = { .min = 12, .max = 22 }, |
| 293 | .m2 = { .min = 5, .max = 9 }, |
| 294 | .p = { .min = 14, .max = 56 }, |
| 295 | .p1 = { .min = 2, .max = 8 }, |
| 296 | .p2 = { .dot_limit = 225000, |
| 297 | .p2_slow = 7, .p2_fast = 7 }, |
Zhenyu Wang | b91ad0e | 2010-02-05 09:14:17 +0800 | [diff] [blame] | 298 | }; |
| 299 | |
Eric Anholt | 273e27c | 2011-03-30 13:01:10 -0700 | [diff] [blame] | 300 | /* LVDS 100mhz refclk limits. */ |
Zhenyu Wang | b91ad0e | 2010-02-05 09:14:17 +0800 | [diff] [blame] | 301 | static const intel_limit_t intel_limits_ironlake_single_lvds_100m = { |
Eric Anholt | 273e27c | 2011-03-30 13:01:10 -0700 | [diff] [blame] | 302 | .dot = { .min = 25000, .max = 350000 }, |
| 303 | .vco = { .min = 1760000, .max = 3510000 }, |
| 304 | .n = { .min = 1, .max = 2 }, |
| 305 | .m = { .min = 79, .max = 126 }, |
| 306 | .m1 = { .min = 12, .max = 22 }, |
| 307 | .m2 = { .min = 5, .max = 9 }, |
| 308 | .p = { .min = 28, .max = 112 }, |
Akshay Joshi | 0206e35 | 2011-08-16 15:34:10 -0400 | [diff] [blame] | 309 | .p1 = { .min = 2, .max = 8 }, |
Eric Anholt | 273e27c | 2011-03-30 13:01:10 -0700 | [diff] [blame] | 310 | .p2 = { .dot_limit = 225000, |
| 311 | .p2_slow = 14, .p2_fast = 14 }, |
Zhenyu Wang | b91ad0e | 2010-02-05 09:14:17 +0800 | [diff] [blame] | 312 | }; |
| 313 | |
| 314 | static const intel_limit_t intel_limits_ironlake_dual_lvds_100m = { |
Eric Anholt | 273e27c | 2011-03-30 13:01:10 -0700 | [diff] [blame] | 315 | .dot = { .min = 25000, .max = 350000 }, |
| 316 | .vco = { .min = 1760000, .max = 3510000 }, |
| 317 | .n = { .min = 1, .max = 3 }, |
| 318 | .m = { .min = 79, .max = 126 }, |
| 319 | .m1 = { .min = 12, .max = 22 }, |
| 320 | .m2 = { .min = 5, .max = 9 }, |
| 321 | .p = { .min = 14, .max = 42 }, |
Akshay Joshi | 0206e35 | 2011-08-16 15:34:10 -0400 | [diff] [blame] | 322 | .p1 = { .min = 2, .max = 6 }, |
Eric Anholt | 273e27c | 2011-03-30 13:01:10 -0700 | [diff] [blame] | 323 | .p2 = { .dot_limit = 225000, |
| 324 | .p2_slow = 7, .p2_fast = 7 }, |
Zhao Yakui | 4547668 | 2009-12-31 16:06:04 +0800 | [diff] [blame] | 325 | }; |
| 326 | |
Ville Syrjälä | dc73051 | 2013-09-24 21:26:30 +0300 | [diff] [blame] | 327 | static const intel_limit_t intel_limits_vlv = { |
Ville Syrjälä | f01b796 | 2013-09-27 16:55:49 +0300 | [diff] [blame] | 328 | /* |
| 329 | * These are the data rate limits (measured in fast clocks) |
| 330 | * since those are the strictest limits we have. The fast |
| 331 | * clock and actual rate limits are more relaxed, so checking |
| 332 | * them would make no difference. |
| 333 | */ |
| 334 | .dot = { .min = 25000 * 5, .max = 270000 * 5 }, |
Daniel Vetter | 75e5398 | 2013-04-18 21:10:43 +0200 | [diff] [blame] | 335 | .vco = { .min = 4000000, .max = 6000000 }, |
Jesse Barnes | a0c4da2 | 2012-06-15 11:55:13 -0700 | [diff] [blame] | 336 | .n = { .min = 1, .max = 7 }, |
Jesse Barnes | a0c4da2 | 2012-06-15 11:55:13 -0700 | [diff] [blame] | 337 | .m1 = { .min = 2, .max = 3 }, |
| 338 | .m2 = { .min = 11, .max = 156 }, |
Ville Syrjälä | b99ab66 | 2013-09-24 21:26:26 +0300 | [diff] [blame] | 339 | .p1 = { .min = 2, .max = 3 }, |
Ville Syrjälä | 5fdc9c49 | 2013-09-24 21:26:29 +0300 | [diff] [blame] | 340 | .p2 = { .p2_slow = 2, .p2_fast = 20 }, /* slow=min, fast=max */ |
Jesse Barnes | a0c4da2 | 2012-06-15 11:55:13 -0700 | [diff] [blame] | 341 | }; |
| 342 | |
Chon Ming Lee | ef9348c | 2014-04-09 13:28:18 +0300 | [diff] [blame] | 343 | static const intel_limit_t intel_limits_chv = { |
| 344 | /* |
| 345 | * These are the data rate limits (measured in fast clocks) |
| 346 | * since those are the strictest limits we have. The fast |
| 347 | * clock and actual rate limits are more relaxed, so checking |
| 348 | * them would make no difference. |
| 349 | */ |
| 350 | .dot = { .min = 25000 * 5, .max = 540000 * 5}, |
| 351 | .vco = { .min = 4860000, .max = 6700000 }, |
| 352 | .n = { .min = 1, .max = 1 }, |
| 353 | .m1 = { .min = 2, .max = 2 }, |
| 354 | .m2 = { .min = 24 << 22, .max = 175 << 22 }, |
| 355 | .p1 = { .min = 2, .max = 4 }, |
| 356 | .p2 = { .p2_slow = 1, .p2_fast = 14 }, |
| 357 | }; |
| 358 | |
Ville Syrjälä | 6b4bf1c | 2013-09-27 16:54:19 +0300 | [diff] [blame] | 359 | static void vlv_clock(int refclk, intel_clock_t *clock) |
| 360 | { |
| 361 | clock->m = clock->m1 * clock->m2; |
| 362 | clock->p = clock->p1 * clock->p2; |
Ville Syrjälä | ed5ca77 | 2013-12-02 19:00:45 +0200 | [diff] [blame] | 363 | if (WARN_ON(clock->n == 0 || clock->p == 0)) |
| 364 | return; |
Ville Syrjälä | fb03ac0 | 2013-10-14 14:50:30 +0300 | [diff] [blame] | 365 | clock->vco = DIV_ROUND_CLOSEST(refclk * clock->m, clock->n); |
| 366 | clock->dot = DIV_ROUND_CLOSEST(clock->vco, clock->p); |
Ville Syrjälä | 6b4bf1c | 2013-09-27 16:54:19 +0300 | [diff] [blame] | 367 | } |
| 368 | |
Paulo Zanoni | e0638cd | 2013-09-24 13:52:54 -0300 | [diff] [blame] | 369 | /** |
| 370 | * Returns whether any output on the specified pipe is of the specified type |
| 371 | */ |
| 372 | static bool intel_pipe_has_type(struct drm_crtc *crtc, int type) |
| 373 | { |
| 374 | struct drm_device *dev = crtc->dev; |
| 375 | struct intel_encoder *encoder; |
| 376 | |
| 377 | for_each_encoder_on_crtc(dev, crtc, encoder) |
| 378 | if (encoder->type == type) |
| 379 | return true; |
| 380 | |
| 381 | return false; |
| 382 | } |
| 383 | |
Chris Wilson | 1b894b5 | 2010-12-14 20:04:54 +0000 | [diff] [blame] | 384 | static const intel_limit_t *intel_ironlake_limit(struct drm_crtc *crtc, |
| 385 | int refclk) |
Zhenyu Wang | 2c07245 | 2009-06-05 15:38:42 +0800 | [diff] [blame] | 386 | { |
Zhenyu Wang | b91ad0e | 2010-02-05 09:14:17 +0800 | [diff] [blame] | 387 | struct drm_device *dev = crtc->dev; |
Zhenyu Wang | 2c07245 | 2009-06-05 15:38:42 +0800 | [diff] [blame] | 388 | const intel_limit_t *limit; |
Zhenyu Wang | b91ad0e | 2010-02-05 09:14:17 +0800 | [diff] [blame] | 389 | |
| 390 | if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) { |
Daniel Vetter | 1974cad | 2012-11-26 17:22:09 +0100 | [diff] [blame] | 391 | if (intel_is_dual_link_lvds(dev)) { |
Chris Wilson | 1b894b5 | 2010-12-14 20:04:54 +0000 | [diff] [blame] | 392 | if (refclk == 100000) |
Zhenyu Wang | b91ad0e | 2010-02-05 09:14:17 +0800 | [diff] [blame] | 393 | limit = &intel_limits_ironlake_dual_lvds_100m; |
| 394 | else |
| 395 | limit = &intel_limits_ironlake_dual_lvds; |
| 396 | } else { |
Chris Wilson | 1b894b5 | 2010-12-14 20:04:54 +0000 | [diff] [blame] | 397 | if (refclk == 100000) |
Zhenyu Wang | b91ad0e | 2010-02-05 09:14:17 +0800 | [diff] [blame] | 398 | limit = &intel_limits_ironlake_single_lvds_100m; |
| 399 | else |
| 400 | limit = &intel_limits_ironlake_single_lvds; |
| 401 | } |
Daniel Vetter | c6bb353 | 2013-04-19 11:14:33 +0200 | [diff] [blame] | 402 | } else |
Zhenyu Wang | b91ad0e | 2010-02-05 09:14:17 +0800 | [diff] [blame] | 403 | limit = &intel_limits_ironlake_dac; |
Zhenyu Wang | 2c07245 | 2009-06-05 15:38:42 +0800 | [diff] [blame] | 404 | |
| 405 | return limit; |
| 406 | } |
| 407 | |
Ma Ling | 044c7c4 | 2009-03-18 20:13:23 +0800 | [diff] [blame] | 408 | static const intel_limit_t *intel_g4x_limit(struct drm_crtc *crtc) |
| 409 | { |
| 410 | struct drm_device *dev = crtc->dev; |
Ma Ling | 044c7c4 | 2009-03-18 20:13:23 +0800 | [diff] [blame] | 411 | const intel_limit_t *limit; |
| 412 | |
| 413 | if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) { |
Daniel Vetter | 1974cad | 2012-11-26 17:22:09 +0100 | [diff] [blame] | 414 | if (intel_is_dual_link_lvds(dev)) |
Keith Packard | e4b3669 | 2009-06-05 19:22:17 -0700 | [diff] [blame] | 415 | limit = &intel_limits_g4x_dual_channel_lvds; |
Ma Ling | 044c7c4 | 2009-03-18 20:13:23 +0800 | [diff] [blame] | 416 | else |
Keith Packard | e4b3669 | 2009-06-05 19:22:17 -0700 | [diff] [blame] | 417 | limit = &intel_limits_g4x_single_channel_lvds; |
Ma Ling | 044c7c4 | 2009-03-18 20:13:23 +0800 | [diff] [blame] | 418 | } else if (intel_pipe_has_type(crtc, INTEL_OUTPUT_HDMI) || |
| 419 | intel_pipe_has_type(crtc, INTEL_OUTPUT_ANALOG)) { |
Keith Packard | e4b3669 | 2009-06-05 19:22:17 -0700 | [diff] [blame] | 420 | limit = &intel_limits_g4x_hdmi; |
Ma Ling | 044c7c4 | 2009-03-18 20:13:23 +0800 | [diff] [blame] | 421 | } else if (intel_pipe_has_type(crtc, INTEL_OUTPUT_SDVO)) { |
Keith Packard | e4b3669 | 2009-06-05 19:22:17 -0700 | [diff] [blame] | 422 | limit = &intel_limits_g4x_sdvo; |
Ma Ling | 044c7c4 | 2009-03-18 20:13:23 +0800 | [diff] [blame] | 423 | } else /* The option is for other outputs */ |
Keith Packard | e4b3669 | 2009-06-05 19:22:17 -0700 | [diff] [blame] | 424 | limit = &intel_limits_i9xx_sdvo; |
Ma Ling | 044c7c4 | 2009-03-18 20:13:23 +0800 | [diff] [blame] | 425 | |
| 426 | return limit; |
| 427 | } |
| 428 | |
Chris Wilson | 1b894b5 | 2010-12-14 20:04:54 +0000 | [diff] [blame] | 429 | static const intel_limit_t *intel_limit(struct drm_crtc *crtc, int refclk) |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 430 | { |
| 431 | struct drm_device *dev = crtc->dev; |
| 432 | const intel_limit_t *limit; |
| 433 | |
Eric Anholt | bad720f | 2009-10-22 16:11:14 -0700 | [diff] [blame] | 434 | if (HAS_PCH_SPLIT(dev)) |
Chris Wilson | 1b894b5 | 2010-12-14 20:04:54 +0000 | [diff] [blame] | 435 | limit = intel_ironlake_limit(crtc, refclk); |
Zhenyu Wang | 2c07245 | 2009-06-05 15:38:42 +0800 | [diff] [blame] | 436 | else if (IS_G4X(dev)) { |
Ma Ling | 044c7c4 | 2009-03-18 20:13:23 +0800 | [diff] [blame] | 437 | limit = intel_g4x_limit(crtc); |
Adam Jackson | f2b115e | 2009-12-03 17:14:42 -0500 | [diff] [blame] | 438 | } else if (IS_PINEVIEW(dev)) { |
Shaohua Li | 2177832 | 2009-02-23 15:19:16 +0800 | [diff] [blame] | 439 | if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) |
Adam Jackson | f2b115e | 2009-12-03 17:14:42 -0500 | [diff] [blame] | 440 | limit = &intel_limits_pineview_lvds; |
Shaohua Li | 2177832 | 2009-02-23 15:19:16 +0800 | [diff] [blame] | 441 | else |
Adam Jackson | f2b115e | 2009-12-03 17:14:42 -0500 | [diff] [blame] | 442 | limit = &intel_limits_pineview_sdvo; |
Chon Ming Lee | ef9348c | 2014-04-09 13:28:18 +0300 | [diff] [blame] | 443 | } else if (IS_CHERRYVIEW(dev)) { |
| 444 | limit = &intel_limits_chv; |
Jesse Barnes | a0c4da2 | 2012-06-15 11:55:13 -0700 | [diff] [blame] | 445 | } else if (IS_VALLEYVIEW(dev)) { |
Ville Syrjälä | dc73051 | 2013-09-24 21:26:30 +0300 | [diff] [blame] | 446 | limit = &intel_limits_vlv; |
Chris Wilson | a6c45cf | 2010-09-17 00:32:17 +0100 | [diff] [blame] | 447 | } else if (!IS_GEN2(dev)) { |
| 448 | if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) |
| 449 | limit = &intel_limits_i9xx_lvds; |
| 450 | else |
| 451 | limit = &intel_limits_i9xx_sdvo; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 452 | } else { |
| 453 | if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) |
Keith Packard | e4b3669 | 2009-06-05 19:22:17 -0700 | [diff] [blame] | 454 | limit = &intel_limits_i8xx_lvds; |
Daniel Vetter | 5d536e2 | 2013-07-06 12:52:06 +0200 | [diff] [blame] | 455 | else if (intel_pipe_has_type(crtc, INTEL_OUTPUT_DVO)) |
Keith Packard | e4b3669 | 2009-06-05 19:22:17 -0700 | [diff] [blame] | 456 | limit = &intel_limits_i8xx_dvo; |
Daniel Vetter | 5d536e2 | 2013-07-06 12:52:06 +0200 | [diff] [blame] | 457 | else |
| 458 | limit = &intel_limits_i8xx_dac; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 459 | } |
| 460 | return limit; |
| 461 | } |
| 462 | |
Adam Jackson | f2b115e | 2009-12-03 17:14:42 -0500 | [diff] [blame] | 463 | /* m1 is reserved as 0 in Pineview, n is a ring counter */ |
| 464 | static void pineview_clock(int refclk, intel_clock_t *clock) |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 465 | { |
Shaohua Li | 2177832 | 2009-02-23 15:19:16 +0800 | [diff] [blame] | 466 | clock->m = clock->m2 + 2; |
| 467 | clock->p = clock->p1 * clock->p2; |
Ville Syrjälä | ed5ca77 | 2013-12-02 19:00:45 +0200 | [diff] [blame] | 468 | if (WARN_ON(clock->n == 0 || clock->p == 0)) |
| 469 | return; |
Ville Syrjälä | fb03ac0 | 2013-10-14 14:50:30 +0300 | [diff] [blame] | 470 | clock->vco = DIV_ROUND_CLOSEST(refclk * clock->m, clock->n); |
| 471 | clock->dot = DIV_ROUND_CLOSEST(clock->vco, clock->p); |
Shaohua Li | 2177832 | 2009-02-23 15:19:16 +0800 | [diff] [blame] | 472 | } |
| 473 | |
Daniel Vetter | 7429e9d | 2013-04-20 17:19:46 +0200 | [diff] [blame] | 474 | static uint32_t i9xx_dpll_compute_m(struct dpll *dpll) |
| 475 | { |
| 476 | return 5 * (dpll->m1 + 2) + (dpll->m2 + 2); |
| 477 | } |
| 478 | |
Daniel Vetter | ac58c3f | 2013-06-01 17:16:17 +0200 | [diff] [blame] | 479 | static void i9xx_clock(int refclk, intel_clock_t *clock) |
Shaohua Li | 2177832 | 2009-02-23 15:19:16 +0800 | [diff] [blame] | 480 | { |
Daniel Vetter | 7429e9d | 2013-04-20 17:19:46 +0200 | [diff] [blame] | 481 | clock->m = i9xx_dpll_compute_m(clock); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 482 | clock->p = clock->p1 * clock->p2; |
Ville Syrjälä | ed5ca77 | 2013-12-02 19:00:45 +0200 | [diff] [blame] | 483 | if (WARN_ON(clock->n + 2 == 0 || clock->p == 0)) |
| 484 | return; |
Ville Syrjälä | fb03ac0 | 2013-10-14 14:50:30 +0300 | [diff] [blame] | 485 | clock->vco = DIV_ROUND_CLOSEST(refclk * clock->m, clock->n + 2); |
| 486 | clock->dot = DIV_ROUND_CLOSEST(clock->vco, clock->p); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 487 | } |
| 488 | |
Chon Ming Lee | ef9348c | 2014-04-09 13:28:18 +0300 | [diff] [blame] | 489 | static void chv_clock(int refclk, intel_clock_t *clock) |
| 490 | { |
| 491 | clock->m = clock->m1 * clock->m2; |
| 492 | clock->p = clock->p1 * clock->p2; |
| 493 | if (WARN_ON(clock->n == 0 || clock->p == 0)) |
| 494 | return; |
| 495 | clock->vco = DIV_ROUND_CLOSEST_ULL((uint64_t)refclk * clock->m, |
| 496 | clock->n << 22); |
| 497 | clock->dot = DIV_ROUND_CLOSEST(clock->vco, clock->p); |
| 498 | } |
| 499 | |
Jesse Barnes | 7c04d1d | 2009-02-23 15:36:40 -0800 | [diff] [blame] | 500 | #define INTELPllInvalid(s) do { /* DRM_DEBUG(s); */ return false; } while (0) |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 501 | /** |
| 502 | * Returns whether the given set of divisors are valid for a given refclk with |
| 503 | * the given connectors. |
| 504 | */ |
| 505 | |
Chris Wilson | 1b894b5 | 2010-12-14 20:04:54 +0000 | [diff] [blame] | 506 | static bool intel_PLL_is_valid(struct drm_device *dev, |
| 507 | const intel_limit_t *limit, |
| 508 | const intel_clock_t *clock) |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 509 | { |
Ville Syrjälä | f01b796 | 2013-09-27 16:55:49 +0300 | [diff] [blame] | 510 | if (clock->n < limit->n.min || limit->n.max < clock->n) |
| 511 | INTELPllInvalid("n out of range\n"); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 512 | if (clock->p1 < limit->p1.min || limit->p1.max < clock->p1) |
Akshay Joshi | 0206e35 | 2011-08-16 15:34:10 -0400 | [diff] [blame] | 513 | INTELPllInvalid("p1 out of range\n"); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 514 | if (clock->m2 < limit->m2.min || limit->m2.max < clock->m2) |
Akshay Joshi | 0206e35 | 2011-08-16 15:34:10 -0400 | [diff] [blame] | 515 | INTELPllInvalid("m2 out of range\n"); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 516 | if (clock->m1 < limit->m1.min || limit->m1.max < clock->m1) |
Akshay Joshi | 0206e35 | 2011-08-16 15:34:10 -0400 | [diff] [blame] | 517 | INTELPllInvalid("m1 out of range\n"); |
Ville Syrjälä | f01b796 | 2013-09-27 16:55:49 +0300 | [diff] [blame] | 518 | |
| 519 | if (!IS_PINEVIEW(dev) && !IS_VALLEYVIEW(dev)) |
| 520 | if (clock->m1 <= clock->m2) |
| 521 | INTELPllInvalid("m1 <= m2\n"); |
| 522 | |
| 523 | if (!IS_VALLEYVIEW(dev)) { |
| 524 | if (clock->p < limit->p.min || limit->p.max < clock->p) |
| 525 | INTELPllInvalid("p out of range\n"); |
| 526 | if (clock->m < limit->m.min || limit->m.max < clock->m) |
| 527 | INTELPllInvalid("m out of range\n"); |
| 528 | } |
| 529 | |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 530 | if (clock->vco < limit->vco.min || limit->vco.max < clock->vco) |
Akshay Joshi | 0206e35 | 2011-08-16 15:34:10 -0400 | [diff] [blame] | 531 | INTELPllInvalid("vco out of range\n"); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 532 | /* XXX: We may need to be checking "Dot clock" depending on the multiplier, |
| 533 | * connector, etc., rather than just a single range. |
| 534 | */ |
| 535 | if (clock->dot < limit->dot.min || limit->dot.max < clock->dot) |
Akshay Joshi | 0206e35 | 2011-08-16 15:34:10 -0400 | [diff] [blame] | 536 | INTELPllInvalid("dot out of range\n"); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 537 | |
| 538 | return true; |
| 539 | } |
| 540 | |
Ma Ling | d490609 | 2009-03-18 20:13:27 +0800 | [diff] [blame] | 541 | static bool |
Daniel Vetter | ee9300b | 2013-06-03 22:40:22 +0200 | [diff] [blame] | 542 | i9xx_find_best_dpll(const intel_limit_t *limit, struct drm_crtc *crtc, |
Sean Paul | cec2f35 | 2012-01-10 15:09:36 -0800 | [diff] [blame] | 543 | int target, int refclk, intel_clock_t *match_clock, |
| 544 | intel_clock_t *best_clock) |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 545 | { |
| 546 | struct drm_device *dev = crtc->dev; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 547 | intel_clock_t clock; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 548 | int err = target; |
| 549 | |
Daniel Vetter | a210b02 | 2012-11-26 17:22:08 +0100 | [diff] [blame] | 550 | if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) { |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 551 | /* |
Daniel Vetter | a210b02 | 2012-11-26 17:22:08 +0100 | [diff] [blame] | 552 | * For LVDS just rely on its current settings for dual-channel. |
| 553 | * We haven't figured out how to reliably set up different |
| 554 | * single/dual channel state, if we even can. |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 555 | */ |
Daniel Vetter | 1974cad | 2012-11-26 17:22:09 +0100 | [diff] [blame] | 556 | if (intel_is_dual_link_lvds(dev)) |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 557 | clock.p2 = limit->p2.p2_fast; |
| 558 | else |
| 559 | clock.p2 = limit->p2.p2_slow; |
| 560 | } else { |
| 561 | if (target < limit->p2.dot_limit) |
| 562 | clock.p2 = limit->p2.p2_slow; |
| 563 | else |
| 564 | clock.p2 = limit->p2.p2_fast; |
| 565 | } |
| 566 | |
Akshay Joshi | 0206e35 | 2011-08-16 15:34:10 -0400 | [diff] [blame] | 567 | memset(best_clock, 0, sizeof(*best_clock)); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 568 | |
Zhao Yakui | 4215866 | 2009-11-20 11:24:18 +0800 | [diff] [blame] | 569 | for (clock.m1 = limit->m1.min; clock.m1 <= limit->m1.max; |
| 570 | clock.m1++) { |
| 571 | for (clock.m2 = limit->m2.min; |
| 572 | clock.m2 <= limit->m2.max; clock.m2++) { |
Daniel Vetter | c0efc38 | 2013-06-03 20:56:24 +0200 | [diff] [blame] | 573 | if (clock.m2 >= clock.m1) |
Zhao Yakui | 4215866 | 2009-11-20 11:24:18 +0800 | [diff] [blame] | 574 | break; |
| 575 | for (clock.n = limit->n.min; |
| 576 | clock.n <= limit->n.max; clock.n++) { |
| 577 | for (clock.p1 = limit->p1.min; |
| 578 | clock.p1 <= limit->p1.max; clock.p1++) { |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 579 | int this_err; |
| 580 | |
Daniel Vetter | ac58c3f | 2013-06-01 17:16:17 +0200 | [diff] [blame] | 581 | i9xx_clock(refclk, &clock); |
Chris Wilson | 1b894b5 | 2010-12-14 20:04:54 +0000 | [diff] [blame] | 582 | if (!intel_PLL_is_valid(dev, limit, |
| 583 | &clock)) |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 584 | continue; |
Sean Paul | cec2f35 | 2012-01-10 15:09:36 -0800 | [diff] [blame] | 585 | if (match_clock && |
| 586 | clock.p != match_clock->p) |
| 587 | continue; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 588 | |
| 589 | this_err = abs(clock.dot - target); |
| 590 | if (this_err < err) { |
| 591 | *best_clock = clock; |
| 592 | err = this_err; |
| 593 | } |
| 594 | } |
| 595 | } |
| 596 | } |
| 597 | } |
| 598 | |
| 599 | return (err != target); |
| 600 | } |
| 601 | |
Ma Ling | d490609 | 2009-03-18 20:13:27 +0800 | [diff] [blame] | 602 | static bool |
Daniel Vetter | ee9300b | 2013-06-03 22:40:22 +0200 | [diff] [blame] | 603 | pnv_find_best_dpll(const intel_limit_t *limit, struct drm_crtc *crtc, |
| 604 | int target, int refclk, intel_clock_t *match_clock, |
| 605 | intel_clock_t *best_clock) |
Daniel Vetter | ac58c3f | 2013-06-01 17:16:17 +0200 | [diff] [blame] | 606 | { |
| 607 | struct drm_device *dev = crtc->dev; |
| 608 | intel_clock_t clock; |
| 609 | int err = target; |
| 610 | |
| 611 | if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) { |
| 612 | /* |
| 613 | * For LVDS just rely on its current settings for dual-channel. |
| 614 | * We haven't figured out how to reliably set up different |
| 615 | * single/dual channel state, if we even can. |
| 616 | */ |
| 617 | if (intel_is_dual_link_lvds(dev)) |
| 618 | clock.p2 = limit->p2.p2_fast; |
| 619 | else |
| 620 | clock.p2 = limit->p2.p2_slow; |
| 621 | } else { |
| 622 | if (target < limit->p2.dot_limit) |
| 623 | clock.p2 = limit->p2.p2_slow; |
| 624 | else |
| 625 | clock.p2 = limit->p2.p2_fast; |
| 626 | } |
| 627 | |
| 628 | memset(best_clock, 0, sizeof(*best_clock)); |
| 629 | |
| 630 | for (clock.m1 = limit->m1.min; clock.m1 <= limit->m1.max; |
| 631 | clock.m1++) { |
| 632 | for (clock.m2 = limit->m2.min; |
| 633 | clock.m2 <= limit->m2.max; clock.m2++) { |
Daniel Vetter | ac58c3f | 2013-06-01 17:16:17 +0200 | [diff] [blame] | 634 | for (clock.n = limit->n.min; |
| 635 | clock.n <= limit->n.max; clock.n++) { |
| 636 | for (clock.p1 = limit->p1.min; |
| 637 | clock.p1 <= limit->p1.max; clock.p1++) { |
| 638 | int this_err; |
| 639 | |
| 640 | pineview_clock(refclk, &clock); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 641 | if (!intel_PLL_is_valid(dev, limit, |
| 642 | &clock)) |
| 643 | continue; |
| 644 | if (match_clock && |
| 645 | clock.p != match_clock->p) |
| 646 | continue; |
| 647 | |
| 648 | this_err = abs(clock.dot - target); |
| 649 | if (this_err < err) { |
| 650 | *best_clock = clock; |
| 651 | err = this_err; |
| 652 | } |
| 653 | } |
| 654 | } |
| 655 | } |
| 656 | } |
| 657 | |
| 658 | return (err != target); |
| 659 | } |
| 660 | |
Ma Ling | d490609 | 2009-03-18 20:13:27 +0800 | [diff] [blame] | 661 | static bool |
Daniel Vetter | ee9300b | 2013-06-03 22:40:22 +0200 | [diff] [blame] | 662 | g4x_find_best_dpll(const intel_limit_t *limit, struct drm_crtc *crtc, |
| 663 | int target, int refclk, intel_clock_t *match_clock, |
| 664 | intel_clock_t *best_clock) |
Ma Ling | d490609 | 2009-03-18 20:13:27 +0800 | [diff] [blame] | 665 | { |
| 666 | struct drm_device *dev = crtc->dev; |
Ma Ling | d490609 | 2009-03-18 20:13:27 +0800 | [diff] [blame] | 667 | intel_clock_t clock; |
| 668 | int max_n; |
| 669 | bool found; |
Adam Jackson | 6ba770d | 2010-07-02 16:43:30 -0400 | [diff] [blame] | 670 | /* approximately equals target * 0.00585 */ |
| 671 | int err_most = (target >> 8) + (target >> 9); |
Ma Ling | d490609 | 2009-03-18 20:13:27 +0800 | [diff] [blame] | 672 | found = false; |
| 673 | |
| 674 | if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) { |
Daniel Vetter | 1974cad | 2012-11-26 17:22:09 +0100 | [diff] [blame] | 675 | if (intel_is_dual_link_lvds(dev)) |
Ma Ling | d490609 | 2009-03-18 20:13:27 +0800 | [diff] [blame] | 676 | clock.p2 = limit->p2.p2_fast; |
| 677 | else |
| 678 | clock.p2 = limit->p2.p2_slow; |
| 679 | } else { |
| 680 | if (target < limit->p2.dot_limit) |
| 681 | clock.p2 = limit->p2.p2_slow; |
| 682 | else |
| 683 | clock.p2 = limit->p2.p2_fast; |
| 684 | } |
| 685 | |
| 686 | memset(best_clock, 0, sizeof(*best_clock)); |
| 687 | max_n = limit->n.max; |
Gilles Espinasse | f77f13e | 2010-03-29 15:41:47 +0200 | [diff] [blame] | 688 | /* based on hardware requirement, prefer smaller n to precision */ |
Ma Ling | d490609 | 2009-03-18 20:13:27 +0800 | [diff] [blame] | 689 | for (clock.n = limit->n.min; clock.n <= max_n; clock.n++) { |
Gilles Espinasse | f77f13e | 2010-03-29 15:41:47 +0200 | [diff] [blame] | 690 | /* based on hardware requirement, prefere larger m1,m2 */ |
Ma Ling | d490609 | 2009-03-18 20:13:27 +0800 | [diff] [blame] | 691 | for (clock.m1 = limit->m1.max; |
| 692 | clock.m1 >= limit->m1.min; clock.m1--) { |
| 693 | for (clock.m2 = limit->m2.max; |
| 694 | clock.m2 >= limit->m2.min; clock.m2--) { |
| 695 | for (clock.p1 = limit->p1.max; |
| 696 | clock.p1 >= limit->p1.min; clock.p1--) { |
| 697 | int this_err; |
| 698 | |
Daniel Vetter | ac58c3f | 2013-06-01 17:16:17 +0200 | [diff] [blame] | 699 | i9xx_clock(refclk, &clock); |
Chris Wilson | 1b894b5 | 2010-12-14 20:04:54 +0000 | [diff] [blame] | 700 | if (!intel_PLL_is_valid(dev, limit, |
| 701 | &clock)) |
Ma Ling | d490609 | 2009-03-18 20:13:27 +0800 | [diff] [blame] | 702 | continue; |
Chris Wilson | 1b894b5 | 2010-12-14 20:04:54 +0000 | [diff] [blame] | 703 | |
| 704 | this_err = abs(clock.dot - target); |
Ma Ling | d490609 | 2009-03-18 20:13:27 +0800 | [diff] [blame] | 705 | if (this_err < err_most) { |
| 706 | *best_clock = clock; |
| 707 | err_most = this_err; |
| 708 | max_n = clock.n; |
| 709 | found = true; |
| 710 | } |
| 711 | } |
| 712 | } |
| 713 | } |
| 714 | } |
Zhenyu Wang | 2c07245 | 2009-06-05 15:38:42 +0800 | [diff] [blame] | 715 | return found; |
| 716 | } |
Ma Ling | d490609 | 2009-03-18 20:13:27 +0800 | [diff] [blame] | 717 | |
Zhenyu Wang | 2c07245 | 2009-06-05 15:38:42 +0800 | [diff] [blame] | 718 | static bool |
Daniel Vetter | ee9300b | 2013-06-03 22:40:22 +0200 | [diff] [blame] | 719 | vlv_find_best_dpll(const intel_limit_t *limit, struct drm_crtc *crtc, |
| 720 | int target, int refclk, intel_clock_t *match_clock, |
| 721 | intel_clock_t *best_clock) |
Jesse Barnes | a0c4da2 | 2012-06-15 11:55:13 -0700 | [diff] [blame] | 722 | { |
Ville Syrjälä | f01b796 | 2013-09-27 16:55:49 +0300 | [diff] [blame] | 723 | struct drm_device *dev = crtc->dev; |
Ville Syrjälä | 6b4bf1c | 2013-09-27 16:54:19 +0300 | [diff] [blame] | 724 | intel_clock_t clock; |
Ville Syrjälä | 69e4f900 | 2013-09-24 21:26:20 +0300 | [diff] [blame] | 725 | unsigned int bestppm = 1000000; |
Ville Syrjälä | 27e639b | 2013-09-24 21:26:24 +0300 | [diff] [blame] | 726 | /* min update 19.2 MHz */ |
| 727 | int max_n = min(limit->n.max, refclk / 19200); |
Ville Syrjälä | 49e497e | 2013-09-24 21:26:31 +0300 | [diff] [blame] | 728 | bool found = false; |
Jesse Barnes | a0c4da2 | 2012-06-15 11:55:13 -0700 | [diff] [blame] | 729 | |
Ville Syrjälä | 6b4bf1c | 2013-09-27 16:54:19 +0300 | [diff] [blame] | 730 | target *= 5; /* fast clock */ |
| 731 | |
| 732 | memset(best_clock, 0, sizeof(*best_clock)); |
Jesse Barnes | a0c4da2 | 2012-06-15 11:55:13 -0700 | [diff] [blame] | 733 | |
| 734 | /* based on hardware requirement, prefer smaller n to precision */ |
Ville Syrjälä | 27e639b | 2013-09-24 21:26:24 +0300 | [diff] [blame] | 735 | for (clock.n = limit->n.min; clock.n <= max_n; clock.n++) { |
Ville Syrjälä | 811bbf0 | 2013-09-24 21:26:25 +0300 | [diff] [blame] | 736 | for (clock.p1 = limit->p1.max; clock.p1 >= limit->p1.min; clock.p1--) { |
Ville Syrjälä | 889059d | 2013-09-24 21:26:27 +0300 | [diff] [blame] | 737 | for (clock.p2 = limit->p2.p2_fast; clock.p2 >= limit->p2.p2_slow; |
Ville Syrjälä | c1a9ae4 | 2013-09-24 21:26:23 +0300 | [diff] [blame] | 738 | clock.p2 -= clock.p2 > 10 ? 2 : 1) { |
Ville Syrjälä | 6b4bf1c | 2013-09-27 16:54:19 +0300 | [diff] [blame] | 739 | clock.p = clock.p1 * clock.p2; |
Jesse Barnes | a0c4da2 | 2012-06-15 11:55:13 -0700 | [diff] [blame] | 740 | /* based on hardware requirement, prefer bigger m1,m2 values */ |
Ville Syrjälä | 6b4bf1c | 2013-09-27 16:54:19 +0300 | [diff] [blame] | 741 | for (clock.m1 = limit->m1.min; clock.m1 <= limit->m1.max; clock.m1++) { |
Ville Syrjälä | 69e4f900 | 2013-09-24 21:26:20 +0300 | [diff] [blame] | 742 | unsigned int ppm, diff; |
| 743 | |
Ville Syrjälä | 6b4bf1c | 2013-09-27 16:54:19 +0300 | [diff] [blame] | 744 | clock.m2 = DIV_ROUND_CLOSEST(target * clock.p * clock.n, |
| 745 | refclk * clock.m1); |
Ville Syrjälä | 43b0ac5 | 2013-09-24 21:26:18 +0300 | [diff] [blame] | 746 | |
Ville Syrjälä | 6b4bf1c | 2013-09-27 16:54:19 +0300 | [diff] [blame] | 747 | vlv_clock(refclk, &clock); |
| 748 | |
Ville Syrjälä | f01b796 | 2013-09-27 16:55:49 +0300 | [diff] [blame] | 749 | if (!intel_PLL_is_valid(dev, limit, |
| 750 | &clock)) |
Ville Syrjälä | 43b0ac5 | 2013-09-24 21:26:18 +0300 | [diff] [blame] | 751 | continue; |
| 752 | |
Ville Syrjälä | 6b4bf1c | 2013-09-27 16:54:19 +0300 | [diff] [blame] | 753 | diff = abs(clock.dot - target); |
| 754 | ppm = div_u64(1000000ULL * diff, target); |
| 755 | |
| 756 | if (ppm < 100 && clock.p > best_clock->p) { |
Ville Syrjälä | 43b0ac5 | 2013-09-24 21:26:18 +0300 | [diff] [blame] | 757 | bestppm = 0; |
Ville Syrjälä | 6b4bf1c | 2013-09-27 16:54:19 +0300 | [diff] [blame] | 758 | *best_clock = clock; |
Ville Syrjälä | 49e497e | 2013-09-24 21:26:31 +0300 | [diff] [blame] | 759 | found = true; |
Ville Syrjälä | 43b0ac5 | 2013-09-24 21:26:18 +0300 | [diff] [blame] | 760 | } |
Ville Syrjälä | 6b4bf1c | 2013-09-27 16:54:19 +0300 | [diff] [blame] | 761 | |
Ville Syrjälä | c686122 | 2013-09-24 21:26:21 +0300 | [diff] [blame] | 762 | if (bestppm >= 10 && ppm < bestppm - 10) { |
Ville Syrjälä | 69e4f900 | 2013-09-24 21:26:20 +0300 | [diff] [blame] | 763 | bestppm = ppm; |
Ville Syrjälä | 6b4bf1c | 2013-09-27 16:54:19 +0300 | [diff] [blame] | 764 | *best_clock = clock; |
Ville Syrjälä | 49e497e | 2013-09-24 21:26:31 +0300 | [diff] [blame] | 765 | found = true; |
Jesse Barnes | a0c4da2 | 2012-06-15 11:55:13 -0700 | [diff] [blame] | 766 | } |
| 767 | } |
| 768 | } |
| 769 | } |
| 770 | } |
Jesse Barnes | a0c4da2 | 2012-06-15 11:55:13 -0700 | [diff] [blame] | 771 | |
Ville Syrjälä | 49e497e | 2013-09-24 21:26:31 +0300 | [diff] [blame] | 772 | return found; |
Jesse Barnes | a0c4da2 | 2012-06-15 11:55:13 -0700 | [diff] [blame] | 773 | } |
Keith Packard | a4fc5ed | 2009-04-07 16:16:42 -0700 | [diff] [blame] | 774 | |
Chon Ming Lee | ef9348c | 2014-04-09 13:28:18 +0300 | [diff] [blame] | 775 | static bool |
| 776 | chv_find_best_dpll(const intel_limit_t *limit, struct drm_crtc *crtc, |
| 777 | int target, int refclk, intel_clock_t *match_clock, |
| 778 | intel_clock_t *best_clock) |
| 779 | { |
| 780 | struct drm_device *dev = crtc->dev; |
| 781 | intel_clock_t clock; |
| 782 | uint64_t m2; |
| 783 | int found = false; |
| 784 | |
| 785 | memset(best_clock, 0, sizeof(*best_clock)); |
| 786 | |
| 787 | /* |
| 788 | * Based on hardware doc, the n always set to 1, and m1 always |
| 789 | * set to 2. If requires to support 200Mhz refclk, we need to |
| 790 | * revisit this because n may not 1 anymore. |
| 791 | */ |
| 792 | clock.n = 1, clock.m1 = 2; |
| 793 | target *= 5; /* fast clock */ |
| 794 | |
| 795 | for (clock.p1 = limit->p1.max; clock.p1 >= limit->p1.min; clock.p1--) { |
| 796 | for (clock.p2 = limit->p2.p2_fast; |
| 797 | clock.p2 >= limit->p2.p2_slow; |
| 798 | clock.p2 -= clock.p2 > 10 ? 2 : 1) { |
| 799 | |
| 800 | clock.p = clock.p1 * clock.p2; |
| 801 | |
| 802 | m2 = DIV_ROUND_CLOSEST_ULL(((uint64_t)target * clock.p * |
| 803 | clock.n) << 22, refclk * clock.m1); |
| 804 | |
| 805 | if (m2 > INT_MAX/clock.m1) |
| 806 | continue; |
| 807 | |
| 808 | clock.m2 = m2; |
| 809 | |
| 810 | chv_clock(refclk, &clock); |
| 811 | |
| 812 | if (!intel_PLL_is_valid(dev, limit, &clock)) |
| 813 | continue; |
| 814 | |
| 815 | /* based on hardware requirement, prefer bigger p |
| 816 | */ |
| 817 | if (clock.p > best_clock->p) { |
| 818 | *best_clock = clock; |
| 819 | found = true; |
| 820 | } |
| 821 | } |
| 822 | } |
| 823 | |
| 824 | return found; |
| 825 | } |
| 826 | |
Ville Syrjälä | 20ddf66 | 2013-09-04 18:25:25 +0300 | [diff] [blame] | 827 | bool intel_crtc_active(struct drm_crtc *crtc) |
| 828 | { |
| 829 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 830 | |
| 831 | /* Be paranoid as we can arrive here with only partial |
| 832 | * state retrieved from the hardware during setup. |
| 833 | * |
Damien Lespiau | 241bfc3 | 2013-09-25 16:45:37 +0100 | [diff] [blame] | 834 | * We can ditch the adjusted_mode.crtc_clock check as soon |
Ville Syrjälä | 20ddf66 | 2013-09-04 18:25:25 +0300 | [diff] [blame] | 835 | * as Haswell has gained clock readout/fastboot support. |
| 836 | * |
Dave Airlie | 66e514c | 2014-04-03 07:51:54 +1000 | [diff] [blame] | 837 | * We can ditch the crtc->primary->fb check as soon as we can |
Ville Syrjälä | 20ddf66 | 2013-09-04 18:25:25 +0300 | [diff] [blame] | 838 | * properly reconstruct framebuffers. |
| 839 | */ |
Matt Roper | f4510a2 | 2014-04-01 15:22:40 -0700 | [diff] [blame] | 840 | return intel_crtc->active && crtc->primary->fb && |
Damien Lespiau | 241bfc3 | 2013-09-25 16:45:37 +0100 | [diff] [blame] | 841 | intel_crtc->config.adjusted_mode.crtc_clock; |
Ville Syrjälä | 20ddf66 | 2013-09-04 18:25:25 +0300 | [diff] [blame] | 842 | } |
| 843 | |
Paulo Zanoni | a5c961d | 2012-10-24 15:59:34 -0200 | [diff] [blame] | 844 | enum transcoder intel_pipe_to_cpu_transcoder(struct drm_i915_private *dev_priv, |
| 845 | enum pipe pipe) |
| 846 | { |
| 847 | struct drm_crtc *crtc = dev_priv->pipe_to_crtc_mapping[pipe]; |
| 848 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 849 | |
Daniel Vetter | 3b117c8 | 2013-04-17 20:15:07 +0200 | [diff] [blame] | 850 | return intel_crtc->config.cpu_transcoder; |
Paulo Zanoni | a5c961d | 2012-10-24 15:59:34 -0200 | [diff] [blame] | 851 | } |
| 852 | |
Ville Syrjälä | 57e22f4 | 2013-11-06 13:56:28 -0200 | [diff] [blame] | 853 | static void g4x_wait_for_vblank(struct drm_device *dev, int pipe) |
Paulo Zanoni | a928d53 | 2012-05-04 17:18:15 -0300 | [diff] [blame] | 854 | { |
| 855 | struct drm_i915_private *dev_priv = dev->dev_private; |
Ville Syrjälä | 57e22f4 | 2013-11-06 13:56:28 -0200 | [diff] [blame] | 856 | u32 frame, frame_reg = PIPE_FRMCOUNT_GM45(pipe); |
Paulo Zanoni | a928d53 | 2012-05-04 17:18:15 -0300 | [diff] [blame] | 857 | |
| 858 | frame = I915_READ(frame_reg); |
| 859 | |
| 860 | if (wait_for(I915_READ_NOTRACE(frame_reg) != frame, 50)) |
Jesse Barnes | 9393707 | 2014-04-04 16:12:09 -0700 | [diff] [blame] | 861 | WARN(1, "vblank wait timed out\n"); |
Paulo Zanoni | a928d53 | 2012-05-04 17:18:15 -0300 | [diff] [blame] | 862 | } |
| 863 | |
Jesse Barnes | 9d0498a | 2010-08-18 13:20:54 -0700 | [diff] [blame] | 864 | /** |
| 865 | * intel_wait_for_vblank - wait for vblank on a given pipe |
| 866 | * @dev: drm device |
| 867 | * @pipe: pipe to wait for |
| 868 | * |
| 869 | * Wait for vblank to occur on a given pipe. Needed for various bits of |
| 870 | * mode setting code. |
| 871 | */ |
| 872 | void intel_wait_for_vblank(struct drm_device *dev, int pipe) |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 873 | { |
Jesse Barnes | 9d0498a | 2010-08-18 13:20:54 -0700 | [diff] [blame] | 874 | struct drm_i915_private *dev_priv = dev->dev_private; |
Jesse Barnes | 9db4a9c | 2011-02-07 12:26:52 -0800 | [diff] [blame] | 875 | int pipestat_reg = PIPESTAT(pipe); |
Jesse Barnes | 9d0498a | 2010-08-18 13:20:54 -0700 | [diff] [blame] | 876 | |
Ville Syrjälä | 57e22f4 | 2013-11-06 13:56:28 -0200 | [diff] [blame] | 877 | if (IS_G4X(dev) || INTEL_INFO(dev)->gen >= 5) { |
| 878 | g4x_wait_for_vblank(dev, pipe); |
Paulo Zanoni | a928d53 | 2012-05-04 17:18:15 -0300 | [diff] [blame] | 879 | return; |
| 880 | } |
| 881 | |
Chris Wilson | 300387c | 2010-09-05 20:25:43 +0100 | [diff] [blame] | 882 | /* Clear existing vblank status. Note this will clear any other |
| 883 | * sticky status fields as well. |
| 884 | * |
| 885 | * This races with i915_driver_irq_handler() with the result |
| 886 | * that either function could miss a vblank event. Here it is not |
| 887 | * fatal, as we will either wait upon the next vblank interrupt or |
| 888 | * timeout. Generally speaking intel_wait_for_vblank() is only |
| 889 | * called during modeset at which time the GPU should be idle and |
| 890 | * should *not* be performing page flips and thus not waiting on |
| 891 | * vblanks... |
| 892 | * Currently, the result of us stealing a vblank from the irq |
| 893 | * handler is that a single frame will be skipped during swapbuffers. |
| 894 | */ |
| 895 | I915_WRITE(pipestat_reg, |
| 896 | I915_READ(pipestat_reg) | PIPE_VBLANK_INTERRUPT_STATUS); |
| 897 | |
Jesse Barnes | 9d0498a | 2010-08-18 13:20:54 -0700 | [diff] [blame] | 898 | /* Wait for vblank interrupt bit to set */ |
Chris Wilson | 481b6af | 2010-08-23 17:43:35 +0100 | [diff] [blame] | 899 | if (wait_for(I915_READ(pipestat_reg) & |
| 900 | PIPE_VBLANK_INTERRUPT_STATUS, |
| 901 | 50)) |
Jesse Barnes | 9d0498a | 2010-08-18 13:20:54 -0700 | [diff] [blame] | 902 | DRM_DEBUG_KMS("vblank wait timed out\n"); |
| 903 | } |
| 904 | |
Ville Syrjälä | fbf49ea | 2013-10-11 14:21:31 +0300 | [diff] [blame] | 905 | static bool pipe_dsl_stopped(struct drm_device *dev, enum pipe pipe) |
| 906 | { |
| 907 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 908 | u32 reg = PIPEDSL(pipe); |
| 909 | u32 line1, line2; |
| 910 | u32 line_mask; |
| 911 | |
| 912 | if (IS_GEN2(dev)) |
| 913 | line_mask = DSL_LINEMASK_GEN2; |
| 914 | else |
| 915 | line_mask = DSL_LINEMASK_GEN3; |
| 916 | |
| 917 | line1 = I915_READ(reg) & line_mask; |
| 918 | mdelay(5); |
| 919 | line2 = I915_READ(reg) & line_mask; |
| 920 | |
| 921 | return line1 == line2; |
| 922 | } |
| 923 | |
Keith Packard | ab7ad7f | 2010-10-03 00:33:06 -0700 | [diff] [blame] | 924 | /* |
| 925 | * intel_wait_for_pipe_off - wait for pipe to turn off |
Jesse Barnes | 9d0498a | 2010-08-18 13:20:54 -0700 | [diff] [blame] | 926 | * @dev: drm device |
| 927 | * @pipe: pipe to wait for |
| 928 | * |
| 929 | * After disabling a pipe, we can't wait for vblank in the usual way, |
| 930 | * spinning on the vblank interrupt status bit, since we won't actually |
| 931 | * see an interrupt when the pipe is disabled. |
| 932 | * |
Keith Packard | ab7ad7f | 2010-10-03 00:33:06 -0700 | [diff] [blame] | 933 | * On Gen4 and above: |
| 934 | * wait for the pipe register state bit to turn off |
| 935 | * |
| 936 | * Otherwise: |
| 937 | * wait for the display line value to settle (it usually |
| 938 | * ends up stopping at the start of the next frame). |
Chris Wilson | 58e10eb | 2010-10-03 10:56:11 +0100 | [diff] [blame] | 939 | * |
Jesse Barnes | 9d0498a | 2010-08-18 13:20:54 -0700 | [diff] [blame] | 940 | */ |
Chris Wilson | 58e10eb | 2010-10-03 10:56:11 +0100 | [diff] [blame] | 941 | void intel_wait_for_pipe_off(struct drm_device *dev, int pipe) |
Jesse Barnes | 9d0498a | 2010-08-18 13:20:54 -0700 | [diff] [blame] | 942 | { |
| 943 | struct drm_i915_private *dev_priv = dev->dev_private; |
Paulo Zanoni | 702e7a5 | 2012-10-23 18:29:59 -0200 | [diff] [blame] | 944 | enum transcoder cpu_transcoder = intel_pipe_to_cpu_transcoder(dev_priv, |
| 945 | pipe); |
Jesse Barnes | 9d0498a | 2010-08-18 13:20:54 -0700 | [diff] [blame] | 946 | |
Keith Packard | ab7ad7f | 2010-10-03 00:33:06 -0700 | [diff] [blame] | 947 | if (INTEL_INFO(dev)->gen >= 4) { |
Paulo Zanoni | 702e7a5 | 2012-10-23 18:29:59 -0200 | [diff] [blame] | 948 | int reg = PIPECONF(cpu_transcoder); |
Jesse Barnes | 9d0498a | 2010-08-18 13:20:54 -0700 | [diff] [blame] | 949 | |
Keith Packard | ab7ad7f | 2010-10-03 00:33:06 -0700 | [diff] [blame] | 950 | /* Wait for the Pipe State to go off */ |
Chris Wilson | 58e10eb | 2010-10-03 10:56:11 +0100 | [diff] [blame] | 951 | if (wait_for((I915_READ(reg) & I965_PIPECONF_ACTIVE) == 0, |
| 952 | 100)) |
Daniel Vetter | 284637d | 2012-07-09 09:51:57 +0200 | [diff] [blame] | 953 | WARN(1, "pipe_off wait timed out\n"); |
Keith Packard | ab7ad7f | 2010-10-03 00:33:06 -0700 | [diff] [blame] | 954 | } else { |
Keith Packard | ab7ad7f | 2010-10-03 00:33:06 -0700 | [diff] [blame] | 955 | /* Wait for the display line to settle */ |
Ville Syrjälä | fbf49ea | 2013-10-11 14:21:31 +0300 | [diff] [blame] | 956 | if (wait_for(pipe_dsl_stopped(dev, pipe), 100)) |
Daniel Vetter | 284637d | 2012-07-09 09:51:57 +0200 | [diff] [blame] | 957 | WARN(1, "pipe_off wait timed out\n"); |
Keith Packard | ab7ad7f | 2010-10-03 00:33:06 -0700 | [diff] [blame] | 958 | } |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 959 | } |
| 960 | |
Damien Lespiau | b0ea7d3 | 2012-12-13 16:09:00 +0000 | [diff] [blame] | 961 | /* |
| 962 | * ibx_digital_port_connected - is the specified port connected? |
| 963 | * @dev_priv: i915 private structure |
| 964 | * @port: the port to test |
| 965 | * |
| 966 | * Returns true if @port is connected, false otherwise. |
| 967 | */ |
| 968 | bool ibx_digital_port_connected(struct drm_i915_private *dev_priv, |
| 969 | struct intel_digital_port *port) |
| 970 | { |
| 971 | u32 bit; |
| 972 | |
Damien Lespiau | c36346e | 2012-12-13 16:09:03 +0000 | [diff] [blame] | 973 | if (HAS_PCH_IBX(dev_priv->dev)) { |
Robin Schroer | eba905b | 2014-05-18 02:24:50 +0200 | [diff] [blame] | 974 | switch (port->port) { |
Damien Lespiau | c36346e | 2012-12-13 16:09:03 +0000 | [diff] [blame] | 975 | case PORT_B: |
| 976 | bit = SDE_PORTB_HOTPLUG; |
| 977 | break; |
| 978 | case PORT_C: |
| 979 | bit = SDE_PORTC_HOTPLUG; |
| 980 | break; |
| 981 | case PORT_D: |
| 982 | bit = SDE_PORTD_HOTPLUG; |
| 983 | break; |
| 984 | default: |
| 985 | return true; |
| 986 | } |
| 987 | } else { |
Robin Schroer | eba905b | 2014-05-18 02:24:50 +0200 | [diff] [blame] | 988 | switch (port->port) { |
Damien Lespiau | c36346e | 2012-12-13 16:09:03 +0000 | [diff] [blame] | 989 | case PORT_B: |
| 990 | bit = SDE_PORTB_HOTPLUG_CPT; |
| 991 | break; |
| 992 | case PORT_C: |
| 993 | bit = SDE_PORTC_HOTPLUG_CPT; |
| 994 | break; |
| 995 | case PORT_D: |
| 996 | bit = SDE_PORTD_HOTPLUG_CPT; |
| 997 | break; |
| 998 | default: |
| 999 | return true; |
| 1000 | } |
Damien Lespiau | b0ea7d3 | 2012-12-13 16:09:00 +0000 | [diff] [blame] | 1001 | } |
| 1002 | |
| 1003 | return I915_READ(SDEISR) & bit; |
| 1004 | } |
| 1005 | |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 1006 | static const char *state_string(bool enabled) |
| 1007 | { |
| 1008 | return enabled ? "on" : "off"; |
| 1009 | } |
| 1010 | |
| 1011 | /* Only for pre-ILK configs */ |
Daniel Vetter | 55607e8 | 2013-06-16 21:42:39 +0200 | [diff] [blame] | 1012 | void assert_pll(struct drm_i915_private *dev_priv, |
| 1013 | enum pipe pipe, bool state) |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 1014 | { |
| 1015 | int reg; |
| 1016 | u32 val; |
| 1017 | bool cur_state; |
| 1018 | |
| 1019 | reg = DPLL(pipe); |
| 1020 | val = I915_READ(reg); |
| 1021 | cur_state = !!(val & DPLL_VCO_ENABLE); |
| 1022 | WARN(cur_state != state, |
| 1023 | "PLL state assertion failure (expected %s, current %s)\n", |
| 1024 | state_string(state), state_string(cur_state)); |
| 1025 | } |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 1026 | |
Jani Nikula | 23538ef | 2013-08-27 15:12:22 +0300 | [diff] [blame] | 1027 | /* XXX: the dsi pll is shared between MIPI DSI ports */ |
| 1028 | static void assert_dsi_pll(struct drm_i915_private *dev_priv, bool state) |
| 1029 | { |
| 1030 | u32 val; |
| 1031 | bool cur_state; |
| 1032 | |
| 1033 | mutex_lock(&dev_priv->dpio_lock); |
| 1034 | val = vlv_cck_read(dev_priv, CCK_REG_DSI_PLL_CONTROL); |
| 1035 | mutex_unlock(&dev_priv->dpio_lock); |
| 1036 | |
| 1037 | cur_state = val & DSI_PLL_VCO_EN; |
| 1038 | WARN(cur_state != state, |
| 1039 | "DSI PLL state assertion failure (expected %s, current %s)\n", |
| 1040 | state_string(state), state_string(cur_state)); |
| 1041 | } |
| 1042 | #define assert_dsi_pll_enabled(d) assert_dsi_pll(d, true) |
| 1043 | #define assert_dsi_pll_disabled(d) assert_dsi_pll(d, false) |
| 1044 | |
Daniel Vetter | 55607e8 | 2013-06-16 21:42:39 +0200 | [diff] [blame] | 1045 | struct intel_shared_dpll * |
Daniel Vetter | e2b7826 | 2013-06-07 23:10:03 +0200 | [diff] [blame] | 1046 | intel_crtc_to_shared_dpll(struct intel_crtc *crtc) |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 1047 | { |
Daniel Vetter | e2b7826 | 2013-06-07 23:10:03 +0200 | [diff] [blame] | 1048 | struct drm_i915_private *dev_priv = crtc->base.dev->dev_private; |
| 1049 | |
Daniel Vetter | a43f6e0 | 2013-06-07 23:10:32 +0200 | [diff] [blame] | 1050 | if (crtc->config.shared_dpll < 0) |
Daniel Vetter | e2b7826 | 2013-06-07 23:10:03 +0200 | [diff] [blame] | 1051 | return NULL; |
| 1052 | |
Daniel Vetter | a43f6e0 | 2013-06-07 23:10:32 +0200 | [diff] [blame] | 1053 | return &dev_priv->shared_dplls[crtc->config.shared_dpll]; |
Daniel Vetter | e2b7826 | 2013-06-07 23:10:03 +0200 | [diff] [blame] | 1054 | } |
| 1055 | |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 1056 | /* For ILK+ */ |
Daniel Vetter | 55607e8 | 2013-06-16 21:42:39 +0200 | [diff] [blame] | 1057 | void assert_shared_dpll(struct drm_i915_private *dev_priv, |
| 1058 | struct intel_shared_dpll *pll, |
| 1059 | bool state) |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 1060 | { |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 1061 | bool cur_state; |
Daniel Vetter | 5358901 | 2013-06-05 13:34:16 +0200 | [diff] [blame] | 1062 | struct intel_dpll_hw_state hw_state; |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 1063 | |
Eugeni Dodonov | 9d82aa1 | 2012-05-09 15:37:17 -0300 | [diff] [blame] | 1064 | if (HAS_PCH_LPT(dev_priv->dev)) { |
| 1065 | DRM_DEBUG_DRIVER("LPT detected: skipping PCH PLL test\n"); |
| 1066 | return; |
| 1067 | } |
| 1068 | |
Chris Wilson | 92b27b0 | 2012-05-20 18:10:50 +0100 | [diff] [blame] | 1069 | if (WARN (!pll, |
Daniel Vetter | 46edb02 | 2013-06-05 13:34:12 +0200 | [diff] [blame] | 1070 | "asserting DPLL %s with no DPLL\n", state_string(state))) |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 1071 | return; |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 1072 | |
Daniel Vetter | 5358901 | 2013-06-05 13:34:16 +0200 | [diff] [blame] | 1073 | cur_state = pll->get_hw_state(dev_priv, pll, &hw_state); |
Chris Wilson | 92b27b0 | 2012-05-20 18:10:50 +0100 | [diff] [blame] | 1074 | WARN(cur_state != state, |
Daniel Vetter | 5358901 | 2013-06-05 13:34:16 +0200 | [diff] [blame] | 1075 | "%s assertion failure (expected %s, current %s)\n", |
| 1076 | pll->name, state_string(state), state_string(cur_state)); |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 1077 | } |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 1078 | |
| 1079 | static void assert_fdi_tx(struct drm_i915_private *dev_priv, |
| 1080 | enum pipe pipe, bool state) |
| 1081 | { |
| 1082 | int reg; |
| 1083 | u32 val; |
| 1084 | bool cur_state; |
Paulo Zanoni | ad80a81 | 2012-10-24 16:06:19 -0200 | [diff] [blame] | 1085 | enum transcoder cpu_transcoder = intel_pipe_to_cpu_transcoder(dev_priv, |
| 1086 | pipe); |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 1087 | |
Paulo Zanoni | affa935 | 2012-11-23 15:30:39 -0200 | [diff] [blame] | 1088 | if (HAS_DDI(dev_priv->dev)) { |
| 1089 | /* DDI does not have a specific FDI_TX register */ |
Paulo Zanoni | ad80a81 | 2012-10-24 16:06:19 -0200 | [diff] [blame] | 1090 | reg = TRANS_DDI_FUNC_CTL(cpu_transcoder); |
Eugeni Dodonov | bf507ef | 2012-05-09 15:37:18 -0300 | [diff] [blame] | 1091 | val = I915_READ(reg); |
Paulo Zanoni | ad80a81 | 2012-10-24 16:06:19 -0200 | [diff] [blame] | 1092 | cur_state = !!(val & TRANS_DDI_FUNC_ENABLE); |
Eugeni Dodonov | bf507ef | 2012-05-09 15:37:18 -0300 | [diff] [blame] | 1093 | } else { |
| 1094 | reg = FDI_TX_CTL(pipe); |
| 1095 | val = I915_READ(reg); |
| 1096 | cur_state = !!(val & FDI_TX_ENABLE); |
| 1097 | } |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 1098 | WARN(cur_state != state, |
| 1099 | "FDI TX state assertion failure (expected %s, current %s)\n", |
| 1100 | state_string(state), state_string(cur_state)); |
| 1101 | } |
| 1102 | #define assert_fdi_tx_enabled(d, p) assert_fdi_tx(d, p, true) |
| 1103 | #define assert_fdi_tx_disabled(d, p) assert_fdi_tx(d, p, false) |
| 1104 | |
| 1105 | static void assert_fdi_rx(struct drm_i915_private *dev_priv, |
| 1106 | enum pipe pipe, bool state) |
| 1107 | { |
| 1108 | int reg; |
| 1109 | u32 val; |
| 1110 | bool cur_state; |
| 1111 | |
Paulo Zanoni | d63fa0d | 2012-11-20 13:27:35 -0200 | [diff] [blame] | 1112 | reg = FDI_RX_CTL(pipe); |
| 1113 | val = I915_READ(reg); |
| 1114 | cur_state = !!(val & FDI_RX_ENABLE); |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 1115 | WARN(cur_state != state, |
| 1116 | "FDI RX state assertion failure (expected %s, current %s)\n", |
| 1117 | state_string(state), state_string(cur_state)); |
| 1118 | } |
| 1119 | #define assert_fdi_rx_enabled(d, p) assert_fdi_rx(d, p, true) |
| 1120 | #define assert_fdi_rx_disabled(d, p) assert_fdi_rx(d, p, false) |
| 1121 | |
| 1122 | static void assert_fdi_tx_pll_enabled(struct drm_i915_private *dev_priv, |
| 1123 | enum pipe pipe) |
| 1124 | { |
| 1125 | int reg; |
| 1126 | u32 val; |
| 1127 | |
| 1128 | /* ILK FDI PLL is always enabled */ |
Damien Lespiau | 3d13ef2 | 2014-02-07 19:12:47 +0000 | [diff] [blame] | 1129 | if (INTEL_INFO(dev_priv->dev)->gen == 5) |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 1130 | return; |
| 1131 | |
Eugeni Dodonov | bf507ef | 2012-05-09 15:37:18 -0300 | [diff] [blame] | 1132 | /* On Haswell, DDI ports are responsible for the FDI PLL setup */ |
Paulo Zanoni | affa935 | 2012-11-23 15:30:39 -0200 | [diff] [blame] | 1133 | if (HAS_DDI(dev_priv->dev)) |
Eugeni Dodonov | bf507ef | 2012-05-09 15:37:18 -0300 | [diff] [blame] | 1134 | return; |
| 1135 | |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 1136 | reg = FDI_TX_CTL(pipe); |
| 1137 | val = I915_READ(reg); |
| 1138 | WARN(!(val & FDI_TX_PLL_ENABLE), "FDI TX PLL assertion failure, should be active but is disabled\n"); |
| 1139 | } |
| 1140 | |
Daniel Vetter | 55607e8 | 2013-06-16 21:42:39 +0200 | [diff] [blame] | 1141 | void assert_fdi_rx_pll(struct drm_i915_private *dev_priv, |
| 1142 | enum pipe pipe, bool state) |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 1143 | { |
| 1144 | int reg; |
| 1145 | u32 val; |
Daniel Vetter | 55607e8 | 2013-06-16 21:42:39 +0200 | [diff] [blame] | 1146 | bool cur_state; |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 1147 | |
| 1148 | reg = FDI_RX_CTL(pipe); |
| 1149 | val = I915_READ(reg); |
Daniel Vetter | 55607e8 | 2013-06-16 21:42:39 +0200 | [diff] [blame] | 1150 | cur_state = !!(val & FDI_RX_PLL_ENABLE); |
| 1151 | WARN(cur_state != state, |
| 1152 | "FDI RX PLL assertion failure (expected %s, current %s)\n", |
| 1153 | state_string(state), state_string(cur_state)); |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 1154 | } |
| 1155 | |
Jesse Barnes | ea0760c | 2011-01-04 15:09:32 -0800 | [diff] [blame] | 1156 | static void assert_panel_unlocked(struct drm_i915_private *dev_priv, |
| 1157 | enum pipe pipe) |
| 1158 | { |
| 1159 | int pp_reg, lvds_reg; |
| 1160 | u32 val; |
| 1161 | enum pipe panel_pipe = PIPE_A; |
Thomas Jarosch | 0de3b48 | 2011-08-25 15:37:45 +0200 | [diff] [blame] | 1162 | bool locked = true; |
Jesse Barnes | ea0760c | 2011-01-04 15:09:32 -0800 | [diff] [blame] | 1163 | |
| 1164 | if (HAS_PCH_SPLIT(dev_priv->dev)) { |
| 1165 | pp_reg = PCH_PP_CONTROL; |
| 1166 | lvds_reg = PCH_LVDS; |
| 1167 | } else { |
| 1168 | pp_reg = PP_CONTROL; |
| 1169 | lvds_reg = LVDS; |
| 1170 | } |
| 1171 | |
| 1172 | val = I915_READ(pp_reg); |
| 1173 | if (!(val & PANEL_POWER_ON) || |
| 1174 | ((val & PANEL_UNLOCK_REGS) == PANEL_UNLOCK_REGS)) |
| 1175 | locked = false; |
| 1176 | |
| 1177 | if (I915_READ(lvds_reg) & LVDS_PIPEB_SELECT) |
| 1178 | panel_pipe = PIPE_B; |
| 1179 | |
| 1180 | WARN(panel_pipe == pipe && locked, |
| 1181 | "panel assertion failure, pipe %c regs locked\n", |
Jesse Barnes | 9db4a9c | 2011-02-07 12:26:52 -0800 | [diff] [blame] | 1182 | pipe_name(pipe)); |
Jesse Barnes | ea0760c | 2011-01-04 15:09:32 -0800 | [diff] [blame] | 1183 | } |
| 1184 | |
Jani Nikula | 93ce0ba | 2013-09-13 11:03:08 +0300 | [diff] [blame] | 1185 | static void assert_cursor(struct drm_i915_private *dev_priv, |
| 1186 | enum pipe pipe, bool state) |
| 1187 | { |
| 1188 | struct drm_device *dev = dev_priv->dev; |
| 1189 | bool cur_state; |
| 1190 | |
Paulo Zanoni | d9d8208 | 2014-02-27 16:30:56 -0300 | [diff] [blame] | 1191 | if (IS_845G(dev) || IS_I865G(dev)) |
Jani Nikula | 93ce0ba | 2013-09-13 11:03:08 +0300 | [diff] [blame] | 1192 | cur_state = I915_READ(_CURACNTR) & CURSOR_ENABLE; |
Paulo Zanoni | d9d8208 | 2014-02-27 16:30:56 -0300 | [diff] [blame] | 1193 | else |
Ville Syrjälä | 5efb3e2 | 2014-04-09 13:28:53 +0300 | [diff] [blame] | 1194 | cur_state = I915_READ(CURCNTR(pipe)) & CURSOR_MODE; |
Jani Nikula | 93ce0ba | 2013-09-13 11:03:08 +0300 | [diff] [blame] | 1195 | |
| 1196 | WARN(cur_state != state, |
| 1197 | "cursor on pipe %c assertion failure (expected %s, current %s)\n", |
| 1198 | pipe_name(pipe), state_string(state), state_string(cur_state)); |
| 1199 | } |
| 1200 | #define assert_cursor_enabled(d, p) assert_cursor(d, p, true) |
| 1201 | #define assert_cursor_disabled(d, p) assert_cursor(d, p, false) |
| 1202 | |
Jesse Barnes | b840d907f | 2011-12-13 13:19:38 -0800 | [diff] [blame] | 1203 | void assert_pipe(struct drm_i915_private *dev_priv, |
| 1204 | enum pipe pipe, bool state) |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 1205 | { |
| 1206 | int reg; |
| 1207 | u32 val; |
Jesse Barnes | 63d7bbe | 2011-01-04 15:09:33 -0800 | [diff] [blame] | 1208 | bool cur_state; |
Paulo Zanoni | 702e7a5 | 2012-10-23 18:29:59 -0200 | [diff] [blame] | 1209 | enum transcoder cpu_transcoder = intel_pipe_to_cpu_transcoder(dev_priv, |
| 1210 | pipe); |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 1211 | |
Daniel Vetter | 8e63678 | 2012-01-22 01:36:48 +0100 | [diff] [blame] | 1212 | /* if we need the pipe A quirk it must be always on */ |
| 1213 | if (pipe == PIPE_A && dev_priv->quirks & QUIRK_PIPEA_FORCE) |
| 1214 | state = true; |
| 1215 | |
Imre Deak | da7e29b | 2014-02-18 00:02:02 +0200 | [diff] [blame] | 1216 | if (!intel_display_power_enabled(dev_priv, |
Paulo Zanoni | b97186f | 2013-05-03 12:15:36 -0300 | [diff] [blame] | 1217 | POWER_DOMAIN_TRANSCODER(cpu_transcoder))) { |
Paulo Zanoni | 6931016 | 2013-01-29 16:35:19 -0200 | [diff] [blame] | 1218 | cur_state = false; |
| 1219 | } else { |
| 1220 | reg = PIPECONF(cpu_transcoder); |
| 1221 | val = I915_READ(reg); |
| 1222 | cur_state = !!(val & PIPECONF_ENABLE); |
| 1223 | } |
| 1224 | |
Jesse Barnes | 63d7bbe | 2011-01-04 15:09:33 -0800 | [diff] [blame] | 1225 | WARN(cur_state != state, |
| 1226 | "pipe %c assertion failure (expected %s, current %s)\n", |
Jesse Barnes | 9db4a9c | 2011-02-07 12:26:52 -0800 | [diff] [blame] | 1227 | pipe_name(pipe), state_string(state), state_string(cur_state)); |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 1228 | } |
| 1229 | |
Chris Wilson | 931872f | 2012-01-16 23:01:13 +0000 | [diff] [blame] | 1230 | static void assert_plane(struct drm_i915_private *dev_priv, |
| 1231 | enum plane plane, bool state) |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 1232 | { |
| 1233 | int reg; |
| 1234 | u32 val; |
Chris Wilson | 931872f | 2012-01-16 23:01:13 +0000 | [diff] [blame] | 1235 | bool cur_state; |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 1236 | |
| 1237 | reg = DSPCNTR(plane); |
| 1238 | val = I915_READ(reg); |
Chris Wilson | 931872f | 2012-01-16 23:01:13 +0000 | [diff] [blame] | 1239 | cur_state = !!(val & DISPLAY_PLANE_ENABLE); |
| 1240 | WARN(cur_state != state, |
| 1241 | "plane %c assertion failure (expected %s, current %s)\n", |
| 1242 | plane_name(plane), state_string(state), state_string(cur_state)); |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 1243 | } |
| 1244 | |
Chris Wilson | 931872f | 2012-01-16 23:01:13 +0000 | [diff] [blame] | 1245 | #define assert_plane_enabled(d, p) assert_plane(d, p, true) |
| 1246 | #define assert_plane_disabled(d, p) assert_plane(d, p, false) |
| 1247 | |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 1248 | static void assert_planes_disabled(struct drm_i915_private *dev_priv, |
| 1249 | enum pipe pipe) |
| 1250 | { |
Ville Syrjälä | 653e102 | 2013-06-04 13:49:05 +0300 | [diff] [blame] | 1251 | struct drm_device *dev = dev_priv->dev; |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 1252 | int reg, i; |
| 1253 | u32 val; |
| 1254 | int cur_pipe; |
| 1255 | |
Ville Syrjälä | 653e102 | 2013-06-04 13:49:05 +0300 | [diff] [blame] | 1256 | /* Primary planes are fixed to pipes on gen4+ */ |
| 1257 | if (INTEL_INFO(dev)->gen >= 4) { |
Adam Jackson | 28c05794 | 2011-10-07 14:38:42 -0400 | [diff] [blame] | 1258 | reg = DSPCNTR(pipe); |
| 1259 | val = I915_READ(reg); |
Damien Lespiau | 83f26f1 | 2014-03-17 17:59:48 +0000 | [diff] [blame] | 1260 | WARN(val & DISPLAY_PLANE_ENABLE, |
Adam Jackson | 28c05794 | 2011-10-07 14:38:42 -0400 | [diff] [blame] | 1261 | "plane %c assertion failure, should be disabled but not\n", |
| 1262 | plane_name(pipe)); |
Jesse Barnes | 19ec135 | 2011-02-02 12:28:02 -0800 | [diff] [blame] | 1263 | return; |
Adam Jackson | 28c05794 | 2011-10-07 14:38:42 -0400 | [diff] [blame] | 1264 | } |
Jesse Barnes | 19ec135 | 2011-02-02 12:28:02 -0800 | [diff] [blame] | 1265 | |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 1266 | /* Need to check both planes against the pipe */ |
Damien Lespiau | 08e2a7d | 2013-07-11 20:10:54 +0100 | [diff] [blame] | 1267 | for_each_pipe(i) { |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 1268 | reg = DSPCNTR(i); |
| 1269 | val = I915_READ(reg); |
| 1270 | cur_pipe = (val & DISPPLANE_SEL_PIPE_MASK) >> |
| 1271 | DISPPLANE_SEL_PIPE_SHIFT; |
| 1272 | WARN((val & DISPLAY_PLANE_ENABLE) && pipe == cur_pipe, |
Jesse Barnes | 9db4a9c | 2011-02-07 12:26:52 -0800 | [diff] [blame] | 1273 | "plane %c assertion failure, should be off on pipe %c but is still active\n", |
| 1274 | plane_name(i), pipe_name(pipe)); |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 1275 | } |
| 1276 | } |
| 1277 | |
Jesse Barnes | 19332d7 | 2013-03-28 09:55:38 -0700 | [diff] [blame] | 1278 | static void assert_sprites_disabled(struct drm_i915_private *dev_priv, |
| 1279 | enum pipe pipe) |
| 1280 | { |
Ville Syrjälä | 20674ee | 2013-06-04 13:49:06 +0300 | [diff] [blame] | 1281 | struct drm_device *dev = dev_priv->dev; |
Damien Lespiau | 1fe4778 | 2014-03-03 17:31:47 +0000 | [diff] [blame] | 1282 | int reg, sprite; |
Jesse Barnes | 19332d7 | 2013-03-28 09:55:38 -0700 | [diff] [blame] | 1283 | u32 val; |
| 1284 | |
Ville Syrjälä | 20674ee | 2013-06-04 13:49:06 +0300 | [diff] [blame] | 1285 | if (IS_VALLEYVIEW(dev)) { |
Damien Lespiau | 1fe4778 | 2014-03-03 17:31:47 +0000 | [diff] [blame] | 1286 | for_each_sprite(pipe, sprite) { |
| 1287 | reg = SPCNTR(pipe, sprite); |
Ville Syrjälä | 20674ee | 2013-06-04 13:49:06 +0300 | [diff] [blame] | 1288 | val = I915_READ(reg); |
Damien Lespiau | 83f26f1 | 2014-03-17 17:59:48 +0000 | [diff] [blame] | 1289 | WARN(val & SP_ENABLE, |
Ville Syrjälä | 20674ee | 2013-06-04 13:49:06 +0300 | [diff] [blame] | 1290 | "sprite %c assertion failure, should be off on pipe %c but is still active\n", |
Damien Lespiau | 1fe4778 | 2014-03-03 17:31:47 +0000 | [diff] [blame] | 1291 | sprite_name(pipe, sprite), pipe_name(pipe)); |
Ville Syrjälä | 20674ee | 2013-06-04 13:49:06 +0300 | [diff] [blame] | 1292 | } |
| 1293 | } else if (INTEL_INFO(dev)->gen >= 7) { |
| 1294 | reg = SPRCTL(pipe); |
Jesse Barnes | 19332d7 | 2013-03-28 09:55:38 -0700 | [diff] [blame] | 1295 | val = I915_READ(reg); |
Damien Lespiau | 83f26f1 | 2014-03-17 17:59:48 +0000 | [diff] [blame] | 1296 | WARN(val & SPRITE_ENABLE, |
Ville Syrjälä | 06da8da | 2013-04-17 17:48:51 +0300 | [diff] [blame] | 1297 | "sprite %c assertion failure, should be off on pipe %c but is still active\n", |
Ville Syrjälä | 20674ee | 2013-06-04 13:49:06 +0300 | [diff] [blame] | 1298 | plane_name(pipe), pipe_name(pipe)); |
| 1299 | } else if (INTEL_INFO(dev)->gen >= 5) { |
| 1300 | reg = DVSCNTR(pipe); |
| 1301 | val = I915_READ(reg); |
Damien Lespiau | 83f26f1 | 2014-03-17 17:59:48 +0000 | [diff] [blame] | 1302 | WARN(val & DVS_ENABLE, |
Ville Syrjälä | 20674ee | 2013-06-04 13:49:06 +0300 | [diff] [blame] | 1303 | "sprite %c assertion failure, should be off on pipe %c but is still active\n", |
| 1304 | plane_name(pipe), pipe_name(pipe)); |
Jesse Barnes | 19332d7 | 2013-03-28 09:55:38 -0700 | [diff] [blame] | 1305 | } |
| 1306 | } |
| 1307 | |
Paulo Zanoni | 89eff4b | 2014-01-08 11:12:28 -0200 | [diff] [blame] | 1308 | static void ibx_assert_pch_refclk_enabled(struct drm_i915_private *dev_priv) |
Jesse Barnes | 92f2584 | 2011-01-04 15:09:34 -0800 | [diff] [blame] | 1309 | { |
| 1310 | u32 val; |
| 1311 | bool enabled; |
| 1312 | |
Paulo Zanoni | 89eff4b | 2014-01-08 11:12:28 -0200 | [diff] [blame] | 1313 | WARN_ON(!(HAS_PCH_IBX(dev_priv->dev) || HAS_PCH_CPT(dev_priv->dev))); |
Eugeni Dodonov | 9d82aa1 | 2012-05-09 15:37:17 -0300 | [diff] [blame] | 1314 | |
Jesse Barnes | 92f2584 | 2011-01-04 15:09:34 -0800 | [diff] [blame] | 1315 | val = I915_READ(PCH_DREF_CONTROL); |
| 1316 | enabled = !!(val & (DREF_SSC_SOURCE_MASK | DREF_NONSPREAD_SOURCE_MASK | |
| 1317 | DREF_SUPERSPREAD_SOURCE_MASK)); |
| 1318 | WARN(!enabled, "PCH refclk assertion failure, should be active but is disabled\n"); |
| 1319 | } |
| 1320 | |
Daniel Vetter | ab9412b | 2013-05-03 11:49:46 +0200 | [diff] [blame] | 1321 | static void assert_pch_transcoder_disabled(struct drm_i915_private *dev_priv, |
| 1322 | enum pipe pipe) |
Jesse Barnes | 92f2584 | 2011-01-04 15:09:34 -0800 | [diff] [blame] | 1323 | { |
| 1324 | int reg; |
| 1325 | u32 val; |
| 1326 | bool enabled; |
| 1327 | |
Daniel Vetter | ab9412b | 2013-05-03 11:49:46 +0200 | [diff] [blame] | 1328 | reg = PCH_TRANSCONF(pipe); |
Jesse Barnes | 92f2584 | 2011-01-04 15:09:34 -0800 | [diff] [blame] | 1329 | val = I915_READ(reg); |
| 1330 | enabled = !!(val & TRANS_ENABLE); |
Jesse Barnes | 9db4a9c | 2011-02-07 12:26:52 -0800 | [diff] [blame] | 1331 | WARN(enabled, |
| 1332 | "transcoder assertion failed, should be off on pipe %c but is still active\n", |
| 1333 | pipe_name(pipe)); |
Jesse Barnes | 92f2584 | 2011-01-04 15:09:34 -0800 | [diff] [blame] | 1334 | } |
| 1335 | |
Keith Packard | 4e63438 | 2011-08-06 10:39:45 -0700 | [diff] [blame] | 1336 | static bool dp_pipe_enabled(struct drm_i915_private *dev_priv, |
| 1337 | enum pipe pipe, u32 port_sel, u32 val) |
Keith Packard | f0575e9 | 2011-07-25 22:12:43 -0700 | [diff] [blame] | 1338 | { |
| 1339 | if ((val & DP_PORT_EN) == 0) |
| 1340 | return false; |
| 1341 | |
| 1342 | if (HAS_PCH_CPT(dev_priv->dev)) { |
| 1343 | u32 trans_dp_ctl_reg = TRANS_DP_CTL(pipe); |
| 1344 | u32 trans_dp_ctl = I915_READ(trans_dp_ctl_reg); |
| 1345 | if ((trans_dp_ctl & TRANS_DP_PORT_SEL_MASK) != port_sel) |
| 1346 | return false; |
Chon Ming Lee | 44f37d1 | 2014-04-09 13:28:21 +0300 | [diff] [blame] | 1347 | } else if (IS_CHERRYVIEW(dev_priv->dev)) { |
| 1348 | if ((val & DP_PIPE_MASK_CHV) != DP_PIPE_SELECT_CHV(pipe)) |
| 1349 | return false; |
Keith Packard | f0575e9 | 2011-07-25 22:12:43 -0700 | [diff] [blame] | 1350 | } else { |
| 1351 | if ((val & DP_PIPE_MASK) != (pipe << 30)) |
| 1352 | return false; |
| 1353 | } |
| 1354 | return true; |
| 1355 | } |
| 1356 | |
Keith Packard | 1519b99 | 2011-08-06 10:35:34 -0700 | [diff] [blame] | 1357 | static bool hdmi_pipe_enabled(struct drm_i915_private *dev_priv, |
| 1358 | enum pipe pipe, u32 val) |
| 1359 | { |
Paulo Zanoni | dc0fa71 | 2013-02-19 16:21:46 -0300 | [diff] [blame] | 1360 | if ((val & SDVO_ENABLE) == 0) |
Keith Packard | 1519b99 | 2011-08-06 10:35:34 -0700 | [diff] [blame] | 1361 | return false; |
| 1362 | |
| 1363 | if (HAS_PCH_CPT(dev_priv->dev)) { |
Paulo Zanoni | dc0fa71 | 2013-02-19 16:21:46 -0300 | [diff] [blame] | 1364 | if ((val & SDVO_PIPE_SEL_MASK_CPT) != SDVO_PIPE_SEL_CPT(pipe)) |
Keith Packard | 1519b99 | 2011-08-06 10:35:34 -0700 | [diff] [blame] | 1365 | return false; |
Chon Ming Lee | 44f37d1 | 2014-04-09 13:28:21 +0300 | [diff] [blame] | 1366 | } else if (IS_CHERRYVIEW(dev_priv->dev)) { |
| 1367 | if ((val & SDVO_PIPE_SEL_MASK_CHV) != SDVO_PIPE_SEL_CHV(pipe)) |
| 1368 | return false; |
Keith Packard | 1519b99 | 2011-08-06 10:35:34 -0700 | [diff] [blame] | 1369 | } else { |
Paulo Zanoni | dc0fa71 | 2013-02-19 16:21:46 -0300 | [diff] [blame] | 1370 | if ((val & SDVO_PIPE_SEL_MASK) != SDVO_PIPE_SEL(pipe)) |
Keith Packard | 1519b99 | 2011-08-06 10:35:34 -0700 | [diff] [blame] | 1371 | return false; |
| 1372 | } |
| 1373 | return true; |
| 1374 | } |
| 1375 | |
| 1376 | static bool lvds_pipe_enabled(struct drm_i915_private *dev_priv, |
| 1377 | enum pipe pipe, u32 val) |
| 1378 | { |
| 1379 | if ((val & LVDS_PORT_EN) == 0) |
| 1380 | return false; |
| 1381 | |
| 1382 | if (HAS_PCH_CPT(dev_priv->dev)) { |
| 1383 | if ((val & PORT_TRANS_SEL_MASK) != PORT_TRANS_SEL_CPT(pipe)) |
| 1384 | return false; |
| 1385 | } else { |
| 1386 | if ((val & LVDS_PIPE_MASK) != LVDS_PIPE(pipe)) |
| 1387 | return false; |
| 1388 | } |
| 1389 | return true; |
| 1390 | } |
| 1391 | |
| 1392 | static bool adpa_pipe_enabled(struct drm_i915_private *dev_priv, |
| 1393 | enum pipe pipe, u32 val) |
| 1394 | { |
| 1395 | if ((val & ADPA_DAC_ENABLE) == 0) |
| 1396 | return false; |
| 1397 | if (HAS_PCH_CPT(dev_priv->dev)) { |
| 1398 | if ((val & PORT_TRANS_SEL_MASK) != PORT_TRANS_SEL_CPT(pipe)) |
| 1399 | return false; |
| 1400 | } else { |
| 1401 | if ((val & ADPA_PIPE_SELECT_MASK) != ADPA_PIPE_SELECT(pipe)) |
| 1402 | return false; |
| 1403 | } |
| 1404 | return true; |
| 1405 | } |
| 1406 | |
Jesse Barnes | 291906f | 2011-02-02 12:28:03 -0800 | [diff] [blame] | 1407 | static void assert_pch_dp_disabled(struct drm_i915_private *dev_priv, |
Keith Packard | f0575e9 | 2011-07-25 22:12:43 -0700 | [diff] [blame] | 1408 | enum pipe pipe, int reg, u32 port_sel) |
Jesse Barnes | 291906f | 2011-02-02 12:28:03 -0800 | [diff] [blame] | 1409 | { |
Jesse Barnes | 47a05ec | 2011-02-07 13:46:40 -0800 | [diff] [blame] | 1410 | u32 val = I915_READ(reg); |
Keith Packard | 4e63438 | 2011-08-06 10:39:45 -0700 | [diff] [blame] | 1411 | WARN(dp_pipe_enabled(dev_priv, pipe, port_sel, val), |
Jesse Barnes | 291906f | 2011-02-02 12:28:03 -0800 | [diff] [blame] | 1412 | "PCH DP (0x%08x) enabled on transcoder %c, should be disabled\n", |
Jesse Barnes | 9db4a9c | 2011-02-07 12:26:52 -0800 | [diff] [blame] | 1413 | reg, pipe_name(pipe)); |
Daniel Vetter | de9a35a | 2012-06-05 11:03:40 +0200 | [diff] [blame] | 1414 | |
Daniel Vetter | 75c5da2 | 2012-09-10 21:58:29 +0200 | [diff] [blame] | 1415 | WARN(HAS_PCH_IBX(dev_priv->dev) && (val & DP_PORT_EN) == 0 |
| 1416 | && (val & DP_PIPEB_SELECT), |
Daniel Vetter | de9a35a | 2012-06-05 11:03:40 +0200 | [diff] [blame] | 1417 | "IBX PCH dp port still using transcoder B\n"); |
Jesse Barnes | 291906f | 2011-02-02 12:28:03 -0800 | [diff] [blame] | 1418 | } |
| 1419 | |
| 1420 | static void assert_pch_hdmi_disabled(struct drm_i915_private *dev_priv, |
| 1421 | enum pipe pipe, int reg) |
| 1422 | { |
Jesse Barnes | 47a05ec | 2011-02-07 13:46:40 -0800 | [diff] [blame] | 1423 | u32 val = I915_READ(reg); |
Xu, Anhua | b70ad58 | 2012-08-13 03:08:33 +0000 | [diff] [blame] | 1424 | WARN(hdmi_pipe_enabled(dev_priv, pipe, val), |
Adam Jackson | 23c99e7 | 2011-10-07 14:38:43 -0400 | [diff] [blame] | 1425 | "PCH HDMI (0x%08x) enabled on transcoder %c, should be disabled\n", |
Jesse Barnes | 9db4a9c | 2011-02-07 12:26:52 -0800 | [diff] [blame] | 1426 | reg, pipe_name(pipe)); |
Daniel Vetter | de9a35a | 2012-06-05 11:03:40 +0200 | [diff] [blame] | 1427 | |
Paulo Zanoni | dc0fa71 | 2013-02-19 16:21:46 -0300 | [diff] [blame] | 1428 | WARN(HAS_PCH_IBX(dev_priv->dev) && (val & SDVO_ENABLE) == 0 |
Daniel Vetter | 75c5da2 | 2012-09-10 21:58:29 +0200 | [diff] [blame] | 1429 | && (val & SDVO_PIPE_B_SELECT), |
Daniel Vetter | de9a35a | 2012-06-05 11:03:40 +0200 | [diff] [blame] | 1430 | "IBX PCH hdmi port still using transcoder B\n"); |
Jesse Barnes | 291906f | 2011-02-02 12:28:03 -0800 | [diff] [blame] | 1431 | } |
| 1432 | |
| 1433 | static void assert_pch_ports_disabled(struct drm_i915_private *dev_priv, |
| 1434 | enum pipe pipe) |
| 1435 | { |
| 1436 | int reg; |
| 1437 | u32 val; |
Jesse Barnes | 291906f | 2011-02-02 12:28:03 -0800 | [diff] [blame] | 1438 | |
Keith Packard | f0575e9 | 2011-07-25 22:12:43 -0700 | [diff] [blame] | 1439 | assert_pch_dp_disabled(dev_priv, pipe, PCH_DP_B, TRANS_DP_PORT_SEL_B); |
| 1440 | assert_pch_dp_disabled(dev_priv, pipe, PCH_DP_C, TRANS_DP_PORT_SEL_C); |
| 1441 | assert_pch_dp_disabled(dev_priv, pipe, PCH_DP_D, TRANS_DP_PORT_SEL_D); |
Jesse Barnes | 291906f | 2011-02-02 12:28:03 -0800 | [diff] [blame] | 1442 | |
| 1443 | reg = PCH_ADPA; |
| 1444 | val = I915_READ(reg); |
Xu, Anhua | b70ad58 | 2012-08-13 03:08:33 +0000 | [diff] [blame] | 1445 | WARN(adpa_pipe_enabled(dev_priv, pipe, val), |
Jesse Barnes | 291906f | 2011-02-02 12:28:03 -0800 | [diff] [blame] | 1446 | "PCH VGA enabled on transcoder %c, should be disabled\n", |
Jesse Barnes | 9db4a9c | 2011-02-07 12:26:52 -0800 | [diff] [blame] | 1447 | pipe_name(pipe)); |
Jesse Barnes | 291906f | 2011-02-02 12:28:03 -0800 | [diff] [blame] | 1448 | |
| 1449 | reg = PCH_LVDS; |
| 1450 | val = I915_READ(reg); |
Xu, Anhua | b70ad58 | 2012-08-13 03:08:33 +0000 | [diff] [blame] | 1451 | WARN(lvds_pipe_enabled(dev_priv, pipe, val), |
Jesse Barnes | 291906f | 2011-02-02 12:28:03 -0800 | [diff] [blame] | 1452 | "PCH LVDS enabled on transcoder %c, should be disabled\n", |
Jesse Barnes | 9db4a9c | 2011-02-07 12:26:52 -0800 | [diff] [blame] | 1453 | pipe_name(pipe)); |
Jesse Barnes | 291906f | 2011-02-02 12:28:03 -0800 | [diff] [blame] | 1454 | |
Paulo Zanoni | e2debe9 | 2013-02-18 19:00:27 -0300 | [diff] [blame] | 1455 | assert_pch_hdmi_disabled(dev_priv, pipe, PCH_HDMIB); |
| 1456 | assert_pch_hdmi_disabled(dev_priv, pipe, PCH_HDMIC); |
| 1457 | assert_pch_hdmi_disabled(dev_priv, pipe, PCH_HDMID); |
Jesse Barnes | 291906f | 2011-02-02 12:28:03 -0800 | [diff] [blame] | 1458 | } |
| 1459 | |
Jesse Barnes | 40e9cf6 | 2013-10-03 11:35:46 -0700 | [diff] [blame] | 1460 | static void intel_init_dpio(struct drm_device *dev) |
| 1461 | { |
| 1462 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 1463 | |
| 1464 | if (!IS_VALLEYVIEW(dev)) |
| 1465 | return; |
| 1466 | |
Chon Ming Lee | a09cadd | 2014-04-09 13:28:14 +0300 | [diff] [blame] | 1467 | /* |
| 1468 | * IOSF_PORT_DPIO is used for VLV x2 PHY (DP/HDMI B and C), |
| 1469 | * CHV x1 PHY (DP/HDMI D) |
| 1470 | * IOSF_PORT_DPIO_2 is used for CHV x2 PHY (DP/HDMI B and C) |
| 1471 | */ |
| 1472 | if (IS_CHERRYVIEW(dev)) { |
| 1473 | DPIO_PHY_IOSF_PORT(DPIO_PHY0) = IOSF_PORT_DPIO_2; |
| 1474 | DPIO_PHY_IOSF_PORT(DPIO_PHY1) = IOSF_PORT_DPIO; |
| 1475 | } else { |
| 1476 | DPIO_PHY_IOSF_PORT(DPIO_PHY0) = IOSF_PORT_DPIO; |
| 1477 | } |
Jesse Barnes | 5382f5f35 | 2013-12-16 16:34:24 -0800 | [diff] [blame] | 1478 | } |
| 1479 | |
| 1480 | static void intel_reset_dpio(struct drm_device *dev) |
| 1481 | { |
| 1482 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 1483 | |
| 1484 | if (!IS_VALLEYVIEW(dev)) |
| 1485 | return; |
| 1486 | |
Chon Ming Lee | 076ed3b | 2014-04-09 13:28:17 +0300 | [diff] [blame] | 1487 | if (IS_CHERRYVIEW(dev)) { |
| 1488 | enum dpio_phy phy; |
| 1489 | u32 val; |
| 1490 | |
| 1491 | for (phy = DPIO_PHY0; phy < I915_NUM_PHYS_VLV; phy++) { |
| 1492 | /* Poll for phypwrgood signal */ |
| 1493 | if (wait_for(I915_READ(DISPLAY_PHY_STATUS) & |
| 1494 | PHY_POWERGOOD(phy), 1)) |
| 1495 | DRM_ERROR("Display PHY %d is not power up\n", phy); |
| 1496 | |
| 1497 | /* |
| 1498 | * Deassert common lane reset for PHY. |
| 1499 | * |
| 1500 | * This should only be done on init and resume from S3 |
| 1501 | * with both PLLs disabled, or we risk losing DPIO and |
| 1502 | * PLL synchronization. |
| 1503 | */ |
| 1504 | val = I915_READ(DISPLAY_PHY_CONTROL); |
| 1505 | I915_WRITE(DISPLAY_PHY_CONTROL, |
| 1506 | PHY_COM_LANE_RESET_DEASSERT(phy, val)); |
| 1507 | } |
| 1508 | |
| 1509 | } else { |
| 1510 | /* |
Jesse Barnes | 5702105 | 2014-05-23 13:16:40 -0700 | [diff] [blame] | 1511 | * If DPIO has already been reset, e.g. by BIOS, just skip all |
| 1512 | * this. |
Chon Ming Lee | 076ed3b | 2014-04-09 13:28:17 +0300 | [diff] [blame] | 1513 | */ |
Jesse Barnes | 5702105 | 2014-05-23 13:16:40 -0700 | [diff] [blame] | 1514 | if (I915_READ(DPIO_CTL) & DPIO_CMNRST) |
| 1515 | return; |
| 1516 | |
| 1517 | /* |
| 1518 | * From VLV2A0_DP_eDP_HDMI_DPIO_driver_vbios_notes_11.docx: |
| 1519 | * Need to assert and de-assert PHY SB reset by gating the |
| 1520 | * common lane power, then un-gating it. |
| 1521 | * Simply ungating isn't enough to reset the PHY enough to get |
| 1522 | * ports and lanes running. |
| 1523 | */ |
| 1524 | __vlv_set_power_well(dev_priv, PUNIT_POWER_WELL_DPIO_CMN_BC, |
| 1525 | false); |
| 1526 | __vlv_set_power_well(dev_priv, PUNIT_POWER_WELL_DPIO_CMN_BC, |
| 1527 | true); |
Chon Ming Lee | 076ed3b | 2014-04-09 13:28:17 +0300 | [diff] [blame] | 1528 | } |
Jesse Barnes | 40e9cf6 | 2013-10-03 11:35:46 -0700 | [diff] [blame] | 1529 | } |
| 1530 | |
Daniel Vetter | 426115c | 2013-07-11 22:13:42 +0200 | [diff] [blame] | 1531 | static void vlv_enable_pll(struct intel_crtc *crtc) |
Jesse Barnes | 63d7bbe | 2011-01-04 15:09:33 -0800 | [diff] [blame] | 1532 | { |
Daniel Vetter | 426115c | 2013-07-11 22:13:42 +0200 | [diff] [blame] | 1533 | struct drm_device *dev = crtc->base.dev; |
| 1534 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 1535 | int reg = DPLL(crtc->pipe); |
| 1536 | u32 dpll = crtc->config.dpll_hw_state.dpll; |
Jesse Barnes | 63d7bbe | 2011-01-04 15:09:33 -0800 | [diff] [blame] | 1537 | |
Daniel Vetter | 426115c | 2013-07-11 22:13:42 +0200 | [diff] [blame] | 1538 | assert_pipe_disabled(dev_priv, crtc->pipe); |
Daniel Vetter | 58c6eaa | 2013-04-11 16:29:09 +0200 | [diff] [blame] | 1539 | |
Jesse Barnes | 63d7bbe | 2011-01-04 15:09:33 -0800 | [diff] [blame] | 1540 | /* No really, not for ILK+ */ |
Daniel Vetter | 87442f7 | 2013-06-06 00:52:17 +0200 | [diff] [blame] | 1541 | BUG_ON(!IS_VALLEYVIEW(dev_priv->dev)); |
| 1542 | |
| 1543 | /* PLL is protected by panel, make sure we can write it */ |
| 1544 | if (IS_MOBILE(dev_priv->dev) && !IS_I830(dev_priv->dev)) |
Daniel Vetter | 426115c | 2013-07-11 22:13:42 +0200 | [diff] [blame] | 1545 | assert_panel_unlocked(dev_priv, crtc->pipe); |
Daniel Vetter | 87442f7 | 2013-06-06 00:52:17 +0200 | [diff] [blame] | 1546 | |
Daniel Vetter | 426115c | 2013-07-11 22:13:42 +0200 | [diff] [blame] | 1547 | I915_WRITE(reg, dpll); |
| 1548 | POSTING_READ(reg); |
| 1549 | udelay(150); |
| 1550 | |
| 1551 | if (wait_for(((I915_READ(reg) & DPLL_LOCK_VLV) == DPLL_LOCK_VLV), 1)) |
| 1552 | DRM_ERROR("DPLL %d failed to lock\n", crtc->pipe); |
| 1553 | |
| 1554 | I915_WRITE(DPLL_MD(crtc->pipe), crtc->config.dpll_hw_state.dpll_md); |
| 1555 | POSTING_READ(DPLL_MD(crtc->pipe)); |
Daniel Vetter | 87442f7 | 2013-06-06 00:52:17 +0200 | [diff] [blame] | 1556 | |
| 1557 | /* We do this three times for luck */ |
Daniel Vetter | 426115c | 2013-07-11 22:13:42 +0200 | [diff] [blame] | 1558 | I915_WRITE(reg, dpll); |
Daniel Vetter | 87442f7 | 2013-06-06 00:52:17 +0200 | [diff] [blame] | 1559 | POSTING_READ(reg); |
| 1560 | udelay(150); /* wait for warmup */ |
Daniel Vetter | 426115c | 2013-07-11 22:13:42 +0200 | [diff] [blame] | 1561 | I915_WRITE(reg, dpll); |
Daniel Vetter | 87442f7 | 2013-06-06 00:52:17 +0200 | [diff] [blame] | 1562 | POSTING_READ(reg); |
| 1563 | udelay(150); /* wait for warmup */ |
Daniel Vetter | 426115c | 2013-07-11 22:13:42 +0200 | [diff] [blame] | 1564 | I915_WRITE(reg, dpll); |
Daniel Vetter | 87442f7 | 2013-06-06 00:52:17 +0200 | [diff] [blame] | 1565 | POSTING_READ(reg); |
| 1566 | udelay(150); /* wait for warmup */ |
| 1567 | } |
| 1568 | |
Chon Ming Lee | 9d556c9 | 2014-05-02 14:27:47 +0300 | [diff] [blame] | 1569 | static void chv_enable_pll(struct intel_crtc *crtc) |
| 1570 | { |
| 1571 | struct drm_device *dev = crtc->base.dev; |
| 1572 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 1573 | int pipe = crtc->pipe; |
| 1574 | enum dpio_channel port = vlv_pipe_to_channel(pipe); |
Chon Ming Lee | 9d556c9 | 2014-05-02 14:27:47 +0300 | [diff] [blame] | 1575 | u32 tmp; |
| 1576 | |
| 1577 | assert_pipe_disabled(dev_priv, crtc->pipe); |
| 1578 | |
| 1579 | BUG_ON(!IS_CHERRYVIEW(dev_priv->dev)); |
| 1580 | |
| 1581 | mutex_lock(&dev_priv->dpio_lock); |
| 1582 | |
| 1583 | /* Enable back the 10bit clock to display controller */ |
| 1584 | tmp = vlv_dpio_read(dev_priv, pipe, CHV_CMN_DW14(port)); |
| 1585 | tmp |= DPIO_DCLKP_EN; |
| 1586 | vlv_dpio_write(dev_priv, pipe, CHV_CMN_DW14(port), tmp); |
| 1587 | |
| 1588 | /* |
| 1589 | * Need to wait > 100ns between dclkp clock enable bit and PLL enable. |
| 1590 | */ |
| 1591 | udelay(1); |
| 1592 | |
| 1593 | /* Enable PLL */ |
Ville Syrjälä | a11b070 | 2014-04-09 13:28:57 +0300 | [diff] [blame] | 1594 | I915_WRITE(DPLL(pipe), crtc->config.dpll_hw_state.dpll); |
Chon Ming Lee | 9d556c9 | 2014-05-02 14:27:47 +0300 | [diff] [blame] | 1595 | |
| 1596 | /* Check PLL is locked */ |
Ville Syrjälä | a11b070 | 2014-04-09 13:28:57 +0300 | [diff] [blame] | 1597 | if (wait_for(((I915_READ(DPLL(pipe)) & DPLL_LOCK_VLV) == DPLL_LOCK_VLV), 1)) |
Chon Ming Lee | 9d556c9 | 2014-05-02 14:27:47 +0300 | [diff] [blame] | 1598 | DRM_ERROR("PLL %d failed to lock\n", pipe); |
| 1599 | |
Ville Syrjälä | a11b070 | 2014-04-09 13:28:57 +0300 | [diff] [blame] | 1600 | /* not sure when this should be written */ |
| 1601 | I915_WRITE(DPLL_MD(pipe), crtc->config.dpll_hw_state.dpll_md); |
| 1602 | POSTING_READ(DPLL_MD(pipe)); |
| 1603 | |
Chon Ming Lee | 9d556c9 | 2014-05-02 14:27:47 +0300 | [diff] [blame] | 1604 | mutex_unlock(&dev_priv->dpio_lock); |
| 1605 | } |
| 1606 | |
Daniel Vetter | 66e3d5c | 2013-06-16 21:24:16 +0200 | [diff] [blame] | 1607 | static void i9xx_enable_pll(struct intel_crtc *crtc) |
Daniel Vetter | 87442f7 | 2013-06-06 00:52:17 +0200 | [diff] [blame] | 1608 | { |
Daniel Vetter | 66e3d5c | 2013-06-16 21:24:16 +0200 | [diff] [blame] | 1609 | struct drm_device *dev = crtc->base.dev; |
| 1610 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 1611 | int reg = DPLL(crtc->pipe); |
| 1612 | u32 dpll = crtc->config.dpll_hw_state.dpll; |
Daniel Vetter | 87442f7 | 2013-06-06 00:52:17 +0200 | [diff] [blame] | 1613 | |
Daniel Vetter | 66e3d5c | 2013-06-16 21:24:16 +0200 | [diff] [blame] | 1614 | assert_pipe_disabled(dev_priv, crtc->pipe); |
Daniel Vetter | 87442f7 | 2013-06-06 00:52:17 +0200 | [diff] [blame] | 1615 | |
| 1616 | /* No really, not for ILK+ */ |
Damien Lespiau | 3d13ef2 | 2014-02-07 19:12:47 +0000 | [diff] [blame] | 1617 | BUG_ON(INTEL_INFO(dev)->gen >= 5); |
Jesse Barnes | 63d7bbe | 2011-01-04 15:09:33 -0800 | [diff] [blame] | 1618 | |
| 1619 | /* PLL is protected by panel, make sure we can write it */ |
Daniel Vetter | 66e3d5c | 2013-06-16 21:24:16 +0200 | [diff] [blame] | 1620 | if (IS_MOBILE(dev) && !IS_I830(dev)) |
| 1621 | assert_panel_unlocked(dev_priv, crtc->pipe); |
Jesse Barnes | 63d7bbe | 2011-01-04 15:09:33 -0800 | [diff] [blame] | 1622 | |
Daniel Vetter | 66e3d5c | 2013-06-16 21:24:16 +0200 | [diff] [blame] | 1623 | I915_WRITE(reg, dpll); |
| 1624 | |
| 1625 | /* Wait for the clocks to stabilize. */ |
| 1626 | POSTING_READ(reg); |
| 1627 | udelay(150); |
| 1628 | |
| 1629 | if (INTEL_INFO(dev)->gen >= 4) { |
| 1630 | I915_WRITE(DPLL_MD(crtc->pipe), |
| 1631 | crtc->config.dpll_hw_state.dpll_md); |
| 1632 | } else { |
| 1633 | /* The pixel multiplier can only be updated once the |
| 1634 | * DPLL is enabled and the clocks are stable. |
| 1635 | * |
| 1636 | * So write it again. |
| 1637 | */ |
| 1638 | I915_WRITE(reg, dpll); |
| 1639 | } |
Jesse Barnes | 63d7bbe | 2011-01-04 15:09:33 -0800 | [diff] [blame] | 1640 | |
| 1641 | /* We do this three times for luck */ |
Daniel Vetter | 66e3d5c | 2013-06-16 21:24:16 +0200 | [diff] [blame] | 1642 | I915_WRITE(reg, dpll); |
Jesse Barnes | 63d7bbe | 2011-01-04 15:09:33 -0800 | [diff] [blame] | 1643 | POSTING_READ(reg); |
| 1644 | udelay(150); /* wait for warmup */ |
Daniel Vetter | 66e3d5c | 2013-06-16 21:24:16 +0200 | [diff] [blame] | 1645 | I915_WRITE(reg, dpll); |
Jesse Barnes | 63d7bbe | 2011-01-04 15:09:33 -0800 | [diff] [blame] | 1646 | POSTING_READ(reg); |
| 1647 | udelay(150); /* wait for warmup */ |
Daniel Vetter | 66e3d5c | 2013-06-16 21:24:16 +0200 | [diff] [blame] | 1648 | I915_WRITE(reg, dpll); |
Jesse Barnes | 63d7bbe | 2011-01-04 15:09:33 -0800 | [diff] [blame] | 1649 | POSTING_READ(reg); |
| 1650 | udelay(150); /* wait for warmup */ |
| 1651 | } |
| 1652 | |
| 1653 | /** |
Daniel Vetter | 50b44a4 | 2013-06-05 13:34:33 +0200 | [diff] [blame] | 1654 | * i9xx_disable_pll - disable a PLL |
Jesse Barnes | 63d7bbe | 2011-01-04 15:09:33 -0800 | [diff] [blame] | 1655 | * @dev_priv: i915 private structure |
| 1656 | * @pipe: pipe PLL to disable |
| 1657 | * |
| 1658 | * Disable the PLL for @pipe, making sure the pipe is off first. |
| 1659 | * |
| 1660 | * Note! This is for pre-ILK only. |
| 1661 | */ |
Daniel Vetter | 50b44a4 | 2013-06-05 13:34:33 +0200 | [diff] [blame] | 1662 | static void i9xx_disable_pll(struct drm_i915_private *dev_priv, enum pipe pipe) |
Jesse Barnes | 63d7bbe | 2011-01-04 15:09:33 -0800 | [diff] [blame] | 1663 | { |
Jesse Barnes | 63d7bbe | 2011-01-04 15:09:33 -0800 | [diff] [blame] | 1664 | /* Don't disable pipe A or pipe A PLLs if needed */ |
| 1665 | if (pipe == PIPE_A && (dev_priv->quirks & QUIRK_PIPEA_FORCE)) |
| 1666 | return; |
| 1667 | |
| 1668 | /* Make sure the pipe isn't still relying on us */ |
| 1669 | assert_pipe_disabled(dev_priv, pipe); |
| 1670 | |
Daniel Vetter | 50b44a4 | 2013-06-05 13:34:33 +0200 | [diff] [blame] | 1671 | I915_WRITE(DPLL(pipe), 0); |
| 1672 | POSTING_READ(DPLL(pipe)); |
Jesse Barnes | 63d7bbe | 2011-01-04 15:09:33 -0800 | [diff] [blame] | 1673 | } |
| 1674 | |
Jesse Barnes | f607116 | 2013-10-01 10:41:38 -0700 | [diff] [blame] | 1675 | static void vlv_disable_pll(struct drm_i915_private *dev_priv, enum pipe pipe) |
| 1676 | { |
| 1677 | u32 val = 0; |
| 1678 | |
| 1679 | /* Make sure the pipe isn't still relying on us */ |
| 1680 | assert_pipe_disabled(dev_priv, pipe); |
| 1681 | |
Imre Deak | e5cbfbf | 2014-01-09 17:08:16 +0200 | [diff] [blame] | 1682 | /* |
| 1683 | * Leave integrated clock source and reference clock enabled for pipe B. |
| 1684 | * The latter is needed for VGA hotplug / manual detection. |
| 1685 | */ |
Jesse Barnes | f607116 | 2013-10-01 10:41:38 -0700 | [diff] [blame] | 1686 | if (pipe == PIPE_B) |
Imre Deak | e5cbfbf | 2014-01-09 17:08:16 +0200 | [diff] [blame] | 1687 | val = DPLL_INTEGRATED_CRI_CLK_VLV | DPLL_REFA_CLK_ENABLE_VLV; |
Jesse Barnes | f607116 | 2013-10-01 10:41:38 -0700 | [diff] [blame] | 1688 | I915_WRITE(DPLL(pipe), val); |
| 1689 | POSTING_READ(DPLL(pipe)); |
Chon Ming Lee | 076ed3b | 2014-04-09 13:28:17 +0300 | [diff] [blame] | 1690 | |
| 1691 | } |
| 1692 | |
| 1693 | static void chv_disable_pll(struct drm_i915_private *dev_priv, enum pipe pipe) |
| 1694 | { |
Ville Syrjälä | d752048 | 2014-04-09 13:28:59 +0300 | [diff] [blame] | 1695 | enum dpio_channel port = vlv_pipe_to_channel(pipe); |
Chon Ming Lee | 076ed3b | 2014-04-09 13:28:17 +0300 | [diff] [blame] | 1696 | u32 val; |
| 1697 | |
Ville Syrjälä | a11b070 | 2014-04-09 13:28:57 +0300 | [diff] [blame] | 1698 | /* Make sure the pipe isn't still relying on us */ |
| 1699 | assert_pipe_disabled(dev_priv, pipe); |
Chon Ming Lee | 076ed3b | 2014-04-09 13:28:17 +0300 | [diff] [blame] | 1700 | |
Ville Syrjälä | a11b070 | 2014-04-09 13:28:57 +0300 | [diff] [blame] | 1701 | /* Set PLL en = 0 */ |
| 1702 | val = DPLL_SSC_REF_CLOCK_CHV; |
| 1703 | if (pipe != PIPE_A) |
| 1704 | val |= DPLL_INTEGRATED_CRI_CLK_VLV; |
| 1705 | I915_WRITE(DPLL(pipe), val); |
| 1706 | POSTING_READ(DPLL(pipe)); |
Ville Syrjälä | d752048 | 2014-04-09 13:28:59 +0300 | [diff] [blame] | 1707 | |
| 1708 | mutex_lock(&dev_priv->dpio_lock); |
| 1709 | |
| 1710 | /* Disable 10bit clock to display controller */ |
| 1711 | val = vlv_dpio_read(dev_priv, pipe, CHV_CMN_DW14(port)); |
| 1712 | val &= ~DPIO_DCLKP_EN; |
| 1713 | vlv_dpio_write(dev_priv, pipe, CHV_CMN_DW14(port), val); |
| 1714 | |
Ville Syrjälä | 61407f6 | 2014-05-27 16:32:55 +0300 | [diff] [blame] | 1715 | /* disable left/right clock distribution */ |
| 1716 | if (pipe != PIPE_B) { |
| 1717 | val = vlv_dpio_read(dev_priv, pipe, _CHV_CMN_DW5_CH0); |
| 1718 | val &= ~(CHV_BUFLEFTENA1_MASK | CHV_BUFRIGHTENA1_MASK); |
| 1719 | vlv_dpio_write(dev_priv, pipe, _CHV_CMN_DW5_CH0, val); |
| 1720 | } else { |
| 1721 | val = vlv_dpio_read(dev_priv, pipe, _CHV_CMN_DW1_CH1); |
| 1722 | val &= ~(CHV_BUFLEFTENA2_MASK | CHV_BUFRIGHTENA2_MASK); |
| 1723 | vlv_dpio_write(dev_priv, pipe, _CHV_CMN_DW1_CH1, val); |
| 1724 | } |
| 1725 | |
Ville Syrjälä | d752048 | 2014-04-09 13:28:59 +0300 | [diff] [blame] | 1726 | mutex_unlock(&dev_priv->dpio_lock); |
Jesse Barnes | f607116 | 2013-10-01 10:41:38 -0700 | [diff] [blame] | 1727 | } |
| 1728 | |
Chon Ming Lee | e4607fc | 2013-11-06 14:36:35 +0800 | [diff] [blame] | 1729 | void vlv_wait_port_ready(struct drm_i915_private *dev_priv, |
| 1730 | struct intel_digital_port *dport) |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 1731 | { |
| 1732 | u32 port_mask; |
Chon Ming Lee | 00fc31b | 2014-04-09 13:28:15 +0300 | [diff] [blame] | 1733 | int dpll_reg; |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 1734 | |
Chon Ming Lee | e4607fc | 2013-11-06 14:36:35 +0800 | [diff] [blame] | 1735 | switch (dport->port) { |
| 1736 | case PORT_B: |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 1737 | port_mask = DPLL_PORTB_READY_MASK; |
Chon Ming Lee | 00fc31b | 2014-04-09 13:28:15 +0300 | [diff] [blame] | 1738 | dpll_reg = DPLL(0); |
Chon Ming Lee | e4607fc | 2013-11-06 14:36:35 +0800 | [diff] [blame] | 1739 | break; |
| 1740 | case PORT_C: |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 1741 | port_mask = DPLL_PORTC_READY_MASK; |
Chon Ming Lee | 00fc31b | 2014-04-09 13:28:15 +0300 | [diff] [blame] | 1742 | dpll_reg = DPLL(0); |
| 1743 | break; |
| 1744 | case PORT_D: |
| 1745 | port_mask = DPLL_PORTD_READY_MASK; |
| 1746 | dpll_reg = DPIO_PHY_STATUS; |
Chon Ming Lee | e4607fc | 2013-11-06 14:36:35 +0800 | [diff] [blame] | 1747 | break; |
| 1748 | default: |
| 1749 | BUG(); |
| 1750 | } |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 1751 | |
Chon Ming Lee | 00fc31b | 2014-04-09 13:28:15 +0300 | [diff] [blame] | 1752 | if (wait_for((I915_READ(dpll_reg) & port_mask) == 0, 1000)) |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 1753 | WARN(1, "timed out waiting for port %c ready: 0x%08x\n", |
Chon Ming Lee | 00fc31b | 2014-04-09 13:28:15 +0300 | [diff] [blame] | 1754 | port_name(dport->port), I915_READ(dpll_reg)); |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 1755 | } |
| 1756 | |
Daniel Vetter | b14b105 | 2014-04-24 23:55:13 +0200 | [diff] [blame] | 1757 | static void intel_prepare_shared_dpll(struct intel_crtc *crtc) |
| 1758 | { |
| 1759 | struct drm_device *dev = crtc->base.dev; |
| 1760 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 1761 | struct intel_shared_dpll *pll = intel_crtc_to_shared_dpll(crtc); |
| 1762 | |
Chris Wilson | be19f0f | 2014-05-28 16:16:42 +0100 | [diff] [blame] | 1763 | if (WARN_ON(pll == NULL)) |
| 1764 | return; |
| 1765 | |
Daniel Vetter | b14b105 | 2014-04-24 23:55:13 +0200 | [diff] [blame] | 1766 | WARN_ON(!pll->refcount); |
| 1767 | if (pll->active == 0) { |
| 1768 | DRM_DEBUG_DRIVER("setting up %s\n", pll->name); |
| 1769 | WARN_ON(pll->on); |
| 1770 | assert_shared_dpll_disabled(dev_priv, pll); |
| 1771 | |
| 1772 | pll->mode_set(dev_priv, pll); |
| 1773 | } |
| 1774 | } |
| 1775 | |
Jesse Barnes | 63d7bbe | 2011-01-04 15:09:33 -0800 | [diff] [blame] | 1776 | /** |
Daniel Vetter | 85b3894 | 2014-04-24 23:55:14 +0200 | [diff] [blame] | 1777 | * intel_enable_shared_dpll - enable PCH PLL |
Jesse Barnes | 92f2584 | 2011-01-04 15:09:34 -0800 | [diff] [blame] | 1778 | * @dev_priv: i915 private structure |
| 1779 | * @pipe: pipe PLL to enable |
| 1780 | * |
| 1781 | * The PCH PLL needs to be enabled before the PCH transcoder, since it |
| 1782 | * drives the transcoder clock. |
| 1783 | */ |
Daniel Vetter | 85b3894 | 2014-04-24 23:55:14 +0200 | [diff] [blame] | 1784 | static void intel_enable_shared_dpll(struct intel_crtc *crtc) |
Jesse Barnes | 92f2584 | 2011-01-04 15:09:34 -0800 | [diff] [blame] | 1785 | { |
Damien Lespiau | 3d13ef2 | 2014-02-07 19:12:47 +0000 | [diff] [blame] | 1786 | struct drm_device *dev = crtc->base.dev; |
| 1787 | struct drm_i915_private *dev_priv = dev->dev_private; |
Daniel Vetter | e2b7826 | 2013-06-07 23:10:03 +0200 | [diff] [blame] | 1788 | struct intel_shared_dpll *pll = intel_crtc_to_shared_dpll(crtc); |
Jesse Barnes | 92f2584 | 2011-01-04 15:09:34 -0800 | [diff] [blame] | 1789 | |
Daniel Vetter | 87a875b | 2013-06-05 13:34:19 +0200 | [diff] [blame] | 1790 | if (WARN_ON(pll == NULL)) |
Chris Wilson | 48da64a | 2012-05-13 20:16:12 +0100 | [diff] [blame] | 1791 | return; |
| 1792 | |
| 1793 | if (WARN_ON(pll->refcount == 0)) |
| 1794 | return; |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 1795 | |
Daniel Vetter | 46edb02 | 2013-06-05 13:34:12 +0200 | [diff] [blame] | 1796 | DRM_DEBUG_KMS("enable %s (active %d, on? %d)for crtc %d\n", |
| 1797 | pll->name, pll->active, pll->on, |
Daniel Vetter | e2b7826 | 2013-06-07 23:10:03 +0200 | [diff] [blame] | 1798 | crtc->base.base.id); |
Jesse Barnes | 92f2584 | 2011-01-04 15:09:34 -0800 | [diff] [blame] | 1799 | |
Daniel Vetter | cdbd231 | 2013-06-05 13:34:03 +0200 | [diff] [blame] | 1800 | if (pll->active++) { |
| 1801 | WARN_ON(!pll->on); |
Daniel Vetter | e9d6944 | 2013-06-05 13:34:15 +0200 | [diff] [blame] | 1802 | assert_shared_dpll_enabled(dev_priv, pll); |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 1803 | return; |
| 1804 | } |
Daniel Vetter | f4a091c | 2013-06-10 17:28:22 +0200 | [diff] [blame] | 1805 | WARN_ON(pll->on); |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 1806 | |
Daniel Vetter | 46edb02 | 2013-06-05 13:34:12 +0200 | [diff] [blame] | 1807 | DRM_DEBUG_KMS("enabling %s\n", pll->name); |
Daniel Vetter | e7b903d | 2013-06-05 13:34:14 +0200 | [diff] [blame] | 1808 | pll->enable(dev_priv, pll); |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 1809 | pll->on = true; |
Jesse Barnes | 92f2584 | 2011-01-04 15:09:34 -0800 | [diff] [blame] | 1810 | } |
| 1811 | |
Daniel Vetter | e2b7826 | 2013-06-07 23:10:03 +0200 | [diff] [blame] | 1812 | static void intel_disable_shared_dpll(struct intel_crtc *crtc) |
Jesse Barnes | 92f2584 | 2011-01-04 15:09:34 -0800 | [diff] [blame] | 1813 | { |
Damien Lespiau | 3d13ef2 | 2014-02-07 19:12:47 +0000 | [diff] [blame] | 1814 | struct drm_device *dev = crtc->base.dev; |
| 1815 | struct drm_i915_private *dev_priv = dev->dev_private; |
Daniel Vetter | e2b7826 | 2013-06-07 23:10:03 +0200 | [diff] [blame] | 1816 | struct intel_shared_dpll *pll = intel_crtc_to_shared_dpll(crtc); |
Jesse Barnes | 4c609cb | 2011-09-02 12:52:11 -0700 | [diff] [blame] | 1817 | |
Jesse Barnes | 92f2584 | 2011-01-04 15:09:34 -0800 | [diff] [blame] | 1818 | /* PCH only available on ILK+ */ |
Damien Lespiau | 3d13ef2 | 2014-02-07 19:12:47 +0000 | [diff] [blame] | 1819 | BUG_ON(INTEL_INFO(dev)->gen < 5); |
Daniel Vetter | 87a875b | 2013-06-05 13:34:19 +0200 | [diff] [blame] | 1820 | if (WARN_ON(pll == NULL)) |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 1821 | return; |
| 1822 | |
Chris Wilson | 48da64a | 2012-05-13 20:16:12 +0100 | [diff] [blame] | 1823 | if (WARN_ON(pll->refcount == 0)) |
| 1824 | return; |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 1825 | |
Daniel Vetter | 46edb02 | 2013-06-05 13:34:12 +0200 | [diff] [blame] | 1826 | DRM_DEBUG_KMS("disable %s (active %d, on? %d) for crtc %d\n", |
| 1827 | pll->name, pll->active, pll->on, |
Daniel Vetter | e2b7826 | 2013-06-07 23:10:03 +0200 | [diff] [blame] | 1828 | crtc->base.base.id); |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 1829 | |
Chris Wilson | 48da64a | 2012-05-13 20:16:12 +0100 | [diff] [blame] | 1830 | if (WARN_ON(pll->active == 0)) { |
Daniel Vetter | e9d6944 | 2013-06-05 13:34:15 +0200 | [diff] [blame] | 1831 | assert_shared_dpll_disabled(dev_priv, pll); |
Chris Wilson | 48da64a | 2012-05-13 20:16:12 +0100 | [diff] [blame] | 1832 | return; |
| 1833 | } |
| 1834 | |
Daniel Vetter | e9d6944 | 2013-06-05 13:34:15 +0200 | [diff] [blame] | 1835 | assert_shared_dpll_enabled(dev_priv, pll); |
Daniel Vetter | f4a091c | 2013-06-10 17:28:22 +0200 | [diff] [blame] | 1836 | WARN_ON(!pll->on); |
Daniel Vetter | cdbd231 | 2013-06-05 13:34:03 +0200 | [diff] [blame] | 1837 | if (--pll->active) |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 1838 | return; |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 1839 | |
Daniel Vetter | 46edb02 | 2013-06-05 13:34:12 +0200 | [diff] [blame] | 1840 | DRM_DEBUG_KMS("disabling %s\n", pll->name); |
Daniel Vetter | e7b903d | 2013-06-05 13:34:14 +0200 | [diff] [blame] | 1841 | pll->disable(dev_priv, pll); |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 1842 | pll->on = false; |
Jesse Barnes | 92f2584 | 2011-01-04 15:09:34 -0800 | [diff] [blame] | 1843 | } |
| 1844 | |
Paulo Zanoni | b8a4f40 | 2012-10-31 18:12:42 -0200 | [diff] [blame] | 1845 | static void ironlake_enable_pch_transcoder(struct drm_i915_private *dev_priv, |
| 1846 | enum pipe pipe) |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 1847 | { |
Daniel Vetter | 23670b32 | 2012-11-01 09:15:30 +0100 | [diff] [blame] | 1848 | struct drm_device *dev = dev_priv->dev; |
Paulo Zanoni | 7c26e5c | 2012-02-14 17:07:09 -0200 | [diff] [blame] | 1849 | struct drm_crtc *crtc = dev_priv->pipe_to_crtc_mapping[pipe]; |
Daniel Vetter | e2b7826 | 2013-06-07 23:10:03 +0200 | [diff] [blame] | 1850 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
Daniel Vetter | 23670b32 | 2012-11-01 09:15:30 +0100 | [diff] [blame] | 1851 | uint32_t reg, val, pipeconf_val; |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 1852 | |
| 1853 | /* PCH only available on ILK+ */ |
Damien Lespiau | 3d13ef2 | 2014-02-07 19:12:47 +0000 | [diff] [blame] | 1854 | BUG_ON(INTEL_INFO(dev)->gen < 5); |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 1855 | |
| 1856 | /* Make sure PCH DPLL is enabled */ |
Daniel Vetter | e72f9fb | 2013-06-05 13:34:06 +0200 | [diff] [blame] | 1857 | assert_shared_dpll_enabled(dev_priv, |
Daniel Vetter | e9d6944 | 2013-06-05 13:34:15 +0200 | [diff] [blame] | 1858 | intel_crtc_to_shared_dpll(intel_crtc)); |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 1859 | |
| 1860 | /* FDI must be feeding us bits for PCH ports */ |
| 1861 | assert_fdi_tx_enabled(dev_priv, pipe); |
| 1862 | assert_fdi_rx_enabled(dev_priv, pipe); |
| 1863 | |
Daniel Vetter | 23670b32 | 2012-11-01 09:15:30 +0100 | [diff] [blame] | 1864 | if (HAS_PCH_CPT(dev)) { |
| 1865 | /* Workaround: Set the timing override bit before enabling the |
| 1866 | * pch transcoder. */ |
| 1867 | reg = TRANS_CHICKEN2(pipe); |
| 1868 | val = I915_READ(reg); |
| 1869 | val |= TRANS_CHICKEN2_TIMING_OVERRIDE; |
| 1870 | I915_WRITE(reg, val); |
Eugeni Dodonov | 59c859d | 2012-05-09 15:37:19 -0300 | [diff] [blame] | 1871 | } |
Daniel Vetter | 23670b32 | 2012-11-01 09:15:30 +0100 | [diff] [blame] | 1872 | |
Daniel Vetter | ab9412b | 2013-05-03 11:49:46 +0200 | [diff] [blame] | 1873 | reg = PCH_TRANSCONF(pipe); |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 1874 | val = I915_READ(reg); |
Paulo Zanoni | 5f7f726 | 2012-02-03 17:47:15 -0200 | [diff] [blame] | 1875 | pipeconf_val = I915_READ(PIPECONF(pipe)); |
Jesse Barnes | e9bcff5 | 2011-06-24 12:19:20 -0700 | [diff] [blame] | 1876 | |
| 1877 | if (HAS_PCH_IBX(dev_priv->dev)) { |
| 1878 | /* |
| 1879 | * make the BPC in transcoder be consistent with |
| 1880 | * that in pipeconf reg. |
| 1881 | */ |
Daniel Vetter | dfd07d7 | 2012-12-17 11:21:38 +0100 | [diff] [blame] | 1882 | val &= ~PIPECONF_BPC_MASK; |
| 1883 | val |= pipeconf_val & PIPECONF_BPC_MASK; |
Jesse Barnes | e9bcff5 | 2011-06-24 12:19:20 -0700 | [diff] [blame] | 1884 | } |
Paulo Zanoni | 5f7f726 | 2012-02-03 17:47:15 -0200 | [diff] [blame] | 1885 | |
| 1886 | val &= ~TRANS_INTERLACE_MASK; |
| 1887 | if ((pipeconf_val & PIPECONF_INTERLACE_MASK) == PIPECONF_INTERLACED_ILK) |
Paulo Zanoni | 7c26e5c | 2012-02-14 17:07:09 -0200 | [diff] [blame] | 1888 | if (HAS_PCH_IBX(dev_priv->dev) && |
| 1889 | intel_pipe_has_type(crtc, INTEL_OUTPUT_SDVO)) |
| 1890 | val |= TRANS_LEGACY_INTERLACED_ILK; |
| 1891 | else |
| 1892 | val |= TRANS_INTERLACED; |
Paulo Zanoni | 5f7f726 | 2012-02-03 17:47:15 -0200 | [diff] [blame] | 1893 | else |
| 1894 | val |= TRANS_PROGRESSIVE; |
| 1895 | |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 1896 | I915_WRITE(reg, val | TRANS_ENABLE); |
| 1897 | if (wait_for(I915_READ(reg) & TRANS_STATE_ENABLE, 100)) |
Ville Syrjälä | 4bb6f1f | 2013-04-17 17:48:50 +0300 | [diff] [blame] | 1898 | DRM_ERROR("failed to enable transcoder %c\n", pipe_name(pipe)); |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 1899 | } |
| 1900 | |
Paulo Zanoni | 8fb033d | 2012-10-31 18:12:43 -0200 | [diff] [blame] | 1901 | static void lpt_enable_pch_transcoder(struct drm_i915_private *dev_priv, |
Paulo Zanoni | 937bb61 | 2012-10-31 18:12:47 -0200 | [diff] [blame] | 1902 | enum transcoder cpu_transcoder) |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 1903 | { |
Paulo Zanoni | 8fb033d | 2012-10-31 18:12:43 -0200 | [diff] [blame] | 1904 | u32 val, pipeconf_val; |
Paulo Zanoni | 8fb033d | 2012-10-31 18:12:43 -0200 | [diff] [blame] | 1905 | |
| 1906 | /* PCH only available on ILK+ */ |
Damien Lespiau | 3d13ef2 | 2014-02-07 19:12:47 +0000 | [diff] [blame] | 1907 | BUG_ON(INTEL_INFO(dev_priv->dev)->gen < 5); |
Paulo Zanoni | 8fb033d | 2012-10-31 18:12:43 -0200 | [diff] [blame] | 1908 | |
Paulo Zanoni | 8fb033d | 2012-10-31 18:12:43 -0200 | [diff] [blame] | 1909 | /* FDI must be feeding us bits for PCH ports */ |
Daniel Vetter | 1a240d4 | 2012-11-29 22:18:51 +0100 | [diff] [blame] | 1910 | assert_fdi_tx_enabled(dev_priv, (enum pipe) cpu_transcoder); |
Paulo Zanoni | 937bb61 | 2012-10-31 18:12:47 -0200 | [diff] [blame] | 1911 | assert_fdi_rx_enabled(dev_priv, TRANSCODER_A); |
Paulo Zanoni | 8fb033d | 2012-10-31 18:12:43 -0200 | [diff] [blame] | 1912 | |
Paulo Zanoni | 223a6fd | 2012-10-31 18:12:52 -0200 | [diff] [blame] | 1913 | /* Workaround: set timing override bit. */ |
| 1914 | val = I915_READ(_TRANSA_CHICKEN2); |
Daniel Vetter | 23670b32 | 2012-11-01 09:15:30 +0100 | [diff] [blame] | 1915 | val |= TRANS_CHICKEN2_TIMING_OVERRIDE; |
Paulo Zanoni | 223a6fd | 2012-10-31 18:12:52 -0200 | [diff] [blame] | 1916 | I915_WRITE(_TRANSA_CHICKEN2, val); |
| 1917 | |
Paulo Zanoni | 25f3ef1 | 2012-10-31 18:12:49 -0200 | [diff] [blame] | 1918 | val = TRANS_ENABLE; |
Paulo Zanoni | 937bb61 | 2012-10-31 18:12:47 -0200 | [diff] [blame] | 1919 | pipeconf_val = I915_READ(PIPECONF(cpu_transcoder)); |
Paulo Zanoni | 8fb033d | 2012-10-31 18:12:43 -0200 | [diff] [blame] | 1920 | |
Paulo Zanoni | 9a76b1c | 2012-10-31 18:12:48 -0200 | [diff] [blame] | 1921 | if ((pipeconf_val & PIPECONF_INTERLACE_MASK_HSW) == |
| 1922 | PIPECONF_INTERLACED_ILK) |
Paulo Zanoni | a35f267 | 2012-10-31 18:12:45 -0200 | [diff] [blame] | 1923 | val |= TRANS_INTERLACED; |
Paulo Zanoni | 8fb033d | 2012-10-31 18:12:43 -0200 | [diff] [blame] | 1924 | else |
| 1925 | val |= TRANS_PROGRESSIVE; |
| 1926 | |
Daniel Vetter | ab9412b | 2013-05-03 11:49:46 +0200 | [diff] [blame] | 1927 | I915_WRITE(LPT_TRANSCONF, val); |
| 1928 | if (wait_for(I915_READ(LPT_TRANSCONF) & TRANS_STATE_ENABLE, 100)) |
Paulo Zanoni | 937bb61 | 2012-10-31 18:12:47 -0200 | [diff] [blame] | 1929 | DRM_ERROR("Failed to enable PCH transcoder\n"); |
Paulo Zanoni | 8fb033d | 2012-10-31 18:12:43 -0200 | [diff] [blame] | 1930 | } |
| 1931 | |
Paulo Zanoni | b8a4f40 | 2012-10-31 18:12:42 -0200 | [diff] [blame] | 1932 | static void ironlake_disable_pch_transcoder(struct drm_i915_private *dev_priv, |
| 1933 | enum pipe pipe) |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 1934 | { |
Daniel Vetter | 23670b32 | 2012-11-01 09:15:30 +0100 | [diff] [blame] | 1935 | struct drm_device *dev = dev_priv->dev; |
| 1936 | uint32_t reg, val; |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 1937 | |
| 1938 | /* FDI relies on the transcoder */ |
| 1939 | assert_fdi_tx_disabled(dev_priv, pipe); |
| 1940 | assert_fdi_rx_disabled(dev_priv, pipe); |
| 1941 | |
Jesse Barnes | 291906f | 2011-02-02 12:28:03 -0800 | [diff] [blame] | 1942 | /* Ports must be off as well */ |
| 1943 | assert_pch_ports_disabled(dev_priv, pipe); |
| 1944 | |
Daniel Vetter | ab9412b | 2013-05-03 11:49:46 +0200 | [diff] [blame] | 1945 | reg = PCH_TRANSCONF(pipe); |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 1946 | val = I915_READ(reg); |
| 1947 | val &= ~TRANS_ENABLE; |
| 1948 | I915_WRITE(reg, val); |
| 1949 | /* wait for PCH transcoder off, transcoder state */ |
| 1950 | if (wait_for((I915_READ(reg) & TRANS_STATE_ENABLE) == 0, 50)) |
Ville Syrjälä | 4bb6f1f | 2013-04-17 17:48:50 +0300 | [diff] [blame] | 1951 | DRM_ERROR("failed to disable transcoder %c\n", pipe_name(pipe)); |
Daniel Vetter | 23670b32 | 2012-11-01 09:15:30 +0100 | [diff] [blame] | 1952 | |
| 1953 | if (!HAS_PCH_IBX(dev)) { |
| 1954 | /* Workaround: Clear the timing override chicken bit again. */ |
| 1955 | reg = TRANS_CHICKEN2(pipe); |
| 1956 | val = I915_READ(reg); |
| 1957 | val &= ~TRANS_CHICKEN2_TIMING_OVERRIDE; |
| 1958 | I915_WRITE(reg, val); |
| 1959 | } |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 1960 | } |
| 1961 | |
Paulo Zanoni | ab4d966 | 2012-10-31 18:12:55 -0200 | [diff] [blame] | 1962 | static void lpt_disable_pch_transcoder(struct drm_i915_private *dev_priv) |
Paulo Zanoni | 8fb033d | 2012-10-31 18:12:43 -0200 | [diff] [blame] | 1963 | { |
Paulo Zanoni | 8fb033d | 2012-10-31 18:12:43 -0200 | [diff] [blame] | 1964 | u32 val; |
| 1965 | |
Daniel Vetter | ab9412b | 2013-05-03 11:49:46 +0200 | [diff] [blame] | 1966 | val = I915_READ(LPT_TRANSCONF); |
Paulo Zanoni | 8fb033d | 2012-10-31 18:12:43 -0200 | [diff] [blame] | 1967 | val &= ~TRANS_ENABLE; |
Daniel Vetter | ab9412b | 2013-05-03 11:49:46 +0200 | [diff] [blame] | 1968 | I915_WRITE(LPT_TRANSCONF, val); |
Paulo Zanoni | 8fb033d | 2012-10-31 18:12:43 -0200 | [diff] [blame] | 1969 | /* wait for PCH transcoder off, transcoder state */ |
Daniel Vetter | ab9412b | 2013-05-03 11:49:46 +0200 | [diff] [blame] | 1970 | if (wait_for((I915_READ(LPT_TRANSCONF) & TRANS_STATE_ENABLE) == 0, 50)) |
Paulo Zanoni | 8a52fd9 | 2012-10-31 18:12:51 -0200 | [diff] [blame] | 1971 | DRM_ERROR("Failed to disable PCH transcoder\n"); |
Paulo Zanoni | 223a6fd | 2012-10-31 18:12:52 -0200 | [diff] [blame] | 1972 | |
| 1973 | /* Workaround: clear timing override bit. */ |
| 1974 | val = I915_READ(_TRANSA_CHICKEN2); |
Daniel Vetter | 23670b32 | 2012-11-01 09:15:30 +0100 | [diff] [blame] | 1975 | val &= ~TRANS_CHICKEN2_TIMING_OVERRIDE; |
Paulo Zanoni | 223a6fd | 2012-10-31 18:12:52 -0200 | [diff] [blame] | 1976 | I915_WRITE(_TRANSA_CHICKEN2, val); |
Jesse Barnes | 92f2584 | 2011-01-04 15:09:34 -0800 | [diff] [blame] | 1977 | } |
| 1978 | |
| 1979 | /** |
Chris Wilson | 309cfea | 2011-01-28 13:54:53 +0000 | [diff] [blame] | 1980 | * intel_enable_pipe - enable a pipe, asserting requirements |
Paulo Zanoni | 0372264 | 2014-01-17 13:51:09 -0200 | [diff] [blame] | 1981 | * @crtc: crtc responsible for the pipe |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 1982 | * |
Paulo Zanoni | 0372264 | 2014-01-17 13:51:09 -0200 | [diff] [blame] | 1983 | * Enable @crtc's pipe, making sure that various hardware specific requirements |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 1984 | * are met, if applicable, e.g. PLL enabled, LVDS pairs enabled, etc. |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 1985 | */ |
Paulo Zanoni | e1fdc47 | 2014-01-17 13:51:12 -0200 | [diff] [blame] | 1986 | static void intel_enable_pipe(struct intel_crtc *crtc) |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 1987 | { |
Paulo Zanoni | 0372264 | 2014-01-17 13:51:09 -0200 | [diff] [blame] | 1988 | struct drm_device *dev = crtc->base.dev; |
| 1989 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 1990 | enum pipe pipe = crtc->pipe; |
Paulo Zanoni | 702e7a5 | 2012-10-23 18:29:59 -0200 | [diff] [blame] | 1991 | enum transcoder cpu_transcoder = intel_pipe_to_cpu_transcoder(dev_priv, |
| 1992 | pipe); |
Daniel Vetter | 1a240d4 | 2012-11-29 22:18:51 +0100 | [diff] [blame] | 1993 | enum pipe pch_transcoder; |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 1994 | int reg; |
| 1995 | u32 val; |
| 1996 | |
Daniel Vetter | 58c6eaa | 2013-04-11 16:29:09 +0200 | [diff] [blame] | 1997 | assert_planes_disabled(dev_priv, pipe); |
Jani Nikula | 93ce0ba | 2013-09-13 11:03:08 +0300 | [diff] [blame] | 1998 | assert_cursor_disabled(dev_priv, pipe); |
Daniel Vetter | 58c6eaa | 2013-04-11 16:29:09 +0200 | [diff] [blame] | 1999 | assert_sprites_disabled(dev_priv, pipe); |
| 2000 | |
Paulo Zanoni | 681e581 | 2012-12-06 11:12:38 -0200 | [diff] [blame] | 2001 | if (HAS_PCH_LPT(dev_priv->dev)) |
Paulo Zanoni | cc391bb | 2012-11-20 13:27:37 -0200 | [diff] [blame] | 2002 | pch_transcoder = TRANSCODER_A; |
| 2003 | else |
| 2004 | pch_transcoder = pipe; |
| 2005 | |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 2006 | /* |
| 2007 | * A pipe without a PLL won't actually be able to drive bits from |
| 2008 | * a plane. On ILK+ the pipe PLLs are integrated, so we don't |
| 2009 | * need the check. |
| 2010 | */ |
| 2011 | if (!HAS_PCH_SPLIT(dev_priv->dev)) |
Paulo Zanoni | fbf3218 | 2014-01-17 13:51:11 -0200 | [diff] [blame] | 2012 | if (intel_pipe_has_type(&crtc->base, INTEL_OUTPUT_DSI)) |
Jani Nikula | 23538ef | 2013-08-27 15:12:22 +0300 | [diff] [blame] | 2013 | assert_dsi_pll_enabled(dev_priv); |
| 2014 | else |
| 2015 | assert_pll_enabled(dev_priv, pipe); |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 2016 | else { |
Paulo Zanoni | 30421c4 | 2014-01-17 13:51:10 -0200 | [diff] [blame] | 2017 | if (crtc->config.has_pch_encoder) { |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 2018 | /* if driving the PCH, we need FDI enabled */ |
Paulo Zanoni | cc391bb | 2012-11-20 13:27:37 -0200 | [diff] [blame] | 2019 | assert_fdi_rx_pll_enabled(dev_priv, pch_transcoder); |
Daniel Vetter | 1a240d4 | 2012-11-29 22:18:51 +0100 | [diff] [blame] | 2020 | assert_fdi_tx_pll_enabled(dev_priv, |
| 2021 | (enum pipe) cpu_transcoder); |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 2022 | } |
| 2023 | /* FIXME: assert CPU port conditions for SNB+ */ |
| 2024 | } |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 2025 | |
Paulo Zanoni | 702e7a5 | 2012-10-23 18:29:59 -0200 | [diff] [blame] | 2026 | reg = PIPECONF(cpu_transcoder); |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 2027 | val = I915_READ(reg); |
Paulo Zanoni | 7ad25d4 | 2014-01-17 13:51:13 -0200 | [diff] [blame] | 2028 | if (val & PIPECONF_ENABLE) { |
| 2029 | WARN_ON(!(pipe == PIPE_A && |
| 2030 | dev_priv->quirks & QUIRK_PIPEA_FORCE)); |
Chris Wilson | 00d70b1 | 2011-03-17 07:18:29 +0000 | [diff] [blame] | 2031 | return; |
Paulo Zanoni | 7ad25d4 | 2014-01-17 13:51:13 -0200 | [diff] [blame] | 2032 | } |
Chris Wilson | 00d70b1 | 2011-03-17 07:18:29 +0000 | [diff] [blame] | 2033 | |
| 2034 | I915_WRITE(reg, val | PIPECONF_ENABLE); |
Paulo Zanoni | 851855d | 2013-12-19 19:12:29 -0200 | [diff] [blame] | 2035 | POSTING_READ(reg); |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 2036 | } |
| 2037 | |
| 2038 | /** |
Chris Wilson | 309cfea | 2011-01-28 13:54:53 +0000 | [diff] [blame] | 2039 | * intel_disable_pipe - disable a pipe, asserting requirements |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 2040 | * @dev_priv: i915 private structure |
| 2041 | * @pipe: pipe to disable |
| 2042 | * |
| 2043 | * Disable @pipe, making sure that various hardware specific requirements |
| 2044 | * are met, if applicable, e.g. plane disabled, panel fitter off, etc. |
| 2045 | * |
| 2046 | * @pipe should be %PIPE_A or %PIPE_B. |
| 2047 | * |
| 2048 | * Will wait until the pipe has shut down before returning. |
| 2049 | */ |
| 2050 | static void intel_disable_pipe(struct drm_i915_private *dev_priv, |
| 2051 | enum pipe pipe) |
| 2052 | { |
Paulo Zanoni | 702e7a5 | 2012-10-23 18:29:59 -0200 | [diff] [blame] | 2053 | enum transcoder cpu_transcoder = intel_pipe_to_cpu_transcoder(dev_priv, |
| 2054 | pipe); |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 2055 | int reg; |
| 2056 | u32 val; |
| 2057 | |
| 2058 | /* |
| 2059 | * Make sure planes won't keep trying to pump pixels to us, |
| 2060 | * or we might hang the display. |
| 2061 | */ |
| 2062 | assert_planes_disabled(dev_priv, pipe); |
Jani Nikula | 93ce0ba | 2013-09-13 11:03:08 +0300 | [diff] [blame] | 2063 | assert_cursor_disabled(dev_priv, pipe); |
Jesse Barnes | 19332d7 | 2013-03-28 09:55:38 -0700 | [diff] [blame] | 2064 | assert_sprites_disabled(dev_priv, pipe); |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 2065 | |
| 2066 | /* Don't disable pipe A or pipe A PLLs if needed */ |
| 2067 | if (pipe == PIPE_A && (dev_priv->quirks & QUIRK_PIPEA_FORCE)) |
| 2068 | return; |
| 2069 | |
Paulo Zanoni | 702e7a5 | 2012-10-23 18:29:59 -0200 | [diff] [blame] | 2070 | reg = PIPECONF(cpu_transcoder); |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 2071 | val = I915_READ(reg); |
Chris Wilson | 00d70b1 | 2011-03-17 07:18:29 +0000 | [diff] [blame] | 2072 | if ((val & PIPECONF_ENABLE) == 0) |
| 2073 | return; |
| 2074 | |
| 2075 | I915_WRITE(reg, val & ~PIPECONF_ENABLE); |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 2076 | intel_wait_for_pipe_off(dev_priv->dev, pipe); |
| 2077 | } |
| 2078 | |
Keith Packard | d74362c | 2011-07-28 14:47:14 -0700 | [diff] [blame] | 2079 | /* |
| 2080 | * Plane regs are double buffered, going from enabled->disabled needs a |
| 2081 | * trigger in order to latch. The display address reg provides this. |
| 2082 | */ |
Ville Syrjälä | 1dba99f | 2013-10-01 18:02:18 +0300 | [diff] [blame] | 2083 | void intel_flush_primary_plane(struct drm_i915_private *dev_priv, |
| 2084 | enum plane plane) |
Keith Packard | d74362c | 2011-07-28 14:47:14 -0700 | [diff] [blame] | 2085 | { |
Damien Lespiau | 3d13ef2 | 2014-02-07 19:12:47 +0000 | [diff] [blame] | 2086 | struct drm_device *dev = dev_priv->dev; |
| 2087 | u32 reg = INTEL_INFO(dev)->gen >= 4 ? DSPSURF(plane) : DSPADDR(plane); |
Ville Syrjälä | 1dba99f | 2013-10-01 18:02:18 +0300 | [diff] [blame] | 2088 | |
| 2089 | I915_WRITE(reg, I915_READ(reg)); |
| 2090 | POSTING_READ(reg); |
Keith Packard | d74362c | 2011-07-28 14:47:14 -0700 | [diff] [blame] | 2091 | } |
| 2092 | |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 2093 | /** |
Matt Roper | 262ca2b | 2014-03-18 17:22:55 -0700 | [diff] [blame] | 2094 | * intel_enable_primary_hw_plane - enable the primary plane on a given pipe |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 2095 | * @dev_priv: i915 private structure |
| 2096 | * @plane: plane to enable |
| 2097 | * @pipe: pipe being fed |
| 2098 | * |
| 2099 | * Enable @plane on @pipe, making sure that @pipe is running first. |
| 2100 | */ |
Matt Roper | 262ca2b | 2014-03-18 17:22:55 -0700 | [diff] [blame] | 2101 | static void intel_enable_primary_hw_plane(struct drm_i915_private *dev_priv, |
| 2102 | enum plane plane, enum pipe pipe) |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 2103 | { |
Ville Syrjälä | 939c2fe | 2013-10-01 18:02:10 +0300 | [diff] [blame] | 2104 | struct intel_crtc *intel_crtc = |
| 2105 | to_intel_crtc(dev_priv->pipe_to_crtc_mapping[pipe]); |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 2106 | int reg; |
| 2107 | u32 val; |
| 2108 | |
| 2109 | /* If the pipe isn't enabled, we can't pump pixels and may hang */ |
| 2110 | assert_pipe_enabled(dev_priv, pipe); |
| 2111 | |
Ville Syrjälä | 98ec773 | 2014-04-30 17:43:01 +0300 | [diff] [blame] | 2112 | if (intel_crtc->primary_enabled) |
| 2113 | return; |
Ville Syrjälä | 0037f71 | 2013-10-01 18:02:20 +0300 | [diff] [blame] | 2114 | |
Ville Syrjälä | 4c445e0 | 2013-10-09 17:24:58 +0300 | [diff] [blame] | 2115 | intel_crtc->primary_enabled = true; |
Ville Syrjälä | 939c2fe | 2013-10-01 18:02:10 +0300 | [diff] [blame] | 2116 | |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 2117 | reg = DSPCNTR(plane); |
| 2118 | val = I915_READ(reg); |
Ville Syrjälä | 10efa93 | 2014-04-28 15:53:25 +0300 | [diff] [blame] | 2119 | WARN_ON(val & DISPLAY_PLANE_ENABLE); |
Chris Wilson | 00d70b1 | 2011-03-17 07:18:29 +0000 | [diff] [blame] | 2120 | |
| 2121 | I915_WRITE(reg, val | DISPLAY_PLANE_ENABLE); |
Ville Syrjälä | 1dba99f | 2013-10-01 18:02:18 +0300 | [diff] [blame] | 2122 | intel_flush_primary_plane(dev_priv, plane); |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 2123 | } |
| 2124 | |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 2125 | /** |
Matt Roper | 262ca2b | 2014-03-18 17:22:55 -0700 | [diff] [blame] | 2126 | * intel_disable_primary_hw_plane - disable the primary hardware plane |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 2127 | * @dev_priv: i915 private structure |
| 2128 | * @plane: plane to disable |
| 2129 | * @pipe: pipe consuming the data |
| 2130 | * |
| 2131 | * Disable @plane; should be an independent operation. |
| 2132 | */ |
Matt Roper | 262ca2b | 2014-03-18 17:22:55 -0700 | [diff] [blame] | 2133 | static void intel_disable_primary_hw_plane(struct drm_i915_private *dev_priv, |
| 2134 | enum plane plane, enum pipe pipe) |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 2135 | { |
Ville Syrjälä | 939c2fe | 2013-10-01 18:02:10 +0300 | [diff] [blame] | 2136 | struct intel_crtc *intel_crtc = |
| 2137 | to_intel_crtc(dev_priv->pipe_to_crtc_mapping[pipe]); |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 2138 | int reg; |
| 2139 | u32 val; |
| 2140 | |
Ville Syrjälä | 98ec773 | 2014-04-30 17:43:01 +0300 | [diff] [blame] | 2141 | if (!intel_crtc->primary_enabled) |
| 2142 | return; |
Ville Syrjälä | 0037f71 | 2013-10-01 18:02:20 +0300 | [diff] [blame] | 2143 | |
Ville Syrjälä | 4c445e0 | 2013-10-09 17:24:58 +0300 | [diff] [blame] | 2144 | intel_crtc->primary_enabled = false; |
Ville Syrjälä | 939c2fe | 2013-10-01 18:02:10 +0300 | [diff] [blame] | 2145 | |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 2146 | reg = DSPCNTR(plane); |
| 2147 | val = I915_READ(reg); |
Ville Syrjälä | 10efa93 | 2014-04-28 15:53:25 +0300 | [diff] [blame] | 2148 | WARN_ON((val & DISPLAY_PLANE_ENABLE) == 0); |
Chris Wilson | 00d70b1 | 2011-03-17 07:18:29 +0000 | [diff] [blame] | 2149 | |
| 2150 | I915_WRITE(reg, val & ~DISPLAY_PLANE_ENABLE); |
Ville Syrjälä | 1dba99f | 2013-10-01 18:02:18 +0300 | [diff] [blame] | 2151 | intel_flush_primary_plane(dev_priv, plane); |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 2152 | } |
| 2153 | |
Chris Wilson | 693db18 | 2013-03-05 14:52:39 +0000 | [diff] [blame] | 2154 | static bool need_vtd_wa(struct drm_device *dev) |
| 2155 | { |
| 2156 | #ifdef CONFIG_INTEL_IOMMU |
| 2157 | if (INTEL_INFO(dev)->gen >= 6 && intel_iommu_gfx_mapped) |
| 2158 | return true; |
| 2159 | #endif |
| 2160 | return false; |
| 2161 | } |
| 2162 | |
Jesse Barnes | a57ce0b | 2014-02-07 12:10:35 -0800 | [diff] [blame] | 2163 | static int intel_align_height(struct drm_device *dev, int height, bool tiled) |
| 2164 | { |
| 2165 | int tile_height; |
| 2166 | |
| 2167 | tile_height = tiled ? (IS_GEN2(dev) ? 16 : 8) : 1; |
| 2168 | return ALIGN(height, tile_height); |
| 2169 | } |
| 2170 | |
Chris Wilson | 127bd2a | 2010-07-23 23:32:05 +0100 | [diff] [blame] | 2171 | int |
Chris Wilson | 48b956c | 2010-09-14 12:50:34 +0100 | [diff] [blame] | 2172 | intel_pin_and_fence_fb_obj(struct drm_device *dev, |
Chris Wilson | 05394f3 | 2010-11-08 19:18:58 +0000 | [diff] [blame] | 2173 | struct drm_i915_gem_object *obj, |
Oscar Mateo | a4872ba | 2014-05-22 14:13:33 +0100 | [diff] [blame] | 2174 | struct intel_engine_cs *pipelined) |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 2175 | { |
Chris Wilson | ce453d8 | 2011-02-21 14:43:56 +0000 | [diff] [blame] | 2176 | struct drm_i915_private *dev_priv = dev->dev_private; |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 2177 | u32 alignment; |
| 2178 | int ret; |
| 2179 | |
Chris Wilson | 05394f3 | 2010-11-08 19:18:58 +0000 | [diff] [blame] | 2180 | switch (obj->tiling_mode) { |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 2181 | case I915_TILING_NONE: |
Chris Wilson | 534843d | 2010-07-05 18:01:46 +0100 | [diff] [blame] | 2182 | if (IS_BROADWATER(dev) || IS_CRESTLINE(dev)) |
| 2183 | alignment = 128 * 1024; |
Chris Wilson | a6c45cf | 2010-09-17 00:32:17 +0100 | [diff] [blame] | 2184 | else if (INTEL_INFO(dev)->gen >= 4) |
Chris Wilson | 534843d | 2010-07-05 18:01:46 +0100 | [diff] [blame] | 2185 | alignment = 4 * 1024; |
| 2186 | else |
| 2187 | alignment = 64 * 1024; |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 2188 | break; |
| 2189 | case I915_TILING_X: |
| 2190 | /* pin() will align the object as required by fence */ |
| 2191 | alignment = 0; |
| 2192 | break; |
| 2193 | case I915_TILING_Y: |
Daniel Vetter | 80075d4 | 2013-10-09 21:23:52 +0200 | [diff] [blame] | 2194 | WARN(1, "Y tiled bo slipped through, driver bug!\n"); |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 2195 | return -EINVAL; |
| 2196 | default: |
| 2197 | BUG(); |
| 2198 | } |
| 2199 | |
Chris Wilson | 693db18 | 2013-03-05 14:52:39 +0000 | [diff] [blame] | 2200 | /* Note that the w/a also requires 64 PTE of padding following the |
| 2201 | * bo. We currently fill all unused PTE with the shadow page and so |
| 2202 | * we should always have valid PTE following the scanout preventing |
| 2203 | * the VT-d warning. |
| 2204 | */ |
| 2205 | if (need_vtd_wa(dev) && alignment < 256 * 1024) |
| 2206 | alignment = 256 * 1024; |
| 2207 | |
Chris Wilson | ce453d8 | 2011-02-21 14:43:56 +0000 | [diff] [blame] | 2208 | dev_priv->mm.interruptible = false; |
Chris Wilson | 2da3b9b | 2011-04-14 09:41:17 +0100 | [diff] [blame] | 2209 | ret = i915_gem_object_pin_to_display_plane(obj, alignment, pipelined); |
Chris Wilson | 48b956c | 2010-09-14 12:50:34 +0100 | [diff] [blame] | 2210 | if (ret) |
Chris Wilson | ce453d8 | 2011-02-21 14:43:56 +0000 | [diff] [blame] | 2211 | goto err_interruptible; |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 2212 | |
| 2213 | /* Install a fence for tiled scan-out. Pre-i965 always needs a |
| 2214 | * fence, whereas 965+ only requires a fence if using |
| 2215 | * framebuffer compression. For simplicity, we always install |
| 2216 | * a fence as the cost is not that onerous. |
| 2217 | */ |
Chris Wilson | 06d9813 | 2012-04-17 15:31:24 +0100 | [diff] [blame] | 2218 | ret = i915_gem_object_get_fence(obj); |
Chris Wilson | 9a5a53b | 2012-03-22 15:10:00 +0000 | [diff] [blame] | 2219 | if (ret) |
| 2220 | goto err_unpin; |
Chris Wilson | 1690e1e | 2011-12-14 13:57:08 +0100 | [diff] [blame] | 2221 | |
Chris Wilson | 9a5a53b | 2012-03-22 15:10:00 +0000 | [diff] [blame] | 2222 | i915_gem_object_pin_fence(obj); |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 2223 | |
Chris Wilson | ce453d8 | 2011-02-21 14:43:56 +0000 | [diff] [blame] | 2224 | dev_priv->mm.interruptible = true; |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 2225 | return 0; |
Chris Wilson | 48b956c | 2010-09-14 12:50:34 +0100 | [diff] [blame] | 2226 | |
| 2227 | err_unpin: |
Chris Wilson | cc98b41 | 2013-08-09 12:25:09 +0100 | [diff] [blame] | 2228 | i915_gem_object_unpin_from_display_plane(obj); |
Chris Wilson | ce453d8 | 2011-02-21 14:43:56 +0000 | [diff] [blame] | 2229 | err_interruptible: |
| 2230 | dev_priv->mm.interruptible = true; |
Chris Wilson | 48b956c | 2010-09-14 12:50:34 +0100 | [diff] [blame] | 2231 | return ret; |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 2232 | } |
| 2233 | |
Chris Wilson | 1690e1e | 2011-12-14 13:57:08 +0100 | [diff] [blame] | 2234 | void intel_unpin_fb_obj(struct drm_i915_gem_object *obj) |
| 2235 | { |
| 2236 | i915_gem_object_unpin_fence(obj); |
Chris Wilson | cc98b41 | 2013-08-09 12:25:09 +0100 | [diff] [blame] | 2237 | i915_gem_object_unpin_from_display_plane(obj); |
Chris Wilson | 1690e1e | 2011-12-14 13:57:08 +0100 | [diff] [blame] | 2238 | } |
| 2239 | |
Daniel Vetter | c2c7513 | 2012-07-05 12:17:30 +0200 | [diff] [blame] | 2240 | /* Computes the linear offset to the base tile and adjusts x, y. bytes per pixel |
| 2241 | * is assumed to be a power-of-two. */ |
Chris Wilson | bc75286 | 2013-02-21 20:04:31 +0000 | [diff] [blame] | 2242 | unsigned long intel_gen4_compute_page_offset(int *x, int *y, |
| 2243 | unsigned int tiling_mode, |
| 2244 | unsigned int cpp, |
| 2245 | unsigned int pitch) |
Daniel Vetter | c2c7513 | 2012-07-05 12:17:30 +0200 | [diff] [blame] | 2246 | { |
Chris Wilson | bc75286 | 2013-02-21 20:04:31 +0000 | [diff] [blame] | 2247 | if (tiling_mode != I915_TILING_NONE) { |
| 2248 | unsigned int tile_rows, tiles; |
Daniel Vetter | c2c7513 | 2012-07-05 12:17:30 +0200 | [diff] [blame] | 2249 | |
Chris Wilson | bc75286 | 2013-02-21 20:04:31 +0000 | [diff] [blame] | 2250 | tile_rows = *y / 8; |
| 2251 | *y %= 8; |
Daniel Vetter | c2c7513 | 2012-07-05 12:17:30 +0200 | [diff] [blame] | 2252 | |
Chris Wilson | bc75286 | 2013-02-21 20:04:31 +0000 | [diff] [blame] | 2253 | tiles = *x / (512/cpp); |
| 2254 | *x %= 512/cpp; |
| 2255 | |
| 2256 | return tile_rows * pitch * 8 + tiles * 4096; |
| 2257 | } else { |
| 2258 | unsigned int offset; |
| 2259 | |
| 2260 | offset = *y * pitch + *x * cpp; |
| 2261 | *y = 0; |
| 2262 | *x = (offset & 4095) / cpp; |
| 2263 | return offset & -4096; |
| 2264 | } |
Daniel Vetter | c2c7513 | 2012-07-05 12:17:30 +0200 | [diff] [blame] | 2265 | } |
| 2266 | |
Jesse Barnes | 46f297f | 2014-03-07 08:57:48 -0800 | [diff] [blame] | 2267 | int intel_format_to_fourcc(int format) |
| 2268 | { |
| 2269 | switch (format) { |
| 2270 | case DISPPLANE_8BPP: |
| 2271 | return DRM_FORMAT_C8; |
| 2272 | case DISPPLANE_BGRX555: |
| 2273 | return DRM_FORMAT_XRGB1555; |
| 2274 | case DISPPLANE_BGRX565: |
| 2275 | return DRM_FORMAT_RGB565; |
| 2276 | default: |
| 2277 | case DISPPLANE_BGRX888: |
| 2278 | return DRM_FORMAT_XRGB8888; |
| 2279 | case DISPPLANE_RGBX888: |
| 2280 | return DRM_FORMAT_XBGR8888; |
| 2281 | case DISPPLANE_BGRX101010: |
| 2282 | return DRM_FORMAT_XRGB2101010; |
| 2283 | case DISPPLANE_RGBX101010: |
| 2284 | return DRM_FORMAT_XBGR2101010; |
| 2285 | } |
| 2286 | } |
| 2287 | |
Jesse Barnes | 484b41d | 2014-03-07 08:57:55 -0800 | [diff] [blame] | 2288 | static bool intel_alloc_plane_obj(struct intel_crtc *crtc, |
Jesse Barnes | 46f297f | 2014-03-07 08:57:48 -0800 | [diff] [blame] | 2289 | struct intel_plane_config *plane_config) |
| 2290 | { |
| 2291 | struct drm_device *dev = crtc->base.dev; |
| 2292 | struct drm_i915_gem_object *obj = NULL; |
| 2293 | struct drm_mode_fb_cmd2 mode_cmd = { 0 }; |
| 2294 | u32 base = plane_config->base; |
| 2295 | |
Chris Wilson | ff2652e | 2014-03-10 08:07:02 +0000 | [diff] [blame] | 2296 | if (plane_config->size == 0) |
| 2297 | return false; |
| 2298 | |
Jesse Barnes | 46f297f | 2014-03-07 08:57:48 -0800 | [diff] [blame] | 2299 | obj = i915_gem_object_create_stolen_for_preallocated(dev, base, base, |
| 2300 | plane_config->size); |
| 2301 | if (!obj) |
Jesse Barnes | 484b41d | 2014-03-07 08:57:55 -0800 | [diff] [blame] | 2302 | return false; |
Jesse Barnes | 46f297f | 2014-03-07 08:57:48 -0800 | [diff] [blame] | 2303 | |
| 2304 | if (plane_config->tiled) { |
| 2305 | obj->tiling_mode = I915_TILING_X; |
Dave Airlie | 66e514c | 2014-04-03 07:51:54 +1000 | [diff] [blame] | 2306 | obj->stride = crtc->base.primary->fb->pitches[0]; |
Jesse Barnes | 46f297f | 2014-03-07 08:57:48 -0800 | [diff] [blame] | 2307 | } |
| 2308 | |
Dave Airlie | 66e514c | 2014-04-03 07:51:54 +1000 | [diff] [blame] | 2309 | mode_cmd.pixel_format = crtc->base.primary->fb->pixel_format; |
| 2310 | mode_cmd.width = crtc->base.primary->fb->width; |
| 2311 | mode_cmd.height = crtc->base.primary->fb->height; |
| 2312 | mode_cmd.pitches[0] = crtc->base.primary->fb->pitches[0]; |
Jesse Barnes | 46f297f | 2014-03-07 08:57:48 -0800 | [diff] [blame] | 2313 | |
| 2314 | mutex_lock(&dev->struct_mutex); |
| 2315 | |
Dave Airlie | 66e514c | 2014-04-03 07:51:54 +1000 | [diff] [blame] | 2316 | if (intel_framebuffer_init(dev, to_intel_framebuffer(crtc->base.primary->fb), |
Jesse Barnes | 484b41d | 2014-03-07 08:57:55 -0800 | [diff] [blame] | 2317 | &mode_cmd, obj)) { |
Jesse Barnes | 46f297f | 2014-03-07 08:57:48 -0800 | [diff] [blame] | 2318 | DRM_DEBUG_KMS("intel fb init failed\n"); |
| 2319 | goto out_unref_obj; |
| 2320 | } |
| 2321 | |
| 2322 | mutex_unlock(&dev->struct_mutex); |
Jesse Barnes | 484b41d | 2014-03-07 08:57:55 -0800 | [diff] [blame] | 2323 | |
| 2324 | DRM_DEBUG_KMS("plane fb obj %p\n", obj); |
| 2325 | return true; |
Jesse Barnes | 46f297f | 2014-03-07 08:57:48 -0800 | [diff] [blame] | 2326 | |
| 2327 | out_unref_obj: |
| 2328 | drm_gem_object_unreference(&obj->base); |
| 2329 | mutex_unlock(&dev->struct_mutex); |
Jesse Barnes | 484b41d | 2014-03-07 08:57:55 -0800 | [diff] [blame] | 2330 | return false; |
| 2331 | } |
| 2332 | |
| 2333 | static void intel_find_plane_obj(struct intel_crtc *intel_crtc, |
| 2334 | struct intel_plane_config *plane_config) |
| 2335 | { |
| 2336 | struct drm_device *dev = intel_crtc->base.dev; |
| 2337 | struct drm_crtc *c; |
| 2338 | struct intel_crtc *i; |
| 2339 | struct intel_framebuffer *fb; |
| 2340 | |
Dave Airlie | 66e514c | 2014-04-03 07:51:54 +1000 | [diff] [blame] | 2341 | if (!intel_crtc->base.primary->fb) |
Jesse Barnes | 484b41d | 2014-03-07 08:57:55 -0800 | [diff] [blame] | 2342 | return; |
| 2343 | |
| 2344 | if (intel_alloc_plane_obj(intel_crtc, plane_config)) |
| 2345 | return; |
| 2346 | |
Dave Airlie | 66e514c | 2014-04-03 07:51:54 +1000 | [diff] [blame] | 2347 | kfree(intel_crtc->base.primary->fb); |
| 2348 | intel_crtc->base.primary->fb = NULL; |
Jesse Barnes | 484b41d | 2014-03-07 08:57:55 -0800 | [diff] [blame] | 2349 | |
| 2350 | /* |
| 2351 | * Failed to alloc the obj, check to see if we should share |
| 2352 | * an fb with another CRTC instead |
| 2353 | */ |
Damien Lespiau | 70e1e0e | 2014-05-13 23:32:24 +0100 | [diff] [blame] | 2354 | for_each_crtc(dev, c) { |
Jesse Barnes | 484b41d | 2014-03-07 08:57:55 -0800 | [diff] [blame] | 2355 | i = to_intel_crtc(c); |
| 2356 | |
| 2357 | if (c == &intel_crtc->base) |
| 2358 | continue; |
| 2359 | |
Dave Airlie | 66e514c | 2014-04-03 07:51:54 +1000 | [diff] [blame] | 2360 | if (!i->active || !c->primary->fb) |
Jesse Barnes | 484b41d | 2014-03-07 08:57:55 -0800 | [diff] [blame] | 2361 | continue; |
| 2362 | |
Dave Airlie | 66e514c | 2014-04-03 07:51:54 +1000 | [diff] [blame] | 2363 | fb = to_intel_framebuffer(c->primary->fb); |
Jesse Barnes | 484b41d | 2014-03-07 08:57:55 -0800 | [diff] [blame] | 2364 | if (i915_gem_obj_ggtt_offset(fb->obj) == plane_config->base) { |
Dave Airlie | 66e514c | 2014-04-03 07:51:54 +1000 | [diff] [blame] | 2365 | drm_framebuffer_reference(c->primary->fb); |
| 2366 | intel_crtc->base.primary->fb = c->primary->fb; |
Jesse Barnes | 484b41d | 2014-03-07 08:57:55 -0800 | [diff] [blame] | 2367 | break; |
| 2368 | } |
| 2369 | } |
Jesse Barnes | 46f297f | 2014-03-07 08:57:48 -0800 | [diff] [blame] | 2370 | } |
| 2371 | |
Daniel Vetter | 29b9bde | 2014-04-24 23:55:01 +0200 | [diff] [blame] | 2372 | static void i9xx_update_primary_plane(struct drm_crtc *crtc, |
| 2373 | struct drm_framebuffer *fb, |
| 2374 | int x, int y) |
Jesse Barnes | 8125556 | 2010-08-02 12:07:50 -0700 | [diff] [blame] | 2375 | { |
| 2376 | struct drm_device *dev = crtc->dev; |
| 2377 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 2378 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 2379 | struct intel_framebuffer *intel_fb; |
Chris Wilson | 05394f3 | 2010-11-08 19:18:58 +0000 | [diff] [blame] | 2380 | struct drm_i915_gem_object *obj; |
Jesse Barnes | 8125556 | 2010-08-02 12:07:50 -0700 | [diff] [blame] | 2381 | int plane = intel_crtc->plane; |
Daniel Vetter | e506a0c | 2012-07-05 12:17:29 +0200 | [diff] [blame] | 2382 | unsigned long linear_offset; |
Jesse Barnes | 8125556 | 2010-08-02 12:07:50 -0700 | [diff] [blame] | 2383 | u32 dspcntr; |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2384 | u32 reg; |
Jesse Barnes | 8125556 | 2010-08-02 12:07:50 -0700 | [diff] [blame] | 2385 | |
Jesse Barnes | 8125556 | 2010-08-02 12:07:50 -0700 | [diff] [blame] | 2386 | intel_fb = to_intel_framebuffer(fb); |
| 2387 | obj = intel_fb->obj; |
Jesse Barnes | 8125556 | 2010-08-02 12:07:50 -0700 | [diff] [blame] | 2388 | |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2389 | reg = DSPCNTR(plane); |
| 2390 | dspcntr = I915_READ(reg); |
Jesse Barnes | 8125556 | 2010-08-02 12:07:50 -0700 | [diff] [blame] | 2391 | /* Mask out pixel format bits in case we change it */ |
| 2392 | dspcntr &= ~DISPPLANE_PIXFORMAT_MASK; |
Ville Syrjälä | 57779d0 | 2012-10-31 17:50:14 +0200 | [diff] [blame] | 2393 | switch (fb->pixel_format) { |
| 2394 | case DRM_FORMAT_C8: |
Jesse Barnes | 8125556 | 2010-08-02 12:07:50 -0700 | [diff] [blame] | 2395 | dspcntr |= DISPPLANE_8BPP; |
| 2396 | break; |
Ville Syrjälä | 57779d0 | 2012-10-31 17:50:14 +0200 | [diff] [blame] | 2397 | case DRM_FORMAT_XRGB1555: |
| 2398 | case DRM_FORMAT_ARGB1555: |
| 2399 | dspcntr |= DISPPLANE_BGRX555; |
Jesse Barnes | 8125556 | 2010-08-02 12:07:50 -0700 | [diff] [blame] | 2400 | break; |
Ville Syrjälä | 57779d0 | 2012-10-31 17:50:14 +0200 | [diff] [blame] | 2401 | case DRM_FORMAT_RGB565: |
| 2402 | dspcntr |= DISPPLANE_BGRX565; |
| 2403 | break; |
| 2404 | case DRM_FORMAT_XRGB8888: |
| 2405 | case DRM_FORMAT_ARGB8888: |
| 2406 | dspcntr |= DISPPLANE_BGRX888; |
| 2407 | break; |
| 2408 | case DRM_FORMAT_XBGR8888: |
| 2409 | case DRM_FORMAT_ABGR8888: |
| 2410 | dspcntr |= DISPPLANE_RGBX888; |
| 2411 | break; |
| 2412 | case DRM_FORMAT_XRGB2101010: |
| 2413 | case DRM_FORMAT_ARGB2101010: |
| 2414 | dspcntr |= DISPPLANE_BGRX101010; |
| 2415 | break; |
| 2416 | case DRM_FORMAT_XBGR2101010: |
| 2417 | case DRM_FORMAT_ABGR2101010: |
| 2418 | dspcntr |= DISPPLANE_RGBX101010; |
Jesse Barnes | 8125556 | 2010-08-02 12:07:50 -0700 | [diff] [blame] | 2419 | break; |
| 2420 | default: |
Daniel Vetter | baba133 | 2013-03-27 00:45:00 +0100 | [diff] [blame] | 2421 | BUG(); |
Jesse Barnes | 8125556 | 2010-08-02 12:07:50 -0700 | [diff] [blame] | 2422 | } |
Ville Syrjälä | 57779d0 | 2012-10-31 17:50:14 +0200 | [diff] [blame] | 2423 | |
Chris Wilson | a6c45cf | 2010-09-17 00:32:17 +0100 | [diff] [blame] | 2424 | if (INTEL_INFO(dev)->gen >= 4) { |
Chris Wilson | 05394f3 | 2010-11-08 19:18:58 +0000 | [diff] [blame] | 2425 | if (obj->tiling_mode != I915_TILING_NONE) |
Jesse Barnes | 8125556 | 2010-08-02 12:07:50 -0700 | [diff] [blame] | 2426 | dspcntr |= DISPPLANE_TILED; |
| 2427 | else |
| 2428 | dspcntr &= ~DISPPLANE_TILED; |
| 2429 | } |
| 2430 | |
Ville Syrjälä | de1aa62 | 2013-06-07 10:47:01 +0300 | [diff] [blame] | 2431 | if (IS_G4X(dev)) |
| 2432 | dspcntr |= DISPPLANE_TRICKLE_FEED_DISABLE; |
| 2433 | |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2434 | I915_WRITE(reg, dspcntr); |
Jesse Barnes | 8125556 | 2010-08-02 12:07:50 -0700 | [diff] [blame] | 2435 | |
Daniel Vetter | e506a0c | 2012-07-05 12:17:29 +0200 | [diff] [blame] | 2436 | linear_offset = y * fb->pitches[0] + x * (fb->bits_per_pixel / 8); |
Jesse Barnes | 8125556 | 2010-08-02 12:07:50 -0700 | [diff] [blame] | 2437 | |
Daniel Vetter | c2c7513 | 2012-07-05 12:17:30 +0200 | [diff] [blame] | 2438 | if (INTEL_INFO(dev)->gen >= 4) { |
| 2439 | intel_crtc->dspaddr_offset = |
Chris Wilson | bc75286 | 2013-02-21 20:04:31 +0000 | [diff] [blame] | 2440 | intel_gen4_compute_page_offset(&x, &y, obj->tiling_mode, |
| 2441 | fb->bits_per_pixel / 8, |
| 2442 | fb->pitches[0]); |
Daniel Vetter | c2c7513 | 2012-07-05 12:17:30 +0200 | [diff] [blame] | 2443 | linear_offset -= intel_crtc->dspaddr_offset; |
| 2444 | } else { |
Daniel Vetter | e506a0c | 2012-07-05 12:17:29 +0200 | [diff] [blame] | 2445 | intel_crtc->dspaddr_offset = linear_offset; |
Daniel Vetter | c2c7513 | 2012-07-05 12:17:30 +0200 | [diff] [blame] | 2446 | } |
Daniel Vetter | e506a0c | 2012-07-05 12:17:29 +0200 | [diff] [blame] | 2447 | |
Ben Widawsky | f343c5f | 2013-07-05 14:41:04 -0700 | [diff] [blame] | 2448 | DRM_DEBUG_KMS("Writing base %08lX %08lX %d %d %d\n", |
| 2449 | i915_gem_obj_ggtt_offset(obj), linear_offset, x, y, |
| 2450 | fb->pitches[0]); |
Ville Syrjälä | 01f2c77 | 2011-12-20 00:06:49 +0200 | [diff] [blame] | 2451 | I915_WRITE(DSPSTRIDE(plane), fb->pitches[0]); |
Chris Wilson | a6c45cf | 2010-09-17 00:32:17 +0100 | [diff] [blame] | 2452 | if (INTEL_INFO(dev)->gen >= 4) { |
Daniel Vetter | 85ba7b7 | 2014-01-24 10:31:44 +0100 | [diff] [blame] | 2453 | I915_WRITE(DSPSURF(plane), |
| 2454 | i915_gem_obj_ggtt_offset(obj) + intel_crtc->dspaddr_offset); |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2455 | I915_WRITE(DSPTILEOFF(plane), (y << 16) | x); |
Daniel Vetter | e506a0c | 2012-07-05 12:17:29 +0200 | [diff] [blame] | 2456 | I915_WRITE(DSPLINOFF(plane), linear_offset); |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2457 | } else |
Ben Widawsky | f343c5f | 2013-07-05 14:41:04 -0700 | [diff] [blame] | 2458 | I915_WRITE(DSPADDR(plane), i915_gem_obj_ggtt_offset(obj) + linear_offset); |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2459 | POSTING_READ(reg); |
Jesse Barnes | 17638cd | 2011-06-24 12:19:23 -0700 | [diff] [blame] | 2460 | } |
| 2461 | |
Daniel Vetter | 29b9bde | 2014-04-24 23:55:01 +0200 | [diff] [blame] | 2462 | static void ironlake_update_primary_plane(struct drm_crtc *crtc, |
| 2463 | struct drm_framebuffer *fb, |
| 2464 | int x, int y) |
Jesse Barnes | 17638cd | 2011-06-24 12:19:23 -0700 | [diff] [blame] | 2465 | { |
| 2466 | struct drm_device *dev = crtc->dev; |
| 2467 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 2468 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 2469 | struct intel_framebuffer *intel_fb; |
| 2470 | struct drm_i915_gem_object *obj; |
| 2471 | int plane = intel_crtc->plane; |
Daniel Vetter | e506a0c | 2012-07-05 12:17:29 +0200 | [diff] [blame] | 2472 | unsigned long linear_offset; |
Jesse Barnes | 17638cd | 2011-06-24 12:19:23 -0700 | [diff] [blame] | 2473 | u32 dspcntr; |
| 2474 | u32 reg; |
| 2475 | |
Jesse Barnes | 17638cd | 2011-06-24 12:19:23 -0700 | [diff] [blame] | 2476 | intel_fb = to_intel_framebuffer(fb); |
| 2477 | obj = intel_fb->obj; |
| 2478 | |
| 2479 | reg = DSPCNTR(plane); |
| 2480 | dspcntr = I915_READ(reg); |
| 2481 | /* Mask out pixel format bits in case we change it */ |
| 2482 | dspcntr &= ~DISPPLANE_PIXFORMAT_MASK; |
Ville Syrjälä | 57779d0 | 2012-10-31 17:50:14 +0200 | [diff] [blame] | 2483 | switch (fb->pixel_format) { |
| 2484 | case DRM_FORMAT_C8: |
Jesse Barnes | 17638cd | 2011-06-24 12:19:23 -0700 | [diff] [blame] | 2485 | dspcntr |= DISPPLANE_8BPP; |
| 2486 | break; |
Ville Syrjälä | 57779d0 | 2012-10-31 17:50:14 +0200 | [diff] [blame] | 2487 | case DRM_FORMAT_RGB565: |
| 2488 | dspcntr |= DISPPLANE_BGRX565; |
Jesse Barnes | 17638cd | 2011-06-24 12:19:23 -0700 | [diff] [blame] | 2489 | break; |
Ville Syrjälä | 57779d0 | 2012-10-31 17:50:14 +0200 | [diff] [blame] | 2490 | case DRM_FORMAT_XRGB8888: |
| 2491 | case DRM_FORMAT_ARGB8888: |
| 2492 | dspcntr |= DISPPLANE_BGRX888; |
| 2493 | break; |
| 2494 | case DRM_FORMAT_XBGR8888: |
| 2495 | case DRM_FORMAT_ABGR8888: |
| 2496 | dspcntr |= DISPPLANE_RGBX888; |
| 2497 | break; |
| 2498 | case DRM_FORMAT_XRGB2101010: |
| 2499 | case DRM_FORMAT_ARGB2101010: |
| 2500 | dspcntr |= DISPPLANE_BGRX101010; |
| 2501 | break; |
| 2502 | case DRM_FORMAT_XBGR2101010: |
| 2503 | case DRM_FORMAT_ABGR2101010: |
| 2504 | dspcntr |= DISPPLANE_RGBX101010; |
Jesse Barnes | 17638cd | 2011-06-24 12:19:23 -0700 | [diff] [blame] | 2505 | break; |
| 2506 | default: |
Daniel Vetter | baba133 | 2013-03-27 00:45:00 +0100 | [diff] [blame] | 2507 | BUG(); |
Jesse Barnes | 17638cd | 2011-06-24 12:19:23 -0700 | [diff] [blame] | 2508 | } |
| 2509 | |
| 2510 | if (obj->tiling_mode != I915_TILING_NONE) |
| 2511 | dspcntr |= DISPPLANE_TILED; |
| 2512 | else |
| 2513 | dspcntr &= ~DISPPLANE_TILED; |
| 2514 | |
Ville Syrjälä | b42c600 | 2013-11-03 13:47:27 +0200 | [diff] [blame] | 2515 | if (IS_HASWELL(dev) || IS_BROADWELL(dev)) |
Paulo Zanoni | 1f5d76d | 2013-08-23 19:51:28 -0300 | [diff] [blame] | 2516 | dspcntr &= ~DISPPLANE_TRICKLE_FEED_DISABLE; |
| 2517 | else |
| 2518 | dspcntr |= DISPPLANE_TRICKLE_FEED_DISABLE; |
Jesse Barnes | 17638cd | 2011-06-24 12:19:23 -0700 | [diff] [blame] | 2519 | |
| 2520 | I915_WRITE(reg, dspcntr); |
| 2521 | |
Daniel Vetter | e506a0c | 2012-07-05 12:17:29 +0200 | [diff] [blame] | 2522 | linear_offset = y * fb->pitches[0] + x * (fb->bits_per_pixel / 8); |
Daniel Vetter | c2c7513 | 2012-07-05 12:17:30 +0200 | [diff] [blame] | 2523 | intel_crtc->dspaddr_offset = |
Chris Wilson | bc75286 | 2013-02-21 20:04:31 +0000 | [diff] [blame] | 2524 | intel_gen4_compute_page_offset(&x, &y, obj->tiling_mode, |
| 2525 | fb->bits_per_pixel / 8, |
| 2526 | fb->pitches[0]); |
Daniel Vetter | c2c7513 | 2012-07-05 12:17:30 +0200 | [diff] [blame] | 2527 | linear_offset -= intel_crtc->dspaddr_offset; |
Jesse Barnes | 17638cd | 2011-06-24 12:19:23 -0700 | [diff] [blame] | 2528 | |
Ben Widawsky | f343c5f | 2013-07-05 14:41:04 -0700 | [diff] [blame] | 2529 | DRM_DEBUG_KMS("Writing base %08lX %08lX %d %d %d\n", |
| 2530 | i915_gem_obj_ggtt_offset(obj), linear_offset, x, y, |
| 2531 | fb->pitches[0]); |
Ville Syrjälä | 01f2c77 | 2011-12-20 00:06:49 +0200 | [diff] [blame] | 2532 | I915_WRITE(DSPSTRIDE(plane), fb->pitches[0]); |
Daniel Vetter | 85ba7b7 | 2014-01-24 10:31:44 +0100 | [diff] [blame] | 2533 | I915_WRITE(DSPSURF(plane), |
| 2534 | i915_gem_obj_ggtt_offset(obj) + intel_crtc->dspaddr_offset); |
Paulo Zanoni | b3dc685 | 2013-11-02 21:07:33 -0700 | [diff] [blame] | 2535 | if (IS_HASWELL(dev) || IS_BROADWELL(dev)) { |
Damien Lespiau | bc1c91e | 2012-10-29 12:14:21 +0000 | [diff] [blame] | 2536 | I915_WRITE(DSPOFFSET(plane), (y << 16) | x); |
| 2537 | } else { |
| 2538 | I915_WRITE(DSPTILEOFF(plane), (y << 16) | x); |
| 2539 | I915_WRITE(DSPLINOFF(plane), linear_offset); |
| 2540 | } |
Jesse Barnes | 17638cd | 2011-06-24 12:19:23 -0700 | [diff] [blame] | 2541 | POSTING_READ(reg); |
Jesse Barnes | 17638cd | 2011-06-24 12:19:23 -0700 | [diff] [blame] | 2542 | } |
| 2543 | |
| 2544 | /* Assume fb object is pinned & idle & fenced and just update base pointers */ |
| 2545 | static int |
| 2546 | intel_pipe_set_base_atomic(struct drm_crtc *crtc, struct drm_framebuffer *fb, |
| 2547 | int x, int y, enum mode_set_atomic state) |
| 2548 | { |
| 2549 | struct drm_device *dev = crtc->dev; |
| 2550 | struct drm_i915_private *dev_priv = dev->dev_private; |
Jesse Barnes | 17638cd | 2011-06-24 12:19:23 -0700 | [diff] [blame] | 2551 | |
Chris Wilson | 6b8e6ed | 2012-04-17 15:08:19 +0100 | [diff] [blame] | 2552 | if (dev_priv->display.disable_fbc) |
| 2553 | dev_priv->display.disable_fbc(dev); |
Daniel Vetter | 3dec009 | 2010-08-20 21:40:52 +0200 | [diff] [blame] | 2554 | intel_increase_pllclock(crtc); |
Jesse Barnes | 8125556 | 2010-08-02 12:07:50 -0700 | [diff] [blame] | 2555 | |
Daniel Vetter | 29b9bde | 2014-04-24 23:55:01 +0200 | [diff] [blame] | 2556 | dev_priv->display.update_primary_plane(crtc, fb, x, y); |
| 2557 | |
| 2558 | return 0; |
Jesse Barnes | 8125556 | 2010-08-02 12:07:50 -0700 | [diff] [blame] | 2559 | } |
| 2560 | |
Ville Syrjälä | 96a0291 | 2013-02-18 19:08:49 +0200 | [diff] [blame] | 2561 | void intel_display_handle_reset(struct drm_device *dev) |
| 2562 | { |
| 2563 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 2564 | struct drm_crtc *crtc; |
| 2565 | |
| 2566 | /* |
| 2567 | * Flips in the rings have been nuked by the reset, |
| 2568 | * so complete all pending flips so that user space |
| 2569 | * will get its events and not get stuck. |
| 2570 | * |
| 2571 | * Also update the base address of all primary |
| 2572 | * planes to the the last fb to make sure we're |
| 2573 | * showing the correct fb after a reset. |
| 2574 | * |
| 2575 | * Need to make two loops over the crtcs so that we |
| 2576 | * don't try to grab a crtc mutex before the |
| 2577 | * pending_flip_queue really got woken up. |
| 2578 | */ |
| 2579 | |
Damien Lespiau | 70e1e0e | 2014-05-13 23:32:24 +0100 | [diff] [blame] | 2580 | for_each_crtc(dev, crtc) { |
Ville Syrjälä | 96a0291 | 2013-02-18 19:08:49 +0200 | [diff] [blame] | 2581 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 2582 | enum plane plane = intel_crtc->plane; |
| 2583 | |
| 2584 | intel_prepare_page_flip(dev, plane); |
| 2585 | intel_finish_page_flip_plane(dev, plane); |
| 2586 | } |
| 2587 | |
Damien Lespiau | 70e1e0e | 2014-05-13 23:32:24 +0100 | [diff] [blame] | 2588 | for_each_crtc(dev, crtc) { |
Ville Syrjälä | 96a0291 | 2013-02-18 19:08:49 +0200 | [diff] [blame] | 2589 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 2590 | |
Rob Clark | 51fd371 | 2013-11-19 12:10:12 -0500 | [diff] [blame] | 2591 | drm_modeset_lock(&crtc->mutex, NULL); |
Chris Wilson | 947fdaadf | 2013-11-27 12:01:32 +0000 | [diff] [blame] | 2592 | /* |
| 2593 | * FIXME: Once we have proper support for primary planes (and |
| 2594 | * disabling them without disabling the entire crtc) allow again |
Dave Airlie | 66e514c | 2014-04-03 07:51:54 +1000 | [diff] [blame] | 2595 | * a NULL crtc->primary->fb. |
Chris Wilson | 947fdaadf | 2013-11-27 12:01:32 +0000 | [diff] [blame] | 2596 | */ |
Matt Roper | f4510a2 | 2014-04-01 15:22:40 -0700 | [diff] [blame] | 2597 | if (intel_crtc->active && crtc->primary->fb) |
Matt Roper | 262ca2b | 2014-03-18 17:22:55 -0700 | [diff] [blame] | 2598 | dev_priv->display.update_primary_plane(crtc, |
Dave Airlie | 66e514c | 2014-04-03 07:51:54 +1000 | [diff] [blame] | 2599 | crtc->primary->fb, |
Matt Roper | 262ca2b | 2014-03-18 17:22:55 -0700 | [diff] [blame] | 2600 | crtc->x, |
| 2601 | crtc->y); |
Rob Clark | 51fd371 | 2013-11-19 12:10:12 -0500 | [diff] [blame] | 2602 | drm_modeset_unlock(&crtc->mutex); |
Ville Syrjälä | 96a0291 | 2013-02-18 19:08:49 +0200 | [diff] [blame] | 2603 | } |
| 2604 | } |
| 2605 | |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 2606 | static int |
Chris Wilson | 14667a4 | 2012-04-03 17:58:35 +0100 | [diff] [blame] | 2607 | intel_finish_fb(struct drm_framebuffer *old_fb) |
| 2608 | { |
| 2609 | struct drm_i915_gem_object *obj = to_intel_framebuffer(old_fb)->obj; |
| 2610 | struct drm_i915_private *dev_priv = obj->base.dev->dev_private; |
| 2611 | bool was_interruptible = dev_priv->mm.interruptible; |
| 2612 | int ret; |
| 2613 | |
Chris Wilson | 14667a4 | 2012-04-03 17:58:35 +0100 | [diff] [blame] | 2614 | /* Big Hammer, we also need to ensure that any pending |
| 2615 | * MI_WAIT_FOR_EVENT inside a user batch buffer on the |
| 2616 | * current scanout is retired before unpinning the old |
| 2617 | * framebuffer. |
| 2618 | * |
| 2619 | * This should only fail upon a hung GPU, in which case we |
| 2620 | * can safely continue. |
| 2621 | */ |
| 2622 | dev_priv->mm.interruptible = false; |
| 2623 | ret = i915_gem_object_finish_gpu(obj); |
| 2624 | dev_priv->mm.interruptible = was_interruptible; |
| 2625 | |
| 2626 | return ret; |
| 2627 | } |
| 2628 | |
Chris Wilson | 7d5e379 | 2014-03-04 13:15:08 +0000 | [diff] [blame] | 2629 | static bool intel_crtc_has_pending_flip(struct drm_crtc *crtc) |
| 2630 | { |
| 2631 | struct drm_device *dev = crtc->dev; |
| 2632 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 2633 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 2634 | unsigned long flags; |
| 2635 | bool pending; |
| 2636 | |
| 2637 | if (i915_reset_in_progress(&dev_priv->gpu_error) || |
| 2638 | intel_crtc->reset_counter != atomic_read(&dev_priv->gpu_error.reset_counter)) |
| 2639 | return false; |
| 2640 | |
| 2641 | spin_lock_irqsave(&dev->event_lock, flags); |
| 2642 | pending = to_intel_crtc(crtc)->unpin_work != NULL; |
| 2643 | spin_unlock_irqrestore(&dev->event_lock, flags); |
| 2644 | |
| 2645 | return pending; |
| 2646 | } |
| 2647 | |
Chris Wilson | 14667a4 | 2012-04-03 17:58:35 +0100 | [diff] [blame] | 2648 | static int |
Kristian Høgsberg | 3c4fdcf | 2008-12-17 22:14:46 -0500 | [diff] [blame] | 2649 | intel_pipe_set_base(struct drm_crtc *crtc, int x, int y, |
Daniel Vetter | 94352cf | 2012-07-05 22:51:56 +0200 | [diff] [blame] | 2650 | struct drm_framebuffer *fb) |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 2651 | { |
| 2652 | struct drm_device *dev = crtc->dev; |
Chris Wilson | 6b8e6ed | 2012-04-17 15:08:19 +0100 | [diff] [blame] | 2653 | struct drm_i915_private *dev_priv = dev->dev_private; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 2654 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
Daniel Vetter | 94352cf | 2012-07-05 22:51:56 +0200 | [diff] [blame] | 2655 | struct drm_framebuffer *old_fb; |
Chris Wilson | 5c3b82e | 2009-02-11 13:25:09 +0000 | [diff] [blame] | 2656 | int ret; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 2657 | |
Chris Wilson | 7d5e379 | 2014-03-04 13:15:08 +0000 | [diff] [blame] | 2658 | if (intel_crtc_has_pending_flip(crtc)) { |
| 2659 | DRM_ERROR("pipe is still busy with an old pageflip\n"); |
| 2660 | return -EBUSY; |
| 2661 | } |
| 2662 | |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 2663 | /* no fb bound */ |
Daniel Vetter | 94352cf | 2012-07-05 22:51:56 +0200 | [diff] [blame] | 2664 | if (!fb) { |
Jesse Barnes | a5071c2 | 2011-07-19 15:38:56 -0700 | [diff] [blame] | 2665 | DRM_ERROR("No FB bound\n"); |
Chris Wilson | 5c3b82e | 2009-02-11 13:25:09 +0000 | [diff] [blame] | 2666 | return 0; |
| 2667 | } |
| 2668 | |
Ben Widawsky | 7eb552a | 2013-03-13 14:05:41 -0700 | [diff] [blame] | 2669 | if (intel_crtc->plane > INTEL_INFO(dev)->num_pipes) { |
Ville Syrjälä | 84f44ce | 2013-04-17 17:48:49 +0300 | [diff] [blame] | 2670 | DRM_ERROR("no plane for crtc: plane %c, num_pipes %d\n", |
| 2671 | plane_name(intel_crtc->plane), |
| 2672 | INTEL_INFO(dev)->num_pipes); |
Chris Wilson | 5c3b82e | 2009-02-11 13:25:09 +0000 | [diff] [blame] | 2673 | return -EINVAL; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 2674 | } |
| 2675 | |
Chris Wilson | 5c3b82e | 2009-02-11 13:25:09 +0000 | [diff] [blame] | 2676 | mutex_lock(&dev->struct_mutex); |
Chris Wilson | 265db95 | 2010-09-20 15:41:01 +0100 | [diff] [blame] | 2677 | ret = intel_pin_and_fence_fb_obj(dev, |
Daniel Vetter | 94352cf | 2012-07-05 22:51:56 +0200 | [diff] [blame] | 2678 | to_intel_framebuffer(fb)->obj, |
Chris Wilson | 919926a | 2010-11-12 13:42:53 +0000 | [diff] [blame] | 2679 | NULL); |
Ville Syrjälä | 8ac36ec | 2014-03-11 19:37:33 +0200 | [diff] [blame] | 2680 | mutex_unlock(&dev->struct_mutex); |
Chris Wilson | 5c3b82e | 2009-02-11 13:25:09 +0000 | [diff] [blame] | 2681 | if (ret != 0) { |
Jesse Barnes | a5071c2 | 2011-07-19 15:38:56 -0700 | [diff] [blame] | 2682 | DRM_ERROR("pin & fence failed\n"); |
Chris Wilson | 5c3b82e | 2009-02-11 13:25:09 +0000 | [diff] [blame] | 2683 | return ret; |
| 2684 | } |
Kristian Høgsberg | 3c4fdcf | 2008-12-17 22:14:46 -0500 | [diff] [blame] | 2685 | |
Damien Lespiau | bb2043d | 2013-09-30 14:21:49 +0100 | [diff] [blame] | 2686 | /* |
| 2687 | * Update pipe size and adjust fitter if needed: the reason for this is |
| 2688 | * that in compute_mode_changes we check the native mode (not the pfit |
| 2689 | * mode) to see if we can flip rather than do a full mode set. In the |
| 2690 | * fastboot case, we'll flip, but if we don't update the pipesrc and |
| 2691 | * pfit state, we'll end up with a big fb scanned out into the wrong |
| 2692 | * sized surface. |
| 2693 | * |
| 2694 | * To fix this properly, we need to hoist the checks up into |
| 2695 | * compute_mode_changes (or above), check the actual pfit state and |
| 2696 | * whether the platform allows pfit disable with pipe active, and only |
| 2697 | * then update the pipesrc and pfit state, even on the flip path. |
| 2698 | */ |
Jani Nikula | d330a95 | 2014-01-21 11:24:25 +0200 | [diff] [blame] | 2699 | if (i915.fastboot) { |
Damien Lespiau | d7bf63f | 2013-09-30 14:21:50 +0100 | [diff] [blame] | 2700 | const struct drm_display_mode *adjusted_mode = |
| 2701 | &intel_crtc->config.adjusted_mode; |
| 2702 | |
Jesse Barnes | 4d6a3e6 | 2013-06-26 01:38:18 +0300 | [diff] [blame] | 2703 | I915_WRITE(PIPESRC(intel_crtc->pipe), |
Damien Lespiau | d7bf63f | 2013-09-30 14:21:50 +0100 | [diff] [blame] | 2704 | ((adjusted_mode->crtc_hdisplay - 1) << 16) | |
| 2705 | (adjusted_mode->crtc_vdisplay - 1)); |
Chris Wilson | fd4daa9 | 2013-08-27 17:04:17 +0100 | [diff] [blame] | 2706 | if (!intel_crtc->config.pch_pfit.enabled && |
Jesse Barnes | 4d6a3e6 | 2013-06-26 01:38:18 +0300 | [diff] [blame] | 2707 | (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS) || |
| 2708 | intel_pipe_has_type(crtc, INTEL_OUTPUT_EDP))) { |
| 2709 | I915_WRITE(PF_CTL(intel_crtc->pipe), 0); |
| 2710 | I915_WRITE(PF_WIN_POS(intel_crtc->pipe), 0); |
| 2711 | I915_WRITE(PF_WIN_SZ(intel_crtc->pipe), 0); |
| 2712 | } |
Jesse Barnes | 0637d60 | 2013-12-19 10:48:01 -0800 | [diff] [blame] | 2713 | intel_crtc->config.pipe_src_w = adjusted_mode->crtc_hdisplay; |
| 2714 | intel_crtc->config.pipe_src_h = adjusted_mode->crtc_vdisplay; |
Jesse Barnes | 4d6a3e6 | 2013-06-26 01:38:18 +0300 | [diff] [blame] | 2715 | } |
| 2716 | |
Daniel Vetter | 29b9bde | 2014-04-24 23:55:01 +0200 | [diff] [blame] | 2717 | dev_priv->display.update_primary_plane(crtc, fb, x, y); |
Kristian Høgsberg | 3c4fdcf | 2008-12-17 22:14:46 -0500 | [diff] [blame] | 2718 | |
Matt Roper | f4510a2 | 2014-04-01 15:22:40 -0700 | [diff] [blame] | 2719 | old_fb = crtc->primary->fb; |
| 2720 | crtc->primary->fb = fb; |
Daniel Vetter | 6c4c86f | 2012-09-10 21:58:30 +0200 | [diff] [blame] | 2721 | crtc->x = x; |
| 2722 | crtc->y = y; |
Daniel Vetter | 94352cf | 2012-07-05 22:51:56 +0200 | [diff] [blame] | 2723 | |
Chris Wilson | b7f1de2 | 2010-12-14 16:09:31 +0000 | [diff] [blame] | 2724 | if (old_fb) { |
Daniel Vetter | d7697ee | 2013-06-02 17:23:01 +0200 | [diff] [blame] | 2725 | if (intel_crtc->active && old_fb != fb) |
| 2726 | intel_wait_for_vblank(dev, intel_crtc->pipe); |
Ville Syrjälä | 8ac36ec | 2014-03-11 19:37:33 +0200 | [diff] [blame] | 2727 | mutex_lock(&dev->struct_mutex); |
Chris Wilson | 1690e1e | 2011-12-14 13:57:08 +0100 | [diff] [blame] | 2728 | intel_unpin_fb_obj(to_intel_framebuffer(old_fb)->obj); |
Ville Syrjälä | 8ac36ec | 2014-03-11 19:37:33 +0200 | [diff] [blame] | 2729 | mutex_unlock(&dev->struct_mutex); |
Chris Wilson | b7f1de2 | 2010-12-14 16:09:31 +0000 | [diff] [blame] | 2730 | } |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 2731 | |
Ville Syrjälä | 8ac36ec | 2014-03-11 19:37:33 +0200 | [diff] [blame] | 2732 | mutex_lock(&dev->struct_mutex); |
Chris Wilson | 6b8e6ed | 2012-04-17 15:08:19 +0100 | [diff] [blame] | 2733 | intel_update_fbc(dev); |
Rodrigo Vivi | 4906557 | 2013-07-11 18:45:05 -0300 | [diff] [blame] | 2734 | intel_edp_psr_update(dev); |
Chris Wilson | 5c3b82e | 2009-02-11 13:25:09 +0000 | [diff] [blame] | 2735 | mutex_unlock(&dev->struct_mutex); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 2736 | |
Chris Wilson | 5c3b82e | 2009-02-11 13:25:09 +0000 | [diff] [blame] | 2737 | return 0; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 2738 | } |
| 2739 | |
Zhenyu Wang | 5e84e1a | 2010-10-28 16:38:08 +0800 | [diff] [blame] | 2740 | static void intel_fdi_normal_train(struct drm_crtc *crtc) |
| 2741 | { |
| 2742 | struct drm_device *dev = crtc->dev; |
| 2743 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 2744 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 2745 | int pipe = intel_crtc->pipe; |
| 2746 | u32 reg, temp; |
| 2747 | |
| 2748 | /* enable normal train */ |
| 2749 | reg = FDI_TX_CTL(pipe); |
| 2750 | temp = I915_READ(reg); |
Keith Packard | 61e499b | 2011-05-17 16:13:52 -0700 | [diff] [blame] | 2751 | if (IS_IVYBRIDGE(dev)) { |
Jesse Barnes | 357555c | 2011-04-28 15:09:55 -0700 | [diff] [blame] | 2752 | temp &= ~FDI_LINK_TRAIN_NONE_IVB; |
| 2753 | temp |= FDI_LINK_TRAIN_NONE_IVB | FDI_TX_ENHANCE_FRAME_ENABLE; |
Keith Packard | 61e499b | 2011-05-17 16:13:52 -0700 | [diff] [blame] | 2754 | } else { |
| 2755 | temp &= ~FDI_LINK_TRAIN_NONE; |
| 2756 | temp |= FDI_LINK_TRAIN_NONE | FDI_TX_ENHANCE_FRAME_ENABLE; |
Jesse Barnes | 357555c | 2011-04-28 15:09:55 -0700 | [diff] [blame] | 2757 | } |
Zhenyu Wang | 5e84e1a | 2010-10-28 16:38:08 +0800 | [diff] [blame] | 2758 | I915_WRITE(reg, temp); |
| 2759 | |
| 2760 | reg = FDI_RX_CTL(pipe); |
| 2761 | temp = I915_READ(reg); |
| 2762 | if (HAS_PCH_CPT(dev)) { |
| 2763 | temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT; |
| 2764 | temp |= FDI_LINK_TRAIN_NORMAL_CPT; |
| 2765 | } else { |
| 2766 | temp &= ~FDI_LINK_TRAIN_NONE; |
| 2767 | temp |= FDI_LINK_TRAIN_NONE; |
| 2768 | } |
| 2769 | I915_WRITE(reg, temp | FDI_RX_ENHANCE_FRAME_ENABLE); |
| 2770 | |
| 2771 | /* wait one idle pattern time */ |
| 2772 | POSTING_READ(reg); |
| 2773 | udelay(1000); |
Jesse Barnes | 357555c | 2011-04-28 15:09:55 -0700 | [diff] [blame] | 2774 | |
| 2775 | /* IVB wants error correction enabled */ |
| 2776 | if (IS_IVYBRIDGE(dev)) |
| 2777 | I915_WRITE(reg, I915_READ(reg) | FDI_FS_ERRC_ENABLE | |
| 2778 | FDI_FE_ERRC_ENABLE); |
Zhenyu Wang | 5e84e1a | 2010-10-28 16:38:08 +0800 | [diff] [blame] | 2779 | } |
| 2780 | |
Daniel Vetter | 1fbc0d7 | 2013-10-29 12:04:08 +0100 | [diff] [blame] | 2781 | static bool pipe_has_enabled_pch(struct intel_crtc *crtc) |
Daniel Vetter | 1e833f4 | 2013-02-19 22:31:57 +0100 | [diff] [blame] | 2782 | { |
Daniel Vetter | 1fbc0d7 | 2013-10-29 12:04:08 +0100 | [diff] [blame] | 2783 | return crtc->base.enabled && crtc->active && |
| 2784 | crtc->config.has_pch_encoder; |
Daniel Vetter | 1e833f4 | 2013-02-19 22:31:57 +0100 | [diff] [blame] | 2785 | } |
| 2786 | |
Daniel Vetter | 01a415f | 2012-10-27 15:58:40 +0200 | [diff] [blame] | 2787 | static void ivb_modeset_global_resources(struct drm_device *dev) |
| 2788 | { |
| 2789 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 2790 | struct intel_crtc *pipe_B_crtc = |
| 2791 | to_intel_crtc(dev_priv->pipe_to_crtc_mapping[PIPE_B]); |
| 2792 | struct intel_crtc *pipe_C_crtc = |
| 2793 | to_intel_crtc(dev_priv->pipe_to_crtc_mapping[PIPE_C]); |
| 2794 | uint32_t temp; |
| 2795 | |
Daniel Vetter | 1e833f4 | 2013-02-19 22:31:57 +0100 | [diff] [blame] | 2796 | /* |
| 2797 | * When everything is off disable fdi C so that we could enable fdi B |
| 2798 | * with all lanes. Note that we don't care about enabled pipes without |
| 2799 | * an enabled pch encoder. |
| 2800 | */ |
| 2801 | if (!pipe_has_enabled_pch(pipe_B_crtc) && |
| 2802 | !pipe_has_enabled_pch(pipe_C_crtc)) { |
Daniel Vetter | 01a415f | 2012-10-27 15:58:40 +0200 | [diff] [blame] | 2803 | WARN_ON(I915_READ(FDI_RX_CTL(PIPE_B)) & FDI_RX_ENABLE); |
| 2804 | WARN_ON(I915_READ(FDI_RX_CTL(PIPE_C)) & FDI_RX_ENABLE); |
| 2805 | |
| 2806 | temp = I915_READ(SOUTH_CHICKEN1); |
| 2807 | temp &= ~FDI_BC_BIFURCATION_SELECT; |
| 2808 | DRM_DEBUG_KMS("disabling fdi C rx\n"); |
| 2809 | I915_WRITE(SOUTH_CHICKEN1, temp); |
| 2810 | } |
| 2811 | } |
| 2812 | |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2813 | /* The FDI link training functions for ILK/Ibexpeak. */ |
| 2814 | static void ironlake_fdi_link_train(struct drm_crtc *crtc) |
| 2815 | { |
| 2816 | struct drm_device *dev = crtc->dev; |
| 2817 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 2818 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 2819 | int pipe = intel_crtc->pipe; |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2820 | u32 reg, temp, tries; |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2821 | |
Ville Syrjälä | 1c8562f | 2014-04-25 22:12:07 +0300 | [diff] [blame] | 2822 | /* FDI needs bits from pipe first */ |
Jesse Barnes | 0fc932b | 2011-01-04 15:09:37 -0800 | [diff] [blame] | 2823 | assert_pipe_enabled(dev_priv, pipe); |
Jesse Barnes | 0fc932b | 2011-01-04 15:09:37 -0800 | [diff] [blame] | 2824 | |
Adam Jackson | e1a4474 | 2010-06-25 15:32:14 -0400 | [diff] [blame] | 2825 | /* Train 1: umask FDI RX Interrupt symbol_lock and bit_lock bit |
| 2826 | for train result */ |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2827 | reg = FDI_RX_IMR(pipe); |
| 2828 | temp = I915_READ(reg); |
Adam Jackson | e1a4474 | 2010-06-25 15:32:14 -0400 | [diff] [blame] | 2829 | temp &= ~FDI_RX_SYMBOL_LOCK; |
| 2830 | temp &= ~FDI_RX_BIT_LOCK; |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2831 | I915_WRITE(reg, temp); |
| 2832 | I915_READ(reg); |
Adam Jackson | e1a4474 | 2010-06-25 15:32:14 -0400 | [diff] [blame] | 2833 | udelay(150); |
| 2834 | |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2835 | /* enable CPU FDI TX and PCH FDI RX */ |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2836 | reg = FDI_TX_CTL(pipe); |
| 2837 | temp = I915_READ(reg); |
Daniel Vetter | 627eb5a | 2013-04-29 19:33:42 +0200 | [diff] [blame] | 2838 | temp &= ~FDI_DP_PORT_WIDTH_MASK; |
| 2839 | temp |= FDI_DP_PORT_WIDTH(intel_crtc->config.fdi_lanes); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2840 | temp &= ~FDI_LINK_TRAIN_NONE; |
| 2841 | temp |= FDI_LINK_TRAIN_PATTERN_1; |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2842 | I915_WRITE(reg, temp | FDI_TX_ENABLE); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2843 | |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2844 | reg = FDI_RX_CTL(pipe); |
| 2845 | temp = I915_READ(reg); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2846 | temp &= ~FDI_LINK_TRAIN_NONE; |
| 2847 | temp |= FDI_LINK_TRAIN_PATTERN_1; |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2848 | I915_WRITE(reg, temp | FDI_RX_ENABLE); |
| 2849 | |
| 2850 | POSTING_READ(reg); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2851 | udelay(150); |
| 2852 | |
Jesse Barnes | 5b2adf8 | 2010-10-07 16:01:15 -0700 | [diff] [blame] | 2853 | /* Ironlake workaround, enable clock pointer after FDI enable*/ |
Daniel Vetter | 8f5718a | 2012-10-31 22:52:28 +0100 | [diff] [blame] | 2854 | I915_WRITE(FDI_RX_CHICKEN(pipe), FDI_RX_PHASE_SYNC_POINTER_OVR); |
| 2855 | I915_WRITE(FDI_RX_CHICKEN(pipe), FDI_RX_PHASE_SYNC_POINTER_OVR | |
| 2856 | FDI_RX_PHASE_SYNC_POINTER_EN); |
Jesse Barnes | 5b2adf8 | 2010-10-07 16:01:15 -0700 | [diff] [blame] | 2857 | |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2858 | reg = FDI_RX_IIR(pipe); |
Adam Jackson | e1a4474 | 2010-06-25 15:32:14 -0400 | [diff] [blame] | 2859 | for (tries = 0; tries < 5; tries++) { |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2860 | temp = I915_READ(reg); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2861 | DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp); |
| 2862 | |
| 2863 | if ((temp & FDI_RX_BIT_LOCK)) { |
| 2864 | DRM_DEBUG_KMS("FDI train 1 done.\n"); |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2865 | I915_WRITE(reg, temp | FDI_RX_BIT_LOCK); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2866 | break; |
| 2867 | } |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2868 | } |
Adam Jackson | e1a4474 | 2010-06-25 15:32:14 -0400 | [diff] [blame] | 2869 | if (tries == 5) |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2870 | DRM_ERROR("FDI train 1 fail!\n"); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2871 | |
| 2872 | /* Train 2 */ |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2873 | reg = FDI_TX_CTL(pipe); |
| 2874 | temp = I915_READ(reg); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2875 | temp &= ~FDI_LINK_TRAIN_NONE; |
| 2876 | temp |= FDI_LINK_TRAIN_PATTERN_2; |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2877 | I915_WRITE(reg, temp); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2878 | |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2879 | reg = FDI_RX_CTL(pipe); |
| 2880 | temp = I915_READ(reg); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2881 | temp &= ~FDI_LINK_TRAIN_NONE; |
| 2882 | temp |= FDI_LINK_TRAIN_PATTERN_2; |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2883 | I915_WRITE(reg, temp); |
| 2884 | |
| 2885 | POSTING_READ(reg); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2886 | udelay(150); |
| 2887 | |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2888 | reg = FDI_RX_IIR(pipe); |
Adam Jackson | e1a4474 | 2010-06-25 15:32:14 -0400 | [diff] [blame] | 2889 | for (tries = 0; tries < 5; tries++) { |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2890 | temp = I915_READ(reg); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2891 | DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp); |
| 2892 | |
| 2893 | if (temp & FDI_RX_SYMBOL_LOCK) { |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2894 | I915_WRITE(reg, temp | FDI_RX_SYMBOL_LOCK); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2895 | DRM_DEBUG_KMS("FDI train 2 done.\n"); |
| 2896 | break; |
| 2897 | } |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2898 | } |
Adam Jackson | e1a4474 | 2010-06-25 15:32:14 -0400 | [diff] [blame] | 2899 | if (tries == 5) |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2900 | DRM_ERROR("FDI train 2 fail!\n"); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2901 | |
| 2902 | DRM_DEBUG_KMS("FDI train done\n"); |
Jesse Barnes | 5c5313c | 2010-10-07 16:01:11 -0700 | [diff] [blame] | 2903 | |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2904 | } |
| 2905 | |
Akshay Joshi | 0206e35 | 2011-08-16 15:34:10 -0400 | [diff] [blame] | 2906 | static const int snb_b_fdi_train_param[] = { |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2907 | FDI_LINK_TRAIN_400MV_0DB_SNB_B, |
| 2908 | FDI_LINK_TRAIN_400MV_6DB_SNB_B, |
| 2909 | FDI_LINK_TRAIN_600MV_3_5DB_SNB_B, |
| 2910 | FDI_LINK_TRAIN_800MV_0DB_SNB_B, |
| 2911 | }; |
| 2912 | |
| 2913 | /* The FDI link training functions for SNB/Cougarpoint. */ |
| 2914 | static void gen6_fdi_link_train(struct drm_crtc *crtc) |
| 2915 | { |
| 2916 | struct drm_device *dev = crtc->dev; |
| 2917 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 2918 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 2919 | int pipe = intel_crtc->pipe; |
Sean Paul | fa37d39 | 2012-03-02 12:53:39 -0500 | [diff] [blame] | 2920 | u32 reg, temp, i, retry; |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2921 | |
Adam Jackson | e1a4474 | 2010-06-25 15:32:14 -0400 | [diff] [blame] | 2922 | /* Train 1: umask FDI RX Interrupt symbol_lock and bit_lock bit |
| 2923 | for train result */ |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2924 | reg = FDI_RX_IMR(pipe); |
| 2925 | temp = I915_READ(reg); |
Adam Jackson | e1a4474 | 2010-06-25 15:32:14 -0400 | [diff] [blame] | 2926 | temp &= ~FDI_RX_SYMBOL_LOCK; |
| 2927 | temp &= ~FDI_RX_BIT_LOCK; |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2928 | I915_WRITE(reg, temp); |
| 2929 | |
| 2930 | POSTING_READ(reg); |
Adam Jackson | e1a4474 | 2010-06-25 15:32:14 -0400 | [diff] [blame] | 2931 | udelay(150); |
| 2932 | |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2933 | /* enable CPU FDI TX and PCH FDI RX */ |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2934 | reg = FDI_TX_CTL(pipe); |
| 2935 | temp = I915_READ(reg); |
Daniel Vetter | 627eb5a | 2013-04-29 19:33:42 +0200 | [diff] [blame] | 2936 | temp &= ~FDI_DP_PORT_WIDTH_MASK; |
| 2937 | temp |= FDI_DP_PORT_WIDTH(intel_crtc->config.fdi_lanes); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2938 | temp &= ~FDI_LINK_TRAIN_NONE; |
| 2939 | temp |= FDI_LINK_TRAIN_PATTERN_1; |
| 2940 | temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK; |
| 2941 | /* SNB-B */ |
| 2942 | temp |= FDI_LINK_TRAIN_400MV_0DB_SNB_B; |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2943 | I915_WRITE(reg, temp | FDI_TX_ENABLE); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2944 | |
Daniel Vetter | d74cf32 | 2012-10-26 10:58:13 +0200 | [diff] [blame] | 2945 | I915_WRITE(FDI_RX_MISC(pipe), |
| 2946 | FDI_RX_TP1_TO_TP2_48 | FDI_RX_FDI_DELAY_90); |
| 2947 | |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2948 | reg = FDI_RX_CTL(pipe); |
| 2949 | temp = I915_READ(reg); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2950 | if (HAS_PCH_CPT(dev)) { |
| 2951 | temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT; |
| 2952 | temp |= FDI_LINK_TRAIN_PATTERN_1_CPT; |
| 2953 | } else { |
| 2954 | temp &= ~FDI_LINK_TRAIN_NONE; |
| 2955 | temp |= FDI_LINK_TRAIN_PATTERN_1; |
| 2956 | } |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2957 | I915_WRITE(reg, temp | FDI_RX_ENABLE); |
| 2958 | |
| 2959 | POSTING_READ(reg); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2960 | udelay(150); |
| 2961 | |
Akshay Joshi | 0206e35 | 2011-08-16 15:34:10 -0400 | [diff] [blame] | 2962 | for (i = 0; i < 4; i++) { |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2963 | reg = FDI_TX_CTL(pipe); |
| 2964 | temp = I915_READ(reg); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2965 | temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK; |
| 2966 | temp |= snb_b_fdi_train_param[i]; |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2967 | I915_WRITE(reg, temp); |
| 2968 | |
| 2969 | POSTING_READ(reg); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2970 | udelay(500); |
| 2971 | |
Sean Paul | fa37d39 | 2012-03-02 12:53:39 -0500 | [diff] [blame] | 2972 | for (retry = 0; retry < 5; retry++) { |
| 2973 | reg = FDI_RX_IIR(pipe); |
| 2974 | temp = I915_READ(reg); |
| 2975 | DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp); |
| 2976 | if (temp & FDI_RX_BIT_LOCK) { |
| 2977 | I915_WRITE(reg, temp | FDI_RX_BIT_LOCK); |
| 2978 | DRM_DEBUG_KMS("FDI train 1 done.\n"); |
| 2979 | break; |
| 2980 | } |
| 2981 | udelay(50); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2982 | } |
Sean Paul | fa37d39 | 2012-03-02 12:53:39 -0500 | [diff] [blame] | 2983 | if (retry < 5) |
| 2984 | break; |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2985 | } |
| 2986 | if (i == 4) |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2987 | DRM_ERROR("FDI train 1 fail!\n"); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2988 | |
| 2989 | /* Train 2 */ |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2990 | reg = FDI_TX_CTL(pipe); |
| 2991 | temp = I915_READ(reg); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2992 | temp &= ~FDI_LINK_TRAIN_NONE; |
| 2993 | temp |= FDI_LINK_TRAIN_PATTERN_2; |
| 2994 | if (IS_GEN6(dev)) { |
| 2995 | temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK; |
| 2996 | /* SNB-B */ |
| 2997 | temp |= FDI_LINK_TRAIN_400MV_0DB_SNB_B; |
| 2998 | } |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2999 | I915_WRITE(reg, temp); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 3000 | |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 3001 | reg = FDI_RX_CTL(pipe); |
| 3002 | temp = I915_READ(reg); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 3003 | if (HAS_PCH_CPT(dev)) { |
| 3004 | temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT; |
| 3005 | temp |= FDI_LINK_TRAIN_PATTERN_2_CPT; |
| 3006 | } else { |
| 3007 | temp &= ~FDI_LINK_TRAIN_NONE; |
| 3008 | temp |= FDI_LINK_TRAIN_PATTERN_2; |
| 3009 | } |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 3010 | I915_WRITE(reg, temp); |
| 3011 | |
| 3012 | POSTING_READ(reg); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 3013 | udelay(150); |
| 3014 | |
Akshay Joshi | 0206e35 | 2011-08-16 15:34:10 -0400 | [diff] [blame] | 3015 | for (i = 0; i < 4; i++) { |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 3016 | reg = FDI_TX_CTL(pipe); |
| 3017 | temp = I915_READ(reg); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 3018 | temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK; |
| 3019 | temp |= snb_b_fdi_train_param[i]; |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 3020 | I915_WRITE(reg, temp); |
| 3021 | |
| 3022 | POSTING_READ(reg); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 3023 | udelay(500); |
| 3024 | |
Sean Paul | fa37d39 | 2012-03-02 12:53:39 -0500 | [diff] [blame] | 3025 | for (retry = 0; retry < 5; retry++) { |
| 3026 | reg = FDI_RX_IIR(pipe); |
| 3027 | temp = I915_READ(reg); |
| 3028 | DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp); |
| 3029 | if (temp & FDI_RX_SYMBOL_LOCK) { |
| 3030 | I915_WRITE(reg, temp | FDI_RX_SYMBOL_LOCK); |
| 3031 | DRM_DEBUG_KMS("FDI train 2 done.\n"); |
| 3032 | break; |
| 3033 | } |
| 3034 | udelay(50); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 3035 | } |
Sean Paul | fa37d39 | 2012-03-02 12:53:39 -0500 | [diff] [blame] | 3036 | if (retry < 5) |
| 3037 | break; |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 3038 | } |
| 3039 | if (i == 4) |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 3040 | DRM_ERROR("FDI train 2 fail!\n"); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 3041 | |
| 3042 | DRM_DEBUG_KMS("FDI train done.\n"); |
| 3043 | } |
| 3044 | |
Jesse Barnes | 357555c | 2011-04-28 15:09:55 -0700 | [diff] [blame] | 3045 | /* Manual link training for Ivy Bridge A0 parts */ |
| 3046 | static void ivb_manual_fdi_link_train(struct drm_crtc *crtc) |
| 3047 | { |
| 3048 | struct drm_device *dev = crtc->dev; |
| 3049 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 3050 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 3051 | int pipe = intel_crtc->pipe; |
Jesse Barnes | 139ccd3 | 2013-08-19 11:04:55 -0700 | [diff] [blame] | 3052 | u32 reg, temp, i, j; |
Jesse Barnes | 357555c | 2011-04-28 15:09:55 -0700 | [diff] [blame] | 3053 | |
| 3054 | /* Train 1: umask FDI RX Interrupt symbol_lock and bit_lock bit |
| 3055 | for train result */ |
| 3056 | reg = FDI_RX_IMR(pipe); |
| 3057 | temp = I915_READ(reg); |
| 3058 | temp &= ~FDI_RX_SYMBOL_LOCK; |
| 3059 | temp &= ~FDI_RX_BIT_LOCK; |
| 3060 | I915_WRITE(reg, temp); |
| 3061 | |
| 3062 | POSTING_READ(reg); |
| 3063 | udelay(150); |
| 3064 | |
Daniel Vetter | 01a415f | 2012-10-27 15:58:40 +0200 | [diff] [blame] | 3065 | DRM_DEBUG_KMS("FDI_RX_IIR before link train 0x%x\n", |
| 3066 | I915_READ(FDI_RX_IIR(pipe))); |
| 3067 | |
Jesse Barnes | 139ccd3 | 2013-08-19 11:04:55 -0700 | [diff] [blame] | 3068 | /* Try each vswing and preemphasis setting twice before moving on */ |
| 3069 | for (j = 0; j < ARRAY_SIZE(snb_b_fdi_train_param) * 2; j++) { |
| 3070 | /* disable first in case we need to retry */ |
Jesse Barnes | 357555c | 2011-04-28 15:09:55 -0700 | [diff] [blame] | 3071 | reg = FDI_TX_CTL(pipe); |
| 3072 | temp = I915_READ(reg); |
Jesse Barnes | 139ccd3 | 2013-08-19 11:04:55 -0700 | [diff] [blame] | 3073 | temp &= ~(FDI_LINK_TRAIN_AUTO | FDI_LINK_TRAIN_NONE_IVB); |
| 3074 | temp &= ~FDI_TX_ENABLE; |
| 3075 | I915_WRITE(reg, temp); |
| 3076 | |
| 3077 | reg = FDI_RX_CTL(pipe); |
| 3078 | temp = I915_READ(reg); |
| 3079 | temp &= ~FDI_LINK_TRAIN_AUTO; |
| 3080 | temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT; |
| 3081 | temp &= ~FDI_RX_ENABLE; |
| 3082 | I915_WRITE(reg, temp); |
| 3083 | |
| 3084 | /* enable CPU FDI TX and PCH FDI RX */ |
| 3085 | reg = FDI_TX_CTL(pipe); |
| 3086 | temp = I915_READ(reg); |
| 3087 | temp &= ~FDI_DP_PORT_WIDTH_MASK; |
| 3088 | temp |= FDI_DP_PORT_WIDTH(intel_crtc->config.fdi_lanes); |
| 3089 | temp |= FDI_LINK_TRAIN_PATTERN_1_IVB; |
Jesse Barnes | 357555c | 2011-04-28 15:09:55 -0700 | [diff] [blame] | 3090 | temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK; |
Jesse Barnes | 139ccd3 | 2013-08-19 11:04:55 -0700 | [diff] [blame] | 3091 | temp |= snb_b_fdi_train_param[j/2]; |
| 3092 | temp |= FDI_COMPOSITE_SYNC; |
| 3093 | I915_WRITE(reg, temp | FDI_TX_ENABLE); |
| 3094 | |
| 3095 | I915_WRITE(FDI_RX_MISC(pipe), |
| 3096 | FDI_RX_TP1_TO_TP2_48 | FDI_RX_FDI_DELAY_90); |
| 3097 | |
| 3098 | reg = FDI_RX_CTL(pipe); |
| 3099 | temp = I915_READ(reg); |
| 3100 | temp |= FDI_LINK_TRAIN_PATTERN_1_CPT; |
| 3101 | temp |= FDI_COMPOSITE_SYNC; |
| 3102 | I915_WRITE(reg, temp | FDI_RX_ENABLE); |
| 3103 | |
| 3104 | POSTING_READ(reg); |
| 3105 | udelay(1); /* should be 0.5us */ |
| 3106 | |
| 3107 | for (i = 0; i < 4; i++) { |
| 3108 | reg = FDI_RX_IIR(pipe); |
| 3109 | temp = I915_READ(reg); |
| 3110 | DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp); |
| 3111 | |
| 3112 | if (temp & FDI_RX_BIT_LOCK || |
| 3113 | (I915_READ(reg) & FDI_RX_BIT_LOCK)) { |
| 3114 | I915_WRITE(reg, temp | FDI_RX_BIT_LOCK); |
| 3115 | DRM_DEBUG_KMS("FDI train 1 done, level %i.\n", |
| 3116 | i); |
| 3117 | break; |
| 3118 | } |
| 3119 | udelay(1); /* should be 0.5us */ |
| 3120 | } |
| 3121 | if (i == 4) { |
| 3122 | DRM_DEBUG_KMS("FDI train 1 fail on vswing %d\n", j / 2); |
| 3123 | continue; |
| 3124 | } |
| 3125 | |
| 3126 | /* Train 2 */ |
| 3127 | reg = FDI_TX_CTL(pipe); |
| 3128 | temp = I915_READ(reg); |
| 3129 | temp &= ~FDI_LINK_TRAIN_NONE_IVB; |
| 3130 | temp |= FDI_LINK_TRAIN_PATTERN_2_IVB; |
| 3131 | I915_WRITE(reg, temp); |
| 3132 | |
| 3133 | reg = FDI_RX_CTL(pipe); |
| 3134 | temp = I915_READ(reg); |
| 3135 | temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT; |
| 3136 | temp |= FDI_LINK_TRAIN_PATTERN_2_CPT; |
Jesse Barnes | 357555c | 2011-04-28 15:09:55 -0700 | [diff] [blame] | 3137 | I915_WRITE(reg, temp); |
| 3138 | |
| 3139 | POSTING_READ(reg); |
Jesse Barnes | 139ccd3 | 2013-08-19 11:04:55 -0700 | [diff] [blame] | 3140 | udelay(2); /* should be 1.5us */ |
Jesse Barnes | 357555c | 2011-04-28 15:09:55 -0700 | [diff] [blame] | 3141 | |
Jesse Barnes | 139ccd3 | 2013-08-19 11:04:55 -0700 | [diff] [blame] | 3142 | for (i = 0; i < 4; i++) { |
| 3143 | reg = FDI_RX_IIR(pipe); |
| 3144 | temp = I915_READ(reg); |
| 3145 | DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp); |
Jesse Barnes | 357555c | 2011-04-28 15:09:55 -0700 | [diff] [blame] | 3146 | |
Jesse Barnes | 139ccd3 | 2013-08-19 11:04:55 -0700 | [diff] [blame] | 3147 | if (temp & FDI_RX_SYMBOL_LOCK || |
| 3148 | (I915_READ(reg) & FDI_RX_SYMBOL_LOCK)) { |
| 3149 | I915_WRITE(reg, temp | FDI_RX_SYMBOL_LOCK); |
| 3150 | DRM_DEBUG_KMS("FDI train 2 done, level %i.\n", |
| 3151 | i); |
| 3152 | goto train_done; |
| 3153 | } |
| 3154 | udelay(2); /* should be 1.5us */ |
Jesse Barnes | 357555c | 2011-04-28 15:09:55 -0700 | [diff] [blame] | 3155 | } |
Jesse Barnes | 139ccd3 | 2013-08-19 11:04:55 -0700 | [diff] [blame] | 3156 | if (i == 4) |
| 3157 | DRM_DEBUG_KMS("FDI train 2 fail on vswing %d\n", j / 2); |
Jesse Barnes | 357555c | 2011-04-28 15:09:55 -0700 | [diff] [blame] | 3158 | } |
Jesse Barnes | 357555c | 2011-04-28 15:09:55 -0700 | [diff] [blame] | 3159 | |
Jesse Barnes | 139ccd3 | 2013-08-19 11:04:55 -0700 | [diff] [blame] | 3160 | train_done: |
Jesse Barnes | 357555c | 2011-04-28 15:09:55 -0700 | [diff] [blame] | 3161 | DRM_DEBUG_KMS("FDI train done.\n"); |
| 3162 | } |
| 3163 | |
Daniel Vetter | 88cefb6 | 2012-08-12 19:27:14 +0200 | [diff] [blame] | 3164 | static void ironlake_fdi_pll_enable(struct intel_crtc *intel_crtc) |
Jesse Barnes | 0e23b99 | 2010-09-10 11:10:00 -0700 | [diff] [blame] | 3165 | { |
Daniel Vetter | 88cefb6 | 2012-08-12 19:27:14 +0200 | [diff] [blame] | 3166 | struct drm_device *dev = intel_crtc->base.dev; |
Jesse Barnes | 0e23b99 | 2010-09-10 11:10:00 -0700 | [diff] [blame] | 3167 | struct drm_i915_private *dev_priv = dev->dev_private; |
Jesse Barnes | 0e23b99 | 2010-09-10 11:10:00 -0700 | [diff] [blame] | 3168 | int pipe = intel_crtc->pipe; |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 3169 | u32 reg, temp; |
Jesse Barnes | 0e23b99 | 2010-09-10 11:10:00 -0700 | [diff] [blame] | 3170 | |
Jesse Barnes | c64e311 | 2010-09-10 11:27:03 -0700 | [diff] [blame] | 3171 | |
Jesse Barnes | 0e23b99 | 2010-09-10 11:10:00 -0700 | [diff] [blame] | 3172 | /* enable PCH FDI RX PLL, wait warmup plus DMI latency */ |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 3173 | reg = FDI_RX_CTL(pipe); |
| 3174 | temp = I915_READ(reg); |
Daniel Vetter | 627eb5a | 2013-04-29 19:33:42 +0200 | [diff] [blame] | 3175 | temp &= ~(FDI_DP_PORT_WIDTH_MASK | (0x7 << 16)); |
| 3176 | temp |= FDI_DP_PORT_WIDTH(intel_crtc->config.fdi_lanes); |
Daniel Vetter | dfd07d7 | 2012-12-17 11:21:38 +0100 | [diff] [blame] | 3177 | temp |= (I915_READ(PIPECONF(pipe)) & PIPECONF_BPC_MASK) << 11; |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 3178 | I915_WRITE(reg, temp | FDI_RX_PLL_ENABLE); |
| 3179 | |
| 3180 | POSTING_READ(reg); |
Jesse Barnes | 0e23b99 | 2010-09-10 11:10:00 -0700 | [diff] [blame] | 3181 | udelay(200); |
| 3182 | |
| 3183 | /* Switch from Rawclk to PCDclk */ |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 3184 | temp = I915_READ(reg); |
| 3185 | I915_WRITE(reg, temp | FDI_PCDCLK); |
| 3186 | |
| 3187 | POSTING_READ(reg); |
Jesse Barnes | 0e23b99 | 2010-09-10 11:10:00 -0700 | [diff] [blame] | 3188 | udelay(200); |
| 3189 | |
Paulo Zanoni | 2074973 | 2012-11-23 15:30:38 -0200 | [diff] [blame] | 3190 | /* Enable CPU FDI TX PLL, always on for Ironlake */ |
| 3191 | reg = FDI_TX_CTL(pipe); |
| 3192 | temp = I915_READ(reg); |
| 3193 | if ((temp & FDI_TX_PLL_ENABLE) == 0) { |
| 3194 | I915_WRITE(reg, temp | FDI_TX_PLL_ENABLE); |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 3195 | |
Paulo Zanoni | 2074973 | 2012-11-23 15:30:38 -0200 | [diff] [blame] | 3196 | POSTING_READ(reg); |
| 3197 | udelay(100); |
Jesse Barnes | 0e23b99 | 2010-09-10 11:10:00 -0700 | [diff] [blame] | 3198 | } |
| 3199 | } |
| 3200 | |
Daniel Vetter | 88cefb6 | 2012-08-12 19:27:14 +0200 | [diff] [blame] | 3201 | static void ironlake_fdi_pll_disable(struct intel_crtc *intel_crtc) |
| 3202 | { |
| 3203 | struct drm_device *dev = intel_crtc->base.dev; |
| 3204 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 3205 | int pipe = intel_crtc->pipe; |
| 3206 | u32 reg, temp; |
| 3207 | |
| 3208 | /* Switch from PCDclk to Rawclk */ |
| 3209 | reg = FDI_RX_CTL(pipe); |
| 3210 | temp = I915_READ(reg); |
| 3211 | I915_WRITE(reg, temp & ~FDI_PCDCLK); |
| 3212 | |
| 3213 | /* Disable CPU FDI TX PLL */ |
| 3214 | reg = FDI_TX_CTL(pipe); |
| 3215 | temp = I915_READ(reg); |
| 3216 | I915_WRITE(reg, temp & ~FDI_TX_PLL_ENABLE); |
| 3217 | |
| 3218 | POSTING_READ(reg); |
| 3219 | udelay(100); |
| 3220 | |
| 3221 | reg = FDI_RX_CTL(pipe); |
| 3222 | temp = I915_READ(reg); |
| 3223 | I915_WRITE(reg, temp & ~FDI_RX_PLL_ENABLE); |
| 3224 | |
| 3225 | /* Wait for the clocks to turn off. */ |
| 3226 | POSTING_READ(reg); |
| 3227 | udelay(100); |
| 3228 | } |
| 3229 | |
Jesse Barnes | 0fc932b | 2011-01-04 15:09:37 -0800 | [diff] [blame] | 3230 | static void ironlake_fdi_disable(struct drm_crtc *crtc) |
| 3231 | { |
| 3232 | struct drm_device *dev = crtc->dev; |
| 3233 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 3234 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 3235 | int pipe = intel_crtc->pipe; |
| 3236 | u32 reg, temp; |
| 3237 | |
| 3238 | /* disable CPU FDI tx and PCH FDI rx */ |
| 3239 | reg = FDI_TX_CTL(pipe); |
| 3240 | temp = I915_READ(reg); |
| 3241 | I915_WRITE(reg, temp & ~FDI_TX_ENABLE); |
| 3242 | POSTING_READ(reg); |
| 3243 | |
| 3244 | reg = FDI_RX_CTL(pipe); |
| 3245 | temp = I915_READ(reg); |
| 3246 | temp &= ~(0x7 << 16); |
Daniel Vetter | dfd07d7 | 2012-12-17 11:21:38 +0100 | [diff] [blame] | 3247 | temp |= (I915_READ(PIPECONF(pipe)) & PIPECONF_BPC_MASK) << 11; |
Jesse Barnes | 0fc932b | 2011-01-04 15:09:37 -0800 | [diff] [blame] | 3248 | I915_WRITE(reg, temp & ~FDI_RX_ENABLE); |
| 3249 | |
| 3250 | POSTING_READ(reg); |
| 3251 | udelay(100); |
| 3252 | |
| 3253 | /* Ironlake workaround, disable clock pointer after downing FDI */ |
Robin Schroer | eba905b | 2014-05-18 02:24:50 +0200 | [diff] [blame] | 3254 | if (HAS_PCH_IBX(dev)) |
Jesse Barnes | 6f06ce1 | 2011-01-04 15:09:38 -0800 | [diff] [blame] | 3255 | I915_WRITE(FDI_RX_CHICKEN(pipe), FDI_RX_PHASE_SYNC_POINTER_OVR); |
Jesse Barnes | 0fc932b | 2011-01-04 15:09:37 -0800 | [diff] [blame] | 3256 | |
| 3257 | /* still set train pattern 1 */ |
| 3258 | reg = FDI_TX_CTL(pipe); |
| 3259 | temp = I915_READ(reg); |
| 3260 | temp &= ~FDI_LINK_TRAIN_NONE; |
| 3261 | temp |= FDI_LINK_TRAIN_PATTERN_1; |
| 3262 | I915_WRITE(reg, temp); |
| 3263 | |
| 3264 | reg = FDI_RX_CTL(pipe); |
| 3265 | temp = I915_READ(reg); |
| 3266 | if (HAS_PCH_CPT(dev)) { |
| 3267 | temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT; |
| 3268 | temp |= FDI_LINK_TRAIN_PATTERN_1_CPT; |
| 3269 | } else { |
| 3270 | temp &= ~FDI_LINK_TRAIN_NONE; |
| 3271 | temp |= FDI_LINK_TRAIN_PATTERN_1; |
| 3272 | } |
| 3273 | /* BPC in FDI rx is consistent with that in PIPECONF */ |
| 3274 | temp &= ~(0x07 << 16); |
Daniel Vetter | dfd07d7 | 2012-12-17 11:21:38 +0100 | [diff] [blame] | 3275 | temp |= (I915_READ(PIPECONF(pipe)) & PIPECONF_BPC_MASK) << 11; |
Jesse Barnes | 0fc932b | 2011-01-04 15:09:37 -0800 | [diff] [blame] | 3276 | I915_WRITE(reg, temp); |
| 3277 | |
| 3278 | POSTING_READ(reg); |
| 3279 | udelay(100); |
| 3280 | } |
| 3281 | |
Chris Wilson | 5dce5b93 | 2014-01-20 10:17:36 +0000 | [diff] [blame] | 3282 | bool intel_has_pending_fb_unpin(struct drm_device *dev) |
| 3283 | { |
| 3284 | struct intel_crtc *crtc; |
| 3285 | |
| 3286 | /* Note that we don't need to be called with mode_config.lock here |
| 3287 | * as our list of CRTC objects is static for the lifetime of the |
| 3288 | * device and so cannot disappear as we iterate. Similarly, we can |
| 3289 | * happily treat the predicates as racy, atomic checks as userspace |
| 3290 | * cannot claim and pin a new fb without at least acquring the |
| 3291 | * struct_mutex and so serialising with us. |
| 3292 | */ |
Damien Lespiau | d3fcc80 | 2014-05-13 23:32:22 +0100 | [diff] [blame] | 3293 | for_each_intel_crtc(dev, crtc) { |
Chris Wilson | 5dce5b93 | 2014-01-20 10:17:36 +0000 | [diff] [blame] | 3294 | if (atomic_read(&crtc->unpin_work_count) == 0) |
| 3295 | continue; |
| 3296 | |
| 3297 | if (crtc->unpin_work) |
| 3298 | intel_wait_for_vblank(dev, crtc->pipe); |
| 3299 | |
| 3300 | return true; |
| 3301 | } |
| 3302 | |
| 3303 | return false; |
| 3304 | } |
| 3305 | |
Ville Syrjälä | 46a55d3 | 2014-05-21 14:04:46 +0300 | [diff] [blame] | 3306 | void intel_crtc_wait_for_pending_flips(struct drm_crtc *crtc) |
Chris Wilson | e6c3a2a | 2010-09-23 23:04:43 +0100 | [diff] [blame] | 3307 | { |
Chris Wilson | 0f91128 | 2012-04-17 10:05:38 +0100 | [diff] [blame] | 3308 | struct drm_device *dev = crtc->dev; |
Chris Wilson | 5bb6164 | 2012-09-27 21:25:58 +0100 | [diff] [blame] | 3309 | struct drm_i915_private *dev_priv = dev->dev_private; |
Chris Wilson | e6c3a2a | 2010-09-23 23:04:43 +0100 | [diff] [blame] | 3310 | |
Matt Roper | f4510a2 | 2014-04-01 15:22:40 -0700 | [diff] [blame] | 3311 | if (crtc->primary->fb == NULL) |
Chris Wilson | e6c3a2a | 2010-09-23 23:04:43 +0100 | [diff] [blame] | 3312 | return; |
| 3313 | |
Daniel Vetter | 2c10d57 | 2012-12-20 21:24:07 +0100 | [diff] [blame] | 3314 | WARN_ON(waitqueue_active(&dev_priv->pending_flip_queue)); |
| 3315 | |
Daniel Vetter | eed6d67 | 2014-05-19 16:09:35 +0200 | [diff] [blame] | 3316 | WARN_ON(wait_event_timeout(dev_priv->pending_flip_queue, |
| 3317 | !intel_crtc_has_pending_flip(crtc), |
| 3318 | 60*HZ) == 0); |
Chris Wilson | 5bb6164 | 2012-09-27 21:25:58 +0100 | [diff] [blame] | 3319 | |
Chris Wilson | 0f91128 | 2012-04-17 10:05:38 +0100 | [diff] [blame] | 3320 | mutex_lock(&dev->struct_mutex); |
Matt Roper | f4510a2 | 2014-04-01 15:22:40 -0700 | [diff] [blame] | 3321 | intel_finish_fb(crtc->primary->fb); |
Chris Wilson | 0f91128 | 2012-04-17 10:05:38 +0100 | [diff] [blame] | 3322 | mutex_unlock(&dev->struct_mutex); |
Chris Wilson | e6c3a2a | 2010-09-23 23:04:43 +0100 | [diff] [blame] | 3323 | } |
| 3324 | |
Eugeni Dodonov | e615efe | 2012-05-09 15:37:26 -0300 | [diff] [blame] | 3325 | /* Program iCLKIP clock to the desired frequency */ |
| 3326 | static void lpt_program_iclkip(struct drm_crtc *crtc) |
| 3327 | { |
| 3328 | struct drm_device *dev = crtc->dev; |
| 3329 | struct drm_i915_private *dev_priv = dev->dev_private; |
Damien Lespiau | 241bfc3 | 2013-09-25 16:45:37 +0100 | [diff] [blame] | 3330 | int clock = to_intel_crtc(crtc)->config.adjusted_mode.crtc_clock; |
Eugeni Dodonov | e615efe | 2012-05-09 15:37:26 -0300 | [diff] [blame] | 3331 | u32 divsel, phaseinc, auxdiv, phasedir = 0; |
| 3332 | u32 temp; |
| 3333 | |
Daniel Vetter | 0915300 | 2012-12-12 14:06:44 +0100 | [diff] [blame] | 3334 | mutex_lock(&dev_priv->dpio_lock); |
| 3335 | |
Eugeni Dodonov | e615efe | 2012-05-09 15:37:26 -0300 | [diff] [blame] | 3336 | /* It is necessary to ungate the pixclk gate prior to programming |
| 3337 | * the divisors, and gate it back when it is done. |
| 3338 | */ |
| 3339 | I915_WRITE(PIXCLK_GATE, PIXCLK_GATE_GATE); |
| 3340 | |
| 3341 | /* Disable SSCCTL */ |
| 3342 | intel_sbi_write(dev_priv, SBI_SSCCTL6, |
Paulo Zanoni | 988d6ee | 2012-12-01 12:04:24 -0200 | [diff] [blame] | 3343 | intel_sbi_read(dev_priv, SBI_SSCCTL6, SBI_ICLK) | |
| 3344 | SBI_SSCCTL_DISABLE, |
| 3345 | SBI_ICLK); |
Eugeni Dodonov | e615efe | 2012-05-09 15:37:26 -0300 | [diff] [blame] | 3346 | |
| 3347 | /* 20MHz is a corner case which is out of range for the 7-bit divisor */ |
Ville Syrjälä | 12d7cee | 2013-09-04 18:25:19 +0300 | [diff] [blame] | 3348 | if (clock == 20000) { |
Eugeni Dodonov | e615efe | 2012-05-09 15:37:26 -0300 | [diff] [blame] | 3349 | auxdiv = 1; |
| 3350 | divsel = 0x41; |
| 3351 | phaseinc = 0x20; |
| 3352 | } else { |
| 3353 | /* The iCLK virtual clock root frequency is in MHz, |
Damien Lespiau | 241bfc3 | 2013-09-25 16:45:37 +0100 | [diff] [blame] | 3354 | * but the adjusted_mode->crtc_clock in in KHz. To get the |
| 3355 | * divisors, it is necessary to divide one by another, so we |
Eugeni Dodonov | e615efe | 2012-05-09 15:37:26 -0300 | [diff] [blame] | 3356 | * convert the virtual clock precision to KHz here for higher |
| 3357 | * precision. |
| 3358 | */ |
| 3359 | u32 iclk_virtual_root_freq = 172800 * 1000; |
| 3360 | u32 iclk_pi_range = 64; |
| 3361 | u32 desired_divisor, msb_divisor_value, pi_value; |
| 3362 | |
Ville Syrjälä | 12d7cee | 2013-09-04 18:25:19 +0300 | [diff] [blame] | 3363 | desired_divisor = (iclk_virtual_root_freq / clock); |
Eugeni Dodonov | e615efe | 2012-05-09 15:37:26 -0300 | [diff] [blame] | 3364 | msb_divisor_value = desired_divisor / iclk_pi_range; |
| 3365 | pi_value = desired_divisor % iclk_pi_range; |
| 3366 | |
| 3367 | auxdiv = 0; |
| 3368 | divsel = msb_divisor_value - 2; |
| 3369 | phaseinc = pi_value; |
| 3370 | } |
| 3371 | |
| 3372 | /* This should not happen with any sane values */ |
| 3373 | WARN_ON(SBI_SSCDIVINTPHASE_DIVSEL(divsel) & |
| 3374 | ~SBI_SSCDIVINTPHASE_DIVSEL_MASK); |
| 3375 | WARN_ON(SBI_SSCDIVINTPHASE_DIR(phasedir) & |
| 3376 | ~SBI_SSCDIVINTPHASE_INCVAL_MASK); |
| 3377 | |
| 3378 | DRM_DEBUG_KMS("iCLKIP clock: found settings for %dKHz refresh rate: auxdiv=%x, divsel=%x, phasedir=%x, phaseinc=%x\n", |
Ville Syrjälä | 12d7cee | 2013-09-04 18:25:19 +0300 | [diff] [blame] | 3379 | clock, |
Eugeni Dodonov | e615efe | 2012-05-09 15:37:26 -0300 | [diff] [blame] | 3380 | auxdiv, |
| 3381 | divsel, |
| 3382 | phasedir, |
| 3383 | phaseinc); |
| 3384 | |
| 3385 | /* Program SSCDIVINTPHASE6 */ |
Paulo Zanoni | 988d6ee | 2012-12-01 12:04:24 -0200 | [diff] [blame] | 3386 | temp = intel_sbi_read(dev_priv, SBI_SSCDIVINTPHASE6, SBI_ICLK); |
Eugeni Dodonov | e615efe | 2012-05-09 15:37:26 -0300 | [diff] [blame] | 3387 | temp &= ~SBI_SSCDIVINTPHASE_DIVSEL_MASK; |
| 3388 | temp |= SBI_SSCDIVINTPHASE_DIVSEL(divsel); |
| 3389 | temp &= ~SBI_SSCDIVINTPHASE_INCVAL_MASK; |
| 3390 | temp |= SBI_SSCDIVINTPHASE_INCVAL(phaseinc); |
| 3391 | temp |= SBI_SSCDIVINTPHASE_DIR(phasedir); |
| 3392 | temp |= SBI_SSCDIVINTPHASE_PROPAGATE; |
Paulo Zanoni | 988d6ee | 2012-12-01 12:04:24 -0200 | [diff] [blame] | 3393 | intel_sbi_write(dev_priv, SBI_SSCDIVINTPHASE6, temp, SBI_ICLK); |
Eugeni Dodonov | e615efe | 2012-05-09 15:37:26 -0300 | [diff] [blame] | 3394 | |
| 3395 | /* Program SSCAUXDIV */ |
Paulo Zanoni | 988d6ee | 2012-12-01 12:04:24 -0200 | [diff] [blame] | 3396 | temp = intel_sbi_read(dev_priv, SBI_SSCAUXDIV6, SBI_ICLK); |
Eugeni Dodonov | e615efe | 2012-05-09 15:37:26 -0300 | [diff] [blame] | 3397 | temp &= ~SBI_SSCAUXDIV_FINALDIV2SEL(1); |
| 3398 | temp |= SBI_SSCAUXDIV_FINALDIV2SEL(auxdiv); |
Paulo Zanoni | 988d6ee | 2012-12-01 12:04:24 -0200 | [diff] [blame] | 3399 | intel_sbi_write(dev_priv, SBI_SSCAUXDIV6, temp, SBI_ICLK); |
Eugeni Dodonov | e615efe | 2012-05-09 15:37:26 -0300 | [diff] [blame] | 3400 | |
| 3401 | /* Enable modulator and associated divider */ |
Paulo Zanoni | 988d6ee | 2012-12-01 12:04:24 -0200 | [diff] [blame] | 3402 | temp = intel_sbi_read(dev_priv, SBI_SSCCTL6, SBI_ICLK); |
Eugeni Dodonov | e615efe | 2012-05-09 15:37:26 -0300 | [diff] [blame] | 3403 | temp &= ~SBI_SSCCTL_DISABLE; |
Paulo Zanoni | 988d6ee | 2012-12-01 12:04:24 -0200 | [diff] [blame] | 3404 | intel_sbi_write(dev_priv, SBI_SSCCTL6, temp, SBI_ICLK); |
Eugeni Dodonov | e615efe | 2012-05-09 15:37:26 -0300 | [diff] [blame] | 3405 | |
| 3406 | /* Wait for initialization time */ |
| 3407 | udelay(24); |
| 3408 | |
| 3409 | I915_WRITE(PIXCLK_GATE, PIXCLK_GATE_UNGATE); |
Daniel Vetter | 0915300 | 2012-12-12 14:06:44 +0100 | [diff] [blame] | 3410 | |
| 3411 | mutex_unlock(&dev_priv->dpio_lock); |
Eugeni Dodonov | e615efe | 2012-05-09 15:37:26 -0300 | [diff] [blame] | 3412 | } |
| 3413 | |
Daniel Vetter | 275f01b2 | 2013-05-03 11:49:47 +0200 | [diff] [blame] | 3414 | static void ironlake_pch_transcoder_set_timings(struct intel_crtc *crtc, |
| 3415 | enum pipe pch_transcoder) |
| 3416 | { |
| 3417 | struct drm_device *dev = crtc->base.dev; |
| 3418 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 3419 | enum transcoder cpu_transcoder = crtc->config.cpu_transcoder; |
| 3420 | |
| 3421 | I915_WRITE(PCH_TRANS_HTOTAL(pch_transcoder), |
| 3422 | I915_READ(HTOTAL(cpu_transcoder))); |
| 3423 | I915_WRITE(PCH_TRANS_HBLANK(pch_transcoder), |
| 3424 | I915_READ(HBLANK(cpu_transcoder))); |
| 3425 | I915_WRITE(PCH_TRANS_HSYNC(pch_transcoder), |
| 3426 | I915_READ(HSYNC(cpu_transcoder))); |
| 3427 | |
| 3428 | I915_WRITE(PCH_TRANS_VTOTAL(pch_transcoder), |
| 3429 | I915_READ(VTOTAL(cpu_transcoder))); |
| 3430 | I915_WRITE(PCH_TRANS_VBLANK(pch_transcoder), |
| 3431 | I915_READ(VBLANK(cpu_transcoder))); |
| 3432 | I915_WRITE(PCH_TRANS_VSYNC(pch_transcoder), |
| 3433 | I915_READ(VSYNC(cpu_transcoder))); |
| 3434 | I915_WRITE(PCH_TRANS_VSYNCSHIFT(pch_transcoder), |
| 3435 | I915_READ(VSYNCSHIFT(cpu_transcoder))); |
| 3436 | } |
| 3437 | |
Daniel Vetter | 1fbc0d7 | 2013-10-29 12:04:08 +0100 | [diff] [blame] | 3438 | static void cpt_enable_fdi_bc_bifurcation(struct drm_device *dev) |
| 3439 | { |
| 3440 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 3441 | uint32_t temp; |
| 3442 | |
| 3443 | temp = I915_READ(SOUTH_CHICKEN1); |
| 3444 | if (temp & FDI_BC_BIFURCATION_SELECT) |
| 3445 | return; |
| 3446 | |
| 3447 | WARN_ON(I915_READ(FDI_RX_CTL(PIPE_B)) & FDI_RX_ENABLE); |
| 3448 | WARN_ON(I915_READ(FDI_RX_CTL(PIPE_C)) & FDI_RX_ENABLE); |
| 3449 | |
| 3450 | temp |= FDI_BC_BIFURCATION_SELECT; |
| 3451 | DRM_DEBUG_KMS("enabling fdi C rx\n"); |
| 3452 | I915_WRITE(SOUTH_CHICKEN1, temp); |
| 3453 | POSTING_READ(SOUTH_CHICKEN1); |
| 3454 | } |
| 3455 | |
| 3456 | static void ivybridge_update_fdi_bc_bifurcation(struct intel_crtc *intel_crtc) |
| 3457 | { |
| 3458 | struct drm_device *dev = intel_crtc->base.dev; |
| 3459 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 3460 | |
| 3461 | switch (intel_crtc->pipe) { |
| 3462 | case PIPE_A: |
| 3463 | break; |
| 3464 | case PIPE_B: |
| 3465 | if (intel_crtc->config.fdi_lanes > 2) |
| 3466 | WARN_ON(I915_READ(SOUTH_CHICKEN1) & FDI_BC_BIFURCATION_SELECT); |
| 3467 | else |
| 3468 | cpt_enable_fdi_bc_bifurcation(dev); |
| 3469 | |
| 3470 | break; |
| 3471 | case PIPE_C: |
| 3472 | cpt_enable_fdi_bc_bifurcation(dev); |
| 3473 | |
| 3474 | break; |
| 3475 | default: |
| 3476 | BUG(); |
| 3477 | } |
| 3478 | } |
| 3479 | |
Jesse Barnes | f67a559 | 2011-01-05 10:31:48 -0800 | [diff] [blame] | 3480 | /* |
| 3481 | * Enable PCH resources required for PCH ports: |
| 3482 | * - PCH PLLs |
| 3483 | * - FDI training & RX/TX |
| 3484 | * - update transcoder timings |
| 3485 | * - DP transcoding bits |
| 3486 | * - transcoder |
| 3487 | */ |
| 3488 | static void ironlake_pch_enable(struct drm_crtc *crtc) |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 3489 | { |
| 3490 | struct drm_device *dev = crtc->dev; |
Zhenyu Wang | 2c07245 | 2009-06-05 15:38:42 +0800 | [diff] [blame] | 3491 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 3492 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 3493 | int pipe = intel_crtc->pipe; |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 3494 | u32 reg, temp; |
Jesse Barnes | 6be4a60 | 2010-09-10 10:26:01 -0700 | [diff] [blame] | 3495 | |
Daniel Vetter | ab9412b | 2013-05-03 11:49:46 +0200 | [diff] [blame] | 3496 | assert_pch_transcoder_disabled(dev_priv, pipe); |
Chris Wilson | e7e164d | 2012-05-11 09:21:25 +0100 | [diff] [blame] | 3497 | |
Daniel Vetter | 1fbc0d7 | 2013-10-29 12:04:08 +0100 | [diff] [blame] | 3498 | if (IS_IVYBRIDGE(dev)) |
| 3499 | ivybridge_update_fdi_bc_bifurcation(intel_crtc); |
| 3500 | |
Daniel Vetter | cd986ab | 2012-10-26 10:58:12 +0200 | [diff] [blame] | 3501 | /* Write the TU size bits before fdi link training, so that error |
| 3502 | * detection works. */ |
| 3503 | I915_WRITE(FDI_RX_TUSIZE1(pipe), |
| 3504 | I915_READ(PIPE_DATA_M1(pipe)) & TU_SIZE_MASK); |
| 3505 | |
Jesse Barnes | c98e9dc | 2010-09-10 10:57:18 -0700 | [diff] [blame] | 3506 | /* For PCH output, training FDI link */ |
Jesse Barnes | 674cf96 | 2011-04-28 14:27:04 -0700 | [diff] [blame] | 3507 | dev_priv->display.fdi_link_train(crtc); |
Jesse Barnes | 6be4a60 | 2010-09-10 10:26:01 -0700 | [diff] [blame] | 3508 | |
Daniel Vetter | 3ad8a20 | 2013-06-05 13:34:32 +0200 | [diff] [blame] | 3509 | /* We need to program the right clock selection before writing the pixel |
| 3510 | * mutliplier into the DPLL. */ |
Paulo Zanoni | 303b81e | 2012-10-31 18:12:23 -0200 | [diff] [blame] | 3511 | if (HAS_PCH_CPT(dev)) { |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 3512 | u32 sel; |
Jesse Barnes | 4b645f1 | 2011-10-12 09:51:31 -0700 | [diff] [blame] | 3513 | |
Jesse Barnes | c98e9dc | 2010-09-10 10:57:18 -0700 | [diff] [blame] | 3514 | temp = I915_READ(PCH_DPLL_SEL); |
Daniel Vetter | 1188739 | 2013-06-05 13:34:09 +0200 | [diff] [blame] | 3515 | temp |= TRANS_DPLL_ENABLE(pipe); |
| 3516 | sel = TRANS_DPLLB_SEL(pipe); |
Daniel Vetter | a43f6e0 | 2013-06-07 23:10:32 +0200 | [diff] [blame] | 3517 | if (intel_crtc->config.shared_dpll == DPLL_ID_PCH_PLL_B) |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 3518 | temp |= sel; |
| 3519 | else |
| 3520 | temp &= ~sel; |
Jesse Barnes | c98e9dc | 2010-09-10 10:57:18 -0700 | [diff] [blame] | 3521 | I915_WRITE(PCH_DPLL_SEL, temp); |
Jesse Barnes | c98e9dc | 2010-09-10 10:57:18 -0700 | [diff] [blame] | 3522 | } |
Jesse Barnes | c98e9dc | 2010-09-10 10:57:18 -0700 | [diff] [blame] | 3523 | |
Daniel Vetter | 3ad8a20 | 2013-06-05 13:34:32 +0200 | [diff] [blame] | 3524 | /* XXX: pch pll's can be enabled any time before we enable the PCH |
| 3525 | * transcoder, and we actually should do this to not upset any PCH |
| 3526 | * transcoder that already use the clock when we share it. |
| 3527 | * |
| 3528 | * Note that enable_shared_dpll tries to do the right thing, but |
| 3529 | * get_shared_dpll unconditionally resets the pll - we need that to have |
| 3530 | * the right LVDS enable sequence. */ |
Daniel Vetter | 85b3894 | 2014-04-24 23:55:14 +0200 | [diff] [blame] | 3531 | intel_enable_shared_dpll(intel_crtc); |
Daniel Vetter | 3ad8a20 | 2013-06-05 13:34:32 +0200 | [diff] [blame] | 3532 | |
Jesse Barnes | d9b6cb5 | 2011-01-04 15:09:35 -0800 | [diff] [blame] | 3533 | /* set transcoder timing, panel must allow it */ |
| 3534 | assert_panel_unlocked(dev_priv, pipe); |
Daniel Vetter | 275f01b2 | 2013-05-03 11:49:47 +0200 | [diff] [blame] | 3535 | ironlake_pch_transcoder_set_timings(intel_crtc, pipe); |
Jesse Barnes | c98e9dc | 2010-09-10 10:57:18 -0700 | [diff] [blame] | 3536 | |
Paulo Zanoni | 303b81e | 2012-10-31 18:12:23 -0200 | [diff] [blame] | 3537 | intel_fdi_normal_train(crtc); |
Zhenyu Wang | 5e84e1a | 2010-10-28 16:38:08 +0800 | [diff] [blame] | 3538 | |
Jesse Barnes | c98e9dc | 2010-09-10 10:57:18 -0700 | [diff] [blame] | 3539 | /* For PCH DP, enable TRANS_DP_CTL */ |
| 3540 | if (HAS_PCH_CPT(dev) && |
Keith Packard | 417e822 | 2011-11-01 19:54:11 -0700 | [diff] [blame] | 3541 | (intel_pipe_has_type(crtc, INTEL_OUTPUT_DISPLAYPORT) || |
| 3542 | intel_pipe_has_type(crtc, INTEL_OUTPUT_EDP))) { |
Daniel Vetter | dfd07d7 | 2012-12-17 11:21:38 +0100 | [diff] [blame] | 3543 | u32 bpc = (I915_READ(PIPECONF(pipe)) & PIPECONF_BPC_MASK) >> 5; |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 3544 | reg = TRANS_DP_CTL(pipe); |
| 3545 | temp = I915_READ(reg); |
| 3546 | temp &= ~(TRANS_DP_PORT_SEL_MASK | |
Eric Anholt | 220cad3 | 2010-11-18 09:32:58 +0800 | [diff] [blame] | 3547 | TRANS_DP_SYNC_MASK | |
| 3548 | TRANS_DP_BPC_MASK); |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 3549 | temp |= (TRANS_DP_OUTPUT_ENABLE | |
| 3550 | TRANS_DP_ENH_FRAMING); |
Jesse Barnes | 9325c9f | 2011-06-24 12:19:21 -0700 | [diff] [blame] | 3551 | temp |= bpc << 9; /* same format but at 11:9 */ |
Jesse Barnes | c98e9dc | 2010-09-10 10:57:18 -0700 | [diff] [blame] | 3552 | |
| 3553 | if (crtc->mode.flags & DRM_MODE_FLAG_PHSYNC) |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 3554 | temp |= TRANS_DP_HSYNC_ACTIVE_HIGH; |
Jesse Barnes | c98e9dc | 2010-09-10 10:57:18 -0700 | [diff] [blame] | 3555 | if (crtc->mode.flags & DRM_MODE_FLAG_PVSYNC) |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 3556 | temp |= TRANS_DP_VSYNC_ACTIVE_HIGH; |
Jesse Barnes | c98e9dc | 2010-09-10 10:57:18 -0700 | [diff] [blame] | 3557 | |
| 3558 | switch (intel_trans_dp_port_sel(crtc)) { |
| 3559 | case PCH_DP_B: |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 3560 | temp |= TRANS_DP_PORT_SEL_B; |
Jesse Barnes | c98e9dc | 2010-09-10 10:57:18 -0700 | [diff] [blame] | 3561 | break; |
| 3562 | case PCH_DP_C: |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 3563 | temp |= TRANS_DP_PORT_SEL_C; |
Jesse Barnes | c98e9dc | 2010-09-10 10:57:18 -0700 | [diff] [blame] | 3564 | break; |
| 3565 | case PCH_DP_D: |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 3566 | temp |= TRANS_DP_PORT_SEL_D; |
Jesse Barnes | c98e9dc | 2010-09-10 10:57:18 -0700 | [diff] [blame] | 3567 | break; |
| 3568 | default: |
Daniel Vetter | e95d41e | 2012-10-26 10:58:16 +0200 | [diff] [blame] | 3569 | BUG(); |
Jesse Barnes | c98e9dc | 2010-09-10 10:57:18 -0700 | [diff] [blame] | 3570 | } |
| 3571 | |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 3572 | I915_WRITE(reg, temp); |
Jesse Barnes | c98e9dc | 2010-09-10 10:57:18 -0700 | [diff] [blame] | 3573 | } |
| 3574 | |
Paulo Zanoni | b8a4f40 | 2012-10-31 18:12:42 -0200 | [diff] [blame] | 3575 | ironlake_enable_pch_transcoder(dev_priv, pipe); |
Jesse Barnes | f67a559 | 2011-01-05 10:31:48 -0800 | [diff] [blame] | 3576 | } |
| 3577 | |
Paulo Zanoni | 1507e5b | 2012-10-31 18:12:22 -0200 | [diff] [blame] | 3578 | static void lpt_pch_enable(struct drm_crtc *crtc) |
| 3579 | { |
| 3580 | struct drm_device *dev = crtc->dev; |
| 3581 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 3582 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
Daniel Vetter | 3b117c8 | 2013-04-17 20:15:07 +0200 | [diff] [blame] | 3583 | enum transcoder cpu_transcoder = intel_crtc->config.cpu_transcoder; |
Paulo Zanoni | 1507e5b | 2012-10-31 18:12:22 -0200 | [diff] [blame] | 3584 | |
Daniel Vetter | ab9412b | 2013-05-03 11:49:46 +0200 | [diff] [blame] | 3585 | assert_pch_transcoder_disabled(dev_priv, TRANSCODER_A); |
Paulo Zanoni | 1507e5b | 2012-10-31 18:12:22 -0200 | [diff] [blame] | 3586 | |
Paulo Zanoni | 8c52b5e | 2012-10-31 18:12:24 -0200 | [diff] [blame] | 3587 | lpt_program_iclkip(crtc); |
Paulo Zanoni | 1507e5b | 2012-10-31 18:12:22 -0200 | [diff] [blame] | 3588 | |
Paulo Zanoni | 0540e48 | 2012-10-31 18:12:40 -0200 | [diff] [blame] | 3589 | /* Set transcoder timing. */ |
Daniel Vetter | 275f01b2 | 2013-05-03 11:49:47 +0200 | [diff] [blame] | 3590 | ironlake_pch_transcoder_set_timings(intel_crtc, PIPE_A); |
Paulo Zanoni | 1507e5b | 2012-10-31 18:12:22 -0200 | [diff] [blame] | 3591 | |
Paulo Zanoni | 937bb61 | 2012-10-31 18:12:47 -0200 | [diff] [blame] | 3592 | lpt_enable_pch_transcoder(dev_priv, cpu_transcoder); |
Jesse Barnes | f67a559 | 2011-01-05 10:31:48 -0800 | [diff] [blame] | 3593 | } |
| 3594 | |
Daniel Vetter | e2b7826 | 2013-06-07 23:10:03 +0200 | [diff] [blame] | 3595 | static void intel_put_shared_dpll(struct intel_crtc *crtc) |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 3596 | { |
Daniel Vetter | e2b7826 | 2013-06-07 23:10:03 +0200 | [diff] [blame] | 3597 | struct intel_shared_dpll *pll = intel_crtc_to_shared_dpll(crtc); |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 3598 | |
| 3599 | if (pll == NULL) |
| 3600 | return; |
| 3601 | |
| 3602 | if (pll->refcount == 0) { |
Daniel Vetter | 46edb02 | 2013-06-05 13:34:12 +0200 | [diff] [blame] | 3603 | WARN(1, "bad %s refcount\n", pll->name); |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 3604 | return; |
| 3605 | } |
| 3606 | |
Daniel Vetter | f4a091c | 2013-06-10 17:28:22 +0200 | [diff] [blame] | 3607 | if (--pll->refcount == 0) { |
| 3608 | WARN_ON(pll->on); |
| 3609 | WARN_ON(pll->active); |
| 3610 | } |
| 3611 | |
Daniel Vetter | a43f6e0 | 2013-06-07 23:10:32 +0200 | [diff] [blame] | 3612 | crtc->config.shared_dpll = DPLL_ID_PRIVATE; |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 3613 | } |
| 3614 | |
Daniel Vetter | b89a1d3 | 2013-06-05 13:34:24 +0200 | [diff] [blame] | 3615 | static struct intel_shared_dpll *intel_get_shared_dpll(struct intel_crtc *crtc) |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 3616 | { |
Daniel Vetter | e2b7826 | 2013-06-07 23:10:03 +0200 | [diff] [blame] | 3617 | struct drm_i915_private *dev_priv = crtc->base.dev->dev_private; |
| 3618 | struct intel_shared_dpll *pll = intel_crtc_to_shared_dpll(crtc); |
| 3619 | enum intel_dpll_id i; |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 3620 | |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 3621 | if (pll) { |
Daniel Vetter | 46edb02 | 2013-06-05 13:34:12 +0200 | [diff] [blame] | 3622 | DRM_DEBUG_KMS("CRTC:%d dropping existing %s\n", |
| 3623 | crtc->base.base.id, pll->name); |
Daniel Vetter | e2b7826 | 2013-06-07 23:10:03 +0200 | [diff] [blame] | 3624 | intel_put_shared_dpll(crtc); |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 3625 | } |
| 3626 | |
Daniel Vetter | 98b6bd9 | 2012-05-20 20:00:25 +0200 | [diff] [blame] | 3627 | if (HAS_PCH_IBX(dev_priv->dev)) { |
| 3628 | /* Ironlake PCH has a fixed PLL->PCH pipe mapping. */ |
Daniel Vetter | d94ab06 | 2013-07-04 12:01:16 +0200 | [diff] [blame] | 3629 | i = (enum intel_dpll_id) crtc->pipe; |
Daniel Vetter | e72f9fb | 2013-06-05 13:34:06 +0200 | [diff] [blame] | 3630 | pll = &dev_priv->shared_dplls[i]; |
Daniel Vetter | 98b6bd9 | 2012-05-20 20:00:25 +0200 | [diff] [blame] | 3631 | |
Daniel Vetter | 46edb02 | 2013-06-05 13:34:12 +0200 | [diff] [blame] | 3632 | DRM_DEBUG_KMS("CRTC:%d using pre-allocated %s\n", |
| 3633 | crtc->base.base.id, pll->name); |
Daniel Vetter | 98b6bd9 | 2012-05-20 20:00:25 +0200 | [diff] [blame] | 3634 | |
Daniel Vetter | f2a69f4 | 2014-05-20 15:19:19 +0200 | [diff] [blame] | 3635 | WARN_ON(pll->refcount); |
| 3636 | |
Daniel Vetter | 98b6bd9 | 2012-05-20 20:00:25 +0200 | [diff] [blame] | 3637 | goto found; |
| 3638 | } |
| 3639 | |
Daniel Vetter | e72f9fb | 2013-06-05 13:34:06 +0200 | [diff] [blame] | 3640 | for (i = 0; i < dev_priv->num_shared_dpll; i++) { |
| 3641 | pll = &dev_priv->shared_dplls[i]; |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 3642 | |
| 3643 | /* Only want to check enabled timings first */ |
| 3644 | if (pll->refcount == 0) |
| 3645 | continue; |
| 3646 | |
Daniel Vetter | b89a1d3 | 2013-06-05 13:34:24 +0200 | [diff] [blame] | 3647 | if (memcmp(&crtc->config.dpll_hw_state, &pll->hw_state, |
| 3648 | sizeof(pll->hw_state)) == 0) { |
Daniel Vetter | 46edb02 | 2013-06-05 13:34:12 +0200 | [diff] [blame] | 3649 | DRM_DEBUG_KMS("CRTC:%d sharing existing %s (refcount %d, ative %d)\n", |
Daniel Vetter | e2b7826 | 2013-06-07 23:10:03 +0200 | [diff] [blame] | 3650 | crtc->base.base.id, |
Daniel Vetter | 46edb02 | 2013-06-05 13:34:12 +0200 | [diff] [blame] | 3651 | pll->name, pll->refcount, pll->active); |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 3652 | |
| 3653 | goto found; |
| 3654 | } |
| 3655 | } |
| 3656 | |
| 3657 | /* Ok no matching timings, maybe there's a free one? */ |
Daniel Vetter | e72f9fb | 2013-06-05 13:34:06 +0200 | [diff] [blame] | 3658 | for (i = 0; i < dev_priv->num_shared_dpll; i++) { |
| 3659 | pll = &dev_priv->shared_dplls[i]; |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 3660 | if (pll->refcount == 0) { |
Daniel Vetter | 46edb02 | 2013-06-05 13:34:12 +0200 | [diff] [blame] | 3661 | DRM_DEBUG_KMS("CRTC:%d allocated %s\n", |
| 3662 | crtc->base.base.id, pll->name); |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 3663 | goto found; |
| 3664 | } |
| 3665 | } |
| 3666 | |
| 3667 | return NULL; |
| 3668 | |
| 3669 | found: |
Daniel Vetter | f2a69f4 | 2014-05-20 15:19:19 +0200 | [diff] [blame] | 3670 | if (pll->refcount == 0) |
| 3671 | pll->hw_state = crtc->config.dpll_hw_state; |
| 3672 | |
Daniel Vetter | a43f6e0 | 2013-06-07 23:10:32 +0200 | [diff] [blame] | 3673 | crtc->config.shared_dpll = i; |
Daniel Vetter | 46edb02 | 2013-06-05 13:34:12 +0200 | [diff] [blame] | 3674 | DRM_DEBUG_DRIVER("using %s for pipe %c\n", pll->name, |
| 3675 | pipe_name(crtc->pipe)); |
Daniel Vetter | 66e985c | 2013-06-05 13:34:20 +0200 | [diff] [blame] | 3676 | |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 3677 | pll->refcount++; |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 3678 | |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 3679 | return pll; |
| 3680 | } |
| 3681 | |
Daniel Vetter | a152031 | 2013-05-03 11:49:50 +0200 | [diff] [blame] | 3682 | static void cpt_verify_modeset(struct drm_device *dev, int pipe) |
Jesse Barnes | d4270e5 | 2011-10-11 10:43:02 -0700 | [diff] [blame] | 3683 | { |
| 3684 | struct drm_i915_private *dev_priv = dev->dev_private; |
Daniel Vetter | 23670b32 | 2012-11-01 09:15:30 +0100 | [diff] [blame] | 3685 | int dslreg = PIPEDSL(pipe); |
Jesse Barnes | d4270e5 | 2011-10-11 10:43:02 -0700 | [diff] [blame] | 3686 | u32 temp; |
| 3687 | |
| 3688 | temp = I915_READ(dslreg); |
| 3689 | udelay(500); |
| 3690 | if (wait_for(I915_READ(dslreg) != temp, 5)) { |
Jesse Barnes | d4270e5 | 2011-10-11 10:43:02 -0700 | [diff] [blame] | 3691 | if (wait_for(I915_READ(dslreg) != temp, 5)) |
Ville Syrjälä | 84f44ce | 2013-04-17 17:48:49 +0300 | [diff] [blame] | 3692 | DRM_ERROR("mode set failed: pipe %c stuck\n", pipe_name(pipe)); |
Jesse Barnes | d4270e5 | 2011-10-11 10:43:02 -0700 | [diff] [blame] | 3693 | } |
| 3694 | } |
| 3695 | |
Jesse Barnes | b074cec | 2013-04-25 12:55:02 -0700 | [diff] [blame] | 3696 | static void ironlake_pfit_enable(struct intel_crtc *crtc) |
| 3697 | { |
| 3698 | struct drm_device *dev = crtc->base.dev; |
| 3699 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 3700 | int pipe = crtc->pipe; |
| 3701 | |
Chris Wilson | fd4daa9 | 2013-08-27 17:04:17 +0100 | [diff] [blame] | 3702 | if (crtc->config.pch_pfit.enabled) { |
Jesse Barnes | b074cec | 2013-04-25 12:55:02 -0700 | [diff] [blame] | 3703 | /* Force use of hard-coded filter coefficients |
| 3704 | * as some pre-programmed values are broken, |
| 3705 | * e.g. x201. |
| 3706 | */ |
| 3707 | if (IS_IVYBRIDGE(dev) || IS_HASWELL(dev)) |
| 3708 | I915_WRITE(PF_CTL(pipe), PF_ENABLE | PF_FILTER_MED_3x3 | |
| 3709 | PF_PIPE_SEL_IVB(pipe)); |
| 3710 | else |
| 3711 | I915_WRITE(PF_CTL(pipe), PF_ENABLE | PF_FILTER_MED_3x3); |
| 3712 | I915_WRITE(PF_WIN_POS(pipe), crtc->config.pch_pfit.pos); |
| 3713 | I915_WRITE(PF_WIN_SZ(pipe), crtc->config.pch_pfit.size); |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 3714 | } |
Jesse Barnes | f67a559 | 2011-01-05 10:31:48 -0800 | [diff] [blame] | 3715 | } |
| 3716 | |
Ville Syrjälä | bb53d4a | 2013-06-04 13:49:04 +0300 | [diff] [blame] | 3717 | static void intel_enable_planes(struct drm_crtc *crtc) |
| 3718 | { |
| 3719 | struct drm_device *dev = crtc->dev; |
| 3720 | enum pipe pipe = to_intel_crtc(crtc)->pipe; |
Matt Roper | af2b653 | 2014-04-01 15:22:32 -0700 | [diff] [blame] | 3721 | struct drm_plane *plane; |
Ville Syrjälä | bb53d4a | 2013-06-04 13:49:04 +0300 | [diff] [blame] | 3722 | struct intel_plane *intel_plane; |
| 3723 | |
Matt Roper | af2b653 | 2014-04-01 15:22:32 -0700 | [diff] [blame] | 3724 | drm_for_each_legacy_plane(plane, &dev->mode_config.plane_list) { |
| 3725 | intel_plane = to_intel_plane(plane); |
Ville Syrjälä | bb53d4a | 2013-06-04 13:49:04 +0300 | [diff] [blame] | 3726 | if (intel_plane->pipe == pipe) |
| 3727 | intel_plane_restore(&intel_plane->base); |
Matt Roper | af2b653 | 2014-04-01 15:22:32 -0700 | [diff] [blame] | 3728 | } |
Ville Syrjälä | bb53d4a | 2013-06-04 13:49:04 +0300 | [diff] [blame] | 3729 | } |
| 3730 | |
| 3731 | static void intel_disable_planes(struct drm_crtc *crtc) |
| 3732 | { |
| 3733 | struct drm_device *dev = crtc->dev; |
| 3734 | enum pipe pipe = to_intel_crtc(crtc)->pipe; |
Matt Roper | af2b653 | 2014-04-01 15:22:32 -0700 | [diff] [blame] | 3735 | struct drm_plane *plane; |
Ville Syrjälä | bb53d4a | 2013-06-04 13:49:04 +0300 | [diff] [blame] | 3736 | struct intel_plane *intel_plane; |
| 3737 | |
Matt Roper | af2b653 | 2014-04-01 15:22:32 -0700 | [diff] [blame] | 3738 | drm_for_each_legacy_plane(plane, &dev->mode_config.plane_list) { |
| 3739 | intel_plane = to_intel_plane(plane); |
Ville Syrjälä | bb53d4a | 2013-06-04 13:49:04 +0300 | [diff] [blame] | 3740 | if (intel_plane->pipe == pipe) |
| 3741 | intel_plane_disable(&intel_plane->base); |
Matt Roper | af2b653 | 2014-04-01 15:22:32 -0700 | [diff] [blame] | 3742 | } |
Ville Syrjälä | bb53d4a | 2013-06-04 13:49:04 +0300 | [diff] [blame] | 3743 | } |
| 3744 | |
Ville Syrjälä | 20bc8673 | 2013-10-01 18:02:17 +0300 | [diff] [blame] | 3745 | void hsw_enable_ips(struct intel_crtc *crtc) |
Paulo Zanoni | d77e453 | 2013-09-24 13:52:55 -0300 | [diff] [blame] | 3746 | { |
Ville Syrjälä | cea165c | 2014-04-15 21:41:35 +0300 | [diff] [blame] | 3747 | struct drm_device *dev = crtc->base.dev; |
| 3748 | struct drm_i915_private *dev_priv = dev->dev_private; |
Paulo Zanoni | d77e453 | 2013-09-24 13:52:55 -0300 | [diff] [blame] | 3749 | |
| 3750 | if (!crtc->config.ips_enabled) |
| 3751 | return; |
| 3752 | |
Ville Syrjälä | cea165c | 2014-04-15 21:41:35 +0300 | [diff] [blame] | 3753 | /* We can only enable IPS after we enable a plane and wait for a vblank */ |
| 3754 | intel_wait_for_vblank(dev, crtc->pipe); |
| 3755 | |
Paulo Zanoni | d77e453 | 2013-09-24 13:52:55 -0300 | [diff] [blame] | 3756 | assert_plane_enabled(dev_priv, crtc->plane); |
Ville Syrjälä | cea165c | 2014-04-15 21:41:35 +0300 | [diff] [blame] | 3757 | if (IS_BROADWELL(dev)) { |
Ben Widawsky | 2a114cc | 2013-11-02 21:07:47 -0700 | [diff] [blame] | 3758 | mutex_lock(&dev_priv->rps.hw_lock); |
| 3759 | WARN_ON(sandybridge_pcode_write(dev_priv, DISPLAY_IPS_CONTROL, 0xc0000000)); |
| 3760 | mutex_unlock(&dev_priv->rps.hw_lock); |
| 3761 | /* Quoting Art Runyan: "its not safe to expect any particular |
| 3762 | * value in IPS_CTL bit 31 after enabling IPS through the |
Jesse Barnes | e59150d | 2014-01-07 13:30:45 -0800 | [diff] [blame] | 3763 | * mailbox." Moreover, the mailbox may return a bogus state, |
| 3764 | * so we need to just enable it and continue on. |
Ben Widawsky | 2a114cc | 2013-11-02 21:07:47 -0700 | [diff] [blame] | 3765 | */ |
| 3766 | } else { |
| 3767 | I915_WRITE(IPS_CTL, IPS_ENABLE); |
| 3768 | /* The bit only becomes 1 in the next vblank, so this wait here |
| 3769 | * is essentially intel_wait_for_vblank. If we don't have this |
| 3770 | * and don't wait for vblanks until the end of crtc_enable, then |
| 3771 | * the HW state readout code will complain that the expected |
| 3772 | * IPS_CTL value is not the one we read. */ |
| 3773 | if (wait_for(I915_READ_NOTRACE(IPS_CTL) & IPS_ENABLE, 50)) |
| 3774 | DRM_ERROR("Timed out waiting for IPS enable\n"); |
| 3775 | } |
Paulo Zanoni | d77e453 | 2013-09-24 13:52:55 -0300 | [diff] [blame] | 3776 | } |
| 3777 | |
Ville Syrjälä | 20bc8673 | 2013-10-01 18:02:17 +0300 | [diff] [blame] | 3778 | void hsw_disable_ips(struct intel_crtc *crtc) |
Paulo Zanoni | d77e453 | 2013-09-24 13:52:55 -0300 | [diff] [blame] | 3779 | { |
| 3780 | struct drm_device *dev = crtc->base.dev; |
| 3781 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 3782 | |
| 3783 | if (!crtc->config.ips_enabled) |
| 3784 | return; |
| 3785 | |
| 3786 | assert_plane_enabled(dev_priv, crtc->plane); |
Ben Widawsky | 23d0b13 | 2014-04-10 14:32:41 -0700 | [diff] [blame] | 3787 | if (IS_BROADWELL(dev)) { |
Ben Widawsky | 2a114cc | 2013-11-02 21:07:47 -0700 | [diff] [blame] | 3788 | mutex_lock(&dev_priv->rps.hw_lock); |
| 3789 | WARN_ON(sandybridge_pcode_write(dev_priv, DISPLAY_IPS_CONTROL, 0)); |
| 3790 | mutex_unlock(&dev_priv->rps.hw_lock); |
Ben Widawsky | 23d0b13 | 2014-04-10 14:32:41 -0700 | [diff] [blame] | 3791 | /* wait for pcode to finish disabling IPS, which may take up to 42ms */ |
| 3792 | if (wait_for((I915_READ(IPS_CTL) & IPS_ENABLE) == 0, 42)) |
| 3793 | DRM_ERROR("Timed out waiting for IPS disable\n"); |
Jesse Barnes | e59150d | 2014-01-07 13:30:45 -0800 | [diff] [blame] | 3794 | } else { |
Ben Widawsky | 2a114cc | 2013-11-02 21:07:47 -0700 | [diff] [blame] | 3795 | I915_WRITE(IPS_CTL, 0); |
Jesse Barnes | e59150d | 2014-01-07 13:30:45 -0800 | [diff] [blame] | 3796 | POSTING_READ(IPS_CTL); |
| 3797 | } |
Paulo Zanoni | d77e453 | 2013-09-24 13:52:55 -0300 | [diff] [blame] | 3798 | |
| 3799 | /* We need to wait for a vblank before we can disable the plane. */ |
| 3800 | intel_wait_for_vblank(dev, crtc->pipe); |
| 3801 | } |
| 3802 | |
| 3803 | /** Loads the palette/gamma unit for the CRTC with the prepared values */ |
| 3804 | static void intel_crtc_load_lut(struct drm_crtc *crtc) |
| 3805 | { |
| 3806 | struct drm_device *dev = crtc->dev; |
| 3807 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 3808 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 3809 | enum pipe pipe = intel_crtc->pipe; |
| 3810 | int palreg = PALETTE(pipe); |
| 3811 | int i; |
| 3812 | bool reenable_ips = false; |
| 3813 | |
| 3814 | /* The clocks have to be on to load the palette. */ |
| 3815 | if (!crtc->enabled || !intel_crtc->active) |
| 3816 | return; |
| 3817 | |
| 3818 | if (!HAS_PCH_SPLIT(dev_priv->dev)) { |
| 3819 | if (intel_pipe_has_type(crtc, INTEL_OUTPUT_DSI)) |
| 3820 | assert_dsi_pll_enabled(dev_priv); |
| 3821 | else |
| 3822 | assert_pll_enabled(dev_priv, pipe); |
| 3823 | } |
| 3824 | |
| 3825 | /* use legacy palette for Ironlake */ |
| 3826 | if (HAS_PCH_SPLIT(dev)) |
| 3827 | palreg = LGC_PALETTE(pipe); |
| 3828 | |
| 3829 | /* Workaround : Do not read or write the pipe palette/gamma data while |
| 3830 | * GAMMA_MODE is configured for split gamma and IPS_CTL has IPS enabled. |
| 3831 | */ |
Paulo Zanoni | 41e6fc4 | 2014-01-08 17:26:31 -0200 | [diff] [blame] | 3832 | if (IS_HASWELL(dev) && intel_crtc->config.ips_enabled && |
Paulo Zanoni | d77e453 | 2013-09-24 13:52:55 -0300 | [diff] [blame] | 3833 | ((I915_READ(GAMMA_MODE(pipe)) & GAMMA_MODE_MODE_MASK) == |
| 3834 | GAMMA_MODE_MODE_SPLIT)) { |
| 3835 | hsw_disable_ips(intel_crtc); |
| 3836 | reenable_ips = true; |
| 3837 | } |
| 3838 | |
| 3839 | for (i = 0; i < 256; i++) { |
| 3840 | I915_WRITE(palreg + 4 * i, |
| 3841 | (intel_crtc->lut_r[i] << 16) | |
| 3842 | (intel_crtc->lut_g[i] << 8) | |
| 3843 | intel_crtc->lut_b[i]); |
| 3844 | } |
| 3845 | |
| 3846 | if (reenable_ips) |
| 3847 | hsw_enable_ips(intel_crtc); |
| 3848 | } |
| 3849 | |
Ville Syrjälä | d3eedb1 | 2014-05-08 19:23:13 +0300 | [diff] [blame] | 3850 | static void intel_crtc_dpms_overlay(struct intel_crtc *intel_crtc, bool enable) |
| 3851 | { |
| 3852 | if (!enable && intel_crtc->overlay) { |
| 3853 | struct drm_device *dev = intel_crtc->base.dev; |
| 3854 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 3855 | |
| 3856 | mutex_lock(&dev->struct_mutex); |
| 3857 | dev_priv->mm.interruptible = false; |
| 3858 | (void) intel_overlay_switch_off(intel_crtc->overlay); |
| 3859 | dev_priv->mm.interruptible = true; |
| 3860 | mutex_unlock(&dev->struct_mutex); |
| 3861 | } |
| 3862 | |
| 3863 | /* Let userspace switch the overlay on again. In most cases userspace |
| 3864 | * has to recompute where to put it anyway. |
| 3865 | */ |
| 3866 | } |
| 3867 | |
| 3868 | /** |
| 3869 | * i9xx_fixup_plane - ugly workaround for G45 to fire up the hardware |
| 3870 | * cursor plane briefly if not already running after enabling the display |
| 3871 | * plane. |
| 3872 | * This workaround avoids occasional blank screens when self refresh is |
| 3873 | * enabled. |
| 3874 | */ |
| 3875 | static void |
| 3876 | g4x_fixup_plane(struct drm_i915_private *dev_priv, enum pipe pipe) |
| 3877 | { |
| 3878 | u32 cntl = I915_READ(CURCNTR(pipe)); |
| 3879 | |
| 3880 | if ((cntl & CURSOR_MODE) == 0) { |
| 3881 | u32 fw_bcl_self = I915_READ(FW_BLC_SELF); |
| 3882 | |
| 3883 | I915_WRITE(FW_BLC_SELF, fw_bcl_self & ~FW_BLC_SELF_EN); |
| 3884 | I915_WRITE(CURCNTR(pipe), CURSOR_MODE_64_ARGB_AX); |
| 3885 | intel_wait_for_vblank(dev_priv->dev, pipe); |
| 3886 | I915_WRITE(CURCNTR(pipe), cntl); |
| 3887 | I915_WRITE(CURBASE(pipe), I915_READ(CURBASE(pipe))); |
| 3888 | I915_WRITE(FW_BLC_SELF, fw_bcl_self); |
| 3889 | } |
| 3890 | } |
| 3891 | |
| 3892 | static void intel_crtc_enable_planes(struct drm_crtc *crtc) |
Ville Syrjälä | a5c4d7b | 2014-03-07 18:32:13 +0200 | [diff] [blame] | 3893 | { |
| 3894 | struct drm_device *dev = crtc->dev; |
| 3895 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 3896 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 3897 | int pipe = intel_crtc->pipe; |
| 3898 | int plane = intel_crtc->plane; |
| 3899 | |
Ville Syrjälä | f98551a | 2014-05-22 17:48:06 +0300 | [diff] [blame] | 3900 | drm_vblank_on(dev, pipe); |
| 3901 | |
Ville Syrjälä | a5c4d7b | 2014-03-07 18:32:13 +0200 | [diff] [blame] | 3902 | intel_enable_primary_hw_plane(dev_priv, plane, pipe); |
| 3903 | intel_enable_planes(crtc); |
Ville Syrjälä | d3eedb1 | 2014-05-08 19:23:13 +0300 | [diff] [blame] | 3904 | /* The fixup needs to happen before cursor is enabled */ |
| 3905 | if (IS_G4X(dev)) |
| 3906 | g4x_fixup_plane(dev_priv, pipe); |
Ville Syrjälä | a5c4d7b | 2014-03-07 18:32:13 +0200 | [diff] [blame] | 3907 | intel_crtc_update_cursor(crtc, true); |
Ville Syrjälä | d3eedb1 | 2014-05-08 19:23:13 +0300 | [diff] [blame] | 3908 | intel_crtc_dpms_overlay(intel_crtc, true); |
Ville Syrjälä | a5c4d7b | 2014-03-07 18:32:13 +0200 | [diff] [blame] | 3909 | |
| 3910 | hsw_enable_ips(intel_crtc); |
| 3911 | |
| 3912 | mutex_lock(&dev->struct_mutex); |
| 3913 | intel_update_fbc(dev); |
Daniel Vetter | 71b1c37 | 2014-04-24 23:55:03 +0200 | [diff] [blame] | 3914 | intel_edp_psr_update(dev); |
Ville Syrjälä | a5c4d7b | 2014-03-07 18:32:13 +0200 | [diff] [blame] | 3915 | mutex_unlock(&dev->struct_mutex); |
| 3916 | } |
| 3917 | |
Ville Syrjälä | d3eedb1 | 2014-05-08 19:23:13 +0300 | [diff] [blame] | 3918 | static void intel_crtc_disable_planes(struct drm_crtc *crtc) |
Ville Syrjälä | a5c4d7b | 2014-03-07 18:32:13 +0200 | [diff] [blame] | 3919 | { |
| 3920 | struct drm_device *dev = crtc->dev; |
| 3921 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 3922 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 3923 | int pipe = intel_crtc->pipe; |
| 3924 | int plane = intel_crtc->plane; |
| 3925 | |
| 3926 | intel_crtc_wait_for_pending_flips(crtc); |
Ville Syrjälä | a5c4d7b | 2014-03-07 18:32:13 +0200 | [diff] [blame] | 3927 | |
| 3928 | if (dev_priv->fbc.plane == plane) |
| 3929 | intel_disable_fbc(dev); |
| 3930 | |
| 3931 | hsw_disable_ips(intel_crtc); |
| 3932 | |
Ville Syrjälä | d3eedb1 | 2014-05-08 19:23:13 +0300 | [diff] [blame] | 3933 | intel_crtc_dpms_overlay(intel_crtc, false); |
Ville Syrjälä | a5c4d7b | 2014-03-07 18:32:13 +0200 | [diff] [blame] | 3934 | intel_crtc_update_cursor(crtc, false); |
| 3935 | intel_disable_planes(crtc); |
| 3936 | intel_disable_primary_hw_plane(dev_priv, plane, pipe); |
Ville Syrjälä | f98551a | 2014-05-22 17:48:06 +0300 | [diff] [blame] | 3937 | |
| 3938 | drm_vblank_off(dev, pipe); |
Ville Syrjälä | a5c4d7b | 2014-03-07 18:32:13 +0200 | [diff] [blame] | 3939 | } |
| 3940 | |
Jesse Barnes | f67a559 | 2011-01-05 10:31:48 -0800 | [diff] [blame] | 3941 | static void ironlake_crtc_enable(struct drm_crtc *crtc) |
| 3942 | { |
| 3943 | struct drm_device *dev = crtc->dev; |
| 3944 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 3945 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
Daniel Vetter | ef9c3ae | 2012-06-29 22:40:09 +0200 | [diff] [blame] | 3946 | struct intel_encoder *encoder; |
Jesse Barnes | f67a559 | 2011-01-05 10:31:48 -0800 | [diff] [blame] | 3947 | int pipe = intel_crtc->pipe; |
Daniel Vetter | 29407aa | 2014-04-24 23:55:08 +0200 | [diff] [blame] | 3948 | enum plane plane = intel_crtc->plane; |
Jesse Barnes | f67a559 | 2011-01-05 10:31:48 -0800 | [diff] [blame] | 3949 | |
Daniel Vetter | 08a4846 | 2012-07-02 11:43:47 +0200 | [diff] [blame] | 3950 | WARN_ON(!crtc->enabled); |
| 3951 | |
Jesse Barnes | f67a559 | 2011-01-05 10:31:48 -0800 | [diff] [blame] | 3952 | if (intel_crtc->active) |
| 3953 | return; |
| 3954 | |
Daniel Vetter | b14b105 | 2014-04-24 23:55:13 +0200 | [diff] [blame] | 3955 | if (intel_crtc->config.has_pch_encoder) |
| 3956 | intel_prepare_shared_dpll(intel_crtc); |
| 3957 | |
Daniel Vetter | 29407aa | 2014-04-24 23:55:08 +0200 | [diff] [blame] | 3958 | if (intel_crtc->config.has_dp_encoder) |
| 3959 | intel_dp_set_m_n(intel_crtc); |
| 3960 | |
| 3961 | intel_set_pipe_timings(intel_crtc); |
| 3962 | |
| 3963 | if (intel_crtc->config.has_pch_encoder) { |
| 3964 | intel_cpu_transcoder_set_m_n(intel_crtc, |
| 3965 | &intel_crtc->config.fdi_m_n); |
| 3966 | } |
| 3967 | |
| 3968 | ironlake_set_pipeconf(crtc); |
| 3969 | |
| 3970 | /* Set up the display plane register */ |
| 3971 | I915_WRITE(DSPCNTR(plane), DISPPLANE_GAMMA_ENABLE); |
| 3972 | POSTING_READ(DSPCNTR(plane)); |
| 3973 | |
| 3974 | dev_priv->display.update_primary_plane(crtc, crtc->primary->fb, |
| 3975 | crtc->x, crtc->y); |
| 3976 | |
Jesse Barnes | f67a559 | 2011-01-05 10:31:48 -0800 | [diff] [blame] | 3977 | intel_crtc->active = true; |
Paulo Zanoni | 8664281 | 2013-04-12 17:57:57 -0300 | [diff] [blame] | 3978 | |
| 3979 | intel_set_cpu_fifo_underrun_reporting(dev, pipe, true); |
| 3980 | intel_set_pch_fifo_underrun_reporting(dev, pipe, true); |
| 3981 | |
Daniel Vetter | f6736a1 | 2013-06-05 13:34:30 +0200 | [diff] [blame] | 3982 | for_each_encoder_on_crtc(dev, crtc, encoder) |
Daniel Vetter | 952735e | 2013-06-05 13:34:27 +0200 | [diff] [blame] | 3983 | if (encoder->pre_enable) |
| 3984 | encoder->pre_enable(encoder); |
Jesse Barnes | f67a559 | 2011-01-05 10:31:48 -0800 | [diff] [blame] | 3985 | |
Daniel Vetter | 5bfe2ac | 2013-03-27 00:44:55 +0100 | [diff] [blame] | 3986 | if (intel_crtc->config.has_pch_encoder) { |
Daniel Vetter | fff367c | 2012-10-27 15:50:28 +0200 | [diff] [blame] | 3987 | /* Note: FDI PLL enabling _must_ be done before we enable the |
| 3988 | * cpu pipes, hence this is separate from all the other fdi/pch |
| 3989 | * enabling. */ |
Daniel Vetter | 88cefb6 | 2012-08-12 19:27:14 +0200 | [diff] [blame] | 3990 | ironlake_fdi_pll_enable(intel_crtc); |
Daniel Vetter | 46b6f81 | 2012-09-06 22:08:33 +0200 | [diff] [blame] | 3991 | } else { |
| 3992 | assert_fdi_tx_disabled(dev_priv, pipe); |
| 3993 | assert_fdi_rx_disabled(dev_priv, pipe); |
| 3994 | } |
Jesse Barnes | f67a559 | 2011-01-05 10:31:48 -0800 | [diff] [blame] | 3995 | |
Jesse Barnes | b074cec | 2013-04-25 12:55:02 -0700 | [diff] [blame] | 3996 | ironlake_pfit_enable(intel_crtc); |
Jesse Barnes | f67a559 | 2011-01-05 10:31:48 -0800 | [diff] [blame] | 3997 | |
Jesse Barnes | 9c54c0d | 2011-06-15 23:32:33 +0200 | [diff] [blame] | 3998 | /* |
| 3999 | * On ILK+ LUT must be loaded before the pipe is running but with |
| 4000 | * clocks enabled |
| 4001 | */ |
| 4002 | intel_crtc_load_lut(crtc); |
| 4003 | |
Ville Syrjälä | f37fcc2 | 2013-09-10 11:39:55 +0300 | [diff] [blame] | 4004 | intel_update_watermarks(crtc); |
Paulo Zanoni | e1fdc47 | 2014-01-17 13:51:12 -0200 | [diff] [blame] | 4005 | intel_enable_pipe(intel_crtc); |
Jesse Barnes | f67a559 | 2011-01-05 10:31:48 -0800 | [diff] [blame] | 4006 | |
Daniel Vetter | 5bfe2ac | 2013-03-27 00:44:55 +0100 | [diff] [blame] | 4007 | if (intel_crtc->config.has_pch_encoder) |
Jesse Barnes | f67a559 | 2011-01-05 10:31:48 -0800 | [diff] [blame] | 4008 | ironlake_pch_enable(crtc); |
Jesse Barnes | 6be4a60 | 2010-09-10 10:26:01 -0700 | [diff] [blame] | 4009 | |
Daniel Vetter | fa5c73b | 2012-07-01 23:24:36 +0200 | [diff] [blame] | 4010 | for_each_encoder_on_crtc(dev, crtc, encoder) |
| 4011 | encoder->enable(encoder); |
Daniel Vetter | 61b77dd | 2012-07-02 00:16:19 +0200 | [diff] [blame] | 4012 | |
| 4013 | if (HAS_PCH_CPT(dev)) |
Daniel Vetter | a152031 | 2013-05-03 11:49:50 +0200 | [diff] [blame] | 4014 | cpt_verify_modeset(dev, intel_crtc->pipe); |
Daniel Vetter | 6ce9410 | 2012-10-04 19:20:03 +0200 | [diff] [blame] | 4015 | |
Ville Syrjälä | d3eedb1 | 2014-05-08 19:23:13 +0300 | [diff] [blame] | 4016 | intel_crtc_enable_planes(crtc); |
Jesse Barnes | 6be4a60 | 2010-09-10 10:26:01 -0700 | [diff] [blame] | 4017 | } |
| 4018 | |
Paulo Zanoni | 42db64e | 2013-05-31 16:33:22 -0300 | [diff] [blame] | 4019 | /* IPS only exists on ULT machines and is tied to pipe A. */ |
| 4020 | static bool hsw_crtc_supports_ips(struct intel_crtc *crtc) |
| 4021 | { |
Damien Lespiau | f5adf94 | 2013-06-24 18:29:34 +0100 | [diff] [blame] | 4022 | return HAS_IPS(crtc->base.dev) && crtc->pipe == PIPE_A; |
Paulo Zanoni | 42db64e | 2013-05-31 16:33:22 -0300 | [diff] [blame] | 4023 | } |
| 4024 | |
Paulo Zanoni | e491694 | 2013-09-20 16:21:19 -0300 | [diff] [blame] | 4025 | /* |
| 4026 | * This implements the workaround described in the "notes" section of the mode |
| 4027 | * set sequence documentation. When going from no pipes or single pipe to |
| 4028 | * multiple pipes, and planes are enabled after the pipe, we need to wait at |
| 4029 | * least 2 vblanks on the first pipe before enabling planes on the second pipe. |
| 4030 | */ |
| 4031 | static void haswell_mode_set_planes_workaround(struct intel_crtc *crtc) |
| 4032 | { |
| 4033 | struct drm_device *dev = crtc->base.dev; |
| 4034 | struct intel_crtc *crtc_it, *other_active_crtc = NULL; |
| 4035 | |
| 4036 | /* We want to get the other_active_crtc only if there's only 1 other |
| 4037 | * active crtc. */ |
Damien Lespiau | d3fcc80 | 2014-05-13 23:32:22 +0100 | [diff] [blame] | 4038 | for_each_intel_crtc(dev, crtc_it) { |
Paulo Zanoni | e491694 | 2013-09-20 16:21:19 -0300 | [diff] [blame] | 4039 | if (!crtc_it->active || crtc_it == crtc) |
| 4040 | continue; |
| 4041 | |
| 4042 | if (other_active_crtc) |
| 4043 | return; |
| 4044 | |
| 4045 | other_active_crtc = crtc_it; |
| 4046 | } |
| 4047 | if (!other_active_crtc) |
| 4048 | return; |
| 4049 | |
| 4050 | intel_wait_for_vblank(dev, other_active_crtc->pipe); |
| 4051 | intel_wait_for_vblank(dev, other_active_crtc->pipe); |
| 4052 | } |
| 4053 | |
Paulo Zanoni | 4f771f1 | 2012-10-23 18:29:51 -0200 | [diff] [blame] | 4054 | static void haswell_crtc_enable(struct drm_crtc *crtc) |
| 4055 | { |
| 4056 | struct drm_device *dev = crtc->dev; |
| 4057 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 4058 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 4059 | struct intel_encoder *encoder; |
| 4060 | int pipe = intel_crtc->pipe; |
Daniel Vetter | 229fca9 | 2014-04-24 23:55:09 +0200 | [diff] [blame] | 4061 | enum plane plane = intel_crtc->plane; |
Paulo Zanoni | 4f771f1 | 2012-10-23 18:29:51 -0200 | [diff] [blame] | 4062 | |
| 4063 | WARN_ON(!crtc->enabled); |
| 4064 | |
| 4065 | if (intel_crtc->active) |
| 4066 | return; |
| 4067 | |
Daniel Vetter | 229fca9 | 2014-04-24 23:55:09 +0200 | [diff] [blame] | 4068 | if (intel_crtc->config.has_dp_encoder) |
| 4069 | intel_dp_set_m_n(intel_crtc); |
| 4070 | |
| 4071 | intel_set_pipe_timings(intel_crtc); |
| 4072 | |
| 4073 | if (intel_crtc->config.has_pch_encoder) { |
| 4074 | intel_cpu_transcoder_set_m_n(intel_crtc, |
| 4075 | &intel_crtc->config.fdi_m_n); |
| 4076 | } |
| 4077 | |
| 4078 | haswell_set_pipeconf(crtc); |
| 4079 | |
| 4080 | intel_set_pipe_csc(crtc); |
| 4081 | |
| 4082 | /* Set up the display plane register */ |
| 4083 | I915_WRITE(DSPCNTR(plane), DISPPLANE_GAMMA_ENABLE | DISPPLANE_PIPE_CSC_ENABLE); |
| 4084 | POSTING_READ(DSPCNTR(plane)); |
| 4085 | |
| 4086 | dev_priv->display.update_primary_plane(crtc, crtc->primary->fb, |
| 4087 | crtc->x, crtc->y); |
| 4088 | |
Paulo Zanoni | 4f771f1 | 2012-10-23 18:29:51 -0200 | [diff] [blame] | 4089 | intel_crtc->active = true; |
Paulo Zanoni | 8664281 | 2013-04-12 17:57:57 -0300 | [diff] [blame] | 4090 | |
| 4091 | intel_set_cpu_fifo_underrun_reporting(dev, pipe, true); |
| 4092 | if (intel_crtc->config.has_pch_encoder) |
| 4093 | intel_set_pch_fifo_underrun_reporting(dev, TRANSCODER_A, true); |
| 4094 | |
Daniel Vetter | 5bfe2ac | 2013-03-27 00:44:55 +0100 | [diff] [blame] | 4095 | if (intel_crtc->config.has_pch_encoder) |
Paulo Zanoni | 0494564 | 2012-11-01 21:00:59 -0200 | [diff] [blame] | 4096 | dev_priv->display.fdi_link_train(crtc); |
Paulo Zanoni | 4f771f1 | 2012-10-23 18:29:51 -0200 | [diff] [blame] | 4097 | |
| 4098 | for_each_encoder_on_crtc(dev, crtc, encoder) |
| 4099 | if (encoder->pre_enable) |
| 4100 | encoder->pre_enable(encoder); |
| 4101 | |
Paulo Zanoni | 1f54438 | 2012-10-24 11:32:00 -0200 | [diff] [blame] | 4102 | intel_ddi_enable_pipe_clock(intel_crtc); |
Paulo Zanoni | 4f771f1 | 2012-10-23 18:29:51 -0200 | [diff] [blame] | 4103 | |
Jesse Barnes | b074cec | 2013-04-25 12:55:02 -0700 | [diff] [blame] | 4104 | ironlake_pfit_enable(intel_crtc); |
Paulo Zanoni | 4f771f1 | 2012-10-23 18:29:51 -0200 | [diff] [blame] | 4105 | |
| 4106 | /* |
| 4107 | * On ILK+ LUT must be loaded before the pipe is running but with |
| 4108 | * clocks enabled |
| 4109 | */ |
| 4110 | intel_crtc_load_lut(crtc); |
| 4111 | |
Paulo Zanoni | 1f54438 | 2012-10-24 11:32:00 -0200 | [diff] [blame] | 4112 | intel_ddi_set_pipe_settings(crtc); |
Damien Lespiau | 8228c25 | 2013-03-07 15:30:27 +0000 | [diff] [blame] | 4113 | intel_ddi_enable_transcoder_func(crtc); |
Paulo Zanoni | 4f771f1 | 2012-10-23 18:29:51 -0200 | [diff] [blame] | 4114 | |
Ville Syrjälä | f37fcc2 | 2013-09-10 11:39:55 +0300 | [diff] [blame] | 4115 | intel_update_watermarks(crtc); |
Paulo Zanoni | e1fdc47 | 2014-01-17 13:51:12 -0200 | [diff] [blame] | 4116 | intel_enable_pipe(intel_crtc); |
Paulo Zanoni | 42db64e | 2013-05-31 16:33:22 -0300 | [diff] [blame] | 4117 | |
Daniel Vetter | 5bfe2ac | 2013-03-27 00:44:55 +0100 | [diff] [blame] | 4118 | if (intel_crtc->config.has_pch_encoder) |
Paulo Zanoni | 1507e5b | 2012-10-31 18:12:22 -0200 | [diff] [blame] | 4119 | lpt_pch_enable(crtc); |
Paulo Zanoni | 4f771f1 | 2012-10-23 18:29:51 -0200 | [diff] [blame] | 4120 | |
Jani Nikula | 8807e55 | 2013-08-30 19:40:32 +0300 | [diff] [blame] | 4121 | for_each_encoder_on_crtc(dev, crtc, encoder) { |
Paulo Zanoni | 4f771f1 | 2012-10-23 18:29:51 -0200 | [diff] [blame] | 4122 | encoder->enable(encoder); |
Jani Nikula | 8807e55 | 2013-08-30 19:40:32 +0300 | [diff] [blame] | 4123 | intel_opregion_notify_encoder(encoder, true); |
| 4124 | } |
Paulo Zanoni | 4f771f1 | 2012-10-23 18:29:51 -0200 | [diff] [blame] | 4125 | |
Paulo Zanoni | e491694 | 2013-09-20 16:21:19 -0300 | [diff] [blame] | 4126 | /* If we change the relative order between pipe/planes enabling, we need |
| 4127 | * to change the workaround. */ |
| 4128 | haswell_mode_set_planes_workaround(intel_crtc); |
Ville Syrjälä | d3eedb1 | 2014-05-08 19:23:13 +0300 | [diff] [blame] | 4129 | intel_crtc_enable_planes(crtc); |
Paulo Zanoni | 4f771f1 | 2012-10-23 18:29:51 -0200 | [diff] [blame] | 4130 | } |
| 4131 | |
Daniel Vetter | 3f8dce3 | 2013-05-08 10:36:30 +0200 | [diff] [blame] | 4132 | static void ironlake_pfit_disable(struct intel_crtc *crtc) |
| 4133 | { |
| 4134 | struct drm_device *dev = crtc->base.dev; |
| 4135 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 4136 | int pipe = crtc->pipe; |
| 4137 | |
| 4138 | /* To avoid upsetting the power well on haswell only disable the pfit if |
| 4139 | * it's in use. The hw state code will make sure we get this right. */ |
Chris Wilson | fd4daa9 | 2013-08-27 17:04:17 +0100 | [diff] [blame] | 4140 | if (crtc->config.pch_pfit.enabled) { |
Daniel Vetter | 3f8dce3 | 2013-05-08 10:36:30 +0200 | [diff] [blame] | 4141 | I915_WRITE(PF_CTL(pipe), 0); |
| 4142 | I915_WRITE(PF_WIN_POS(pipe), 0); |
| 4143 | I915_WRITE(PF_WIN_SZ(pipe), 0); |
| 4144 | } |
| 4145 | } |
| 4146 | |
Jesse Barnes | 6be4a60 | 2010-09-10 10:26:01 -0700 | [diff] [blame] | 4147 | static void ironlake_crtc_disable(struct drm_crtc *crtc) |
| 4148 | { |
| 4149 | struct drm_device *dev = crtc->dev; |
| 4150 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 4151 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
Daniel Vetter | ef9c3ae | 2012-06-29 22:40:09 +0200 | [diff] [blame] | 4152 | struct intel_encoder *encoder; |
Jesse Barnes | 6be4a60 | 2010-09-10 10:26:01 -0700 | [diff] [blame] | 4153 | int pipe = intel_crtc->pipe; |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 4154 | u32 reg, temp; |
Jesse Barnes | 6be4a60 | 2010-09-10 10:26:01 -0700 | [diff] [blame] | 4155 | |
Chris Wilson | f7abfe8 | 2010-09-13 14:19:16 +0100 | [diff] [blame] | 4156 | if (!intel_crtc->active) |
| 4157 | return; |
| 4158 | |
Ville Syrjälä | d3eedb1 | 2014-05-08 19:23:13 +0300 | [diff] [blame] | 4159 | intel_crtc_disable_planes(crtc); |
Ville Syrjälä | a5c4d7b | 2014-03-07 18:32:13 +0200 | [diff] [blame] | 4160 | |
Daniel Vetter | ea9d758 | 2012-07-10 10:42:52 +0200 | [diff] [blame] | 4161 | for_each_encoder_on_crtc(dev, crtc, encoder) |
| 4162 | encoder->disable(encoder); |
| 4163 | |
Daniel Vetter | d925c59 | 2013-06-05 13:34:04 +0200 | [diff] [blame] | 4164 | if (intel_crtc->config.has_pch_encoder) |
| 4165 | intel_set_pch_fifo_underrun_reporting(dev, pipe, false); |
| 4166 | |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 4167 | intel_disable_pipe(dev_priv, pipe); |
Jesse Barnes | 6be4a60 | 2010-09-10 10:26:01 -0700 | [diff] [blame] | 4168 | |
Daniel Vetter | 3f8dce3 | 2013-05-08 10:36:30 +0200 | [diff] [blame] | 4169 | ironlake_pfit_disable(intel_crtc); |
Jesse Barnes | 6be4a60 | 2010-09-10 10:26:01 -0700 | [diff] [blame] | 4170 | |
Daniel Vetter | bf49ec8 | 2012-09-06 22:15:40 +0200 | [diff] [blame] | 4171 | for_each_encoder_on_crtc(dev, crtc, encoder) |
| 4172 | if (encoder->post_disable) |
| 4173 | encoder->post_disable(encoder); |
Jesse Barnes | 6be4a60 | 2010-09-10 10:26:01 -0700 | [diff] [blame] | 4174 | |
Daniel Vetter | d925c59 | 2013-06-05 13:34:04 +0200 | [diff] [blame] | 4175 | if (intel_crtc->config.has_pch_encoder) { |
| 4176 | ironlake_fdi_disable(crtc); |
Jesse Barnes | 6be4a60 | 2010-09-10 10:26:01 -0700 | [diff] [blame] | 4177 | |
Daniel Vetter | d925c59 | 2013-06-05 13:34:04 +0200 | [diff] [blame] | 4178 | ironlake_disable_pch_transcoder(dev_priv, pipe); |
| 4179 | intel_set_pch_fifo_underrun_reporting(dev, pipe, true); |
Jesse Barnes | 6be4a60 | 2010-09-10 10:26:01 -0700 | [diff] [blame] | 4180 | |
Daniel Vetter | d925c59 | 2013-06-05 13:34:04 +0200 | [diff] [blame] | 4181 | if (HAS_PCH_CPT(dev)) { |
| 4182 | /* disable TRANS_DP_CTL */ |
| 4183 | reg = TRANS_DP_CTL(pipe); |
| 4184 | temp = I915_READ(reg); |
| 4185 | temp &= ~(TRANS_DP_OUTPUT_ENABLE | |
| 4186 | TRANS_DP_PORT_SEL_MASK); |
| 4187 | temp |= TRANS_DP_PORT_SEL_NONE; |
| 4188 | I915_WRITE(reg, temp); |
Jesse Barnes | 6be4a60 | 2010-09-10 10:26:01 -0700 | [diff] [blame] | 4189 | |
Daniel Vetter | d925c59 | 2013-06-05 13:34:04 +0200 | [diff] [blame] | 4190 | /* disable DPLL_SEL */ |
| 4191 | temp = I915_READ(PCH_DPLL_SEL); |
Daniel Vetter | 1188739 | 2013-06-05 13:34:09 +0200 | [diff] [blame] | 4192 | temp &= ~(TRANS_DPLL_ENABLE(pipe) | TRANS_DPLLB_SEL(pipe)); |
Daniel Vetter | d925c59 | 2013-06-05 13:34:04 +0200 | [diff] [blame] | 4193 | I915_WRITE(PCH_DPLL_SEL, temp); |
Jesse Barnes | 9db4a9c | 2011-02-07 12:26:52 -0800 | [diff] [blame] | 4194 | } |
Daniel Vetter | d925c59 | 2013-06-05 13:34:04 +0200 | [diff] [blame] | 4195 | |
| 4196 | /* disable PCH DPLL */ |
Daniel Vetter | e72f9fb | 2013-06-05 13:34:06 +0200 | [diff] [blame] | 4197 | intel_disable_shared_dpll(intel_crtc); |
Daniel Vetter | d925c59 | 2013-06-05 13:34:04 +0200 | [diff] [blame] | 4198 | |
| 4199 | ironlake_fdi_pll_disable(intel_crtc); |
Jesse Barnes | 6be4a60 | 2010-09-10 10:26:01 -0700 | [diff] [blame] | 4200 | } |
| 4201 | |
Chris Wilson | f7abfe8 | 2010-09-13 14:19:16 +0100 | [diff] [blame] | 4202 | intel_crtc->active = false; |
Ville Syrjälä | 46ba614 | 2013-09-10 11:40:40 +0300 | [diff] [blame] | 4203 | intel_update_watermarks(crtc); |
Ben Widawsky | d1ebd816 | 2011-04-25 20:11:50 +0100 | [diff] [blame] | 4204 | |
| 4205 | mutex_lock(&dev->struct_mutex); |
Chris Wilson | 6b383a7 | 2010-09-13 13:54:26 +0100 | [diff] [blame] | 4206 | intel_update_fbc(dev); |
Daniel Vetter | 71b1c37 | 2014-04-24 23:55:03 +0200 | [diff] [blame] | 4207 | intel_edp_psr_update(dev); |
Ben Widawsky | d1ebd816 | 2011-04-25 20:11:50 +0100 | [diff] [blame] | 4208 | mutex_unlock(&dev->struct_mutex); |
Jesse Barnes | 6be4a60 | 2010-09-10 10:26:01 -0700 | [diff] [blame] | 4209 | } |
| 4210 | |
Paulo Zanoni | 4f771f1 | 2012-10-23 18:29:51 -0200 | [diff] [blame] | 4211 | static void haswell_crtc_disable(struct drm_crtc *crtc) |
| 4212 | { |
| 4213 | struct drm_device *dev = crtc->dev; |
| 4214 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 4215 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 4216 | struct intel_encoder *encoder; |
| 4217 | int pipe = intel_crtc->pipe; |
Daniel Vetter | 3b117c8 | 2013-04-17 20:15:07 +0200 | [diff] [blame] | 4218 | enum transcoder cpu_transcoder = intel_crtc->config.cpu_transcoder; |
Paulo Zanoni | 4f771f1 | 2012-10-23 18:29:51 -0200 | [diff] [blame] | 4219 | |
| 4220 | if (!intel_crtc->active) |
| 4221 | return; |
| 4222 | |
Ville Syrjälä | d3eedb1 | 2014-05-08 19:23:13 +0300 | [diff] [blame] | 4223 | intel_crtc_disable_planes(crtc); |
Ville Syrjälä | dda9a66 | 2013-09-19 17:00:37 -0300 | [diff] [blame] | 4224 | |
Jani Nikula | 8807e55 | 2013-08-30 19:40:32 +0300 | [diff] [blame] | 4225 | for_each_encoder_on_crtc(dev, crtc, encoder) { |
| 4226 | intel_opregion_notify_encoder(encoder, false); |
Paulo Zanoni | 4f771f1 | 2012-10-23 18:29:51 -0200 | [diff] [blame] | 4227 | encoder->disable(encoder); |
Jani Nikula | 8807e55 | 2013-08-30 19:40:32 +0300 | [diff] [blame] | 4228 | } |
Paulo Zanoni | 4f771f1 | 2012-10-23 18:29:51 -0200 | [diff] [blame] | 4229 | |
Paulo Zanoni | 8664281 | 2013-04-12 17:57:57 -0300 | [diff] [blame] | 4230 | if (intel_crtc->config.has_pch_encoder) |
| 4231 | intel_set_pch_fifo_underrun_reporting(dev, TRANSCODER_A, false); |
Paulo Zanoni | 4f771f1 | 2012-10-23 18:29:51 -0200 | [diff] [blame] | 4232 | intel_disable_pipe(dev_priv, pipe); |
| 4233 | |
Paulo Zanoni | ad80a81 | 2012-10-24 16:06:19 -0200 | [diff] [blame] | 4234 | intel_ddi_disable_transcoder_func(dev_priv, cpu_transcoder); |
Paulo Zanoni | 4f771f1 | 2012-10-23 18:29:51 -0200 | [diff] [blame] | 4235 | |
Daniel Vetter | 3f8dce3 | 2013-05-08 10:36:30 +0200 | [diff] [blame] | 4236 | ironlake_pfit_disable(intel_crtc); |
Paulo Zanoni | 4f771f1 | 2012-10-23 18:29:51 -0200 | [diff] [blame] | 4237 | |
Paulo Zanoni | 1f54438 | 2012-10-24 11:32:00 -0200 | [diff] [blame] | 4238 | intel_ddi_disable_pipe_clock(intel_crtc); |
Paulo Zanoni | 4f771f1 | 2012-10-23 18:29:51 -0200 | [diff] [blame] | 4239 | |
| 4240 | for_each_encoder_on_crtc(dev, crtc, encoder) |
| 4241 | if (encoder->post_disable) |
| 4242 | encoder->post_disable(encoder); |
| 4243 | |
Daniel Vetter | 88adfff | 2013-03-28 10:42:01 +0100 | [diff] [blame] | 4244 | if (intel_crtc->config.has_pch_encoder) { |
Paulo Zanoni | ab4d966 | 2012-10-31 18:12:55 -0200 | [diff] [blame] | 4245 | lpt_disable_pch_transcoder(dev_priv); |
Paulo Zanoni | 8664281 | 2013-04-12 17:57:57 -0300 | [diff] [blame] | 4246 | intel_set_pch_fifo_underrun_reporting(dev, TRANSCODER_A, true); |
Paulo Zanoni | 1ad960f | 2012-11-01 21:05:05 -0200 | [diff] [blame] | 4247 | intel_ddi_fdi_disable(crtc); |
Paulo Zanoni | 8361663 | 2012-10-23 18:29:54 -0200 | [diff] [blame] | 4248 | } |
Paulo Zanoni | 4f771f1 | 2012-10-23 18:29:51 -0200 | [diff] [blame] | 4249 | |
| 4250 | intel_crtc->active = false; |
Ville Syrjälä | 46ba614 | 2013-09-10 11:40:40 +0300 | [diff] [blame] | 4251 | intel_update_watermarks(crtc); |
Paulo Zanoni | 4f771f1 | 2012-10-23 18:29:51 -0200 | [diff] [blame] | 4252 | |
| 4253 | mutex_lock(&dev->struct_mutex); |
| 4254 | intel_update_fbc(dev); |
Daniel Vetter | 71b1c37 | 2014-04-24 23:55:03 +0200 | [diff] [blame] | 4255 | intel_edp_psr_update(dev); |
Paulo Zanoni | 4f771f1 | 2012-10-23 18:29:51 -0200 | [diff] [blame] | 4256 | mutex_unlock(&dev->struct_mutex); |
| 4257 | } |
| 4258 | |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 4259 | static void ironlake_crtc_off(struct drm_crtc *crtc) |
| 4260 | { |
| 4261 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
Daniel Vetter | e72f9fb | 2013-06-05 13:34:06 +0200 | [diff] [blame] | 4262 | intel_put_shared_dpll(intel_crtc); |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 4263 | } |
| 4264 | |
Paulo Zanoni | 6441ab5 | 2012-10-05 12:05:58 -0300 | [diff] [blame] | 4265 | static void haswell_crtc_off(struct drm_crtc *crtc) |
| 4266 | { |
| 4267 | intel_ddi_put_crtc_pll(crtc); |
| 4268 | } |
| 4269 | |
Jesse Barnes | 2dd2455 | 2013-04-25 12:55:01 -0700 | [diff] [blame] | 4270 | static void i9xx_pfit_enable(struct intel_crtc *crtc) |
| 4271 | { |
| 4272 | struct drm_device *dev = crtc->base.dev; |
| 4273 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 4274 | struct intel_crtc_config *pipe_config = &crtc->config; |
| 4275 | |
Daniel Vetter | 328d8e8 | 2013-05-08 10:36:31 +0200 | [diff] [blame] | 4276 | if (!crtc->config.gmch_pfit.control) |
Jesse Barnes | 2dd2455 | 2013-04-25 12:55:01 -0700 | [diff] [blame] | 4277 | return; |
| 4278 | |
Daniel Vetter | c0b0341 | 2013-05-28 12:05:54 +0200 | [diff] [blame] | 4279 | /* |
| 4280 | * The panel fitter should only be adjusted whilst the pipe is disabled, |
| 4281 | * according to register description and PRM. |
| 4282 | */ |
Jesse Barnes | 2dd2455 | 2013-04-25 12:55:01 -0700 | [diff] [blame] | 4283 | WARN_ON(I915_READ(PFIT_CONTROL) & PFIT_ENABLE); |
| 4284 | assert_pipe_disabled(dev_priv, crtc->pipe); |
| 4285 | |
Jesse Barnes | b074cec | 2013-04-25 12:55:02 -0700 | [diff] [blame] | 4286 | I915_WRITE(PFIT_PGM_RATIOS, pipe_config->gmch_pfit.pgm_ratios); |
| 4287 | I915_WRITE(PFIT_CONTROL, pipe_config->gmch_pfit.control); |
Daniel Vetter | 5a80c45 | 2013-04-25 22:52:18 +0200 | [diff] [blame] | 4288 | |
| 4289 | /* Border color in case we don't scale up to the full screen. Black by |
| 4290 | * default, change to something else for debugging. */ |
| 4291 | I915_WRITE(BCLRPAT(crtc->pipe), 0); |
Jesse Barnes | 2dd2455 | 2013-04-25 12:55:01 -0700 | [diff] [blame] | 4292 | } |
| 4293 | |
Imre Deak | 77d22dc | 2014-03-05 16:20:52 +0200 | [diff] [blame] | 4294 | #define for_each_power_domain(domain, mask) \ |
| 4295 | for ((domain) = 0; (domain) < POWER_DOMAIN_NUM; (domain)++) \ |
| 4296 | if ((1 << (domain)) & (mask)) |
| 4297 | |
Imre Deak | 319be8a | 2014-03-04 19:22:57 +0200 | [diff] [blame] | 4298 | enum intel_display_power_domain |
| 4299 | intel_display_port_power_domain(struct intel_encoder *intel_encoder) |
Imre Deak | 77d22dc | 2014-03-05 16:20:52 +0200 | [diff] [blame] | 4300 | { |
Imre Deak | 319be8a | 2014-03-04 19:22:57 +0200 | [diff] [blame] | 4301 | struct drm_device *dev = intel_encoder->base.dev; |
| 4302 | struct intel_digital_port *intel_dig_port; |
| 4303 | |
| 4304 | switch (intel_encoder->type) { |
| 4305 | case INTEL_OUTPUT_UNKNOWN: |
| 4306 | /* Only DDI platforms should ever use this output type */ |
| 4307 | WARN_ON_ONCE(!HAS_DDI(dev)); |
| 4308 | case INTEL_OUTPUT_DISPLAYPORT: |
| 4309 | case INTEL_OUTPUT_HDMI: |
| 4310 | case INTEL_OUTPUT_EDP: |
| 4311 | intel_dig_port = enc_to_dig_port(&intel_encoder->base); |
| 4312 | switch (intel_dig_port->port) { |
| 4313 | case PORT_A: |
| 4314 | return POWER_DOMAIN_PORT_DDI_A_4_LANES; |
| 4315 | case PORT_B: |
| 4316 | return POWER_DOMAIN_PORT_DDI_B_4_LANES; |
| 4317 | case PORT_C: |
| 4318 | return POWER_DOMAIN_PORT_DDI_C_4_LANES; |
| 4319 | case PORT_D: |
| 4320 | return POWER_DOMAIN_PORT_DDI_D_4_LANES; |
| 4321 | default: |
| 4322 | WARN_ON_ONCE(1); |
| 4323 | return POWER_DOMAIN_PORT_OTHER; |
| 4324 | } |
| 4325 | case INTEL_OUTPUT_ANALOG: |
| 4326 | return POWER_DOMAIN_PORT_CRT; |
| 4327 | case INTEL_OUTPUT_DSI: |
| 4328 | return POWER_DOMAIN_PORT_DSI; |
| 4329 | default: |
| 4330 | return POWER_DOMAIN_PORT_OTHER; |
| 4331 | } |
| 4332 | } |
| 4333 | |
| 4334 | static unsigned long get_crtc_power_domains(struct drm_crtc *crtc) |
| 4335 | { |
| 4336 | struct drm_device *dev = crtc->dev; |
| 4337 | struct intel_encoder *intel_encoder; |
| 4338 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 4339 | enum pipe pipe = intel_crtc->pipe; |
| 4340 | bool pfit_enabled = intel_crtc->config.pch_pfit.enabled; |
Imre Deak | 77d22dc | 2014-03-05 16:20:52 +0200 | [diff] [blame] | 4341 | unsigned long mask; |
| 4342 | enum transcoder transcoder; |
| 4343 | |
| 4344 | transcoder = intel_pipe_to_cpu_transcoder(dev->dev_private, pipe); |
| 4345 | |
| 4346 | mask = BIT(POWER_DOMAIN_PIPE(pipe)); |
| 4347 | mask |= BIT(POWER_DOMAIN_TRANSCODER(transcoder)); |
| 4348 | if (pfit_enabled) |
| 4349 | mask |= BIT(POWER_DOMAIN_PIPE_PANEL_FITTER(pipe)); |
| 4350 | |
Imre Deak | 319be8a | 2014-03-04 19:22:57 +0200 | [diff] [blame] | 4351 | for_each_encoder_on_crtc(dev, crtc, intel_encoder) |
| 4352 | mask |= BIT(intel_display_port_power_domain(intel_encoder)); |
| 4353 | |
Imre Deak | 77d22dc | 2014-03-05 16:20:52 +0200 | [diff] [blame] | 4354 | return mask; |
| 4355 | } |
| 4356 | |
| 4357 | void intel_display_set_init_power(struct drm_i915_private *dev_priv, |
| 4358 | bool enable) |
| 4359 | { |
| 4360 | if (dev_priv->power_domains.init_power_on == enable) |
| 4361 | return; |
| 4362 | |
| 4363 | if (enable) |
| 4364 | intel_display_power_get(dev_priv, POWER_DOMAIN_INIT); |
| 4365 | else |
| 4366 | intel_display_power_put(dev_priv, POWER_DOMAIN_INIT); |
| 4367 | |
| 4368 | dev_priv->power_domains.init_power_on = enable; |
| 4369 | } |
| 4370 | |
| 4371 | static void modeset_update_crtc_power_domains(struct drm_device *dev) |
| 4372 | { |
| 4373 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 4374 | unsigned long pipe_domains[I915_MAX_PIPES] = { 0, }; |
| 4375 | struct intel_crtc *crtc; |
| 4376 | |
| 4377 | /* |
| 4378 | * First get all needed power domains, then put all unneeded, to avoid |
| 4379 | * any unnecessary toggling of the power wells. |
| 4380 | */ |
Damien Lespiau | d3fcc80 | 2014-05-13 23:32:22 +0100 | [diff] [blame] | 4381 | for_each_intel_crtc(dev, crtc) { |
Imre Deak | 77d22dc | 2014-03-05 16:20:52 +0200 | [diff] [blame] | 4382 | enum intel_display_power_domain domain; |
| 4383 | |
| 4384 | if (!crtc->base.enabled) |
| 4385 | continue; |
| 4386 | |
Imre Deak | 319be8a | 2014-03-04 19:22:57 +0200 | [diff] [blame] | 4387 | pipe_domains[crtc->pipe] = get_crtc_power_domains(&crtc->base); |
Imre Deak | 77d22dc | 2014-03-05 16:20:52 +0200 | [diff] [blame] | 4388 | |
| 4389 | for_each_power_domain(domain, pipe_domains[crtc->pipe]) |
| 4390 | intel_display_power_get(dev_priv, domain); |
| 4391 | } |
| 4392 | |
Damien Lespiau | d3fcc80 | 2014-05-13 23:32:22 +0100 | [diff] [blame] | 4393 | for_each_intel_crtc(dev, crtc) { |
Imre Deak | 77d22dc | 2014-03-05 16:20:52 +0200 | [diff] [blame] | 4394 | enum intel_display_power_domain domain; |
| 4395 | |
| 4396 | for_each_power_domain(domain, crtc->enabled_power_domains) |
| 4397 | intel_display_power_put(dev_priv, domain); |
| 4398 | |
| 4399 | crtc->enabled_power_domains = pipe_domains[crtc->pipe]; |
| 4400 | } |
| 4401 | |
| 4402 | intel_display_set_init_power(dev_priv, false); |
| 4403 | } |
| 4404 | |
Jesse Barnes | 586f49d | 2013-11-04 16:06:59 -0800 | [diff] [blame] | 4405 | int valleyview_get_vco(struct drm_i915_private *dev_priv) |
Jesse Barnes | 30a970c | 2013-11-04 13:48:12 -0800 | [diff] [blame] | 4406 | { |
Jesse Barnes | 586f49d | 2013-11-04 16:06:59 -0800 | [diff] [blame] | 4407 | int hpll_freq, vco_freq[] = { 800, 1600, 2000, 2400 }; |
Jesse Barnes | 30a970c | 2013-11-04 13:48:12 -0800 | [diff] [blame] | 4408 | |
Jesse Barnes | 586f49d | 2013-11-04 16:06:59 -0800 | [diff] [blame] | 4409 | /* Obtain SKU information */ |
| 4410 | mutex_lock(&dev_priv->dpio_lock); |
| 4411 | hpll_freq = vlv_cck_read(dev_priv, CCK_FUSE_REG) & |
| 4412 | CCK_FUSE_HPLL_FREQ_MASK; |
| 4413 | mutex_unlock(&dev_priv->dpio_lock); |
Jesse Barnes | 30a970c | 2013-11-04 13:48:12 -0800 | [diff] [blame] | 4414 | |
Jesse Barnes | 586f49d | 2013-11-04 16:06:59 -0800 | [diff] [blame] | 4415 | return vco_freq[hpll_freq]; |
Jesse Barnes | 30a970c | 2013-11-04 13:48:12 -0800 | [diff] [blame] | 4416 | } |
| 4417 | |
| 4418 | /* Adjust CDclk dividers to allow high res or save power if possible */ |
| 4419 | static void valleyview_set_cdclk(struct drm_device *dev, int cdclk) |
| 4420 | { |
| 4421 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 4422 | u32 val, cmd; |
| 4423 | |
Imre Deak | d60c447 | 2014-03-27 17:45:10 +0200 | [diff] [blame] | 4424 | WARN_ON(valleyview_cur_cdclk(dev_priv) != dev_priv->vlv_cdclk_freq); |
| 4425 | dev_priv->vlv_cdclk_freq = cdclk; |
| 4426 | |
Jesse Barnes | 30a970c | 2013-11-04 13:48:12 -0800 | [diff] [blame] | 4427 | if (cdclk >= 320) /* jump to highest voltage for 400MHz too */ |
| 4428 | cmd = 2; |
| 4429 | else if (cdclk == 266) |
| 4430 | cmd = 1; |
| 4431 | else |
| 4432 | cmd = 0; |
| 4433 | |
| 4434 | mutex_lock(&dev_priv->rps.hw_lock); |
| 4435 | val = vlv_punit_read(dev_priv, PUNIT_REG_DSPFREQ); |
| 4436 | val &= ~DSPFREQGUAR_MASK; |
| 4437 | val |= (cmd << DSPFREQGUAR_SHIFT); |
| 4438 | vlv_punit_write(dev_priv, PUNIT_REG_DSPFREQ, val); |
| 4439 | if (wait_for((vlv_punit_read(dev_priv, PUNIT_REG_DSPFREQ) & |
| 4440 | DSPFREQSTAT_MASK) == (cmd << DSPFREQSTAT_SHIFT), |
| 4441 | 50)) { |
| 4442 | DRM_ERROR("timed out waiting for CDclk change\n"); |
| 4443 | } |
| 4444 | mutex_unlock(&dev_priv->rps.hw_lock); |
| 4445 | |
| 4446 | if (cdclk == 400) { |
| 4447 | u32 divider, vco; |
| 4448 | |
| 4449 | vco = valleyview_get_vco(dev_priv); |
| 4450 | divider = ((vco << 1) / cdclk) - 1; |
| 4451 | |
| 4452 | mutex_lock(&dev_priv->dpio_lock); |
| 4453 | /* adjust cdclk divider */ |
| 4454 | val = vlv_cck_read(dev_priv, CCK_DISPLAY_CLOCK_CONTROL); |
| 4455 | val &= ~0xf; |
| 4456 | val |= divider; |
| 4457 | vlv_cck_write(dev_priv, CCK_DISPLAY_CLOCK_CONTROL, val); |
| 4458 | mutex_unlock(&dev_priv->dpio_lock); |
| 4459 | } |
| 4460 | |
| 4461 | mutex_lock(&dev_priv->dpio_lock); |
| 4462 | /* adjust self-refresh exit latency value */ |
| 4463 | val = vlv_bunit_read(dev_priv, BUNIT_REG_BISOC); |
| 4464 | val &= ~0x7f; |
| 4465 | |
| 4466 | /* |
| 4467 | * For high bandwidth configs, we set a higher latency in the bunit |
| 4468 | * so that the core display fetch happens in time to avoid underruns. |
| 4469 | */ |
| 4470 | if (cdclk == 400) |
| 4471 | val |= 4500 / 250; /* 4.5 usec */ |
| 4472 | else |
| 4473 | val |= 3000 / 250; /* 3.0 usec */ |
| 4474 | vlv_bunit_write(dev_priv, BUNIT_REG_BISOC, val); |
| 4475 | mutex_unlock(&dev_priv->dpio_lock); |
| 4476 | |
| 4477 | /* Since we changed the CDclk, we need to update the GMBUSFREQ too */ |
| 4478 | intel_i2c_reset(dev); |
| 4479 | } |
| 4480 | |
Imre Deak | d60c447 | 2014-03-27 17:45:10 +0200 | [diff] [blame] | 4481 | int valleyview_cur_cdclk(struct drm_i915_private *dev_priv) |
Jesse Barnes | 30a970c | 2013-11-04 13:48:12 -0800 | [diff] [blame] | 4482 | { |
| 4483 | int cur_cdclk, vco; |
| 4484 | int divider; |
| 4485 | |
| 4486 | vco = valleyview_get_vco(dev_priv); |
| 4487 | |
| 4488 | mutex_lock(&dev_priv->dpio_lock); |
| 4489 | divider = vlv_cck_read(dev_priv, CCK_DISPLAY_CLOCK_CONTROL); |
| 4490 | mutex_unlock(&dev_priv->dpio_lock); |
| 4491 | |
| 4492 | divider &= 0xf; |
| 4493 | |
| 4494 | cur_cdclk = (vco << 1) / (divider + 1); |
| 4495 | |
| 4496 | return cur_cdclk; |
| 4497 | } |
| 4498 | |
| 4499 | static int valleyview_calc_cdclk(struct drm_i915_private *dev_priv, |
| 4500 | int max_pixclk) |
| 4501 | { |
Jesse Barnes | 30a970c | 2013-11-04 13:48:12 -0800 | [diff] [blame] | 4502 | /* |
| 4503 | * Really only a few cases to deal with, as only 4 CDclks are supported: |
| 4504 | * 200MHz |
| 4505 | * 267MHz |
| 4506 | * 320MHz |
| 4507 | * 400MHz |
| 4508 | * So we check to see whether we're above 90% of the lower bin and |
| 4509 | * adjust if needed. |
| 4510 | */ |
| 4511 | if (max_pixclk > 288000) { |
| 4512 | return 400; |
| 4513 | } else if (max_pixclk > 240000) { |
| 4514 | return 320; |
| 4515 | } else |
| 4516 | return 266; |
| 4517 | /* Looks like the 200MHz CDclk freq doesn't work on some configs */ |
| 4518 | } |
| 4519 | |
Ville Syrjälä | 2f2d7aa | 2014-01-10 11:28:08 +0200 | [diff] [blame] | 4520 | /* compute the max pixel clock for new configuration */ |
| 4521 | static int intel_mode_max_pixclk(struct drm_i915_private *dev_priv) |
Jesse Barnes | 30a970c | 2013-11-04 13:48:12 -0800 | [diff] [blame] | 4522 | { |
| 4523 | struct drm_device *dev = dev_priv->dev; |
| 4524 | struct intel_crtc *intel_crtc; |
| 4525 | int max_pixclk = 0; |
| 4526 | |
Damien Lespiau | d3fcc80 | 2014-05-13 23:32:22 +0100 | [diff] [blame] | 4527 | for_each_intel_crtc(dev, intel_crtc) { |
Ville Syrjälä | 2f2d7aa | 2014-01-10 11:28:08 +0200 | [diff] [blame] | 4528 | if (intel_crtc->new_enabled) |
Jesse Barnes | 30a970c | 2013-11-04 13:48:12 -0800 | [diff] [blame] | 4529 | max_pixclk = max(max_pixclk, |
Ville Syrjälä | 2f2d7aa | 2014-01-10 11:28:08 +0200 | [diff] [blame] | 4530 | intel_crtc->new_config->adjusted_mode.crtc_clock); |
Jesse Barnes | 30a970c | 2013-11-04 13:48:12 -0800 | [diff] [blame] | 4531 | } |
| 4532 | |
| 4533 | return max_pixclk; |
| 4534 | } |
| 4535 | |
| 4536 | static void valleyview_modeset_global_pipes(struct drm_device *dev, |
Ville Syrjälä | 2f2d7aa | 2014-01-10 11:28:08 +0200 | [diff] [blame] | 4537 | unsigned *prepare_pipes) |
Jesse Barnes | 30a970c | 2013-11-04 13:48:12 -0800 | [diff] [blame] | 4538 | { |
| 4539 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 4540 | struct intel_crtc *intel_crtc; |
Ville Syrjälä | 2f2d7aa | 2014-01-10 11:28:08 +0200 | [diff] [blame] | 4541 | int max_pixclk = intel_mode_max_pixclk(dev_priv); |
Jesse Barnes | 30a970c | 2013-11-04 13:48:12 -0800 | [diff] [blame] | 4542 | |
Imre Deak | d60c447 | 2014-03-27 17:45:10 +0200 | [diff] [blame] | 4543 | if (valleyview_calc_cdclk(dev_priv, max_pixclk) == |
| 4544 | dev_priv->vlv_cdclk_freq) |
Jesse Barnes | 30a970c | 2013-11-04 13:48:12 -0800 | [diff] [blame] | 4545 | return; |
| 4546 | |
Ville Syrjälä | 2f2d7aa | 2014-01-10 11:28:08 +0200 | [diff] [blame] | 4547 | /* disable/enable all currently active pipes while we change cdclk */ |
Damien Lespiau | d3fcc80 | 2014-05-13 23:32:22 +0100 | [diff] [blame] | 4548 | for_each_intel_crtc(dev, intel_crtc) |
Jesse Barnes | 30a970c | 2013-11-04 13:48:12 -0800 | [diff] [blame] | 4549 | if (intel_crtc->base.enabled) |
| 4550 | *prepare_pipes |= (1 << intel_crtc->pipe); |
| 4551 | } |
| 4552 | |
| 4553 | static void valleyview_modeset_global_resources(struct drm_device *dev) |
| 4554 | { |
| 4555 | struct drm_i915_private *dev_priv = dev->dev_private; |
Ville Syrjälä | 2f2d7aa | 2014-01-10 11:28:08 +0200 | [diff] [blame] | 4556 | int max_pixclk = intel_mode_max_pixclk(dev_priv); |
Jesse Barnes | 30a970c | 2013-11-04 13:48:12 -0800 | [diff] [blame] | 4557 | int req_cdclk = valleyview_calc_cdclk(dev_priv, max_pixclk); |
| 4558 | |
Imre Deak | d60c447 | 2014-03-27 17:45:10 +0200 | [diff] [blame] | 4559 | if (req_cdclk != dev_priv->vlv_cdclk_freq) |
Jesse Barnes | 30a970c | 2013-11-04 13:48:12 -0800 | [diff] [blame] | 4560 | valleyview_set_cdclk(dev, req_cdclk); |
Imre Deak | 77961eb | 2014-03-05 16:20:56 +0200 | [diff] [blame] | 4561 | modeset_update_crtc_power_domains(dev); |
Jesse Barnes | 30a970c | 2013-11-04 13:48:12 -0800 | [diff] [blame] | 4562 | } |
| 4563 | |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 4564 | static void valleyview_crtc_enable(struct drm_crtc *crtc) |
| 4565 | { |
| 4566 | struct drm_device *dev = crtc->dev; |
Daniel Vetter | 5b18e57 | 2014-04-24 23:55:06 +0200 | [diff] [blame] | 4567 | struct drm_i915_private *dev_priv = dev->dev_private; |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 4568 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 4569 | struct intel_encoder *encoder; |
| 4570 | int pipe = intel_crtc->pipe; |
Daniel Vetter | 5b18e57 | 2014-04-24 23:55:06 +0200 | [diff] [blame] | 4571 | int plane = intel_crtc->plane; |
Jani Nikula | 23538ef | 2013-08-27 15:12:22 +0300 | [diff] [blame] | 4572 | bool is_dsi; |
Daniel Vetter | 5b18e57 | 2014-04-24 23:55:06 +0200 | [diff] [blame] | 4573 | u32 dspcntr; |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 4574 | |
| 4575 | WARN_ON(!crtc->enabled); |
| 4576 | |
| 4577 | if (intel_crtc->active) |
| 4578 | return; |
| 4579 | |
Daniel Vetter | bdd4b6a | 2014-04-24 23:55:11 +0200 | [diff] [blame] | 4580 | vlv_prepare_pll(intel_crtc); |
| 4581 | |
Daniel Vetter | 5b18e57 | 2014-04-24 23:55:06 +0200 | [diff] [blame] | 4582 | /* Set up the display plane register */ |
| 4583 | dspcntr = DISPPLANE_GAMMA_ENABLE; |
| 4584 | |
| 4585 | if (intel_crtc->config.has_dp_encoder) |
| 4586 | intel_dp_set_m_n(intel_crtc); |
| 4587 | |
| 4588 | intel_set_pipe_timings(intel_crtc); |
| 4589 | |
| 4590 | /* pipesrc and dspsize control the size that is scaled from, |
| 4591 | * which should always be the user's requested size. |
| 4592 | */ |
| 4593 | I915_WRITE(DSPSIZE(plane), |
| 4594 | ((intel_crtc->config.pipe_src_h - 1) << 16) | |
| 4595 | (intel_crtc->config.pipe_src_w - 1)); |
| 4596 | I915_WRITE(DSPPOS(plane), 0); |
| 4597 | |
| 4598 | i9xx_set_pipeconf(intel_crtc); |
| 4599 | |
| 4600 | I915_WRITE(DSPCNTR(plane), dspcntr); |
| 4601 | POSTING_READ(DSPCNTR(plane)); |
| 4602 | |
| 4603 | dev_priv->display.update_primary_plane(crtc, crtc->primary->fb, |
| 4604 | crtc->x, crtc->y); |
| 4605 | |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 4606 | intel_crtc->active = true; |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 4607 | |
Ville Syrjälä | 4a3436e | 2014-05-16 19:40:25 +0300 | [diff] [blame] | 4608 | intel_set_cpu_fifo_underrun_reporting(dev, pipe, true); |
| 4609 | |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 4610 | for_each_encoder_on_crtc(dev, crtc, encoder) |
| 4611 | if (encoder->pre_pll_enable) |
| 4612 | encoder->pre_pll_enable(encoder); |
| 4613 | |
Jani Nikula | 23538ef | 2013-08-27 15:12:22 +0300 | [diff] [blame] | 4614 | is_dsi = intel_pipe_has_type(crtc, INTEL_OUTPUT_DSI); |
| 4615 | |
Chon Ming Lee | 9d556c9 | 2014-05-02 14:27:47 +0300 | [diff] [blame] | 4616 | if (!is_dsi) { |
| 4617 | if (IS_CHERRYVIEW(dev)) |
| 4618 | chv_enable_pll(intel_crtc); |
| 4619 | else |
| 4620 | vlv_enable_pll(intel_crtc); |
| 4621 | } |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 4622 | |
| 4623 | for_each_encoder_on_crtc(dev, crtc, encoder) |
| 4624 | if (encoder->pre_enable) |
| 4625 | encoder->pre_enable(encoder); |
| 4626 | |
Jesse Barnes | 2dd2455 | 2013-04-25 12:55:01 -0700 | [diff] [blame] | 4627 | i9xx_pfit_enable(intel_crtc); |
| 4628 | |
Ville Syrjälä | 63cbb07 | 2013-06-04 13:48:59 +0300 | [diff] [blame] | 4629 | intel_crtc_load_lut(crtc); |
| 4630 | |
Ville Syrjälä | f37fcc2 | 2013-09-10 11:39:55 +0300 | [diff] [blame] | 4631 | intel_update_watermarks(crtc); |
Paulo Zanoni | e1fdc47 | 2014-01-17 13:51:12 -0200 | [diff] [blame] | 4632 | intel_enable_pipe(intel_crtc); |
Daniel Vetter | be6a6f8 | 2014-04-15 18:41:22 +0200 | [diff] [blame] | 4633 | |
Jani Nikula | 5004945 | 2013-07-30 12:20:32 +0300 | [diff] [blame] | 4634 | for_each_encoder_on_crtc(dev, crtc, encoder) |
| 4635 | encoder->enable(encoder); |
Ville Syrjälä | 9ab0460 | 2014-05-08 19:23:14 +0300 | [diff] [blame] | 4636 | |
| 4637 | intel_crtc_enable_planes(crtc); |
Daniel Vetter | d40d918 | 2014-05-21 11:45:40 +0200 | [diff] [blame] | 4638 | |
Ville Syrjälä | 56b80e1 | 2014-05-16 19:40:22 +0300 | [diff] [blame] | 4639 | /* Underruns don't raise interrupts, so check manually. */ |
| 4640 | i9xx_check_fifo_underruns(dev); |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 4641 | } |
| 4642 | |
Daniel Vetter | f13c2ef | 2014-04-24 23:55:10 +0200 | [diff] [blame] | 4643 | static void i9xx_set_pll_dividers(struct intel_crtc *crtc) |
| 4644 | { |
| 4645 | struct drm_device *dev = crtc->base.dev; |
| 4646 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 4647 | |
| 4648 | I915_WRITE(FP0(crtc->pipe), crtc->config.dpll_hw_state.fp0); |
| 4649 | I915_WRITE(FP1(crtc->pipe), crtc->config.dpll_hw_state.fp1); |
| 4650 | } |
| 4651 | |
Jesse Barnes | 0b8765c6 | 2010-09-10 10:31:34 -0700 | [diff] [blame] | 4652 | static void i9xx_crtc_enable(struct drm_crtc *crtc) |
Zhenyu Wang | 2c07245 | 2009-06-05 15:38:42 +0800 | [diff] [blame] | 4653 | { |
| 4654 | struct drm_device *dev = crtc->dev; |
Daniel Vetter | 5b18e57 | 2014-04-24 23:55:06 +0200 | [diff] [blame] | 4655 | struct drm_i915_private *dev_priv = dev->dev_private; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 4656 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
Daniel Vetter | ef9c3ae | 2012-06-29 22:40:09 +0200 | [diff] [blame] | 4657 | struct intel_encoder *encoder; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 4658 | int pipe = intel_crtc->pipe; |
Daniel Vetter | 5b18e57 | 2014-04-24 23:55:06 +0200 | [diff] [blame] | 4659 | int plane = intel_crtc->plane; |
| 4660 | u32 dspcntr; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 4661 | |
Daniel Vetter | 08a4846 | 2012-07-02 11:43:47 +0200 | [diff] [blame] | 4662 | WARN_ON(!crtc->enabled); |
| 4663 | |
Chris Wilson | f7abfe8 | 2010-09-13 14:19:16 +0100 | [diff] [blame] | 4664 | if (intel_crtc->active) |
| 4665 | return; |
| 4666 | |
Daniel Vetter | f13c2ef | 2014-04-24 23:55:10 +0200 | [diff] [blame] | 4667 | i9xx_set_pll_dividers(intel_crtc); |
| 4668 | |
Daniel Vetter | 5b18e57 | 2014-04-24 23:55:06 +0200 | [diff] [blame] | 4669 | /* Set up the display plane register */ |
| 4670 | dspcntr = DISPPLANE_GAMMA_ENABLE; |
| 4671 | |
| 4672 | if (pipe == 0) |
| 4673 | dspcntr &= ~DISPPLANE_SEL_PIPE_MASK; |
| 4674 | else |
| 4675 | dspcntr |= DISPPLANE_SEL_PIPE_B; |
| 4676 | |
| 4677 | if (intel_crtc->config.has_dp_encoder) |
| 4678 | intel_dp_set_m_n(intel_crtc); |
| 4679 | |
| 4680 | intel_set_pipe_timings(intel_crtc); |
| 4681 | |
| 4682 | /* pipesrc and dspsize control the size that is scaled from, |
| 4683 | * which should always be the user's requested size. |
| 4684 | */ |
| 4685 | I915_WRITE(DSPSIZE(plane), |
| 4686 | ((intel_crtc->config.pipe_src_h - 1) << 16) | |
| 4687 | (intel_crtc->config.pipe_src_w - 1)); |
| 4688 | I915_WRITE(DSPPOS(plane), 0); |
| 4689 | |
| 4690 | i9xx_set_pipeconf(intel_crtc); |
| 4691 | |
| 4692 | I915_WRITE(DSPCNTR(plane), dspcntr); |
| 4693 | POSTING_READ(DSPCNTR(plane)); |
| 4694 | |
| 4695 | dev_priv->display.update_primary_plane(crtc, crtc->primary->fb, |
| 4696 | crtc->x, crtc->y); |
| 4697 | |
Chris Wilson | f7abfe8 | 2010-09-13 14:19:16 +0100 | [diff] [blame] | 4698 | intel_crtc->active = true; |
Chris Wilson | 6b383a7 | 2010-09-13 13:54:26 +0100 | [diff] [blame] | 4699 | |
Ville Syrjälä | 4a3436e | 2014-05-16 19:40:25 +0300 | [diff] [blame] | 4700 | if (!IS_GEN2(dev)) |
| 4701 | intel_set_cpu_fifo_underrun_reporting(dev, pipe, true); |
| 4702 | |
Daniel Vetter | 66e3d5c | 2013-06-16 21:24:16 +0200 | [diff] [blame] | 4703 | for_each_encoder_on_crtc(dev, crtc, encoder) |
Mika Kuoppala | 9d6d9f1 | 2013-02-08 16:35:38 +0200 | [diff] [blame] | 4704 | if (encoder->pre_enable) |
| 4705 | encoder->pre_enable(encoder); |
| 4706 | |
Daniel Vetter | f6736a1 | 2013-06-05 13:34:30 +0200 | [diff] [blame] | 4707 | i9xx_enable_pll(intel_crtc); |
| 4708 | |
Jesse Barnes | 2dd2455 | 2013-04-25 12:55:01 -0700 | [diff] [blame] | 4709 | i9xx_pfit_enable(intel_crtc); |
| 4710 | |
Ville Syrjälä | 63cbb07 | 2013-06-04 13:48:59 +0300 | [diff] [blame] | 4711 | intel_crtc_load_lut(crtc); |
| 4712 | |
Ville Syrjälä | f37fcc2 | 2013-09-10 11:39:55 +0300 | [diff] [blame] | 4713 | intel_update_watermarks(crtc); |
Paulo Zanoni | e1fdc47 | 2014-01-17 13:51:12 -0200 | [diff] [blame] | 4714 | intel_enable_pipe(intel_crtc); |
Daniel Vetter | be6a6f8 | 2014-04-15 18:41:22 +0200 | [diff] [blame] | 4715 | |
Daniel Vetter | fa5c73b | 2012-07-01 23:24:36 +0200 | [diff] [blame] | 4716 | for_each_encoder_on_crtc(dev, crtc, encoder) |
| 4717 | encoder->enable(encoder); |
Ville Syrjälä | 9ab0460 | 2014-05-08 19:23:14 +0300 | [diff] [blame] | 4718 | |
| 4719 | intel_crtc_enable_planes(crtc); |
Daniel Vetter | d40d918 | 2014-05-21 11:45:40 +0200 | [diff] [blame] | 4720 | |
Ville Syrjälä | 4a3436e | 2014-05-16 19:40:25 +0300 | [diff] [blame] | 4721 | /* |
| 4722 | * Gen2 reports pipe underruns whenever all planes are disabled. |
| 4723 | * So don't enable underrun reporting before at least some planes |
| 4724 | * are enabled. |
| 4725 | * FIXME: Need to fix the logic to work when we turn off all planes |
| 4726 | * but leave the pipe running. |
| 4727 | */ |
| 4728 | if (IS_GEN2(dev)) |
| 4729 | intel_set_cpu_fifo_underrun_reporting(dev, pipe, true); |
| 4730 | |
Ville Syrjälä | 56b80e1 | 2014-05-16 19:40:22 +0300 | [diff] [blame] | 4731 | /* Underruns don't raise interrupts, so check manually. */ |
| 4732 | i9xx_check_fifo_underruns(dev); |
Jesse Barnes | 0b8765c6 | 2010-09-10 10:31:34 -0700 | [diff] [blame] | 4733 | } |
| 4734 | |
Daniel Vetter | 87476d6 | 2013-04-11 16:29:06 +0200 | [diff] [blame] | 4735 | static void i9xx_pfit_disable(struct intel_crtc *crtc) |
| 4736 | { |
| 4737 | struct drm_device *dev = crtc->base.dev; |
| 4738 | struct drm_i915_private *dev_priv = dev->dev_private; |
Daniel Vetter | 328d8e8 | 2013-05-08 10:36:31 +0200 | [diff] [blame] | 4739 | |
| 4740 | if (!crtc->config.gmch_pfit.control) |
| 4741 | return; |
Daniel Vetter | 87476d6 | 2013-04-11 16:29:06 +0200 | [diff] [blame] | 4742 | |
| 4743 | assert_pipe_disabled(dev_priv, crtc->pipe); |
| 4744 | |
Daniel Vetter | 328d8e8 | 2013-05-08 10:36:31 +0200 | [diff] [blame] | 4745 | DRM_DEBUG_DRIVER("disabling pfit, current: 0x%08x\n", |
| 4746 | I915_READ(PFIT_CONTROL)); |
| 4747 | I915_WRITE(PFIT_CONTROL, 0); |
Daniel Vetter | 87476d6 | 2013-04-11 16:29:06 +0200 | [diff] [blame] | 4748 | } |
| 4749 | |
Jesse Barnes | 0b8765c6 | 2010-09-10 10:31:34 -0700 | [diff] [blame] | 4750 | static void i9xx_crtc_disable(struct drm_crtc *crtc) |
| 4751 | { |
| 4752 | struct drm_device *dev = crtc->dev; |
| 4753 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 4754 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
Daniel Vetter | ef9c3ae | 2012-06-29 22:40:09 +0200 | [diff] [blame] | 4755 | struct intel_encoder *encoder; |
Jesse Barnes | 0b8765c6 | 2010-09-10 10:31:34 -0700 | [diff] [blame] | 4756 | int pipe = intel_crtc->pipe; |
Daniel Vetter | ef9c3ae | 2012-06-29 22:40:09 +0200 | [diff] [blame] | 4757 | |
Chris Wilson | f7abfe8 | 2010-09-13 14:19:16 +0100 | [diff] [blame] | 4758 | if (!intel_crtc->active) |
| 4759 | return; |
| 4760 | |
Ville Syrjälä | 4a3436e | 2014-05-16 19:40:25 +0300 | [diff] [blame] | 4761 | /* |
| 4762 | * Gen2 reports pipe underruns whenever all planes are disabled. |
| 4763 | * So diasble underrun reporting before all the planes get disabled. |
| 4764 | * FIXME: Need to fix the logic to work when we turn off all planes |
| 4765 | * but leave the pipe running. |
| 4766 | */ |
| 4767 | if (IS_GEN2(dev)) |
| 4768 | intel_set_cpu_fifo_underrun_reporting(dev, pipe, false); |
| 4769 | |
Ville Syrjälä | 9ab0460 | 2014-05-08 19:23:14 +0300 | [diff] [blame] | 4770 | intel_crtc_disable_planes(crtc); |
| 4771 | |
Daniel Vetter | ea9d758 | 2012-07-10 10:42:52 +0200 | [diff] [blame] | 4772 | for_each_encoder_on_crtc(dev, crtc, encoder) |
| 4773 | encoder->disable(encoder); |
| 4774 | |
Ville Syrjälä | 6304cd9 | 2014-04-25 13:30:12 +0300 | [diff] [blame] | 4775 | /* |
| 4776 | * On gen2 planes are double buffered but the pipe isn't, so we must |
| 4777 | * wait for planes to fully turn off before disabling the pipe. |
| 4778 | */ |
| 4779 | if (IS_GEN2(dev)) |
| 4780 | intel_wait_for_vblank(dev, pipe); |
| 4781 | |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 4782 | intel_disable_pipe(dev_priv, pipe); |
Mika Kuoppala | 24a1f16 | 2013-02-08 16:35:37 +0200 | [diff] [blame] | 4783 | |
Daniel Vetter | 87476d6 | 2013-04-11 16:29:06 +0200 | [diff] [blame] | 4784 | i9xx_pfit_disable(intel_crtc); |
Mika Kuoppala | 24a1f16 | 2013-02-08 16:35:37 +0200 | [diff] [blame] | 4785 | |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 4786 | for_each_encoder_on_crtc(dev, crtc, encoder) |
| 4787 | if (encoder->post_disable) |
| 4788 | encoder->post_disable(encoder); |
| 4789 | |
Chon Ming Lee | 076ed3b | 2014-04-09 13:28:17 +0300 | [diff] [blame] | 4790 | if (!intel_pipe_has_type(crtc, INTEL_OUTPUT_DSI)) { |
| 4791 | if (IS_CHERRYVIEW(dev)) |
| 4792 | chv_disable_pll(dev_priv, pipe); |
| 4793 | else if (IS_VALLEYVIEW(dev)) |
| 4794 | vlv_disable_pll(dev_priv, pipe); |
| 4795 | else |
| 4796 | i9xx_disable_pll(dev_priv, pipe); |
| 4797 | } |
Jesse Barnes | 0b8765c6 | 2010-09-10 10:31:34 -0700 | [diff] [blame] | 4798 | |
Ville Syrjälä | 4a3436e | 2014-05-16 19:40:25 +0300 | [diff] [blame] | 4799 | if (!IS_GEN2(dev)) |
| 4800 | intel_set_cpu_fifo_underrun_reporting(dev, pipe, false); |
| 4801 | |
Chris Wilson | f7abfe8 | 2010-09-13 14:19:16 +0100 | [diff] [blame] | 4802 | intel_crtc->active = false; |
Ville Syrjälä | 46ba614 | 2013-09-10 11:40:40 +0300 | [diff] [blame] | 4803 | intel_update_watermarks(crtc); |
Ville Syrjälä | f37fcc2 | 2013-09-10 11:39:55 +0300 | [diff] [blame] | 4804 | |
Daniel Vetter | efa9624 | 2014-04-24 23:55:02 +0200 | [diff] [blame] | 4805 | mutex_lock(&dev->struct_mutex); |
Chris Wilson | 6b383a7 | 2010-09-13 13:54:26 +0100 | [diff] [blame] | 4806 | intel_update_fbc(dev); |
Daniel Vetter | 71b1c37 | 2014-04-24 23:55:03 +0200 | [diff] [blame] | 4807 | intel_edp_psr_update(dev); |
Daniel Vetter | efa9624 | 2014-04-24 23:55:02 +0200 | [diff] [blame] | 4808 | mutex_unlock(&dev->struct_mutex); |
Jesse Barnes | 0b8765c6 | 2010-09-10 10:31:34 -0700 | [diff] [blame] | 4809 | } |
| 4810 | |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 4811 | static void i9xx_crtc_off(struct drm_crtc *crtc) |
| 4812 | { |
| 4813 | } |
| 4814 | |
Daniel Vetter | 976f8a2 | 2012-07-08 22:34:21 +0200 | [diff] [blame] | 4815 | static void intel_crtc_update_sarea(struct drm_crtc *crtc, |
| 4816 | bool enabled) |
Zhenyu Wang | 2c07245 | 2009-06-05 15:38:42 +0800 | [diff] [blame] | 4817 | { |
| 4818 | struct drm_device *dev = crtc->dev; |
| 4819 | struct drm_i915_master_private *master_priv; |
| 4820 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 4821 | int pipe = intel_crtc->pipe; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 4822 | |
| 4823 | if (!dev->primary->master) |
| 4824 | return; |
| 4825 | |
| 4826 | master_priv = dev->primary->master->driver_priv; |
| 4827 | if (!master_priv->sarea_priv) |
| 4828 | return; |
| 4829 | |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 4830 | switch (pipe) { |
| 4831 | case 0: |
| 4832 | master_priv->sarea_priv->pipeA_w = enabled ? crtc->mode.hdisplay : 0; |
| 4833 | master_priv->sarea_priv->pipeA_h = enabled ? crtc->mode.vdisplay : 0; |
| 4834 | break; |
| 4835 | case 1: |
| 4836 | master_priv->sarea_priv->pipeB_w = enabled ? crtc->mode.hdisplay : 0; |
| 4837 | master_priv->sarea_priv->pipeB_h = enabled ? crtc->mode.vdisplay : 0; |
| 4838 | break; |
| 4839 | default: |
Jesse Barnes | 9db4a9c | 2011-02-07 12:26:52 -0800 | [diff] [blame] | 4840 | DRM_ERROR("Can't update pipe %c in SAREA\n", pipe_name(pipe)); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 4841 | break; |
| 4842 | } |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 4843 | } |
| 4844 | |
Daniel Vetter | 976f8a2 | 2012-07-08 22:34:21 +0200 | [diff] [blame] | 4845 | /** |
| 4846 | * Sets the power management mode of the pipe and plane. |
| 4847 | */ |
| 4848 | void intel_crtc_update_dpms(struct drm_crtc *crtc) |
Chris Wilson | cdd5998 | 2010-09-08 16:30:16 +0100 | [diff] [blame] | 4849 | { |
Chris Wilson | cdd5998 | 2010-09-08 16:30:16 +0100 | [diff] [blame] | 4850 | struct drm_device *dev = crtc->dev; |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 4851 | struct drm_i915_private *dev_priv = dev->dev_private; |
Daniel Vetter | 976f8a2 | 2012-07-08 22:34:21 +0200 | [diff] [blame] | 4852 | struct intel_encoder *intel_encoder; |
| 4853 | bool enable = false; |
Chris Wilson | cdd5998 | 2010-09-08 16:30:16 +0100 | [diff] [blame] | 4854 | |
Daniel Vetter | 976f8a2 | 2012-07-08 22:34:21 +0200 | [diff] [blame] | 4855 | for_each_encoder_on_crtc(dev, crtc, intel_encoder) |
| 4856 | enable |= intel_encoder->connectors_active; |
| 4857 | |
| 4858 | if (enable) |
| 4859 | dev_priv->display.crtc_enable(crtc); |
| 4860 | else |
| 4861 | dev_priv->display.crtc_disable(crtc); |
| 4862 | |
| 4863 | intel_crtc_update_sarea(crtc, enable); |
| 4864 | } |
| 4865 | |
Daniel Vetter | 976f8a2 | 2012-07-08 22:34:21 +0200 | [diff] [blame] | 4866 | static void intel_crtc_disable(struct drm_crtc *crtc) |
| 4867 | { |
| 4868 | struct drm_device *dev = crtc->dev; |
| 4869 | struct drm_connector *connector; |
| 4870 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 4871 | |
| 4872 | /* crtc should still be enabled when we disable it. */ |
| 4873 | WARN_ON(!crtc->enabled); |
| 4874 | |
| 4875 | dev_priv->display.crtc_disable(crtc); |
| 4876 | intel_crtc_update_sarea(crtc, false); |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 4877 | dev_priv->display.off(crtc); |
| 4878 | |
Chris Wilson | 931872f | 2012-01-16 23:01:13 +0000 | [diff] [blame] | 4879 | assert_plane_disabled(dev->dev_private, to_intel_crtc(crtc)->plane); |
Jani Nikula | 93ce0ba | 2013-09-13 11:03:08 +0300 | [diff] [blame] | 4880 | assert_cursor_disabled(dev_priv, to_intel_crtc(crtc)->pipe); |
Chris Wilson | 931872f | 2012-01-16 23:01:13 +0000 | [diff] [blame] | 4881 | assert_pipe_disabled(dev->dev_private, to_intel_crtc(crtc)->pipe); |
Chris Wilson | cdd5998 | 2010-09-08 16:30:16 +0100 | [diff] [blame] | 4882 | |
Matt Roper | f4510a2 | 2014-04-01 15:22:40 -0700 | [diff] [blame] | 4883 | if (crtc->primary->fb) { |
Chris Wilson | cdd5998 | 2010-09-08 16:30:16 +0100 | [diff] [blame] | 4884 | mutex_lock(&dev->struct_mutex); |
Matt Roper | f4510a2 | 2014-04-01 15:22:40 -0700 | [diff] [blame] | 4885 | intel_unpin_fb_obj(to_intel_framebuffer(crtc->primary->fb)->obj); |
Chris Wilson | cdd5998 | 2010-09-08 16:30:16 +0100 | [diff] [blame] | 4886 | mutex_unlock(&dev->struct_mutex); |
Matt Roper | f4510a2 | 2014-04-01 15:22:40 -0700 | [diff] [blame] | 4887 | crtc->primary->fb = NULL; |
Daniel Vetter | 976f8a2 | 2012-07-08 22:34:21 +0200 | [diff] [blame] | 4888 | } |
| 4889 | |
| 4890 | /* Update computed state. */ |
| 4891 | list_for_each_entry(connector, &dev->mode_config.connector_list, head) { |
| 4892 | if (!connector->encoder || !connector->encoder->crtc) |
| 4893 | continue; |
| 4894 | |
| 4895 | if (connector->encoder->crtc != crtc) |
| 4896 | continue; |
| 4897 | |
| 4898 | connector->dpms = DRM_MODE_DPMS_OFF; |
| 4899 | to_intel_encoder(connector->encoder)->connectors_active = false; |
Chris Wilson | cdd5998 | 2010-09-08 16:30:16 +0100 | [diff] [blame] | 4900 | } |
| 4901 | } |
| 4902 | |
Chris Wilson | ea5b213 | 2010-08-04 13:50:23 +0100 | [diff] [blame] | 4903 | void intel_encoder_destroy(struct drm_encoder *encoder) |
| 4904 | { |
Chris Wilson | 4ef69c7 | 2010-09-09 15:14:28 +0100 | [diff] [blame] | 4905 | struct intel_encoder *intel_encoder = to_intel_encoder(encoder); |
Chris Wilson | ea5b213 | 2010-08-04 13:50:23 +0100 | [diff] [blame] | 4906 | |
Chris Wilson | ea5b213 | 2010-08-04 13:50:23 +0100 | [diff] [blame] | 4907 | drm_encoder_cleanup(encoder); |
| 4908 | kfree(intel_encoder); |
| 4909 | } |
| 4910 | |
Damien Lespiau | 9237329 | 2013-08-08 22:28:57 +0100 | [diff] [blame] | 4911 | /* Simple dpms helper for encoders with just one connector, no cloning and only |
Daniel Vetter | 5ab432e | 2012-06-30 08:59:56 +0200 | [diff] [blame] | 4912 | * one kind of off state. It clamps all !ON modes to fully OFF and changes the |
| 4913 | * state of the entire output pipe. */ |
Damien Lespiau | 9237329 | 2013-08-08 22:28:57 +0100 | [diff] [blame] | 4914 | static void intel_encoder_dpms(struct intel_encoder *encoder, int mode) |
Daniel Vetter | 5ab432e | 2012-06-30 08:59:56 +0200 | [diff] [blame] | 4915 | { |
| 4916 | if (mode == DRM_MODE_DPMS_ON) { |
| 4917 | encoder->connectors_active = true; |
| 4918 | |
Daniel Vetter | b2cabb0 | 2012-07-01 22:42:24 +0200 | [diff] [blame] | 4919 | intel_crtc_update_dpms(encoder->base.crtc); |
Daniel Vetter | 5ab432e | 2012-06-30 08:59:56 +0200 | [diff] [blame] | 4920 | } else { |
| 4921 | encoder->connectors_active = false; |
| 4922 | |
Daniel Vetter | b2cabb0 | 2012-07-01 22:42:24 +0200 | [diff] [blame] | 4923 | intel_crtc_update_dpms(encoder->base.crtc); |
Daniel Vetter | 5ab432e | 2012-06-30 08:59:56 +0200 | [diff] [blame] | 4924 | } |
| 4925 | } |
| 4926 | |
Daniel Vetter | 0a91ca2 | 2012-07-02 21:54:27 +0200 | [diff] [blame] | 4927 | /* Cross check the actual hw state with our own modeset state tracking (and it's |
| 4928 | * internal consistency). */ |
Daniel Vetter | b980514 | 2012-08-31 17:37:33 +0200 | [diff] [blame] | 4929 | static void intel_connector_check_state(struct intel_connector *connector) |
Daniel Vetter | 0a91ca2 | 2012-07-02 21:54:27 +0200 | [diff] [blame] | 4930 | { |
| 4931 | if (connector->get_hw_state(connector)) { |
| 4932 | struct intel_encoder *encoder = connector->encoder; |
| 4933 | struct drm_crtc *crtc; |
| 4934 | bool encoder_enabled; |
| 4935 | enum pipe pipe; |
| 4936 | |
| 4937 | DRM_DEBUG_KMS("[CONNECTOR:%d:%s]\n", |
| 4938 | connector->base.base.id, |
Jani Nikula | c23cc41 | 2014-06-03 14:56:17 +0300 | [diff] [blame] | 4939 | connector->base.name); |
Daniel Vetter | 0a91ca2 | 2012-07-02 21:54:27 +0200 | [diff] [blame] | 4940 | |
| 4941 | WARN(connector->base.dpms == DRM_MODE_DPMS_OFF, |
| 4942 | "wrong connector dpms state\n"); |
| 4943 | WARN(connector->base.encoder != &encoder->base, |
| 4944 | "active connector not linked to encoder\n"); |
| 4945 | WARN(!encoder->connectors_active, |
| 4946 | "encoder->connectors_active not set\n"); |
| 4947 | |
| 4948 | encoder_enabled = encoder->get_hw_state(encoder, &pipe); |
| 4949 | WARN(!encoder_enabled, "encoder not enabled\n"); |
| 4950 | if (WARN_ON(!encoder->base.crtc)) |
| 4951 | return; |
| 4952 | |
| 4953 | crtc = encoder->base.crtc; |
| 4954 | |
| 4955 | WARN(!crtc->enabled, "crtc not enabled\n"); |
| 4956 | WARN(!to_intel_crtc(crtc)->active, "crtc not active\n"); |
| 4957 | WARN(pipe != to_intel_crtc(crtc)->pipe, |
| 4958 | "encoder active on the wrong pipe\n"); |
| 4959 | } |
| 4960 | } |
| 4961 | |
Daniel Vetter | 5ab432e | 2012-06-30 08:59:56 +0200 | [diff] [blame] | 4962 | /* Even simpler default implementation, if there's really no special case to |
| 4963 | * consider. */ |
| 4964 | void intel_connector_dpms(struct drm_connector *connector, int mode) |
| 4965 | { |
Daniel Vetter | 5ab432e | 2012-06-30 08:59:56 +0200 | [diff] [blame] | 4966 | /* All the simple cases only support two dpms states. */ |
| 4967 | if (mode != DRM_MODE_DPMS_ON) |
| 4968 | mode = DRM_MODE_DPMS_OFF; |
| 4969 | |
| 4970 | if (mode == connector->dpms) |
| 4971 | return; |
| 4972 | |
| 4973 | connector->dpms = mode; |
| 4974 | |
| 4975 | /* Only need to change hw state when actually enabled */ |
Chris Wilson | c9976dc | 2013-09-29 19:15:07 +0100 | [diff] [blame] | 4976 | if (connector->encoder) |
| 4977 | intel_encoder_dpms(to_intel_encoder(connector->encoder), mode); |
Daniel Vetter | 0a91ca2 | 2012-07-02 21:54:27 +0200 | [diff] [blame] | 4978 | |
Daniel Vetter | b980514 | 2012-08-31 17:37:33 +0200 | [diff] [blame] | 4979 | intel_modeset_check_state(connector->dev); |
Daniel Vetter | 5ab432e | 2012-06-30 08:59:56 +0200 | [diff] [blame] | 4980 | } |
| 4981 | |
Daniel Vetter | f0947c3 | 2012-07-02 13:10:34 +0200 | [diff] [blame] | 4982 | /* Simple connector->get_hw_state implementation for encoders that support only |
| 4983 | * one connector and no cloning and hence the encoder state determines the state |
| 4984 | * of the connector. */ |
| 4985 | bool intel_connector_get_hw_state(struct intel_connector *connector) |
| 4986 | { |
Daniel Vetter | 2492935 | 2012-07-02 20:28:59 +0200 | [diff] [blame] | 4987 | enum pipe pipe = 0; |
Daniel Vetter | f0947c3 | 2012-07-02 13:10:34 +0200 | [diff] [blame] | 4988 | struct intel_encoder *encoder = connector->encoder; |
| 4989 | |
| 4990 | return encoder->get_hw_state(encoder, &pipe); |
| 4991 | } |
| 4992 | |
Daniel Vetter | 1857e1d | 2013-04-29 19:34:16 +0200 | [diff] [blame] | 4993 | static bool ironlake_check_fdi_lanes(struct drm_device *dev, enum pipe pipe, |
| 4994 | struct intel_crtc_config *pipe_config) |
| 4995 | { |
| 4996 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 4997 | struct intel_crtc *pipe_B_crtc = |
| 4998 | to_intel_crtc(dev_priv->pipe_to_crtc_mapping[PIPE_B]); |
| 4999 | |
| 5000 | DRM_DEBUG_KMS("checking fdi config on pipe %c, lanes %i\n", |
| 5001 | pipe_name(pipe), pipe_config->fdi_lanes); |
| 5002 | if (pipe_config->fdi_lanes > 4) { |
| 5003 | DRM_DEBUG_KMS("invalid fdi lane config on pipe %c: %i lanes\n", |
| 5004 | pipe_name(pipe), pipe_config->fdi_lanes); |
| 5005 | return false; |
| 5006 | } |
| 5007 | |
Paulo Zanoni | bafb655 | 2013-11-02 21:07:44 -0700 | [diff] [blame] | 5008 | if (IS_HASWELL(dev) || IS_BROADWELL(dev)) { |
Daniel Vetter | 1857e1d | 2013-04-29 19:34:16 +0200 | [diff] [blame] | 5009 | if (pipe_config->fdi_lanes > 2) { |
| 5010 | DRM_DEBUG_KMS("only 2 lanes on haswell, required: %i lanes\n", |
| 5011 | pipe_config->fdi_lanes); |
| 5012 | return false; |
| 5013 | } else { |
| 5014 | return true; |
| 5015 | } |
| 5016 | } |
| 5017 | |
| 5018 | if (INTEL_INFO(dev)->num_pipes == 2) |
| 5019 | return true; |
| 5020 | |
| 5021 | /* Ivybridge 3 pipe is really complicated */ |
| 5022 | switch (pipe) { |
| 5023 | case PIPE_A: |
| 5024 | return true; |
| 5025 | case PIPE_B: |
| 5026 | if (dev_priv->pipe_to_crtc_mapping[PIPE_C]->enabled && |
| 5027 | pipe_config->fdi_lanes > 2) { |
| 5028 | DRM_DEBUG_KMS("invalid shared fdi lane config on pipe %c: %i lanes\n", |
| 5029 | pipe_name(pipe), pipe_config->fdi_lanes); |
| 5030 | return false; |
| 5031 | } |
| 5032 | return true; |
| 5033 | case PIPE_C: |
Daniel Vetter | 1e833f4 | 2013-02-19 22:31:57 +0100 | [diff] [blame] | 5034 | if (!pipe_has_enabled_pch(pipe_B_crtc) || |
Daniel Vetter | 1857e1d | 2013-04-29 19:34:16 +0200 | [diff] [blame] | 5035 | pipe_B_crtc->config.fdi_lanes <= 2) { |
| 5036 | if (pipe_config->fdi_lanes > 2) { |
| 5037 | DRM_DEBUG_KMS("invalid shared fdi lane config on pipe %c: %i lanes\n", |
| 5038 | pipe_name(pipe), pipe_config->fdi_lanes); |
| 5039 | return false; |
| 5040 | } |
| 5041 | } else { |
| 5042 | DRM_DEBUG_KMS("fdi link B uses too many lanes to enable link C\n"); |
| 5043 | return false; |
| 5044 | } |
| 5045 | return true; |
| 5046 | default: |
| 5047 | BUG(); |
| 5048 | } |
| 5049 | } |
| 5050 | |
Daniel Vetter | e29c22c | 2013-02-21 00:00:16 +0100 | [diff] [blame] | 5051 | #define RETRY 1 |
| 5052 | static int ironlake_fdi_compute_config(struct intel_crtc *intel_crtc, |
| 5053 | struct intel_crtc_config *pipe_config) |
Daniel Vetter | 877d48d | 2013-04-19 11:24:43 +0200 | [diff] [blame] | 5054 | { |
Daniel Vetter | 1857e1d | 2013-04-29 19:34:16 +0200 | [diff] [blame] | 5055 | struct drm_device *dev = intel_crtc->base.dev; |
Daniel Vetter | 877d48d | 2013-04-19 11:24:43 +0200 | [diff] [blame] | 5056 | struct drm_display_mode *adjusted_mode = &pipe_config->adjusted_mode; |
Daniel Vetter | ff9a675 | 2013-06-01 17:16:21 +0200 | [diff] [blame] | 5057 | int lane, link_bw, fdi_dotclock; |
Daniel Vetter | e29c22c | 2013-02-21 00:00:16 +0100 | [diff] [blame] | 5058 | bool setup_ok, needs_recompute = false; |
Daniel Vetter | 877d48d | 2013-04-19 11:24:43 +0200 | [diff] [blame] | 5059 | |
Daniel Vetter | e29c22c | 2013-02-21 00:00:16 +0100 | [diff] [blame] | 5060 | retry: |
Daniel Vetter | 877d48d | 2013-04-19 11:24:43 +0200 | [diff] [blame] | 5061 | /* FDI is a binary signal running at ~2.7GHz, encoding |
| 5062 | * each output octet as 10 bits. The actual frequency |
| 5063 | * is stored as a divider into a 100MHz clock, and the |
| 5064 | * mode pixel clock is stored in units of 1KHz. |
| 5065 | * Hence the bw of each lane in terms of the mode signal |
| 5066 | * is: |
| 5067 | */ |
| 5068 | link_bw = intel_fdi_link_freq(dev) * MHz(100)/KHz(1)/10; |
| 5069 | |
Damien Lespiau | 241bfc3 | 2013-09-25 16:45:37 +0100 | [diff] [blame] | 5070 | fdi_dotclock = adjusted_mode->crtc_clock; |
Daniel Vetter | 877d48d | 2013-04-19 11:24:43 +0200 | [diff] [blame] | 5071 | |
Daniel Vetter | 2bd89a0 | 2013-06-01 17:16:19 +0200 | [diff] [blame] | 5072 | lane = ironlake_get_lanes_required(fdi_dotclock, link_bw, |
Daniel Vetter | 877d48d | 2013-04-19 11:24:43 +0200 | [diff] [blame] | 5073 | pipe_config->pipe_bpp); |
| 5074 | |
| 5075 | pipe_config->fdi_lanes = lane; |
| 5076 | |
Daniel Vetter | 2bd89a0 | 2013-06-01 17:16:19 +0200 | [diff] [blame] | 5077 | intel_link_compute_m_n(pipe_config->pipe_bpp, lane, fdi_dotclock, |
Daniel Vetter | 877d48d | 2013-04-19 11:24:43 +0200 | [diff] [blame] | 5078 | link_bw, &pipe_config->fdi_m_n); |
Daniel Vetter | 1857e1d | 2013-04-29 19:34:16 +0200 | [diff] [blame] | 5079 | |
Daniel Vetter | e29c22c | 2013-02-21 00:00:16 +0100 | [diff] [blame] | 5080 | setup_ok = ironlake_check_fdi_lanes(intel_crtc->base.dev, |
| 5081 | intel_crtc->pipe, pipe_config); |
| 5082 | if (!setup_ok && pipe_config->pipe_bpp > 6*3) { |
| 5083 | pipe_config->pipe_bpp -= 2*3; |
| 5084 | DRM_DEBUG_KMS("fdi link bw constraint, reducing pipe bpp to %i\n", |
| 5085 | pipe_config->pipe_bpp); |
| 5086 | needs_recompute = true; |
| 5087 | pipe_config->bw_constrained = true; |
| 5088 | |
| 5089 | goto retry; |
| 5090 | } |
| 5091 | |
| 5092 | if (needs_recompute) |
| 5093 | return RETRY; |
| 5094 | |
| 5095 | return setup_ok ? 0 : -EINVAL; |
Daniel Vetter | 877d48d | 2013-04-19 11:24:43 +0200 | [diff] [blame] | 5096 | } |
| 5097 | |
Paulo Zanoni | 42db64e | 2013-05-31 16:33:22 -0300 | [diff] [blame] | 5098 | static void hsw_compute_ips_config(struct intel_crtc *crtc, |
| 5099 | struct intel_crtc_config *pipe_config) |
| 5100 | { |
Jani Nikula | d330a95 | 2014-01-21 11:24:25 +0200 | [diff] [blame] | 5101 | pipe_config->ips_enabled = i915.enable_ips && |
Paulo Zanoni | 3c4ca58 | 2013-05-31 16:33:23 -0300 | [diff] [blame] | 5102 | hsw_crtc_supports_ips(crtc) && |
Jesse Barnes | b6dfdc9 | 2013-07-25 10:06:50 -0700 | [diff] [blame] | 5103 | pipe_config->pipe_bpp <= 24; |
Paulo Zanoni | 42db64e | 2013-05-31 16:33:22 -0300 | [diff] [blame] | 5104 | } |
| 5105 | |
Daniel Vetter | a43f6e0 | 2013-06-07 23:10:32 +0200 | [diff] [blame] | 5106 | static int intel_crtc_compute_config(struct intel_crtc *crtc, |
Daniel Vetter | e29c22c | 2013-02-21 00:00:16 +0100 | [diff] [blame] | 5107 | struct intel_crtc_config *pipe_config) |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 5108 | { |
Daniel Vetter | a43f6e0 | 2013-06-07 23:10:32 +0200 | [diff] [blame] | 5109 | struct drm_device *dev = crtc->base.dev; |
Daniel Vetter | b8cecdf | 2013-03-27 00:44:50 +0100 | [diff] [blame] | 5110 | struct drm_display_mode *adjusted_mode = &pipe_config->adjusted_mode; |
Chris Wilson | 8974935 | 2010-09-12 18:25:19 +0100 | [diff] [blame] | 5111 | |
Ville Syrjälä | ad3a447 | 2013-09-04 18:30:04 +0300 | [diff] [blame] | 5112 | /* FIXME should check pixel clock limits on all platforms */ |
Ville Syrjälä | cf532bb | 2013-09-04 18:30:02 +0300 | [diff] [blame] | 5113 | if (INTEL_INFO(dev)->gen < 4) { |
| 5114 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 5115 | int clock_limit = |
| 5116 | dev_priv->display.get_display_clock_speed(dev); |
| 5117 | |
| 5118 | /* |
| 5119 | * Enable pixel doubling when the dot clock |
| 5120 | * is > 90% of the (display) core speed. |
| 5121 | * |
Ville Syrjälä | b397c96 | 2013-09-04 18:30:06 +0300 | [diff] [blame] | 5122 | * GDG double wide on either pipe, |
| 5123 | * otherwise pipe A only. |
Ville Syrjälä | cf532bb | 2013-09-04 18:30:02 +0300 | [diff] [blame] | 5124 | */ |
Ville Syrjälä | b397c96 | 2013-09-04 18:30:06 +0300 | [diff] [blame] | 5125 | if ((crtc->pipe == PIPE_A || IS_I915G(dev)) && |
Damien Lespiau | 241bfc3 | 2013-09-25 16:45:37 +0100 | [diff] [blame] | 5126 | adjusted_mode->crtc_clock > clock_limit * 9 / 10) { |
Ville Syrjälä | ad3a447 | 2013-09-04 18:30:04 +0300 | [diff] [blame] | 5127 | clock_limit *= 2; |
Ville Syrjälä | cf532bb | 2013-09-04 18:30:02 +0300 | [diff] [blame] | 5128 | pipe_config->double_wide = true; |
Ville Syrjälä | ad3a447 | 2013-09-04 18:30:04 +0300 | [diff] [blame] | 5129 | } |
| 5130 | |
Damien Lespiau | 241bfc3 | 2013-09-25 16:45:37 +0100 | [diff] [blame] | 5131 | if (adjusted_mode->crtc_clock > clock_limit * 9 / 10) |
Daniel Vetter | e29c22c | 2013-02-21 00:00:16 +0100 | [diff] [blame] | 5132 | return -EINVAL; |
Zhenyu Wang | 2c07245 | 2009-06-05 15:38:42 +0800 | [diff] [blame] | 5133 | } |
Chris Wilson | 8974935 | 2010-09-12 18:25:19 +0100 | [diff] [blame] | 5134 | |
Ville Syrjälä | 1d1d0e2 | 2013-09-04 18:30:05 +0300 | [diff] [blame] | 5135 | /* |
| 5136 | * Pipe horizontal size must be even in: |
| 5137 | * - DVO ganged mode |
| 5138 | * - LVDS dual channel mode |
| 5139 | * - Double wide pipe |
| 5140 | */ |
| 5141 | if ((intel_pipe_has_type(&crtc->base, INTEL_OUTPUT_LVDS) && |
| 5142 | intel_is_dual_link_lvds(dev)) || pipe_config->double_wide) |
| 5143 | pipe_config->pipe_src_w &= ~1; |
| 5144 | |
Damien Lespiau | 8693a82 | 2013-05-03 18:48:11 +0100 | [diff] [blame] | 5145 | /* Cantiga+ cannot handle modes with a hsync front porch of 0. |
| 5146 | * WaPruneModeWithIncorrectHsyncOffset:ctg,elk,ilk,snb,ivb,vlv,hsw. |
Chris Wilson | 44f46b42 | 2012-06-21 13:19:59 +0300 | [diff] [blame] | 5147 | */ |
| 5148 | if ((INTEL_INFO(dev)->gen > 4 || IS_G4X(dev)) && |
| 5149 | adjusted_mode->hsync_start == adjusted_mode->hdisplay) |
Daniel Vetter | e29c22c | 2013-02-21 00:00:16 +0100 | [diff] [blame] | 5150 | return -EINVAL; |
Chris Wilson | 44f46b42 | 2012-06-21 13:19:59 +0300 | [diff] [blame] | 5151 | |
Daniel Vetter | bd080ee | 2013-04-17 20:01:39 +0200 | [diff] [blame] | 5152 | if ((IS_G4X(dev) || IS_VALLEYVIEW(dev)) && pipe_config->pipe_bpp > 10*3) { |
Daniel Vetter | 5d2d38d | 2013-03-27 00:45:01 +0100 | [diff] [blame] | 5153 | pipe_config->pipe_bpp = 10*3; /* 12bpc is gen5+ */ |
Daniel Vetter | bd080ee | 2013-04-17 20:01:39 +0200 | [diff] [blame] | 5154 | } else if (INTEL_INFO(dev)->gen <= 4 && pipe_config->pipe_bpp > 8*3) { |
Daniel Vetter | 5d2d38d | 2013-03-27 00:45:01 +0100 | [diff] [blame] | 5155 | /* only a 8bpc pipe, with 6bpc dither through the panel fitter |
| 5156 | * for lvds. */ |
| 5157 | pipe_config->pipe_bpp = 8*3; |
| 5158 | } |
| 5159 | |
Damien Lespiau | f5adf94 | 2013-06-24 18:29:34 +0100 | [diff] [blame] | 5160 | if (HAS_IPS(dev)) |
Daniel Vetter | a43f6e0 | 2013-06-07 23:10:32 +0200 | [diff] [blame] | 5161 | hsw_compute_ips_config(crtc, pipe_config); |
| 5162 | |
| 5163 | /* XXX: PCH clock sharing is done in ->mode_set, so make sure the old |
| 5164 | * clock survives for now. */ |
| 5165 | if (HAS_PCH_IBX(dev) || HAS_PCH_CPT(dev)) |
| 5166 | pipe_config->shared_dpll = crtc->config.shared_dpll; |
Paulo Zanoni | 42db64e | 2013-05-31 16:33:22 -0300 | [diff] [blame] | 5167 | |
Daniel Vetter | 877d48d | 2013-04-19 11:24:43 +0200 | [diff] [blame] | 5168 | if (pipe_config->has_pch_encoder) |
Daniel Vetter | a43f6e0 | 2013-06-07 23:10:32 +0200 | [diff] [blame] | 5169 | return ironlake_fdi_compute_config(crtc, pipe_config); |
Daniel Vetter | 877d48d | 2013-04-19 11:24:43 +0200 | [diff] [blame] | 5170 | |
Daniel Vetter | e29c22c | 2013-02-21 00:00:16 +0100 | [diff] [blame] | 5171 | return 0; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 5172 | } |
| 5173 | |
Jesse Barnes | 25eb05fc | 2012-03-28 13:39:23 -0700 | [diff] [blame] | 5174 | static int valleyview_get_display_clock_speed(struct drm_device *dev) |
| 5175 | { |
| 5176 | return 400000; /* FIXME */ |
| 5177 | } |
| 5178 | |
Jesse Barnes | e70236a | 2009-09-21 10:42:27 -0700 | [diff] [blame] | 5179 | static int i945_get_display_clock_speed(struct drm_device *dev) |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 5180 | { |
Jesse Barnes | e70236a | 2009-09-21 10:42:27 -0700 | [diff] [blame] | 5181 | return 400000; |
| 5182 | } |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 5183 | |
Jesse Barnes | e70236a | 2009-09-21 10:42:27 -0700 | [diff] [blame] | 5184 | static int i915_get_display_clock_speed(struct drm_device *dev) |
| 5185 | { |
| 5186 | return 333000; |
| 5187 | } |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 5188 | |
Jesse Barnes | e70236a | 2009-09-21 10:42:27 -0700 | [diff] [blame] | 5189 | static int i9xx_misc_get_display_clock_speed(struct drm_device *dev) |
| 5190 | { |
| 5191 | return 200000; |
| 5192 | } |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 5193 | |
Daniel Vetter | 257a7ff | 2013-07-26 08:35:42 +0200 | [diff] [blame] | 5194 | static int pnv_get_display_clock_speed(struct drm_device *dev) |
| 5195 | { |
| 5196 | u16 gcfgc = 0; |
| 5197 | |
| 5198 | pci_read_config_word(dev->pdev, GCFGC, &gcfgc); |
| 5199 | |
| 5200 | switch (gcfgc & GC_DISPLAY_CLOCK_MASK) { |
| 5201 | case GC_DISPLAY_CLOCK_267_MHZ_PNV: |
| 5202 | return 267000; |
| 5203 | case GC_DISPLAY_CLOCK_333_MHZ_PNV: |
| 5204 | return 333000; |
| 5205 | case GC_DISPLAY_CLOCK_444_MHZ_PNV: |
| 5206 | return 444000; |
| 5207 | case GC_DISPLAY_CLOCK_200_MHZ_PNV: |
| 5208 | return 200000; |
| 5209 | default: |
| 5210 | DRM_ERROR("Unknown pnv display core clock 0x%04x\n", gcfgc); |
| 5211 | case GC_DISPLAY_CLOCK_133_MHZ_PNV: |
| 5212 | return 133000; |
| 5213 | case GC_DISPLAY_CLOCK_167_MHZ_PNV: |
| 5214 | return 167000; |
| 5215 | } |
| 5216 | } |
| 5217 | |
Jesse Barnes | e70236a | 2009-09-21 10:42:27 -0700 | [diff] [blame] | 5218 | static int i915gm_get_display_clock_speed(struct drm_device *dev) |
| 5219 | { |
| 5220 | u16 gcfgc = 0; |
| 5221 | |
| 5222 | pci_read_config_word(dev->pdev, GCFGC, &gcfgc); |
| 5223 | |
| 5224 | if (gcfgc & GC_LOW_FREQUENCY_ENABLE) |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 5225 | return 133000; |
Jesse Barnes | e70236a | 2009-09-21 10:42:27 -0700 | [diff] [blame] | 5226 | else { |
| 5227 | switch (gcfgc & GC_DISPLAY_CLOCK_MASK) { |
| 5228 | case GC_DISPLAY_CLOCK_333_MHZ: |
| 5229 | return 333000; |
| 5230 | default: |
| 5231 | case GC_DISPLAY_CLOCK_190_200_MHZ: |
| 5232 | return 190000; |
| 5233 | } |
| 5234 | } |
| 5235 | } |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 5236 | |
Jesse Barnes | e70236a | 2009-09-21 10:42:27 -0700 | [diff] [blame] | 5237 | static int i865_get_display_clock_speed(struct drm_device *dev) |
| 5238 | { |
| 5239 | return 266000; |
| 5240 | } |
| 5241 | |
| 5242 | static int i855_get_display_clock_speed(struct drm_device *dev) |
| 5243 | { |
| 5244 | u16 hpllcc = 0; |
| 5245 | /* Assume that the hardware is in the high speed state. This |
| 5246 | * should be the default. |
| 5247 | */ |
| 5248 | switch (hpllcc & GC_CLOCK_CONTROL_MASK) { |
| 5249 | case GC_CLOCK_133_200: |
| 5250 | case GC_CLOCK_100_200: |
| 5251 | return 200000; |
| 5252 | case GC_CLOCK_166_250: |
| 5253 | return 250000; |
| 5254 | case GC_CLOCK_100_133: |
| 5255 | return 133000; |
| 5256 | } |
| 5257 | |
| 5258 | /* Shouldn't happen */ |
| 5259 | return 0; |
| 5260 | } |
| 5261 | |
| 5262 | static int i830_get_display_clock_speed(struct drm_device *dev) |
| 5263 | { |
| 5264 | return 133000; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 5265 | } |
| 5266 | |
Zhenyu Wang | 2c07245 | 2009-06-05 15:38:42 +0800 | [diff] [blame] | 5267 | static void |
Ville Syrjälä | a65851a | 2013-04-23 15:03:34 +0300 | [diff] [blame] | 5268 | intel_reduce_m_n_ratio(uint32_t *num, uint32_t *den) |
Zhenyu Wang | 2c07245 | 2009-06-05 15:38:42 +0800 | [diff] [blame] | 5269 | { |
Ville Syrjälä | a65851a | 2013-04-23 15:03:34 +0300 | [diff] [blame] | 5270 | while (*num > DATA_LINK_M_N_MASK || |
| 5271 | *den > DATA_LINK_M_N_MASK) { |
Zhenyu Wang | 2c07245 | 2009-06-05 15:38:42 +0800 | [diff] [blame] | 5272 | *num >>= 1; |
| 5273 | *den >>= 1; |
| 5274 | } |
| 5275 | } |
| 5276 | |
Ville Syrjälä | a65851a | 2013-04-23 15:03:34 +0300 | [diff] [blame] | 5277 | static void compute_m_n(unsigned int m, unsigned int n, |
| 5278 | uint32_t *ret_m, uint32_t *ret_n) |
| 5279 | { |
| 5280 | *ret_n = min_t(unsigned int, roundup_pow_of_two(n), DATA_LINK_N_MAX); |
| 5281 | *ret_m = div_u64((uint64_t) m * *ret_n, n); |
| 5282 | intel_reduce_m_n_ratio(ret_m, ret_n); |
| 5283 | } |
| 5284 | |
Daniel Vetter | e69d0bc | 2012-11-29 15:59:36 +0100 | [diff] [blame] | 5285 | void |
| 5286 | intel_link_compute_m_n(int bits_per_pixel, int nlanes, |
| 5287 | int pixel_clock, int link_clock, |
| 5288 | struct intel_link_m_n *m_n) |
Zhenyu Wang | 2c07245 | 2009-06-05 15:38:42 +0800 | [diff] [blame] | 5289 | { |
Daniel Vetter | e69d0bc | 2012-11-29 15:59:36 +0100 | [diff] [blame] | 5290 | m_n->tu = 64; |
Ville Syrjälä | a65851a | 2013-04-23 15:03:34 +0300 | [diff] [blame] | 5291 | |
| 5292 | compute_m_n(bits_per_pixel * pixel_clock, |
| 5293 | link_clock * nlanes * 8, |
| 5294 | &m_n->gmch_m, &m_n->gmch_n); |
| 5295 | |
| 5296 | compute_m_n(pixel_clock, link_clock, |
| 5297 | &m_n->link_m, &m_n->link_n); |
Zhenyu Wang | 2c07245 | 2009-06-05 15:38:42 +0800 | [diff] [blame] | 5298 | } |
| 5299 | |
Chris Wilson | a761503 | 2011-01-12 17:04:08 +0000 | [diff] [blame] | 5300 | static inline bool intel_panel_use_ssc(struct drm_i915_private *dev_priv) |
| 5301 | { |
Jani Nikula | d330a95 | 2014-01-21 11:24:25 +0200 | [diff] [blame] | 5302 | if (i915.panel_use_ssc >= 0) |
| 5303 | return i915.panel_use_ssc != 0; |
Rodrigo Vivi | 41aa344 | 2013-05-09 20:03:18 -0300 | [diff] [blame] | 5304 | return dev_priv->vbt.lvds_use_ssc |
Keith Packard | 435793d | 2011-07-12 14:56:22 -0700 | [diff] [blame] | 5305 | && !(dev_priv->quirks & QUIRK_LVDS_SSC_DISABLE); |
Chris Wilson | a761503 | 2011-01-12 17:04:08 +0000 | [diff] [blame] | 5306 | } |
| 5307 | |
Jesse Barnes | c65d77d | 2011-12-15 12:30:36 -0800 | [diff] [blame] | 5308 | static int i9xx_get_refclk(struct drm_crtc *crtc, int num_connectors) |
| 5309 | { |
| 5310 | struct drm_device *dev = crtc->dev; |
| 5311 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 5312 | int refclk; |
| 5313 | |
Jesse Barnes | a0c4da2 | 2012-06-15 11:55:13 -0700 | [diff] [blame] | 5314 | if (IS_VALLEYVIEW(dev)) { |
Daniel Vetter | 9a0ea49 | 2013-09-16 11:29:34 +0200 | [diff] [blame] | 5315 | refclk = 100000; |
Jesse Barnes | a0c4da2 | 2012-06-15 11:55:13 -0700 | [diff] [blame] | 5316 | } else if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS) && |
Jesse Barnes | c65d77d | 2011-12-15 12:30:36 -0800 | [diff] [blame] | 5317 | intel_panel_use_ssc(dev_priv) && num_connectors < 2) { |
Ville Syrjälä | e91e941 | 2013-12-09 18:54:16 +0200 | [diff] [blame] | 5318 | refclk = dev_priv->vbt.lvds_ssc_freq; |
| 5319 | DRM_DEBUG_KMS("using SSC reference clock of %d kHz\n", refclk); |
Jesse Barnes | c65d77d | 2011-12-15 12:30:36 -0800 | [diff] [blame] | 5320 | } else if (!IS_GEN2(dev)) { |
| 5321 | refclk = 96000; |
| 5322 | } else { |
| 5323 | refclk = 48000; |
| 5324 | } |
| 5325 | |
| 5326 | return refclk; |
| 5327 | } |
| 5328 | |
Daniel Vetter | 7429e9d | 2013-04-20 17:19:46 +0200 | [diff] [blame] | 5329 | static uint32_t pnv_dpll_compute_fp(struct dpll *dpll) |
Jesse Barnes | c65d77d | 2011-12-15 12:30:36 -0800 | [diff] [blame] | 5330 | { |
Daniel Vetter | 7df00d7 | 2013-05-21 21:54:55 +0200 | [diff] [blame] | 5331 | return (1 << dpll->n) << 16 | dpll->m2; |
Daniel Vetter | 7429e9d | 2013-04-20 17:19:46 +0200 | [diff] [blame] | 5332 | } |
Daniel Vetter | f47709a | 2013-03-28 10:42:02 +0100 | [diff] [blame] | 5333 | |
Daniel Vetter | 7429e9d | 2013-04-20 17:19:46 +0200 | [diff] [blame] | 5334 | static uint32_t i9xx_dpll_compute_fp(struct dpll *dpll) |
| 5335 | { |
| 5336 | return dpll->n << 16 | dpll->m1 << 8 | dpll->m2; |
Jesse Barnes | c65d77d | 2011-12-15 12:30:36 -0800 | [diff] [blame] | 5337 | } |
| 5338 | |
Daniel Vetter | f47709a | 2013-03-28 10:42:02 +0100 | [diff] [blame] | 5339 | static void i9xx_update_pll_dividers(struct intel_crtc *crtc, |
Jesse Barnes | a7516a0 | 2011-12-15 12:30:37 -0800 | [diff] [blame] | 5340 | intel_clock_t *reduced_clock) |
| 5341 | { |
Daniel Vetter | f47709a | 2013-03-28 10:42:02 +0100 | [diff] [blame] | 5342 | struct drm_device *dev = crtc->base.dev; |
Jesse Barnes | a7516a0 | 2011-12-15 12:30:37 -0800 | [diff] [blame] | 5343 | u32 fp, fp2 = 0; |
| 5344 | |
| 5345 | if (IS_PINEVIEW(dev)) { |
Daniel Vetter | 7429e9d | 2013-04-20 17:19:46 +0200 | [diff] [blame] | 5346 | fp = pnv_dpll_compute_fp(&crtc->config.dpll); |
Jesse Barnes | a7516a0 | 2011-12-15 12:30:37 -0800 | [diff] [blame] | 5347 | if (reduced_clock) |
Daniel Vetter | 7429e9d | 2013-04-20 17:19:46 +0200 | [diff] [blame] | 5348 | fp2 = pnv_dpll_compute_fp(reduced_clock); |
Jesse Barnes | a7516a0 | 2011-12-15 12:30:37 -0800 | [diff] [blame] | 5349 | } else { |
Daniel Vetter | 7429e9d | 2013-04-20 17:19:46 +0200 | [diff] [blame] | 5350 | fp = i9xx_dpll_compute_fp(&crtc->config.dpll); |
Jesse Barnes | a7516a0 | 2011-12-15 12:30:37 -0800 | [diff] [blame] | 5351 | if (reduced_clock) |
Daniel Vetter | 7429e9d | 2013-04-20 17:19:46 +0200 | [diff] [blame] | 5352 | fp2 = i9xx_dpll_compute_fp(reduced_clock); |
Jesse Barnes | a7516a0 | 2011-12-15 12:30:37 -0800 | [diff] [blame] | 5353 | } |
| 5354 | |
Daniel Vetter | 8bcc279 | 2013-06-05 13:34:28 +0200 | [diff] [blame] | 5355 | crtc->config.dpll_hw_state.fp0 = fp; |
Jesse Barnes | a7516a0 | 2011-12-15 12:30:37 -0800 | [diff] [blame] | 5356 | |
Daniel Vetter | f47709a | 2013-03-28 10:42:02 +0100 | [diff] [blame] | 5357 | crtc->lowfreq_avail = false; |
| 5358 | if (intel_pipe_has_type(&crtc->base, INTEL_OUTPUT_LVDS) && |
Jani Nikula | d330a95 | 2014-01-21 11:24:25 +0200 | [diff] [blame] | 5359 | reduced_clock && i915.powersave) { |
Daniel Vetter | 8bcc279 | 2013-06-05 13:34:28 +0200 | [diff] [blame] | 5360 | crtc->config.dpll_hw_state.fp1 = fp2; |
Daniel Vetter | f47709a | 2013-03-28 10:42:02 +0100 | [diff] [blame] | 5361 | crtc->lowfreq_avail = true; |
Jesse Barnes | a7516a0 | 2011-12-15 12:30:37 -0800 | [diff] [blame] | 5362 | } else { |
Daniel Vetter | 8bcc279 | 2013-06-05 13:34:28 +0200 | [diff] [blame] | 5363 | crtc->config.dpll_hw_state.fp1 = fp; |
Jesse Barnes | a7516a0 | 2011-12-15 12:30:37 -0800 | [diff] [blame] | 5364 | } |
| 5365 | } |
| 5366 | |
Chon Ming Lee | 5e69f97 | 2013-09-05 20:41:49 +0800 | [diff] [blame] | 5367 | static void vlv_pllb_recal_opamp(struct drm_i915_private *dev_priv, enum pipe |
| 5368 | pipe) |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 5369 | { |
| 5370 | u32 reg_val; |
| 5371 | |
| 5372 | /* |
| 5373 | * PLLB opamp always calibrates to max value of 0x3f, force enable it |
| 5374 | * and set it to a reasonable value instead. |
| 5375 | */ |
Chon Ming Lee | ab3c759 | 2013-11-07 10:43:30 +0800 | [diff] [blame] | 5376 | reg_val = vlv_dpio_read(dev_priv, pipe, VLV_PLL_DW9(1)); |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 5377 | reg_val &= 0xffffff00; |
| 5378 | reg_val |= 0x00000030; |
Chon Ming Lee | ab3c759 | 2013-11-07 10:43:30 +0800 | [diff] [blame] | 5379 | vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW9(1), reg_val); |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 5380 | |
Chon Ming Lee | ab3c759 | 2013-11-07 10:43:30 +0800 | [diff] [blame] | 5381 | reg_val = vlv_dpio_read(dev_priv, pipe, VLV_REF_DW13); |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 5382 | reg_val &= 0x8cffffff; |
| 5383 | reg_val = 0x8c000000; |
Chon Ming Lee | ab3c759 | 2013-11-07 10:43:30 +0800 | [diff] [blame] | 5384 | vlv_dpio_write(dev_priv, pipe, VLV_REF_DW13, reg_val); |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 5385 | |
Chon Ming Lee | ab3c759 | 2013-11-07 10:43:30 +0800 | [diff] [blame] | 5386 | reg_val = vlv_dpio_read(dev_priv, pipe, VLV_PLL_DW9(1)); |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 5387 | reg_val &= 0xffffff00; |
Chon Ming Lee | ab3c759 | 2013-11-07 10:43:30 +0800 | [diff] [blame] | 5388 | vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW9(1), reg_val); |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 5389 | |
Chon Ming Lee | ab3c759 | 2013-11-07 10:43:30 +0800 | [diff] [blame] | 5390 | reg_val = vlv_dpio_read(dev_priv, pipe, VLV_REF_DW13); |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 5391 | reg_val &= 0x00ffffff; |
| 5392 | reg_val |= 0xb0000000; |
Chon Ming Lee | ab3c759 | 2013-11-07 10:43:30 +0800 | [diff] [blame] | 5393 | vlv_dpio_write(dev_priv, pipe, VLV_REF_DW13, reg_val); |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 5394 | } |
| 5395 | |
Daniel Vetter | b551842 | 2013-05-03 11:49:48 +0200 | [diff] [blame] | 5396 | static void intel_pch_transcoder_set_m_n(struct intel_crtc *crtc, |
| 5397 | struct intel_link_m_n *m_n) |
| 5398 | { |
| 5399 | struct drm_device *dev = crtc->base.dev; |
| 5400 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 5401 | int pipe = crtc->pipe; |
| 5402 | |
Daniel Vetter | e3b95f1 | 2013-05-03 11:49:49 +0200 | [diff] [blame] | 5403 | I915_WRITE(PCH_TRANS_DATA_M1(pipe), TU_SIZE(m_n->tu) | m_n->gmch_m); |
| 5404 | I915_WRITE(PCH_TRANS_DATA_N1(pipe), m_n->gmch_n); |
| 5405 | I915_WRITE(PCH_TRANS_LINK_M1(pipe), m_n->link_m); |
| 5406 | I915_WRITE(PCH_TRANS_LINK_N1(pipe), m_n->link_n); |
Daniel Vetter | b551842 | 2013-05-03 11:49:48 +0200 | [diff] [blame] | 5407 | } |
| 5408 | |
| 5409 | static void intel_cpu_transcoder_set_m_n(struct intel_crtc *crtc, |
| 5410 | struct intel_link_m_n *m_n) |
| 5411 | { |
| 5412 | struct drm_device *dev = crtc->base.dev; |
| 5413 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 5414 | int pipe = crtc->pipe; |
| 5415 | enum transcoder transcoder = crtc->config.cpu_transcoder; |
| 5416 | |
| 5417 | if (INTEL_INFO(dev)->gen >= 5) { |
| 5418 | I915_WRITE(PIPE_DATA_M1(transcoder), TU_SIZE(m_n->tu) | m_n->gmch_m); |
| 5419 | I915_WRITE(PIPE_DATA_N1(transcoder), m_n->gmch_n); |
| 5420 | I915_WRITE(PIPE_LINK_M1(transcoder), m_n->link_m); |
| 5421 | I915_WRITE(PIPE_LINK_N1(transcoder), m_n->link_n); |
| 5422 | } else { |
Daniel Vetter | e3b95f1 | 2013-05-03 11:49:49 +0200 | [diff] [blame] | 5423 | I915_WRITE(PIPE_DATA_M_G4X(pipe), TU_SIZE(m_n->tu) | m_n->gmch_m); |
| 5424 | I915_WRITE(PIPE_DATA_N_G4X(pipe), m_n->gmch_n); |
| 5425 | I915_WRITE(PIPE_LINK_M_G4X(pipe), m_n->link_m); |
| 5426 | I915_WRITE(PIPE_LINK_N_G4X(pipe), m_n->link_n); |
Daniel Vetter | b551842 | 2013-05-03 11:49:48 +0200 | [diff] [blame] | 5427 | } |
| 5428 | } |
| 5429 | |
Daniel Vetter | 03afc4a | 2013-04-02 23:42:31 +0200 | [diff] [blame] | 5430 | static void intel_dp_set_m_n(struct intel_crtc *crtc) |
| 5431 | { |
| 5432 | if (crtc->config.has_pch_encoder) |
| 5433 | intel_pch_transcoder_set_m_n(crtc, &crtc->config.dp_m_n); |
| 5434 | else |
| 5435 | intel_cpu_transcoder_set_m_n(crtc, &crtc->config.dp_m_n); |
| 5436 | } |
| 5437 | |
Daniel Vetter | f47709a | 2013-03-28 10:42:02 +0100 | [diff] [blame] | 5438 | static void vlv_update_pll(struct intel_crtc *crtc) |
Jesse Barnes | a0c4da2 | 2012-06-15 11:55:13 -0700 | [diff] [blame] | 5439 | { |
Daniel Vetter | bdd4b6a | 2014-04-24 23:55:11 +0200 | [diff] [blame] | 5440 | u32 dpll, dpll_md; |
| 5441 | |
| 5442 | /* |
| 5443 | * Enable DPIO clock input. We should never disable the reference |
| 5444 | * clock for pipe B, since VGA hotplug / manual detection depends |
| 5445 | * on it. |
| 5446 | */ |
| 5447 | dpll = DPLL_EXT_BUFFER_ENABLE_VLV | DPLL_REFA_CLK_ENABLE_VLV | |
| 5448 | DPLL_VGA_MODE_DIS | DPLL_INTEGRATED_CLOCK_VLV; |
| 5449 | /* We should never disable this, set it here for state tracking */ |
| 5450 | if (crtc->pipe == PIPE_B) |
| 5451 | dpll |= DPLL_INTEGRATED_CRI_CLK_VLV; |
| 5452 | dpll |= DPLL_VCO_ENABLE; |
| 5453 | crtc->config.dpll_hw_state.dpll = dpll; |
| 5454 | |
| 5455 | dpll_md = (crtc->config.pixel_multiplier - 1) |
| 5456 | << DPLL_MD_UDI_MULTIPLIER_SHIFT; |
| 5457 | crtc->config.dpll_hw_state.dpll_md = dpll_md; |
| 5458 | } |
| 5459 | |
| 5460 | static void vlv_prepare_pll(struct intel_crtc *crtc) |
| 5461 | { |
Daniel Vetter | f47709a | 2013-03-28 10:42:02 +0100 | [diff] [blame] | 5462 | struct drm_device *dev = crtc->base.dev; |
Jesse Barnes | a0c4da2 | 2012-06-15 11:55:13 -0700 | [diff] [blame] | 5463 | struct drm_i915_private *dev_priv = dev->dev_private; |
Daniel Vetter | f47709a | 2013-03-28 10:42:02 +0100 | [diff] [blame] | 5464 | int pipe = crtc->pipe; |
Daniel Vetter | bdd4b6a | 2014-04-24 23:55:11 +0200 | [diff] [blame] | 5465 | u32 mdiv; |
Jesse Barnes | a0c4da2 | 2012-06-15 11:55:13 -0700 | [diff] [blame] | 5466 | u32 bestn, bestm1, bestm2, bestp1, bestp2; |
Daniel Vetter | bdd4b6a | 2014-04-24 23:55:11 +0200 | [diff] [blame] | 5467 | u32 coreclk, reg_val; |
Jesse Barnes | a0c4da2 | 2012-06-15 11:55:13 -0700 | [diff] [blame] | 5468 | |
Daniel Vetter | 0915300 | 2012-12-12 14:06:44 +0100 | [diff] [blame] | 5469 | mutex_lock(&dev_priv->dpio_lock); |
| 5470 | |
Daniel Vetter | f47709a | 2013-03-28 10:42:02 +0100 | [diff] [blame] | 5471 | bestn = crtc->config.dpll.n; |
| 5472 | bestm1 = crtc->config.dpll.m1; |
| 5473 | bestm2 = crtc->config.dpll.m2; |
| 5474 | bestp1 = crtc->config.dpll.p1; |
| 5475 | bestp2 = crtc->config.dpll.p2; |
Jesse Barnes | a0c4da2 | 2012-06-15 11:55:13 -0700 | [diff] [blame] | 5476 | |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 5477 | /* See eDP HDMI DPIO driver vbios notes doc */ |
| 5478 | |
| 5479 | /* PLL B needs special handling */ |
Daniel Vetter | bdd4b6a | 2014-04-24 23:55:11 +0200 | [diff] [blame] | 5480 | if (pipe == PIPE_B) |
Chon Ming Lee | 5e69f97 | 2013-09-05 20:41:49 +0800 | [diff] [blame] | 5481 | vlv_pllb_recal_opamp(dev_priv, pipe); |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 5482 | |
| 5483 | /* Set up Tx target for periodic Rcomp update */ |
Chon Ming Lee | ab3c759 | 2013-11-07 10:43:30 +0800 | [diff] [blame] | 5484 | vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW9_BCAST, 0x0100000f); |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 5485 | |
| 5486 | /* Disable target IRef on PLL */ |
Chon Ming Lee | ab3c759 | 2013-11-07 10:43:30 +0800 | [diff] [blame] | 5487 | reg_val = vlv_dpio_read(dev_priv, pipe, VLV_PLL_DW8(pipe)); |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 5488 | reg_val &= 0x00ffffff; |
Chon Ming Lee | ab3c759 | 2013-11-07 10:43:30 +0800 | [diff] [blame] | 5489 | vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW8(pipe), reg_val); |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 5490 | |
| 5491 | /* Disable fast lock */ |
Chon Ming Lee | ab3c759 | 2013-11-07 10:43:30 +0800 | [diff] [blame] | 5492 | vlv_dpio_write(dev_priv, pipe, VLV_CMN_DW0, 0x610); |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 5493 | |
| 5494 | /* Set idtafcrecal before PLL is enabled */ |
Jesse Barnes | a0c4da2 | 2012-06-15 11:55:13 -0700 | [diff] [blame] | 5495 | mdiv = ((bestm1 << DPIO_M1DIV_SHIFT) | (bestm2 & DPIO_M2DIV_MASK)); |
| 5496 | mdiv |= ((bestp1 << DPIO_P1_SHIFT) | (bestp2 << DPIO_P2_SHIFT)); |
| 5497 | mdiv |= ((bestn << DPIO_N_SHIFT)); |
Jesse Barnes | a0c4da2 | 2012-06-15 11:55:13 -0700 | [diff] [blame] | 5498 | mdiv |= (1 << DPIO_K_SHIFT); |
Jesse Barnes | 7df5080 | 2013-05-02 10:48:09 -0700 | [diff] [blame] | 5499 | |
| 5500 | /* |
| 5501 | * Post divider depends on pixel clock rate, DAC vs digital (and LVDS, |
| 5502 | * but we don't support that). |
| 5503 | * Note: don't use the DAC post divider as it seems unstable. |
| 5504 | */ |
| 5505 | mdiv |= (DPIO_POST_DIV_HDMIDP << DPIO_POST_DIV_SHIFT); |
Chon Ming Lee | ab3c759 | 2013-11-07 10:43:30 +0800 | [diff] [blame] | 5506 | vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW3(pipe), mdiv); |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 5507 | |
Jesse Barnes | a0c4da2 | 2012-06-15 11:55:13 -0700 | [diff] [blame] | 5508 | mdiv |= DPIO_ENABLE_CALIBRATION; |
Chon Ming Lee | ab3c759 | 2013-11-07 10:43:30 +0800 | [diff] [blame] | 5509 | vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW3(pipe), mdiv); |
Jesse Barnes | a0c4da2 | 2012-06-15 11:55:13 -0700 | [diff] [blame] | 5510 | |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 5511 | /* Set HBR and RBR LPF coefficients */ |
Daniel Vetter | ff9a675 | 2013-06-01 17:16:21 +0200 | [diff] [blame] | 5512 | if (crtc->config.port_clock == 162000 || |
Ville Syrjälä | 99750bd | 2013-06-14 14:02:52 +0300 | [diff] [blame] | 5513 | intel_pipe_has_type(&crtc->base, INTEL_OUTPUT_ANALOG) || |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 5514 | intel_pipe_has_type(&crtc->base, INTEL_OUTPUT_HDMI)) |
Chon Ming Lee | ab3c759 | 2013-11-07 10:43:30 +0800 | [diff] [blame] | 5515 | vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW10(pipe), |
Ville Syrjälä | 885b012 | 2013-07-05 19:21:38 +0300 | [diff] [blame] | 5516 | 0x009f0003); |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 5517 | else |
Chon Ming Lee | ab3c759 | 2013-11-07 10:43:30 +0800 | [diff] [blame] | 5518 | vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW10(pipe), |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 5519 | 0x00d0000f); |
Jesse Barnes | a0c4da2 | 2012-06-15 11:55:13 -0700 | [diff] [blame] | 5520 | |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 5521 | if (intel_pipe_has_type(&crtc->base, INTEL_OUTPUT_EDP) || |
| 5522 | intel_pipe_has_type(&crtc->base, INTEL_OUTPUT_DISPLAYPORT)) { |
| 5523 | /* Use SSC source */ |
Daniel Vetter | bdd4b6a | 2014-04-24 23:55:11 +0200 | [diff] [blame] | 5524 | if (pipe == PIPE_A) |
Chon Ming Lee | ab3c759 | 2013-11-07 10:43:30 +0800 | [diff] [blame] | 5525 | vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW5(pipe), |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 5526 | 0x0df40000); |
| 5527 | else |
Chon Ming Lee | ab3c759 | 2013-11-07 10:43:30 +0800 | [diff] [blame] | 5528 | vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW5(pipe), |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 5529 | 0x0df70000); |
| 5530 | } else { /* HDMI or VGA */ |
| 5531 | /* Use bend source */ |
Daniel Vetter | bdd4b6a | 2014-04-24 23:55:11 +0200 | [diff] [blame] | 5532 | if (pipe == PIPE_A) |
Chon Ming Lee | ab3c759 | 2013-11-07 10:43:30 +0800 | [diff] [blame] | 5533 | vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW5(pipe), |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 5534 | 0x0df70000); |
| 5535 | else |
Chon Ming Lee | ab3c759 | 2013-11-07 10:43:30 +0800 | [diff] [blame] | 5536 | vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW5(pipe), |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 5537 | 0x0df40000); |
| 5538 | } |
Jesse Barnes | a0c4da2 | 2012-06-15 11:55:13 -0700 | [diff] [blame] | 5539 | |
Chon Ming Lee | ab3c759 | 2013-11-07 10:43:30 +0800 | [diff] [blame] | 5540 | coreclk = vlv_dpio_read(dev_priv, pipe, VLV_PLL_DW7(pipe)); |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 5541 | coreclk = (coreclk & 0x0000ff00) | 0x01c00000; |
| 5542 | if (intel_pipe_has_type(&crtc->base, INTEL_OUTPUT_DISPLAYPORT) || |
| 5543 | intel_pipe_has_type(&crtc->base, INTEL_OUTPUT_EDP)) |
| 5544 | coreclk |= 0x01000000; |
Chon Ming Lee | ab3c759 | 2013-11-07 10:43:30 +0800 | [diff] [blame] | 5545 | vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW7(pipe), coreclk); |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 5546 | |
Chon Ming Lee | ab3c759 | 2013-11-07 10:43:30 +0800 | [diff] [blame] | 5547 | vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW11(pipe), 0x87871000); |
Daniel Vetter | 0915300 | 2012-12-12 14:06:44 +0100 | [diff] [blame] | 5548 | mutex_unlock(&dev_priv->dpio_lock); |
Jesse Barnes | a0c4da2 | 2012-06-15 11:55:13 -0700 | [diff] [blame] | 5549 | } |
| 5550 | |
Chon Ming Lee | 9d556c9 | 2014-05-02 14:27:47 +0300 | [diff] [blame] | 5551 | static void chv_update_pll(struct intel_crtc *crtc) |
| 5552 | { |
| 5553 | struct drm_device *dev = crtc->base.dev; |
| 5554 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 5555 | int pipe = crtc->pipe; |
| 5556 | int dpll_reg = DPLL(crtc->pipe); |
| 5557 | enum dpio_channel port = vlv_pipe_to_channel(pipe); |
Ville Syrjälä | 580d381 | 2014-04-09 13:29:00 +0300 | [diff] [blame] | 5558 | u32 loopfilter, intcoeff; |
Chon Ming Lee | 9d556c9 | 2014-05-02 14:27:47 +0300 | [diff] [blame] | 5559 | u32 bestn, bestm1, bestm2, bestp1, bestp2, bestm2_frac; |
| 5560 | int refclk; |
| 5561 | |
Ville Syrjälä | a11b070 | 2014-04-09 13:28:57 +0300 | [diff] [blame] | 5562 | crtc->config.dpll_hw_state.dpll = DPLL_SSC_REF_CLOCK_CHV | |
| 5563 | DPLL_REFA_CLK_ENABLE_VLV | DPLL_VGA_MODE_DIS | |
| 5564 | DPLL_VCO_ENABLE; |
| 5565 | if (pipe != PIPE_A) |
| 5566 | crtc->config.dpll_hw_state.dpll |= DPLL_INTEGRATED_CRI_CLK_VLV; |
| 5567 | |
| 5568 | crtc->config.dpll_hw_state.dpll_md = |
| 5569 | (crtc->config.pixel_multiplier - 1) << DPLL_MD_UDI_MULTIPLIER_SHIFT; |
Chon Ming Lee | 9d556c9 | 2014-05-02 14:27:47 +0300 | [diff] [blame] | 5570 | |
| 5571 | bestn = crtc->config.dpll.n; |
| 5572 | bestm2_frac = crtc->config.dpll.m2 & 0x3fffff; |
| 5573 | bestm1 = crtc->config.dpll.m1; |
| 5574 | bestm2 = crtc->config.dpll.m2 >> 22; |
| 5575 | bestp1 = crtc->config.dpll.p1; |
| 5576 | bestp2 = crtc->config.dpll.p2; |
| 5577 | |
| 5578 | /* |
| 5579 | * Enable Refclk and SSC |
| 5580 | */ |
Ville Syrjälä | a11b070 | 2014-04-09 13:28:57 +0300 | [diff] [blame] | 5581 | I915_WRITE(dpll_reg, |
| 5582 | crtc->config.dpll_hw_state.dpll & ~DPLL_VCO_ENABLE); |
| 5583 | |
| 5584 | mutex_lock(&dev_priv->dpio_lock); |
Chon Ming Lee | 9d556c9 | 2014-05-02 14:27:47 +0300 | [diff] [blame] | 5585 | |
Chon Ming Lee | 9d556c9 | 2014-05-02 14:27:47 +0300 | [diff] [blame] | 5586 | /* p1 and p2 divider */ |
| 5587 | vlv_dpio_write(dev_priv, pipe, CHV_CMN_DW13(port), |
| 5588 | 5 << DPIO_CHV_S1_DIV_SHIFT | |
| 5589 | bestp1 << DPIO_CHV_P1_DIV_SHIFT | |
| 5590 | bestp2 << DPIO_CHV_P2_DIV_SHIFT | |
| 5591 | 1 << DPIO_CHV_K_DIV_SHIFT); |
| 5592 | |
| 5593 | /* Feedback post-divider - m2 */ |
| 5594 | vlv_dpio_write(dev_priv, pipe, CHV_PLL_DW0(port), bestm2); |
| 5595 | |
| 5596 | /* Feedback refclk divider - n and m1 */ |
| 5597 | vlv_dpio_write(dev_priv, pipe, CHV_PLL_DW1(port), |
| 5598 | DPIO_CHV_M1_DIV_BY_2 | |
| 5599 | 1 << DPIO_CHV_N_DIV_SHIFT); |
| 5600 | |
| 5601 | /* M2 fraction division */ |
| 5602 | vlv_dpio_write(dev_priv, pipe, CHV_PLL_DW2(port), bestm2_frac); |
| 5603 | |
| 5604 | /* M2 fraction division enable */ |
| 5605 | vlv_dpio_write(dev_priv, pipe, CHV_PLL_DW3(port), |
| 5606 | DPIO_CHV_FRAC_DIV_EN | |
| 5607 | (2 << DPIO_CHV_FEEDFWD_GAIN_SHIFT)); |
| 5608 | |
| 5609 | /* Loop filter */ |
| 5610 | refclk = i9xx_get_refclk(&crtc->base, 0); |
| 5611 | loopfilter = 5 << DPIO_CHV_PROP_COEFF_SHIFT | |
| 5612 | 2 << DPIO_CHV_GAIN_CTRL_SHIFT; |
| 5613 | if (refclk == 100000) |
| 5614 | intcoeff = 11; |
| 5615 | else if (refclk == 38400) |
| 5616 | intcoeff = 10; |
| 5617 | else |
| 5618 | intcoeff = 9; |
| 5619 | loopfilter |= intcoeff << DPIO_CHV_INT_COEFF_SHIFT; |
| 5620 | vlv_dpio_write(dev_priv, pipe, CHV_PLL_DW6(port), loopfilter); |
| 5621 | |
| 5622 | /* AFC Recal */ |
| 5623 | vlv_dpio_write(dev_priv, pipe, CHV_CMN_DW14(port), |
| 5624 | vlv_dpio_read(dev_priv, pipe, CHV_CMN_DW14(port)) | |
| 5625 | DPIO_AFC_RECAL); |
| 5626 | |
| 5627 | mutex_unlock(&dev_priv->dpio_lock); |
| 5628 | } |
| 5629 | |
Daniel Vetter | f47709a | 2013-03-28 10:42:02 +0100 | [diff] [blame] | 5630 | static void i9xx_update_pll(struct intel_crtc *crtc, |
| 5631 | intel_clock_t *reduced_clock, |
Daniel Vetter | eb1cbe4 | 2012-03-28 23:12:16 +0200 | [diff] [blame] | 5632 | int num_connectors) |
| 5633 | { |
Daniel Vetter | f47709a | 2013-03-28 10:42:02 +0100 | [diff] [blame] | 5634 | struct drm_device *dev = crtc->base.dev; |
Daniel Vetter | eb1cbe4 | 2012-03-28 23:12:16 +0200 | [diff] [blame] | 5635 | struct drm_i915_private *dev_priv = dev->dev_private; |
Daniel Vetter | eb1cbe4 | 2012-03-28 23:12:16 +0200 | [diff] [blame] | 5636 | u32 dpll; |
| 5637 | bool is_sdvo; |
Daniel Vetter | f47709a | 2013-03-28 10:42:02 +0100 | [diff] [blame] | 5638 | struct dpll *clock = &crtc->config.dpll; |
Daniel Vetter | eb1cbe4 | 2012-03-28 23:12:16 +0200 | [diff] [blame] | 5639 | |
Daniel Vetter | f47709a | 2013-03-28 10:42:02 +0100 | [diff] [blame] | 5640 | i9xx_update_pll_dividers(crtc, reduced_clock); |
Vijay Purushothaman | 2a8f64c | 2012-09-27 19:13:06 +0530 | [diff] [blame] | 5641 | |
Daniel Vetter | f47709a | 2013-03-28 10:42:02 +0100 | [diff] [blame] | 5642 | is_sdvo = intel_pipe_has_type(&crtc->base, INTEL_OUTPUT_SDVO) || |
| 5643 | intel_pipe_has_type(&crtc->base, INTEL_OUTPUT_HDMI); |
Daniel Vetter | eb1cbe4 | 2012-03-28 23:12:16 +0200 | [diff] [blame] | 5644 | |
| 5645 | dpll = DPLL_VGA_MODE_DIS; |
| 5646 | |
Daniel Vetter | f47709a | 2013-03-28 10:42:02 +0100 | [diff] [blame] | 5647 | if (intel_pipe_has_type(&crtc->base, INTEL_OUTPUT_LVDS)) |
Daniel Vetter | eb1cbe4 | 2012-03-28 23:12:16 +0200 | [diff] [blame] | 5648 | dpll |= DPLLB_MODE_LVDS; |
| 5649 | else |
| 5650 | dpll |= DPLLB_MODE_DAC_SERIAL; |
Daniel Vetter | 6cc5f34 | 2013-03-27 00:44:53 +0100 | [diff] [blame] | 5651 | |
Daniel Vetter | ef1b460 | 2013-06-01 17:17:04 +0200 | [diff] [blame] | 5652 | if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) { |
Daniel Vetter | 198a037f | 2013-04-19 11:14:37 +0200 | [diff] [blame] | 5653 | dpll |= (crtc->config.pixel_multiplier - 1) |
| 5654 | << SDVO_MULTIPLIER_SHIFT_HIRES; |
Daniel Vetter | eb1cbe4 | 2012-03-28 23:12:16 +0200 | [diff] [blame] | 5655 | } |
Daniel Vetter | 198a037f | 2013-04-19 11:14:37 +0200 | [diff] [blame] | 5656 | |
| 5657 | if (is_sdvo) |
Daniel Vetter | 4a33e48 | 2013-07-06 12:52:05 +0200 | [diff] [blame] | 5658 | dpll |= DPLL_SDVO_HIGH_SPEED; |
Daniel Vetter | 198a037f | 2013-04-19 11:14:37 +0200 | [diff] [blame] | 5659 | |
Daniel Vetter | f47709a | 2013-03-28 10:42:02 +0100 | [diff] [blame] | 5660 | if (intel_pipe_has_type(&crtc->base, INTEL_OUTPUT_DISPLAYPORT)) |
Daniel Vetter | 4a33e48 | 2013-07-06 12:52:05 +0200 | [diff] [blame] | 5661 | dpll |= DPLL_SDVO_HIGH_SPEED; |
Daniel Vetter | eb1cbe4 | 2012-03-28 23:12:16 +0200 | [diff] [blame] | 5662 | |
| 5663 | /* compute bitmask from p1 value */ |
| 5664 | if (IS_PINEVIEW(dev)) |
| 5665 | dpll |= (1 << (clock->p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT_PINEVIEW; |
| 5666 | else { |
| 5667 | dpll |= (1 << (clock->p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT; |
| 5668 | if (IS_G4X(dev) && reduced_clock) |
| 5669 | dpll |= (1 << (reduced_clock->p1 - 1)) << DPLL_FPA1_P1_POST_DIV_SHIFT; |
| 5670 | } |
| 5671 | switch (clock->p2) { |
| 5672 | case 5: |
| 5673 | dpll |= DPLL_DAC_SERIAL_P2_CLOCK_DIV_5; |
| 5674 | break; |
| 5675 | case 7: |
| 5676 | dpll |= DPLLB_LVDS_P2_CLOCK_DIV_7; |
| 5677 | break; |
| 5678 | case 10: |
| 5679 | dpll |= DPLL_DAC_SERIAL_P2_CLOCK_DIV_10; |
| 5680 | break; |
| 5681 | case 14: |
| 5682 | dpll |= DPLLB_LVDS_P2_CLOCK_DIV_14; |
| 5683 | break; |
| 5684 | } |
| 5685 | if (INTEL_INFO(dev)->gen >= 4) |
| 5686 | dpll |= (6 << PLL_LOAD_PULSE_PHASE_SHIFT); |
| 5687 | |
Daniel Vetter | 09ede54 | 2013-04-30 14:01:45 +0200 | [diff] [blame] | 5688 | if (crtc->config.sdvo_tv_clock) |
Daniel Vetter | eb1cbe4 | 2012-03-28 23:12:16 +0200 | [diff] [blame] | 5689 | dpll |= PLL_REF_INPUT_TVCLKINBC; |
Daniel Vetter | f47709a | 2013-03-28 10:42:02 +0100 | [diff] [blame] | 5690 | else if (intel_pipe_has_type(&crtc->base, INTEL_OUTPUT_LVDS) && |
Daniel Vetter | eb1cbe4 | 2012-03-28 23:12:16 +0200 | [diff] [blame] | 5691 | intel_panel_use_ssc(dev_priv) && num_connectors < 2) |
| 5692 | dpll |= PLLB_REF_INPUT_SPREADSPECTRUMIN; |
| 5693 | else |
| 5694 | dpll |= PLL_REF_INPUT_DREFCLK; |
| 5695 | |
| 5696 | dpll |= DPLL_VCO_ENABLE; |
Daniel Vetter | 8bcc279 | 2013-06-05 13:34:28 +0200 | [diff] [blame] | 5697 | crtc->config.dpll_hw_state.dpll = dpll; |
| 5698 | |
Daniel Vetter | eb1cbe4 | 2012-03-28 23:12:16 +0200 | [diff] [blame] | 5699 | if (INTEL_INFO(dev)->gen >= 4) { |
Daniel Vetter | ef1b460 | 2013-06-01 17:17:04 +0200 | [diff] [blame] | 5700 | u32 dpll_md = (crtc->config.pixel_multiplier - 1) |
| 5701 | << DPLL_MD_UDI_MULTIPLIER_SHIFT; |
Daniel Vetter | 8bcc279 | 2013-06-05 13:34:28 +0200 | [diff] [blame] | 5702 | crtc->config.dpll_hw_state.dpll_md = dpll_md; |
Daniel Vetter | eb1cbe4 | 2012-03-28 23:12:16 +0200 | [diff] [blame] | 5703 | } |
| 5704 | } |
| 5705 | |
Daniel Vetter | f47709a | 2013-03-28 10:42:02 +0100 | [diff] [blame] | 5706 | static void i8xx_update_pll(struct intel_crtc *crtc, |
Daniel Vetter | f47709a | 2013-03-28 10:42:02 +0100 | [diff] [blame] | 5707 | intel_clock_t *reduced_clock, |
Daniel Vetter | eb1cbe4 | 2012-03-28 23:12:16 +0200 | [diff] [blame] | 5708 | int num_connectors) |
| 5709 | { |
Daniel Vetter | f47709a | 2013-03-28 10:42:02 +0100 | [diff] [blame] | 5710 | struct drm_device *dev = crtc->base.dev; |
Daniel Vetter | eb1cbe4 | 2012-03-28 23:12:16 +0200 | [diff] [blame] | 5711 | struct drm_i915_private *dev_priv = dev->dev_private; |
Daniel Vetter | eb1cbe4 | 2012-03-28 23:12:16 +0200 | [diff] [blame] | 5712 | u32 dpll; |
Daniel Vetter | f47709a | 2013-03-28 10:42:02 +0100 | [diff] [blame] | 5713 | struct dpll *clock = &crtc->config.dpll; |
Daniel Vetter | eb1cbe4 | 2012-03-28 23:12:16 +0200 | [diff] [blame] | 5714 | |
Daniel Vetter | f47709a | 2013-03-28 10:42:02 +0100 | [diff] [blame] | 5715 | i9xx_update_pll_dividers(crtc, reduced_clock); |
Vijay Purushothaman | 2a8f64c | 2012-09-27 19:13:06 +0530 | [diff] [blame] | 5716 | |
Daniel Vetter | eb1cbe4 | 2012-03-28 23:12:16 +0200 | [diff] [blame] | 5717 | dpll = DPLL_VGA_MODE_DIS; |
| 5718 | |
Daniel Vetter | f47709a | 2013-03-28 10:42:02 +0100 | [diff] [blame] | 5719 | if (intel_pipe_has_type(&crtc->base, INTEL_OUTPUT_LVDS)) { |
Daniel Vetter | eb1cbe4 | 2012-03-28 23:12:16 +0200 | [diff] [blame] | 5720 | dpll |= (1 << (clock->p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT; |
| 5721 | } else { |
| 5722 | if (clock->p1 == 2) |
| 5723 | dpll |= PLL_P1_DIVIDE_BY_TWO; |
| 5724 | else |
| 5725 | dpll |= (clock->p1 - 2) << DPLL_FPA01_P1_POST_DIV_SHIFT; |
| 5726 | if (clock->p2 == 4) |
| 5727 | dpll |= PLL_P2_DIVIDE_BY_4; |
| 5728 | } |
| 5729 | |
Daniel Vetter | 4a33e48 | 2013-07-06 12:52:05 +0200 | [diff] [blame] | 5730 | if (intel_pipe_has_type(&crtc->base, INTEL_OUTPUT_DVO)) |
| 5731 | dpll |= DPLL_DVO_2X_MODE; |
| 5732 | |
Daniel Vetter | f47709a | 2013-03-28 10:42:02 +0100 | [diff] [blame] | 5733 | if (intel_pipe_has_type(&crtc->base, INTEL_OUTPUT_LVDS) && |
Daniel Vetter | eb1cbe4 | 2012-03-28 23:12:16 +0200 | [diff] [blame] | 5734 | intel_panel_use_ssc(dev_priv) && num_connectors < 2) |
| 5735 | dpll |= PLLB_REF_INPUT_SPREADSPECTRUMIN; |
| 5736 | else |
| 5737 | dpll |= PLL_REF_INPUT_DREFCLK; |
| 5738 | |
| 5739 | dpll |= DPLL_VCO_ENABLE; |
Daniel Vetter | 8bcc279 | 2013-06-05 13:34:28 +0200 | [diff] [blame] | 5740 | crtc->config.dpll_hw_state.dpll = dpll; |
Daniel Vetter | eb1cbe4 | 2012-03-28 23:12:16 +0200 | [diff] [blame] | 5741 | } |
| 5742 | |
Daniel Vetter | 8a654f3 | 2013-06-01 17:16:22 +0200 | [diff] [blame] | 5743 | static void intel_set_pipe_timings(struct intel_crtc *intel_crtc) |
Paulo Zanoni | b0e77b9 | 2012-10-01 18:10:53 -0300 | [diff] [blame] | 5744 | { |
| 5745 | struct drm_device *dev = intel_crtc->base.dev; |
| 5746 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 5747 | enum pipe pipe = intel_crtc->pipe; |
Daniel Vetter | 3b117c8 | 2013-04-17 20:15:07 +0200 | [diff] [blame] | 5748 | enum transcoder cpu_transcoder = intel_crtc->config.cpu_transcoder; |
Daniel Vetter | 8a654f3 | 2013-06-01 17:16:22 +0200 | [diff] [blame] | 5749 | struct drm_display_mode *adjusted_mode = |
| 5750 | &intel_crtc->config.adjusted_mode; |
Ville Syrjälä | 1caea6e | 2014-03-28 23:29:32 +0200 | [diff] [blame] | 5751 | uint32_t crtc_vtotal, crtc_vblank_end; |
| 5752 | int vsyncshift = 0; |
Daniel Vetter | 4d8a62e | 2013-05-03 11:49:51 +0200 | [diff] [blame] | 5753 | |
| 5754 | /* We need to be careful not to changed the adjusted mode, for otherwise |
| 5755 | * the hw state checker will get angry at the mismatch. */ |
| 5756 | crtc_vtotal = adjusted_mode->crtc_vtotal; |
| 5757 | crtc_vblank_end = adjusted_mode->crtc_vblank_end; |
Paulo Zanoni | b0e77b9 | 2012-10-01 18:10:53 -0300 | [diff] [blame] | 5758 | |
Ville Syrjälä | 609aeac | 2014-03-28 23:29:30 +0200 | [diff] [blame] | 5759 | if (adjusted_mode->flags & DRM_MODE_FLAG_INTERLACE) { |
Paulo Zanoni | b0e77b9 | 2012-10-01 18:10:53 -0300 | [diff] [blame] | 5760 | /* the chip adds 2 halflines automatically */ |
Daniel Vetter | 4d8a62e | 2013-05-03 11:49:51 +0200 | [diff] [blame] | 5761 | crtc_vtotal -= 1; |
| 5762 | crtc_vblank_end -= 1; |
Ville Syrjälä | 609aeac | 2014-03-28 23:29:30 +0200 | [diff] [blame] | 5763 | |
| 5764 | if (intel_pipe_has_type(&intel_crtc->base, INTEL_OUTPUT_SDVO)) |
| 5765 | vsyncshift = (adjusted_mode->crtc_htotal - 1) / 2; |
| 5766 | else |
| 5767 | vsyncshift = adjusted_mode->crtc_hsync_start - |
| 5768 | adjusted_mode->crtc_htotal / 2; |
Ville Syrjälä | 1caea6e | 2014-03-28 23:29:32 +0200 | [diff] [blame] | 5769 | if (vsyncshift < 0) |
| 5770 | vsyncshift += adjusted_mode->crtc_htotal; |
Paulo Zanoni | b0e77b9 | 2012-10-01 18:10:53 -0300 | [diff] [blame] | 5771 | } |
| 5772 | |
| 5773 | if (INTEL_INFO(dev)->gen > 3) |
Paulo Zanoni | fe2b8f9 | 2012-10-23 18:30:02 -0200 | [diff] [blame] | 5774 | I915_WRITE(VSYNCSHIFT(cpu_transcoder), vsyncshift); |
Paulo Zanoni | b0e77b9 | 2012-10-01 18:10:53 -0300 | [diff] [blame] | 5775 | |
Paulo Zanoni | fe2b8f9 | 2012-10-23 18:30:02 -0200 | [diff] [blame] | 5776 | I915_WRITE(HTOTAL(cpu_transcoder), |
Paulo Zanoni | b0e77b9 | 2012-10-01 18:10:53 -0300 | [diff] [blame] | 5777 | (adjusted_mode->crtc_hdisplay - 1) | |
| 5778 | ((adjusted_mode->crtc_htotal - 1) << 16)); |
Paulo Zanoni | fe2b8f9 | 2012-10-23 18:30:02 -0200 | [diff] [blame] | 5779 | I915_WRITE(HBLANK(cpu_transcoder), |
Paulo Zanoni | b0e77b9 | 2012-10-01 18:10:53 -0300 | [diff] [blame] | 5780 | (adjusted_mode->crtc_hblank_start - 1) | |
| 5781 | ((adjusted_mode->crtc_hblank_end - 1) << 16)); |
Paulo Zanoni | fe2b8f9 | 2012-10-23 18:30:02 -0200 | [diff] [blame] | 5782 | I915_WRITE(HSYNC(cpu_transcoder), |
Paulo Zanoni | b0e77b9 | 2012-10-01 18:10:53 -0300 | [diff] [blame] | 5783 | (adjusted_mode->crtc_hsync_start - 1) | |
| 5784 | ((adjusted_mode->crtc_hsync_end - 1) << 16)); |
| 5785 | |
Paulo Zanoni | fe2b8f9 | 2012-10-23 18:30:02 -0200 | [diff] [blame] | 5786 | I915_WRITE(VTOTAL(cpu_transcoder), |
Paulo Zanoni | b0e77b9 | 2012-10-01 18:10:53 -0300 | [diff] [blame] | 5787 | (adjusted_mode->crtc_vdisplay - 1) | |
Daniel Vetter | 4d8a62e | 2013-05-03 11:49:51 +0200 | [diff] [blame] | 5788 | ((crtc_vtotal - 1) << 16)); |
Paulo Zanoni | fe2b8f9 | 2012-10-23 18:30:02 -0200 | [diff] [blame] | 5789 | I915_WRITE(VBLANK(cpu_transcoder), |
Paulo Zanoni | b0e77b9 | 2012-10-01 18:10:53 -0300 | [diff] [blame] | 5790 | (adjusted_mode->crtc_vblank_start - 1) | |
Daniel Vetter | 4d8a62e | 2013-05-03 11:49:51 +0200 | [diff] [blame] | 5791 | ((crtc_vblank_end - 1) << 16)); |
Paulo Zanoni | fe2b8f9 | 2012-10-23 18:30:02 -0200 | [diff] [blame] | 5792 | I915_WRITE(VSYNC(cpu_transcoder), |
Paulo Zanoni | b0e77b9 | 2012-10-01 18:10:53 -0300 | [diff] [blame] | 5793 | (adjusted_mode->crtc_vsync_start - 1) | |
| 5794 | ((adjusted_mode->crtc_vsync_end - 1) << 16)); |
| 5795 | |
Paulo Zanoni | b5e508d | 2012-10-24 11:34:43 -0200 | [diff] [blame] | 5796 | /* Workaround: when the EDP input selection is B, the VTOTAL_B must be |
| 5797 | * programmed with the VTOTAL_EDP value. Same for VTOTAL_C. This is |
| 5798 | * documented on the DDI_FUNC_CTL register description, EDP Input Select |
| 5799 | * bits. */ |
| 5800 | if (IS_HASWELL(dev) && cpu_transcoder == TRANSCODER_EDP && |
| 5801 | (pipe == PIPE_B || pipe == PIPE_C)) |
| 5802 | I915_WRITE(VTOTAL(pipe), I915_READ(VTOTAL(cpu_transcoder))); |
| 5803 | |
Paulo Zanoni | b0e77b9 | 2012-10-01 18:10:53 -0300 | [diff] [blame] | 5804 | /* pipesrc controls the size that is scaled from, which should |
| 5805 | * always be the user's requested size. |
| 5806 | */ |
| 5807 | I915_WRITE(PIPESRC(pipe), |
Ville Syrjälä | 37327ab | 2013-09-04 18:25:28 +0300 | [diff] [blame] | 5808 | ((intel_crtc->config.pipe_src_w - 1) << 16) | |
| 5809 | (intel_crtc->config.pipe_src_h - 1)); |
Paulo Zanoni | b0e77b9 | 2012-10-01 18:10:53 -0300 | [diff] [blame] | 5810 | } |
| 5811 | |
Daniel Vetter | 1bd1bd8 | 2013-04-29 21:56:12 +0200 | [diff] [blame] | 5812 | static void intel_get_pipe_timings(struct intel_crtc *crtc, |
| 5813 | struct intel_crtc_config *pipe_config) |
| 5814 | { |
| 5815 | struct drm_device *dev = crtc->base.dev; |
| 5816 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 5817 | enum transcoder cpu_transcoder = pipe_config->cpu_transcoder; |
| 5818 | uint32_t tmp; |
| 5819 | |
| 5820 | tmp = I915_READ(HTOTAL(cpu_transcoder)); |
| 5821 | pipe_config->adjusted_mode.crtc_hdisplay = (tmp & 0xffff) + 1; |
| 5822 | pipe_config->adjusted_mode.crtc_htotal = ((tmp >> 16) & 0xffff) + 1; |
| 5823 | tmp = I915_READ(HBLANK(cpu_transcoder)); |
| 5824 | pipe_config->adjusted_mode.crtc_hblank_start = (tmp & 0xffff) + 1; |
| 5825 | pipe_config->adjusted_mode.crtc_hblank_end = ((tmp >> 16) & 0xffff) + 1; |
| 5826 | tmp = I915_READ(HSYNC(cpu_transcoder)); |
| 5827 | pipe_config->adjusted_mode.crtc_hsync_start = (tmp & 0xffff) + 1; |
| 5828 | pipe_config->adjusted_mode.crtc_hsync_end = ((tmp >> 16) & 0xffff) + 1; |
| 5829 | |
| 5830 | tmp = I915_READ(VTOTAL(cpu_transcoder)); |
| 5831 | pipe_config->adjusted_mode.crtc_vdisplay = (tmp & 0xffff) + 1; |
| 5832 | pipe_config->adjusted_mode.crtc_vtotal = ((tmp >> 16) & 0xffff) + 1; |
| 5833 | tmp = I915_READ(VBLANK(cpu_transcoder)); |
| 5834 | pipe_config->adjusted_mode.crtc_vblank_start = (tmp & 0xffff) + 1; |
| 5835 | pipe_config->adjusted_mode.crtc_vblank_end = ((tmp >> 16) & 0xffff) + 1; |
| 5836 | tmp = I915_READ(VSYNC(cpu_transcoder)); |
| 5837 | pipe_config->adjusted_mode.crtc_vsync_start = (tmp & 0xffff) + 1; |
| 5838 | pipe_config->adjusted_mode.crtc_vsync_end = ((tmp >> 16) & 0xffff) + 1; |
| 5839 | |
| 5840 | if (I915_READ(PIPECONF(cpu_transcoder)) & PIPECONF_INTERLACE_MASK) { |
| 5841 | pipe_config->adjusted_mode.flags |= DRM_MODE_FLAG_INTERLACE; |
| 5842 | pipe_config->adjusted_mode.crtc_vtotal += 1; |
| 5843 | pipe_config->adjusted_mode.crtc_vblank_end += 1; |
| 5844 | } |
| 5845 | |
| 5846 | tmp = I915_READ(PIPESRC(crtc->pipe)); |
Ville Syrjälä | 37327ab | 2013-09-04 18:25:28 +0300 | [diff] [blame] | 5847 | pipe_config->pipe_src_h = (tmp & 0xffff) + 1; |
| 5848 | pipe_config->pipe_src_w = ((tmp >> 16) & 0xffff) + 1; |
| 5849 | |
| 5850 | pipe_config->requested_mode.vdisplay = pipe_config->pipe_src_h; |
| 5851 | pipe_config->requested_mode.hdisplay = pipe_config->pipe_src_w; |
Daniel Vetter | 1bd1bd8 | 2013-04-29 21:56:12 +0200 | [diff] [blame] | 5852 | } |
| 5853 | |
Daniel Vetter | f6a8328 | 2014-02-11 15:28:57 -0800 | [diff] [blame] | 5854 | void intel_mode_from_pipe_config(struct drm_display_mode *mode, |
| 5855 | struct intel_crtc_config *pipe_config) |
Jesse Barnes | babea61 | 2013-06-26 18:57:38 +0300 | [diff] [blame] | 5856 | { |
Daniel Vetter | f6a8328 | 2014-02-11 15:28:57 -0800 | [diff] [blame] | 5857 | mode->hdisplay = pipe_config->adjusted_mode.crtc_hdisplay; |
| 5858 | mode->htotal = pipe_config->adjusted_mode.crtc_htotal; |
| 5859 | mode->hsync_start = pipe_config->adjusted_mode.crtc_hsync_start; |
| 5860 | mode->hsync_end = pipe_config->adjusted_mode.crtc_hsync_end; |
Jesse Barnes | babea61 | 2013-06-26 18:57:38 +0300 | [diff] [blame] | 5861 | |
Daniel Vetter | f6a8328 | 2014-02-11 15:28:57 -0800 | [diff] [blame] | 5862 | mode->vdisplay = pipe_config->adjusted_mode.crtc_vdisplay; |
| 5863 | mode->vtotal = pipe_config->adjusted_mode.crtc_vtotal; |
| 5864 | mode->vsync_start = pipe_config->adjusted_mode.crtc_vsync_start; |
| 5865 | mode->vsync_end = pipe_config->adjusted_mode.crtc_vsync_end; |
Jesse Barnes | babea61 | 2013-06-26 18:57:38 +0300 | [diff] [blame] | 5866 | |
Daniel Vetter | f6a8328 | 2014-02-11 15:28:57 -0800 | [diff] [blame] | 5867 | mode->flags = pipe_config->adjusted_mode.flags; |
Jesse Barnes | babea61 | 2013-06-26 18:57:38 +0300 | [diff] [blame] | 5868 | |
Daniel Vetter | f6a8328 | 2014-02-11 15:28:57 -0800 | [diff] [blame] | 5869 | mode->clock = pipe_config->adjusted_mode.crtc_clock; |
| 5870 | mode->flags |= pipe_config->adjusted_mode.flags; |
Jesse Barnes | babea61 | 2013-06-26 18:57:38 +0300 | [diff] [blame] | 5871 | } |
| 5872 | |
Daniel Vetter | 84b046f | 2013-02-19 18:48:54 +0100 | [diff] [blame] | 5873 | static void i9xx_set_pipeconf(struct intel_crtc *intel_crtc) |
| 5874 | { |
| 5875 | struct drm_device *dev = intel_crtc->base.dev; |
| 5876 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 5877 | uint32_t pipeconf; |
| 5878 | |
Daniel Vetter | 9f11a9e | 2013-06-13 00:54:58 +0200 | [diff] [blame] | 5879 | pipeconf = 0; |
Daniel Vetter | 84b046f | 2013-02-19 18:48:54 +0100 | [diff] [blame] | 5880 | |
Daniel Vetter | 67c72a1 | 2013-09-24 11:46:14 +0200 | [diff] [blame] | 5881 | if (dev_priv->quirks & QUIRK_PIPEA_FORCE && |
| 5882 | I915_READ(PIPECONF(intel_crtc->pipe)) & PIPECONF_ENABLE) |
| 5883 | pipeconf |= PIPECONF_ENABLE; |
| 5884 | |
Ville Syrjälä | cf532bb | 2013-09-04 18:30:02 +0300 | [diff] [blame] | 5885 | if (intel_crtc->config.double_wide) |
| 5886 | pipeconf |= PIPECONF_DOUBLE_WIDE; |
Daniel Vetter | 84b046f | 2013-02-19 18:48:54 +0100 | [diff] [blame] | 5887 | |
Daniel Vetter | ff9ce46 | 2013-04-24 14:57:17 +0200 | [diff] [blame] | 5888 | /* only g4x and later have fancy bpc/dither controls */ |
| 5889 | if (IS_G4X(dev) || IS_VALLEYVIEW(dev)) { |
Daniel Vetter | ff9ce46 | 2013-04-24 14:57:17 +0200 | [diff] [blame] | 5890 | /* Bspec claims that we can't use dithering for 30bpp pipes. */ |
| 5891 | if (intel_crtc->config.dither && intel_crtc->config.pipe_bpp != 30) |
| 5892 | pipeconf |= PIPECONF_DITHER_EN | |
| 5893 | PIPECONF_DITHER_TYPE_SP; |
| 5894 | |
| 5895 | switch (intel_crtc->config.pipe_bpp) { |
| 5896 | case 18: |
| 5897 | pipeconf |= PIPECONF_6BPC; |
| 5898 | break; |
| 5899 | case 24: |
| 5900 | pipeconf |= PIPECONF_8BPC; |
| 5901 | break; |
| 5902 | case 30: |
| 5903 | pipeconf |= PIPECONF_10BPC; |
| 5904 | break; |
| 5905 | default: |
| 5906 | /* Case prevented by intel_choose_pipe_bpp_dither. */ |
| 5907 | BUG(); |
Daniel Vetter | 84b046f | 2013-02-19 18:48:54 +0100 | [diff] [blame] | 5908 | } |
| 5909 | } |
| 5910 | |
| 5911 | if (HAS_PIPE_CXSR(dev)) { |
| 5912 | if (intel_crtc->lowfreq_avail) { |
| 5913 | DRM_DEBUG_KMS("enabling CxSR downclocking\n"); |
| 5914 | pipeconf |= PIPECONF_CXSR_DOWNCLOCK; |
| 5915 | } else { |
| 5916 | DRM_DEBUG_KMS("disabling CxSR downclocking\n"); |
Daniel Vetter | 84b046f | 2013-02-19 18:48:54 +0100 | [diff] [blame] | 5917 | } |
| 5918 | } |
| 5919 | |
Ville Syrjälä | efc2cff | 2014-03-28 23:29:31 +0200 | [diff] [blame] | 5920 | if (intel_crtc->config.adjusted_mode.flags & DRM_MODE_FLAG_INTERLACE) { |
| 5921 | if (INTEL_INFO(dev)->gen < 4 || |
| 5922 | intel_pipe_has_type(&intel_crtc->base, INTEL_OUTPUT_SDVO)) |
| 5923 | pipeconf |= PIPECONF_INTERLACE_W_FIELD_INDICATION; |
| 5924 | else |
| 5925 | pipeconf |= PIPECONF_INTERLACE_W_SYNC_SHIFT; |
| 5926 | } else |
Daniel Vetter | 84b046f | 2013-02-19 18:48:54 +0100 | [diff] [blame] | 5927 | pipeconf |= PIPECONF_PROGRESSIVE; |
| 5928 | |
Daniel Vetter | 9f11a9e | 2013-06-13 00:54:58 +0200 | [diff] [blame] | 5929 | if (IS_VALLEYVIEW(dev) && intel_crtc->config.limited_color_range) |
| 5930 | pipeconf |= PIPECONF_COLOR_RANGE_SELECT; |
Ville Syrjälä | 9c8e09b | 2013-04-02 16:10:09 +0300 | [diff] [blame] | 5931 | |
Daniel Vetter | 84b046f | 2013-02-19 18:48:54 +0100 | [diff] [blame] | 5932 | I915_WRITE(PIPECONF(intel_crtc->pipe), pipeconf); |
| 5933 | POSTING_READ(PIPECONF(intel_crtc->pipe)); |
| 5934 | } |
| 5935 | |
Eric Anholt | f564048e | 2011-03-30 13:01:02 -0700 | [diff] [blame] | 5936 | static int i9xx_crtc_mode_set(struct drm_crtc *crtc, |
Eric Anholt | f564048e | 2011-03-30 13:01:02 -0700 | [diff] [blame] | 5937 | int x, int y, |
Daniel Vetter | 94352cf | 2012-07-05 22:51:56 +0200 | [diff] [blame] | 5938 | struct drm_framebuffer *fb) |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 5939 | { |
| 5940 | struct drm_device *dev = crtc->dev; |
| 5941 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 5942 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
Eric Anholt | c751ce4 | 2010-03-25 11:48:48 -0700 | [diff] [blame] | 5943 | int refclk, num_connectors = 0; |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 5944 | intel_clock_t clock, reduced_clock; |
Daniel Vetter | a16af721 | 2013-04-30 14:01:44 +0200 | [diff] [blame] | 5945 | bool ok, has_reduced_clock = false; |
Jani Nikula | e9fd1c0 | 2013-08-27 15:12:23 +0300 | [diff] [blame] | 5946 | bool is_lvds = false, is_dsi = false; |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 5947 | struct intel_encoder *encoder; |
Ma Ling | d490609 | 2009-03-18 20:13:27 +0800 | [diff] [blame] | 5948 | const intel_limit_t *limit; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 5949 | |
Daniel Vetter | 6c2b7c12 | 2012-07-05 09:50:24 +0200 | [diff] [blame] | 5950 | for_each_encoder_on_crtc(dev, crtc, encoder) { |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 5951 | switch (encoder->type) { |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 5952 | case INTEL_OUTPUT_LVDS: |
| 5953 | is_lvds = true; |
| 5954 | break; |
Jani Nikula | e9fd1c0 | 2013-08-27 15:12:23 +0300 | [diff] [blame] | 5955 | case INTEL_OUTPUT_DSI: |
| 5956 | is_dsi = true; |
| 5957 | break; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 5958 | } |
Kristian Høgsberg | 43565a0 | 2009-02-13 20:56:52 -0500 | [diff] [blame] | 5959 | |
Eric Anholt | c751ce4 | 2010-03-25 11:48:48 -0700 | [diff] [blame] | 5960 | num_connectors++; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 5961 | } |
| 5962 | |
Jani Nikula | f233533 | 2013-09-13 11:03:09 +0300 | [diff] [blame] | 5963 | if (is_dsi) |
Daniel Vetter | 5b18e57 | 2014-04-24 23:55:06 +0200 | [diff] [blame] | 5964 | return 0; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 5965 | |
Jani Nikula | f233533 | 2013-09-13 11:03:09 +0300 | [diff] [blame] | 5966 | if (!intel_crtc->config.clock_set) { |
| 5967 | refclk = i9xx_get_refclk(crtc, num_connectors); |
| 5968 | |
Jani Nikula | e9fd1c0 | 2013-08-27 15:12:23 +0300 | [diff] [blame] | 5969 | /* |
| 5970 | * Returns a set of divisors for the desired target clock with |
| 5971 | * the given refclk, or FALSE. The returned values represent |
| 5972 | * the clock equation: reflck * (5 * (m1 + 2) + (m2 + 2)) / (n + |
| 5973 | * 2) / p1 / p2. |
| 5974 | */ |
| 5975 | limit = intel_limit(crtc, refclk); |
| 5976 | ok = dev_priv->display.find_dpll(limit, crtc, |
| 5977 | intel_crtc->config.port_clock, |
| 5978 | refclk, NULL, &clock); |
Jani Nikula | f233533 | 2013-09-13 11:03:09 +0300 | [diff] [blame] | 5979 | if (!ok) { |
Jani Nikula | e9fd1c0 | 2013-08-27 15:12:23 +0300 | [diff] [blame] | 5980 | DRM_ERROR("Couldn't find PLL settings for mode!\n"); |
| 5981 | return -EINVAL; |
| 5982 | } |
Eric Anholt | f564048e | 2011-03-30 13:01:02 -0700 | [diff] [blame] | 5983 | |
Jani Nikula | f233533 | 2013-09-13 11:03:09 +0300 | [diff] [blame] | 5984 | if (is_lvds && dev_priv->lvds_downclock_avail) { |
| 5985 | /* |
| 5986 | * Ensure we match the reduced clock's P to the target |
| 5987 | * clock. If the clocks don't match, we can't switch |
| 5988 | * the display clock by using the FP0/FP1. In such case |
| 5989 | * we will disable the LVDS downclock feature. |
| 5990 | */ |
| 5991 | has_reduced_clock = |
| 5992 | dev_priv->display.find_dpll(limit, crtc, |
| 5993 | dev_priv->lvds_downclock, |
| 5994 | refclk, &clock, |
| 5995 | &reduced_clock); |
| 5996 | } |
| 5997 | /* Compat-code for transition, will disappear. */ |
Daniel Vetter | f47709a | 2013-03-28 10:42:02 +0100 | [diff] [blame] | 5998 | intel_crtc->config.dpll.n = clock.n; |
| 5999 | intel_crtc->config.dpll.m1 = clock.m1; |
| 6000 | intel_crtc->config.dpll.m2 = clock.m2; |
| 6001 | intel_crtc->config.dpll.p1 = clock.p1; |
| 6002 | intel_crtc->config.dpll.p2 = clock.p2; |
| 6003 | } |
Eric Anholt | f564048e | 2011-03-30 13:01:02 -0700 | [diff] [blame] | 6004 | |
Jani Nikula | e9fd1c0 | 2013-08-27 15:12:23 +0300 | [diff] [blame] | 6005 | if (IS_GEN2(dev)) { |
Daniel Vetter | 8a654f3 | 2013-06-01 17:16:22 +0200 | [diff] [blame] | 6006 | i8xx_update_pll(intel_crtc, |
Vijay Purushothaman | 2a8f64c | 2012-09-27 19:13:06 +0530 | [diff] [blame] | 6007 | has_reduced_clock ? &reduced_clock : NULL, |
| 6008 | num_connectors); |
Chon Ming Lee | 9d556c9 | 2014-05-02 14:27:47 +0300 | [diff] [blame] | 6009 | } else if (IS_CHERRYVIEW(dev)) { |
| 6010 | chv_update_pll(intel_crtc); |
Jani Nikula | e9fd1c0 | 2013-08-27 15:12:23 +0300 | [diff] [blame] | 6011 | } else if (IS_VALLEYVIEW(dev)) { |
Jani Nikula | f233533 | 2013-09-13 11:03:09 +0300 | [diff] [blame] | 6012 | vlv_update_pll(intel_crtc); |
Jani Nikula | e9fd1c0 | 2013-08-27 15:12:23 +0300 | [diff] [blame] | 6013 | } else { |
Daniel Vetter | f47709a | 2013-03-28 10:42:02 +0100 | [diff] [blame] | 6014 | i9xx_update_pll(intel_crtc, |
Daniel Vetter | eb1cbe4 | 2012-03-28 23:12:16 +0200 | [diff] [blame] | 6015 | has_reduced_clock ? &reduced_clock : NULL, |
Robin Schroer | eba905b | 2014-05-18 02:24:50 +0200 | [diff] [blame] | 6016 | num_connectors); |
Jani Nikula | e9fd1c0 | 2013-08-27 15:12:23 +0300 | [diff] [blame] | 6017 | } |
Eric Anholt | f564048e | 2011-03-30 13:01:02 -0700 | [diff] [blame] | 6018 | |
Daniel Vetter | c8f7a0d | 2014-04-24 23:55:04 +0200 | [diff] [blame] | 6019 | return 0; |
Eric Anholt | f564048e | 2011-03-30 13:01:02 -0700 | [diff] [blame] | 6020 | } |
| 6021 | |
Daniel Vetter | 2fa2fe9 | 2013-05-07 23:34:16 +0200 | [diff] [blame] | 6022 | static void i9xx_get_pfit_config(struct intel_crtc *crtc, |
| 6023 | struct intel_crtc_config *pipe_config) |
| 6024 | { |
| 6025 | struct drm_device *dev = crtc->base.dev; |
| 6026 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 6027 | uint32_t tmp; |
| 6028 | |
Ville Syrjälä | dc9e7dec | 2014-01-10 14:06:45 +0200 | [diff] [blame] | 6029 | if (INTEL_INFO(dev)->gen <= 3 && (IS_I830(dev) || !IS_MOBILE(dev))) |
| 6030 | return; |
| 6031 | |
Daniel Vetter | 2fa2fe9 | 2013-05-07 23:34:16 +0200 | [diff] [blame] | 6032 | tmp = I915_READ(PFIT_CONTROL); |
Daniel Vetter | 0692282 | 2013-07-11 13:35:40 +0200 | [diff] [blame] | 6033 | if (!(tmp & PFIT_ENABLE)) |
| 6034 | return; |
Daniel Vetter | 2fa2fe9 | 2013-05-07 23:34:16 +0200 | [diff] [blame] | 6035 | |
Daniel Vetter | 0692282 | 2013-07-11 13:35:40 +0200 | [diff] [blame] | 6036 | /* Check whether the pfit is attached to our pipe. */ |
Daniel Vetter | 2fa2fe9 | 2013-05-07 23:34:16 +0200 | [diff] [blame] | 6037 | if (INTEL_INFO(dev)->gen < 4) { |
| 6038 | if (crtc->pipe != PIPE_B) |
| 6039 | return; |
Daniel Vetter | 2fa2fe9 | 2013-05-07 23:34:16 +0200 | [diff] [blame] | 6040 | } else { |
| 6041 | if ((tmp & PFIT_PIPE_MASK) != (crtc->pipe << PFIT_PIPE_SHIFT)) |
| 6042 | return; |
| 6043 | } |
| 6044 | |
Daniel Vetter | 0692282 | 2013-07-11 13:35:40 +0200 | [diff] [blame] | 6045 | pipe_config->gmch_pfit.control = tmp; |
Daniel Vetter | 2fa2fe9 | 2013-05-07 23:34:16 +0200 | [diff] [blame] | 6046 | pipe_config->gmch_pfit.pgm_ratios = I915_READ(PFIT_PGM_RATIOS); |
| 6047 | if (INTEL_INFO(dev)->gen < 5) |
| 6048 | pipe_config->gmch_pfit.lvds_border_bits = |
| 6049 | I915_READ(LVDS) & LVDS_BORDER_ENABLE; |
| 6050 | } |
| 6051 | |
Jesse Barnes | acbec81 | 2013-09-20 11:29:32 -0700 | [diff] [blame] | 6052 | static void vlv_crtc_clock_get(struct intel_crtc *crtc, |
| 6053 | struct intel_crtc_config *pipe_config) |
| 6054 | { |
| 6055 | struct drm_device *dev = crtc->base.dev; |
| 6056 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 6057 | int pipe = pipe_config->cpu_transcoder; |
| 6058 | intel_clock_t clock; |
| 6059 | u32 mdiv; |
Chris Wilson | 662c6ec | 2013-09-25 14:24:01 -0700 | [diff] [blame] | 6060 | int refclk = 100000; |
Jesse Barnes | acbec81 | 2013-09-20 11:29:32 -0700 | [diff] [blame] | 6061 | |
| 6062 | mutex_lock(&dev_priv->dpio_lock); |
Chon Ming Lee | ab3c759 | 2013-11-07 10:43:30 +0800 | [diff] [blame] | 6063 | mdiv = vlv_dpio_read(dev_priv, pipe, VLV_PLL_DW3(pipe)); |
Jesse Barnes | acbec81 | 2013-09-20 11:29:32 -0700 | [diff] [blame] | 6064 | mutex_unlock(&dev_priv->dpio_lock); |
| 6065 | |
| 6066 | clock.m1 = (mdiv >> DPIO_M1DIV_SHIFT) & 7; |
| 6067 | clock.m2 = mdiv & DPIO_M2DIV_MASK; |
| 6068 | clock.n = (mdiv >> DPIO_N_SHIFT) & 0xf; |
| 6069 | clock.p1 = (mdiv >> DPIO_P1_SHIFT) & 7; |
| 6070 | clock.p2 = (mdiv >> DPIO_P2_SHIFT) & 0x1f; |
| 6071 | |
Ville Syrjälä | f646628 | 2013-10-14 14:50:31 +0300 | [diff] [blame] | 6072 | vlv_clock(refclk, &clock); |
Jesse Barnes | acbec81 | 2013-09-20 11:29:32 -0700 | [diff] [blame] | 6073 | |
Ville Syrjälä | f646628 | 2013-10-14 14:50:31 +0300 | [diff] [blame] | 6074 | /* clock.dot is the fast clock */ |
| 6075 | pipe_config->port_clock = clock.dot / 5; |
Jesse Barnes | acbec81 | 2013-09-20 11:29:32 -0700 | [diff] [blame] | 6076 | } |
| 6077 | |
Jesse Barnes | 1ad292b | 2014-03-07 08:57:49 -0800 | [diff] [blame] | 6078 | static void i9xx_get_plane_config(struct intel_crtc *crtc, |
| 6079 | struct intel_plane_config *plane_config) |
| 6080 | { |
| 6081 | struct drm_device *dev = crtc->base.dev; |
| 6082 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 6083 | u32 val, base, offset; |
| 6084 | int pipe = crtc->pipe, plane = crtc->plane; |
| 6085 | int fourcc, pixel_format; |
| 6086 | int aligned_height; |
| 6087 | |
Dave Airlie | 66e514c | 2014-04-03 07:51:54 +1000 | [diff] [blame] | 6088 | crtc->base.primary->fb = kzalloc(sizeof(struct intel_framebuffer), GFP_KERNEL); |
| 6089 | if (!crtc->base.primary->fb) { |
Jesse Barnes | 1ad292b | 2014-03-07 08:57:49 -0800 | [diff] [blame] | 6090 | DRM_DEBUG_KMS("failed to alloc fb\n"); |
| 6091 | return; |
| 6092 | } |
| 6093 | |
| 6094 | val = I915_READ(DSPCNTR(plane)); |
| 6095 | |
| 6096 | if (INTEL_INFO(dev)->gen >= 4) |
| 6097 | if (val & DISPPLANE_TILED) |
| 6098 | plane_config->tiled = true; |
| 6099 | |
| 6100 | pixel_format = val & DISPPLANE_PIXFORMAT_MASK; |
| 6101 | fourcc = intel_format_to_fourcc(pixel_format); |
Dave Airlie | 66e514c | 2014-04-03 07:51:54 +1000 | [diff] [blame] | 6102 | crtc->base.primary->fb->pixel_format = fourcc; |
| 6103 | crtc->base.primary->fb->bits_per_pixel = |
Jesse Barnes | 1ad292b | 2014-03-07 08:57:49 -0800 | [diff] [blame] | 6104 | drm_format_plane_cpp(fourcc, 0) * 8; |
| 6105 | |
| 6106 | if (INTEL_INFO(dev)->gen >= 4) { |
| 6107 | if (plane_config->tiled) |
| 6108 | offset = I915_READ(DSPTILEOFF(plane)); |
| 6109 | else |
| 6110 | offset = I915_READ(DSPLINOFF(plane)); |
| 6111 | base = I915_READ(DSPSURF(plane)) & 0xfffff000; |
| 6112 | } else { |
| 6113 | base = I915_READ(DSPADDR(plane)); |
| 6114 | } |
| 6115 | plane_config->base = base; |
| 6116 | |
| 6117 | val = I915_READ(PIPESRC(pipe)); |
Dave Airlie | 66e514c | 2014-04-03 07:51:54 +1000 | [diff] [blame] | 6118 | crtc->base.primary->fb->width = ((val >> 16) & 0xfff) + 1; |
| 6119 | crtc->base.primary->fb->height = ((val >> 0) & 0xfff) + 1; |
Jesse Barnes | 1ad292b | 2014-03-07 08:57:49 -0800 | [diff] [blame] | 6120 | |
| 6121 | val = I915_READ(DSPSTRIDE(pipe)); |
Dave Airlie | 66e514c | 2014-04-03 07:51:54 +1000 | [diff] [blame] | 6122 | crtc->base.primary->fb->pitches[0] = val & 0xffffff80; |
Jesse Barnes | 1ad292b | 2014-03-07 08:57:49 -0800 | [diff] [blame] | 6123 | |
Dave Airlie | 66e514c | 2014-04-03 07:51:54 +1000 | [diff] [blame] | 6124 | aligned_height = intel_align_height(dev, crtc->base.primary->fb->height, |
Jesse Barnes | 1ad292b | 2014-03-07 08:57:49 -0800 | [diff] [blame] | 6125 | plane_config->tiled); |
| 6126 | |
Dave Airlie | 66e514c | 2014-04-03 07:51:54 +1000 | [diff] [blame] | 6127 | plane_config->size = ALIGN(crtc->base.primary->fb->pitches[0] * |
Jesse Barnes | 1ad292b | 2014-03-07 08:57:49 -0800 | [diff] [blame] | 6128 | aligned_height, PAGE_SIZE); |
| 6129 | |
| 6130 | DRM_DEBUG_KMS("pipe/plane %d/%d with fb: size=%dx%d@%d, offset=%x, pitch %d, size 0x%x\n", |
Dave Airlie | 66e514c | 2014-04-03 07:51:54 +1000 | [diff] [blame] | 6131 | pipe, plane, crtc->base.primary->fb->width, |
| 6132 | crtc->base.primary->fb->height, |
| 6133 | crtc->base.primary->fb->bits_per_pixel, base, |
| 6134 | crtc->base.primary->fb->pitches[0], |
Jesse Barnes | 1ad292b | 2014-03-07 08:57:49 -0800 | [diff] [blame] | 6135 | plane_config->size); |
| 6136 | |
| 6137 | } |
| 6138 | |
Ville Syrjälä | 70b23a9 | 2014-04-09 13:28:22 +0300 | [diff] [blame] | 6139 | static void chv_crtc_clock_get(struct intel_crtc *crtc, |
| 6140 | struct intel_crtc_config *pipe_config) |
| 6141 | { |
| 6142 | struct drm_device *dev = crtc->base.dev; |
| 6143 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 6144 | int pipe = pipe_config->cpu_transcoder; |
| 6145 | enum dpio_channel port = vlv_pipe_to_channel(pipe); |
| 6146 | intel_clock_t clock; |
| 6147 | u32 cmn_dw13, pll_dw0, pll_dw1, pll_dw2; |
| 6148 | int refclk = 100000; |
| 6149 | |
| 6150 | mutex_lock(&dev_priv->dpio_lock); |
| 6151 | cmn_dw13 = vlv_dpio_read(dev_priv, pipe, CHV_CMN_DW13(port)); |
| 6152 | pll_dw0 = vlv_dpio_read(dev_priv, pipe, CHV_PLL_DW0(port)); |
| 6153 | pll_dw1 = vlv_dpio_read(dev_priv, pipe, CHV_PLL_DW1(port)); |
| 6154 | pll_dw2 = vlv_dpio_read(dev_priv, pipe, CHV_PLL_DW2(port)); |
| 6155 | mutex_unlock(&dev_priv->dpio_lock); |
| 6156 | |
| 6157 | clock.m1 = (pll_dw1 & 0x7) == DPIO_CHV_M1_DIV_BY_2 ? 2 : 0; |
| 6158 | clock.m2 = ((pll_dw0 & 0xff) << 22) | (pll_dw2 & 0x3fffff); |
| 6159 | clock.n = (pll_dw1 >> DPIO_CHV_N_DIV_SHIFT) & 0xf; |
| 6160 | clock.p1 = (cmn_dw13 >> DPIO_CHV_P1_DIV_SHIFT) & 0x7; |
| 6161 | clock.p2 = (cmn_dw13 >> DPIO_CHV_P2_DIV_SHIFT) & 0x1f; |
| 6162 | |
| 6163 | chv_clock(refclk, &clock); |
| 6164 | |
| 6165 | /* clock.dot is the fast clock */ |
| 6166 | pipe_config->port_clock = clock.dot / 5; |
| 6167 | } |
| 6168 | |
Daniel Vetter | 0e8ffe1 | 2013-03-28 10:42:00 +0100 | [diff] [blame] | 6169 | static bool i9xx_get_pipe_config(struct intel_crtc *crtc, |
| 6170 | struct intel_crtc_config *pipe_config) |
| 6171 | { |
| 6172 | struct drm_device *dev = crtc->base.dev; |
| 6173 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 6174 | uint32_t tmp; |
| 6175 | |
Imre Deak | b5482bd | 2014-03-05 16:20:55 +0200 | [diff] [blame] | 6176 | if (!intel_display_power_enabled(dev_priv, |
| 6177 | POWER_DOMAIN_PIPE(crtc->pipe))) |
| 6178 | return false; |
| 6179 | |
Daniel Vetter | e143a21 | 2013-07-04 12:01:15 +0200 | [diff] [blame] | 6180 | pipe_config->cpu_transcoder = (enum transcoder) crtc->pipe; |
Daniel Vetter | c0d43d6 | 2013-06-07 23:11:08 +0200 | [diff] [blame] | 6181 | pipe_config->shared_dpll = DPLL_ID_PRIVATE; |
Daniel Vetter | eccb140 | 2013-05-22 00:50:22 +0200 | [diff] [blame] | 6182 | |
Daniel Vetter | 0e8ffe1 | 2013-03-28 10:42:00 +0100 | [diff] [blame] | 6183 | tmp = I915_READ(PIPECONF(crtc->pipe)); |
| 6184 | if (!(tmp & PIPECONF_ENABLE)) |
| 6185 | return false; |
| 6186 | |
Ville Syrjälä | 42571ae | 2013-09-06 23:29:00 +0300 | [diff] [blame] | 6187 | if (IS_G4X(dev) || IS_VALLEYVIEW(dev)) { |
| 6188 | switch (tmp & PIPECONF_BPC_MASK) { |
| 6189 | case PIPECONF_6BPC: |
| 6190 | pipe_config->pipe_bpp = 18; |
| 6191 | break; |
| 6192 | case PIPECONF_8BPC: |
| 6193 | pipe_config->pipe_bpp = 24; |
| 6194 | break; |
| 6195 | case PIPECONF_10BPC: |
| 6196 | pipe_config->pipe_bpp = 30; |
| 6197 | break; |
| 6198 | default: |
| 6199 | break; |
| 6200 | } |
| 6201 | } |
| 6202 | |
Daniel Vetter | b5a9fa0 | 2014-04-24 23:54:49 +0200 | [diff] [blame] | 6203 | if (IS_VALLEYVIEW(dev) && (tmp & PIPECONF_COLOR_RANGE_SELECT)) |
| 6204 | pipe_config->limited_color_range = true; |
| 6205 | |
Ville Syrjälä | 282740f | 2013-09-04 18:30:03 +0300 | [diff] [blame] | 6206 | if (INTEL_INFO(dev)->gen < 4) |
| 6207 | pipe_config->double_wide = tmp & PIPECONF_DOUBLE_WIDE; |
| 6208 | |
Daniel Vetter | 1bd1bd8 | 2013-04-29 21:56:12 +0200 | [diff] [blame] | 6209 | intel_get_pipe_timings(crtc, pipe_config); |
| 6210 | |
Daniel Vetter | 2fa2fe9 | 2013-05-07 23:34:16 +0200 | [diff] [blame] | 6211 | i9xx_get_pfit_config(crtc, pipe_config); |
| 6212 | |
Daniel Vetter | 6c49f24 | 2013-06-06 12:45:25 +0200 | [diff] [blame] | 6213 | if (INTEL_INFO(dev)->gen >= 4) { |
| 6214 | tmp = I915_READ(DPLL_MD(crtc->pipe)); |
| 6215 | pipe_config->pixel_multiplier = |
| 6216 | ((tmp & DPLL_MD_UDI_MULTIPLIER_MASK) |
| 6217 | >> DPLL_MD_UDI_MULTIPLIER_SHIFT) + 1; |
Daniel Vetter | 8bcc279 | 2013-06-05 13:34:28 +0200 | [diff] [blame] | 6218 | pipe_config->dpll_hw_state.dpll_md = tmp; |
Daniel Vetter | 6c49f24 | 2013-06-06 12:45:25 +0200 | [diff] [blame] | 6219 | } else if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) { |
| 6220 | tmp = I915_READ(DPLL(crtc->pipe)); |
| 6221 | pipe_config->pixel_multiplier = |
| 6222 | ((tmp & SDVO_MULTIPLIER_MASK) |
| 6223 | >> SDVO_MULTIPLIER_SHIFT_HIRES) + 1; |
| 6224 | } else { |
| 6225 | /* Note that on i915G/GM the pixel multiplier is in the sdvo |
| 6226 | * port and will be fixed up in the encoder->get_config |
| 6227 | * function. */ |
| 6228 | pipe_config->pixel_multiplier = 1; |
| 6229 | } |
Daniel Vetter | 8bcc279 | 2013-06-05 13:34:28 +0200 | [diff] [blame] | 6230 | pipe_config->dpll_hw_state.dpll = I915_READ(DPLL(crtc->pipe)); |
| 6231 | if (!IS_VALLEYVIEW(dev)) { |
| 6232 | pipe_config->dpll_hw_state.fp0 = I915_READ(FP0(crtc->pipe)); |
| 6233 | pipe_config->dpll_hw_state.fp1 = I915_READ(FP1(crtc->pipe)); |
Ville Syrjälä | 165e901 | 2013-06-26 17:44:15 +0300 | [diff] [blame] | 6234 | } else { |
| 6235 | /* Mask out read-only status bits. */ |
| 6236 | pipe_config->dpll_hw_state.dpll &= ~(DPLL_LOCK_VLV | |
| 6237 | DPLL_PORTC_READY_MASK | |
| 6238 | DPLL_PORTB_READY_MASK); |
Daniel Vetter | 8bcc279 | 2013-06-05 13:34:28 +0200 | [diff] [blame] | 6239 | } |
Daniel Vetter | 6c49f24 | 2013-06-06 12:45:25 +0200 | [diff] [blame] | 6240 | |
Ville Syrjälä | 70b23a9 | 2014-04-09 13:28:22 +0300 | [diff] [blame] | 6241 | if (IS_CHERRYVIEW(dev)) |
| 6242 | chv_crtc_clock_get(crtc, pipe_config); |
| 6243 | else if (IS_VALLEYVIEW(dev)) |
Jesse Barnes | acbec81 | 2013-09-20 11:29:32 -0700 | [diff] [blame] | 6244 | vlv_crtc_clock_get(crtc, pipe_config); |
| 6245 | else |
| 6246 | i9xx_crtc_clock_get(crtc, pipe_config); |
Ville Syrjälä | 18442d0 | 2013-09-13 16:00:08 +0300 | [diff] [blame] | 6247 | |
Daniel Vetter | 0e8ffe1 | 2013-03-28 10:42:00 +0100 | [diff] [blame] | 6248 | return true; |
| 6249 | } |
| 6250 | |
Paulo Zanoni | dde86e2 | 2012-12-01 12:04:25 -0200 | [diff] [blame] | 6251 | static void ironlake_init_pch_refclk(struct drm_device *dev) |
Jesse Barnes | 13d83a6 | 2011-08-03 12:59:20 -0700 | [diff] [blame] | 6252 | { |
| 6253 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 6254 | struct drm_mode_config *mode_config = &dev->mode_config; |
Jesse Barnes | 13d83a6 | 2011-08-03 12:59:20 -0700 | [diff] [blame] | 6255 | struct intel_encoder *encoder; |
Chris Wilson | 74cfd7a | 2013-03-26 16:33:04 -0700 | [diff] [blame] | 6256 | u32 val, final; |
Jesse Barnes | 13d83a6 | 2011-08-03 12:59:20 -0700 | [diff] [blame] | 6257 | bool has_lvds = false; |
Keith Packard | 199e5d7 | 2011-09-22 12:01:57 -0700 | [diff] [blame] | 6258 | bool has_cpu_edp = false; |
Keith Packard | 199e5d7 | 2011-09-22 12:01:57 -0700 | [diff] [blame] | 6259 | bool has_panel = false; |
Keith Packard | 99eb6a0 | 2011-09-26 14:29:12 -0700 | [diff] [blame] | 6260 | bool has_ck505 = false; |
| 6261 | bool can_ssc = false; |
Jesse Barnes | 13d83a6 | 2011-08-03 12:59:20 -0700 | [diff] [blame] | 6262 | |
| 6263 | /* We need to take the global config into account */ |
Keith Packard | 199e5d7 | 2011-09-22 12:01:57 -0700 | [diff] [blame] | 6264 | list_for_each_entry(encoder, &mode_config->encoder_list, |
| 6265 | base.head) { |
| 6266 | switch (encoder->type) { |
| 6267 | case INTEL_OUTPUT_LVDS: |
| 6268 | has_panel = true; |
| 6269 | has_lvds = true; |
| 6270 | break; |
| 6271 | case INTEL_OUTPUT_EDP: |
| 6272 | has_panel = true; |
Imre Deak | 2de6905 | 2013-05-08 13:14:04 +0300 | [diff] [blame] | 6273 | if (enc_to_dig_port(&encoder->base)->port == PORT_A) |
Keith Packard | 199e5d7 | 2011-09-22 12:01:57 -0700 | [diff] [blame] | 6274 | has_cpu_edp = true; |
| 6275 | break; |
Jesse Barnes | 13d83a6 | 2011-08-03 12:59:20 -0700 | [diff] [blame] | 6276 | } |
| 6277 | } |
| 6278 | |
Keith Packard | 99eb6a0 | 2011-09-26 14:29:12 -0700 | [diff] [blame] | 6279 | if (HAS_PCH_IBX(dev)) { |
Rodrigo Vivi | 41aa344 | 2013-05-09 20:03:18 -0300 | [diff] [blame] | 6280 | has_ck505 = dev_priv->vbt.display_clock_mode; |
Keith Packard | 99eb6a0 | 2011-09-26 14:29:12 -0700 | [diff] [blame] | 6281 | can_ssc = has_ck505; |
| 6282 | } else { |
| 6283 | has_ck505 = false; |
| 6284 | can_ssc = true; |
| 6285 | } |
| 6286 | |
Imre Deak | 2de6905 | 2013-05-08 13:14:04 +0300 | [diff] [blame] | 6287 | DRM_DEBUG_KMS("has_panel %d has_lvds %d has_ck505 %d\n", |
| 6288 | has_panel, has_lvds, has_ck505); |
Jesse Barnes | 13d83a6 | 2011-08-03 12:59:20 -0700 | [diff] [blame] | 6289 | |
| 6290 | /* Ironlake: try to setup display ref clock before DPLL |
| 6291 | * enabling. This is only under driver's control after |
| 6292 | * PCH B stepping, previous chipset stepping should be |
| 6293 | * ignoring this setting. |
| 6294 | */ |
Chris Wilson | 74cfd7a | 2013-03-26 16:33:04 -0700 | [diff] [blame] | 6295 | val = I915_READ(PCH_DREF_CONTROL); |
Jesse Barnes | 13d83a6 | 2011-08-03 12:59:20 -0700 | [diff] [blame] | 6296 | |
Chris Wilson | 74cfd7a | 2013-03-26 16:33:04 -0700 | [diff] [blame] | 6297 | /* As we must carefully and slowly disable/enable each source in turn, |
| 6298 | * compute the final state we want first and check if we need to |
| 6299 | * make any changes at all. |
| 6300 | */ |
| 6301 | final = val; |
| 6302 | final &= ~DREF_NONSPREAD_SOURCE_MASK; |
Keith Packard | 99eb6a0 | 2011-09-26 14:29:12 -0700 | [diff] [blame] | 6303 | if (has_ck505) |
Chris Wilson | 74cfd7a | 2013-03-26 16:33:04 -0700 | [diff] [blame] | 6304 | final |= DREF_NONSPREAD_CK505_ENABLE; |
Keith Packard | 99eb6a0 | 2011-09-26 14:29:12 -0700 | [diff] [blame] | 6305 | else |
Chris Wilson | 74cfd7a | 2013-03-26 16:33:04 -0700 | [diff] [blame] | 6306 | final |= DREF_NONSPREAD_SOURCE_ENABLE; |
| 6307 | |
| 6308 | final &= ~DREF_SSC_SOURCE_MASK; |
| 6309 | final &= ~DREF_CPU_SOURCE_OUTPUT_MASK; |
| 6310 | final &= ~DREF_SSC1_ENABLE; |
Jesse Barnes | 13d83a6 | 2011-08-03 12:59:20 -0700 | [diff] [blame] | 6311 | |
Keith Packard | 199e5d7 | 2011-09-22 12:01:57 -0700 | [diff] [blame] | 6312 | if (has_panel) { |
Chris Wilson | 74cfd7a | 2013-03-26 16:33:04 -0700 | [diff] [blame] | 6313 | final |= DREF_SSC_SOURCE_ENABLE; |
| 6314 | |
| 6315 | if (intel_panel_use_ssc(dev_priv) && can_ssc) |
| 6316 | final |= DREF_SSC1_ENABLE; |
| 6317 | |
| 6318 | if (has_cpu_edp) { |
| 6319 | if (intel_panel_use_ssc(dev_priv) && can_ssc) |
| 6320 | final |= DREF_CPU_SOURCE_OUTPUT_DOWNSPREAD; |
| 6321 | else |
| 6322 | final |= DREF_CPU_SOURCE_OUTPUT_NONSPREAD; |
| 6323 | } else |
| 6324 | final |= DREF_CPU_SOURCE_OUTPUT_DISABLE; |
| 6325 | } else { |
| 6326 | final |= DREF_SSC_SOURCE_DISABLE; |
| 6327 | final |= DREF_CPU_SOURCE_OUTPUT_DISABLE; |
| 6328 | } |
| 6329 | |
| 6330 | if (final == val) |
| 6331 | return; |
| 6332 | |
| 6333 | /* Always enable nonspread source */ |
| 6334 | val &= ~DREF_NONSPREAD_SOURCE_MASK; |
| 6335 | |
| 6336 | if (has_ck505) |
| 6337 | val |= DREF_NONSPREAD_CK505_ENABLE; |
| 6338 | else |
| 6339 | val |= DREF_NONSPREAD_SOURCE_ENABLE; |
| 6340 | |
| 6341 | if (has_panel) { |
| 6342 | val &= ~DREF_SSC_SOURCE_MASK; |
| 6343 | val |= DREF_SSC_SOURCE_ENABLE; |
Jesse Barnes | 13d83a6 | 2011-08-03 12:59:20 -0700 | [diff] [blame] | 6344 | |
Keith Packard | 199e5d7 | 2011-09-22 12:01:57 -0700 | [diff] [blame] | 6345 | /* SSC must be turned on before enabling the CPU output */ |
Keith Packard | 99eb6a0 | 2011-09-26 14:29:12 -0700 | [diff] [blame] | 6346 | if (intel_panel_use_ssc(dev_priv) && can_ssc) { |
Keith Packard | 199e5d7 | 2011-09-22 12:01:57 -0700 | [diff] [blame] | 6347 | DRM_DEBUG_KMS("Using SSC on panel\n"); |
Chris Wilson | 74cfd7a | 2013-03-26 16:33:04 -0700 | [diff] [blame] | 6348 | val |= DREF_SSC1_ENABLE; |
Daniel Vetter | e77166b | 2012-03-30 22:14:05 +0200 | [diff] [blame] | 6349 | } else |
Chris Wilson | 74cfd7a | 2013-03-26 16:33:04 -0700 | [diff] [blame] | 6350 | val &= ~DREF_SSC1_ENABLE; |
Keith Packard | 199e5d7 | 2011-09-22 12:01:57 -0700 | [diff] [blame] | 6351 | |
| 6352 | /* Get SSC going before enabling the outputs */ |
Chris Wilson | 74cfd7a | 2013-03-26 16:33:04 -0700 | [diff] [blame] | 6353 | I915_WRITE(PCH_DREF_CONTROL, val); |
Keith Packard | 199e5d7 | 2011-09-22 12:01:57 -0700 | [diff] [blame] | 6354 | POSTING_READ(PCH_DREF_CONTROL); |
| 6355 | udelay(200); |
| 6356 | |
Chris Wilson | 74cfd7a | 2013-03-26 16:33:04 -0700 | [diff] [blame] | 6357 | val &= ~DREF_CPU_SOURCE_OUTPUT_MASK; |
Jesse Barnes | 13d83a6 | 2011-08-03 12:59:20 -0700 | [diff] [blame] | 6358 | |
| 6359 | /* Enable CPU source on CPU attached eDP */ |
Keith Packard | 199e5d7 | 2011-09-22 12:01:57 -0700 | [diff] [blame] | 6360 | if (has_cpu_edp) { |
Keith Packard | 99eb6a0 | 2011-09-26 14:29:12 -0700 | [diff] [blame] | 6361 | if (intel_panel_use_ssc(dev_priv) && can_ssc) { |
Keith Packard | 199e5d7 | 2011-09-22 12:01:57 -0700 | [diff] [blame] | 6362 | DRM_DEBUG_KMS("Using SSC on eDP\n"); |
Chris Wilson | 74cfd7a | 2013-03-26 16:33:04 -0700 | [diff] [blame] | 6363 | val |= DREF_CPU_SOURCE_OUTPUT_DOWNSPREAD; |
Robin Schroer | eba905b | 2014-05-18 02:24:50 +0200 | [diff] [blame] | 6364 | } else |
Chris Wilson | 74cfd7a | 2013-03-26 16:33:04 -0700 | [diff] [blame] | 6365 | val |= DREF_CPU_SOURCE_OUTPUT_NONSPREAD; |
Keith Packard | 199e5d7 | 2011-09-22 12:01:57 -0700 | [diff] [blame] | 6366 | } else |
Chris Wilson | 74cfd7a | 2013-03-26 16:33:04 -0700 | [diff] [blame] | 6367 | val |= DREF_CPU_SOURCE_OUTPUT_DISABLE; |
Keith Packard | 199e5d7 | 2011-09-22 12:01:57 -0700 | [diff] [blame] | 6368 | |
Chris Wilson | 74cfd7a | 2013-03-26 16:33:04 -0700 | [diff] [blame] | 6369 | I915_WRITE(PCH_DREF_CONTROL, val); |
Keith Packard | 199e5d7 | 2011-09-22 12:01:57 -0700 | [diff] [blame] | 6370 | POSTING_READ(PCH_DREF_CONTROL); |
| 6371 | udelay(200); |
| 6372 | } else { |
| 6373 | DRM_DEBUG_KMS("Disabling SSC entirely\n"); |
| 6374 | |
Chris Wilson | 74cfd7a | 2013-03-26 16:33:04 -0700 | [diff] [blame] | 6375 | val &= ~DREF_CPU_SOURCE_OUTPUT_MASK; |
Keith Packard | 199e5d7 | 2011-09-22 12:01:57 -0700 | [diff] [blame] | 6376 | |
| 6377 | /* Turn off CPU output */ |
Chris Wilson | 74cfd7a | 2013-03-26 16:33:04 -0700 | [diff] [blame] | 6378 | val |= DREF_CPU_SOURCE_OUTPUT_DISABLE; |
Keith Packard | 199e5d7 | 2011-09-22 12:01:57 -0700 | [diff] [blame] | 6379 | |
Chris Wilson | 74cfd7a | 2013-03-26 16:33:04 -0700 | [diff] [blame] | 6380 | I915_WRITE(PCH_DREF_CONTROL, val); |
Keith Packard | 199e5d7 | 2011-09-22 12:01:57 -0700 | [diff] [blame] | 6381 | POSTING_READ(PCH_DREF_CONTROL); |
| 6382 | udelay(200); |
| 6383 | |
| 6384 | /* Turn off the SSC source */ |
Chris Wilson | 74cfd7a | 2013-03-26 16:33:04 -0700 | [diff] [blame] | 6385 | val &= ~DREF_SSC_SOURCE_MASK; |
| 6386 | val |= DREF_SSC_SOURCE_DISABLE; |
Keith Packard | 199e5d7 | 2011-09-22 12:01:57 -0700 | [diff] [blame] | 6387 | |
| 6388 | /* Turn off SSC1 */ |
Chris Wilson | 74cfd7a | 2013-03-26 16:33:04 -0700 | [diff] [blame] | 6389 | val &= ~DREF_SSC1_ENABLE; |
Keith Packard | 199e5d7 | 2011-09-22 12:01:57 -0700 | [diff] [blame] | 6390 | |
Chris Wilson | 74cfd7a | 2013-03-26 16:33:04 -0700 | [diff] [blame] | 6391 | I915_WRITE(PCH_DREF_CONTROL, val); |
Jesse Barnes | 13d83a6 | 2011-08-03 12:59:20 -0700 | [diff] [blame] | 6392 | POSTING_READ(PCH_DREF_CONTROL); |
| 6393 | udelay(200); |
| 6394 | } |
Chris Wilson | 74cfd7a | 2013-03-26 16:33:04 -0700 | [diff] [blame] | 6395 | |
| 6396 | BUG_ON(val != final); |
Jesse Barnes | 13d83a6 | 2011-08-03 12:59:20 -0700 | [diff] [blame] | 6397 | } |
| 6398 | |
Paulo Zanoni | f31f2d5 | 2013-07-18 18:51:11 -0300 | [diff] [blame] | 6399 | static void lpt_reset_fdi_mphy(struct drm_i915_private *dev_priv) |
Paulo Zanoni | dde86e2 | 2012-12-01 12:04:25 -0200 | [diff] [blame] | 6400 | { |
Paulo Zanoni | f31f2d5 | 2013-07-18 18:51:11 -0300 | [diff] [blame] | 6401 | uint32_t tmp; |
Paulo Zanoni | dde86e2 | 2012-12-01 12:04:25 -0200 | [diff] [blame] | 6402 | |
Paulo Zanoni | 0ff066a | 2013-07-12 14:19:36 -0300 | [diff] [blame] | 6403 | tmp = I915_READ(SOUTH_CHICKEN2); |
| 6404 | tmp |= FDI_MPHY_IOSFSB_RESET_CTL; |
| 6405 | I915_WRITE(SOUTH_CHICKEN2, tmp); |
Paulo Zanoni | dde86e2 | 2012-12-01 12:04:25 -0200 | [diff] [blame] | 6406 | |
Paulo Zanoni | 0ff066a | 2013-07-12 14:19:36 -0300 | [diff] [blame] | 6407 | if (wait_for_atomic_us(I915_READ(SOUTH_CHICKEN2) & |
| 6408 | FDI_MPHY_IOSFSB_RESET_STATUS, 100)) |
| 6409 | DRM_ERROR("FDI mPHY reset assert timeout\n"); |
Paulo Zanoni | dde86e2 | 2012-12-01 12:04:25 -0200 | [diff] [blame] | 6410 | |
Paulo Zanoni | 0ff066a | 2013-07-12 14:19:36 -0300 | [diff] [blame] | 6411 | tmp = I915_READ(SOUTH_CHICKEN2); |
| 6412 | tmp &= ~FDI_MPHY_IOSFSB_RESET_CTL; |
| 6413 | I915_WRITE(SOUTH_CHICKEN2, tmp); |
Paulo Zanoni | dde86e2 | 2012-12-01 12:04:25 -0200 | [diff] [blame] | 6414 | |
Paulo Zanoni | 0ff066a | 2013-07-12 14:19:36 -0300 | [diff] [blame] | 6415 | if (wait_for_atomic_us((I915_READ(SOUTH_CHICKEN2) & |
| 6416 | FDI_MPHY_IOSFSB_RESET_STATUS) == 0, 100)) |
| 6417 | DRM_ERROR("FDI mPHY reset de-assert timeout\n"); |
Paulo Zanoni | f31f2d5 | 2013-07-18 18:51:11 -0300 | [diff] [blame] | 6418 | } |
| 6419 | |
| 6420 | /* WaMPhyProgramming:hsw */ |
| 6421 | static void lpt_program_fdi_mphy(struct drm_i915_private *dev_priv) |
| 6422 | { |
| 6423 | uint32_t tmp; |
Paulo Zanoni | dde86e2 | 2012-12-01 12:04:25 -0200 | [diff] [blame] | 6424 | |
| 6425 | tmp = intel_sbi_read(dev_priv, 0x8008, SBI_MPHY); |
| 6426 | tmp &= ~(0xFF << 24); |
| 6427 | tmp |= (0x12 << 24); |
| 6428 | intel_sbi_write(dev_priv, 0x8008, tmp, SBI_MPHY); |
| 6429 | |
Paulo Zanoni | dde86e2 | 2012-12-01 12:04:25 -0200 | [diff] [blame] | 6430 | tmp = intel_sbi_read(dev_priv, 0x2008, SBI_MPHY); |
| 6431 | tmp |= (1 << 11); |
| 6432 | intel_sbi_write(dev_priv, 0x2008, tmp, SBI_MPHY); |
| 6433 | |
| 6434 | tmp = intel_sbi_read(dev_priv, 0x2108, SBI_MPHY); |
| 6435 | tmp |= (1 << 11); |
| 6436 | intel_sbi_write(dev_priv, 0x2108, tmp, SBI_MPHY); |
| 6437 | |
Paulo Zanoni | dde86e2 | 2012-12-01 12:04:25 -0200 | [diff] [blame] | 6438 | tmp = intel_sbi_read(dev_priv, 0x206C, SBI_MPHY); |
| 6439 | tmp |= (1 << 24) | (1 << 21) | (1 << 18); |
| 6440 | intel_sbi_write(dev_priv, 0x206C, tmp, SBI_MPHY); |
| 6441 | |
| 6442 | tmp = intel_sbi_read(dev_priv, 0x216C, SBI_MPHY); |
| 6443 | tmp |= (1 << 24) | (1 << 21) | (1 << 18); |
| 6444 | intel_sbi_write(dev_priv, 0x216C, tmp, SBI_MPHY); |
| 6445 | |
Paulo Zanoni | 0ff066a | 2013-07-12 14:19:36 -0300 | [diff] [blame] | 6446 | tmp = intel_sbi_read(dev_priv, 0x2080, SBI_MPHY); |
| 6447 | tmp &= ~(7 << 13); |
| 6448 | tmp |= (5 << 13); |
| 6449 | intel_sbi_write(dev_priv, 0x2080, tmp, SBI_MPHY); |
Paulo Zanoni | dde86e2 | 2012-12-01 12:04:25 -0200 | [diff] [blame] | 6450 | |
Paulo Zanoni | 0ff066a | 2013-07-12 14:19:36 -0300 | [diff] [blame] | 6451 | tmp = intel_sbi_read(dev_priv, 0x2180, SBI_MPHY); |
| 6452 | tmp &= ~(7 << 13); |
| 6453 | tmp |= (5 << 13); |
| 6454 | intel_sbi_write(dev_priv, 0x2180, tmp, SBI_MPHY); |
Paulo Zanoni | dde86e2 | 2012-12-01 12:04:25 -0200 | [diff] [blame] | 6455 | |
| 6456 | tmp = intel_sbi_read(dev_priv, 0x208C, SBI_MPHY); |
| 6457 | tmp &= ~0xFF; |
| 6458 | tmp |= 0x1C; |
| 6459 | intel_sbi_write(dev_priv, 0x208C, tmp, SBI_MPHY); |
| 6460 | |
| 6461 | tmp = intel_sbi_read(dev_priv, 0x218C, SBI_MPHY); |
| 6462 | tmp &= ~0xFF; |
| 6463 | tmp |= 0x1C; |
| 6464 | intel_sbi_write(dev_priv, 0x218C, tmp, SBI_MPHY); |
| 6465 | |
| 6466 | tmp = intel_sbi_read(dev_priv, 0x2098, SBI_MPHY); |
| 6467 | tmp &= ~(0xFF << 16); |
| 6468 | tmp |= (0x1C << 16); |
| 6469 | intel_sbi_write(dev_priv, 0x2098, tmp, SBI_MPHY); |
| 6470 | |
| 6471 | tmp = intel_sbi_read(dev_priv, 0x2198, SBI_MPHY); |
| 6472 | tmp &= ~(0xFF << 16); |
| 6473 | tmp |= (0x1C << 16); |
| 6474 | intel_sbi_write(dev_priv, 0x2198, tmp, SBI_MPHY); |
| 6475 | |
Paulo Zanoni | 0ff066a | 2013-07-12 14:19:36 -0300 | [diff] [blame] | 6476 | tmp = intel_sbi_read(dev_priv, 0x20C4, SBI_MPHY); |
| 6477 | tmp |= (1 << 27); |
| 6478 | intel_sbi_write(dev_priv, 0x20C4, tmp, SBI_MPHY); |
Paulo Zanoni | dde86e2 | 2012-12-01 12:04:25 -0200 | [diff] [blame] | 6479 | |
Paulo Zanoni | 0ff066a | 2013-07-12 14:19:36 -0300 | [diff] [blame] | 6480 | tmp = intel_sbi_read(dev_priv, 0x21C4, SBI_MPHY); |
| 6481 | tmp |= (1 << 27); |
| 6482 | intel_sbi_write(dev_priv, 0x21C4, tmp, SBI_MPHY); |
Paulo Zanoni | dde86e2 | 2012-12-01 12:04:25 -0200 | [diff] [blame] | 6483 | |
Paulo Zanoni | 0ff066a | 2013-07-12 14:19:36 -0300 | [diff] [blame] | 6484 | tmp = intel_sbi_read(dev_priv, 0x20EC, SBI_MPHY); |
| 6485 | tmp &= ~(0xF << 28); |
| 6486 | tmp |= (4 << 28); |
| 6487 | intel_sbi_write(dev_priv, 0x20EC, tmp, SBI_MPHY); |
Paulo Zanoni | dde86e2 | 2012-12-01 12:04:25 -0200 | [diff] [blame] | 6488 | |
Paulo Zanoni | 0ff066a | 2013-07-12 14:19:36 -0300 | [diff] [blame] | 6489 | tmp = intel_sbi_read(dev_priv, 0x21EC, SBI_MPHY); |
| 6490 | tmp &= ~(0xF << 28); |
| 6491 | tmp |= (4 << 28); |
| 6492 | intel_sbi_write(dev_priv, 0x21EC, tmp, SBI_MPHY); |
Paulo Zanoni | f31f2d5 | 2013-07-18 18:51:11 -0300 | [diff] [blame] | 6493 | } |
| 6494 | |
Paulo Zanoni | 2fa86a1 | 2013-07-23 11:19:24 -0300 | [diff] [blame] | 6495 | /* Implements 3 different sequences from BSpec chapter "Display iCLK |
| 6496 | * Programming" based on the parameters passed: |
| 6497 | * - Sequence to enable CLKOUT_DP |
| 6498 | * - Sequence to enable CLKOUT_DP without spread |
| 6499 | * - Sequence to enable CLKOUT_DP for FDI usage and configure PCH FDI I/O |
| 6500 | */ |
| 6501 | static void lpt_enable_clkout_dp(struct drm_device *dev, bool with_spread, |
| 6502 | bool with_fdi) |
Paulo Zanoni | f31f2d5 | 2013-07-18 18:51:11 -0300 | [diff] [blame] | 6503 | { |
| 6504 | struct drm_i915_private *dev_priv = dev->dev_private; |
Paulo Zanoni | 2fa86a1 | 2013-07-23 11:19:24 -0300 | [diff] [blame] | 6505 | uint32_t reg, tmp; |
| 6506 | |
| 6507 | if (WARN(with_fdi && !with_spread, "FDI requires downspread\n")) |
| 6508 | with_spread = true; |
| 6509 | if (WARN(dev_priv->pch_id == INTEL_PCH_LPT_LP_DEVICE_ID_TYPE && |
| 6510 | with_fdi, "LP PCH doesn't have FDI\n")) |
| 6511 | with_fdi = false; |
Paulo Zanoni | f31f2d5 | 2013-07-18 18:51:11 -0300 | [diff] [blame] | 6512 | |
| 6513 | mutex_lock(&dev_priv->dpio_lock); |
| 6514 | |
| 6515 | tmp = intel_sbi_read(dev_priv, SBI_SSCCTL, SBI_ICLK); |
| 6516 | tmp &= ~SBI_SSCCTL_DISABLE; |
| 6517 | tmp |= SBI_SSCCTL_PATHALT; |
| 6518 | intel_sbi_write(dev_priv, SBI_SSCCTL, tmp, SBI_ICLK); |
| 6519 | |
| 6520 | udelay(24); |
| 6521 | |
Paulo Zanoni | 2fa86a1 | 2013-07-23 11:19:24 -0300 | [diff] [blame] | 6522 | if (with_spread) { |
| 6523 | tmp = intel_sbi_read(dev_priv, SBI_SSCCTL, SBI_ICLK); |
| 6524 | tmp &= ~SBI_SSCCTL_PATHALT; |
| 6525 | intel_sbi_write(dev_priv, SBI_SSCCTL, tmp, SBI_ICLK); |
Paulo Zanoni | f31f2d5 | 2013-07-18 18:51:11 -0300 | [diff] [blame] | 6526 | |
Paulo Zanoni | 2fa86a1 | 2013-07-23 11:19:24 -0300 | [diff] [blame] | 6527 | if (with_fdi) { |
| 6528 | lpt_reset_fdi_mphy(dev_priv); |
| 6529 | lpt_program_fdi_mphy(dev_priv); |
| 6530 | } |
| 6531 | } |
Paulo Zanoni | dde86e2 | 2012-12-01 12:04:25 -0200 | [diff] [blame] | 6532 | |
Paulo Zanoni | 2fa86a1 | 2013-07-23 11:19:24 -0300 | [diff] [blame] | 6533 | reg = (dev_priv->pch_id == INTEL_PCH_LPT_LP_DEVICE_ID_TYPE) ? |
| 6534 | SBI_GEN0 : SBI_DBUFF0; |
| 6535 | tmp = intel_sbi_read(dev_priv, reg, SBI_ICLK); |
| 6536 | tmp |= SBI_GEN0_CFG_BUFFENABLE_DISABLE; |
| 6537 | intel_sbi_write(dev_priv, reg, tmp, SBI_ICLK); |
Daniel Vetter | c00db24 | 2013-01-22 15:33:27 +0100 | [diff] [blame] | 6538 | |
| 6539 | mutex_unlock(&dev_priv->dpio_lock); |
Paulo Zanoni | dde86e2 | 2012-12-01 12:04:25 -0200 | [diff] [blame] | 6540 | } |
| 6541 | |
Paulo Zanoni | 47701c3 | 2013-07-23 11:19:25 -0300 | [diff] [blame] | 6542 | /* Sequence to disable CLKOUT_DP */ |
| 6543 | static void lpt_disable_clkout_dp(struct drm_device *dev) |
| 6544 | { |
| 6545 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 6546 | uint32_t reg, tmp; |
| 6547 | |
| 6548 | mutex_lock(&dev_priv->dpio_lock); |
| 6549 | |
| 6550 | reg = (dev_priv->pch_id == INTEL_PCH_LPT_LP_DEVICE_ID_TYPE) ? |
| 6551 | SBI_GEN0 : SBI_DBUFF0; |
| 6552 | tmp = intel_sbi_read(dev_priv, reg, SBI_ICLK); |
| 6553 | tmp &= ~SBI_GEN0_CFG_BUFFENABLE_DISABLE; |
| 6554 | intel_sbi_write(dev_priv, reg, tmp, SBI_ICLK); |
| 6555 | |
| 6556 | tmp = intel_sbi_read(dev_priv, SBI_SSCCTL, SBI_ICLK); |
| 6557 | if (!(tmp & SBI_SSCCTL_DISABLE)) { |
| 6558 | if (!(tmp & SBI_SSCCTL_PATHALT)) { |
| 6559 | tmp |= SBI_SSCCTL_PATHALT; |
| 6560 | intel_sbi_write(dev_priv, SBI_SSCCTL, tmp, SBI_ICLK); |
| 6561 | udelay(32); |
| 6562 | } |
| 6563 | tmp |= SBI_SSCCTL_DISABLE; |
| 6564 | intel_sbi_write(dev_priv, SBI_SSCCTL, tmp, SBI_ICLK); |
| 6565 | } |
| 6566 | |
| 6567 | mutex_unlock(&dev_priv->dpio_lock); |
| 6568 | } |
| 6569 | |
Paulo Zanoni | bf8fa3d | 2013-07-12 14:19:38 -0300 | [diff] [blame] | 6570 | static void lpt_init_pch_refclk(struct drm_device *dev) |
| 6571 | { |
| 6572 | struct drm_mode_config *mode_config = &dev->mode_config; |
| 6573 | struct intel_encoder *encoder; |
| 6574 | bool has_vga = false; |
| 6575 | |
| 6576 | list_for_each_entry(encoder, &mode_config->encoder_list, base.head) { |
| 6577 | switch (encoder->type) { |
| 6578 | case INTEL_OUTPUT_ANALOG: |
| 6579 | has_vga = true; |
| 6580 | break; |
| 6581 | } |
| 6582 | } |
| 6583 | |
Paulo Zanoni | 47701c3 | 2013-07-23 11:19:25 -0300 | [diff] [blame] | 6584 | if (has_vga) |
| 6585 | lpt_enable_clkout_dp(dev, true, true); |
| 6586 | else |
| 6587 | lpt_disable_clkout_dp(dev); |
Paulo Zanoni | bf8fa3d | 2013-07-12 14:19:38 -0300 | [diff] [blame] | 6588 | } |
| 6589 | |
Paulo Zanoni | dde86e2 | 2012-12-01 12:04:25 -0200 | [diff] [blame] | 6590 | /* |
| 6591 | * Initialize reference clocks when the driver loads |
| 6592 | */ |
| 6593 | void intel_init_pch_refclk(struct drm_device *dev) |
| 6594 | { |
| 6595 | if (HAS_PCH_IBX(dev) || HAS_PCH_CPT(dev)) |
| 6596 | ironlake_init_pch_refclk(dev); |
| 6597 | else if (HAS_PCH_LPT(dev)) |
| 6598 | lpt_init_pch_refclk(dev); |
| 6599 | } |
| 6600 | |
Jesse Barnes | d9d444c | 2011-09-02 13:03:05 -0700 | [diff] [blame] | 6601 | static int ironlake_get_refclk(struct drm_crtc *crtc) |
| 6602 | { |
| 6603 | struct drm_device *dev = crtc->dev; |
| 6604 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 6605 | struct intel_encoder *encoder; |
Jesse Barnes | d9d444c | 2011-09-02 13:03:05 -0700 | [diff] [blame] | 6606 | int num_connectors = 0; |
| 6607 | bool is_lvds = false; |
| 6608 | |
Daniel Vetter | 6c2b7c12 | 2012-07-05 09:50:24 +0200 | [diff] [blame] | 6609 | for_each_encoder_on_crtc(dev, crtc, encoder) { |
Jesse Barnes | d9d444c | 2011-09-02 13:03:05 -0700 | [diff] [blame] | 6610 | switch (encoder->type) { |
| 6611 | case INTEL_OUTPUT_LVDS: |
| 6612 | is_lvds = true; |
| 6613 | break; |
Jesse Barnes | d9d444c | 2011-09-02 13:03:05 -0700 | [diff] [blame] | 6614 | } |
| 6615 | num_connectors++; |
| 6616 | } |
| 6617 | |
| 6618 | if (is_lvds && intel_panel_use_ssc(dev_priv) && num_connectors < 2) { |
Ville Syrjälä | e91e941 | 2013-12-09 18:54:16 +0200 | [diff] [blame] | 6619 | DRM_DEBUG_KMS("using SSC reference clock of %d kHz\n", |
Rodrigo Vivi | 41aa344 | 2013-05-09 20:03:18 -0300 | [diff] [blame] | 6620 | dev_priv->vbt.lvds_ssc_freq); |
Ville Syrjälä | e91e941 | 2013-12-09 18:54:16 +0200 | [diff] [blame] | 6621 | return dev_priv->vbt.lvds_ssc_freq; |
Jesse Barnes | d9d444c | 2011-09-02 13:03:05 -0700 | [diff] [blame] | 6622 | } |
| 6623 | |
| 6624 | return 120000; |
| 6625 | } |
| 6626 | |
Daniel Vetter | 6ff9360 | 2013-04-19 11:24:36 +0200 | [diff] [blame] | 6627 | static void ironlake_set_pipeconf(struct drm_crtc *crtc) |
Paulo Zanoni | c820356 | 2012-09-12 10:06:29 -0300 | [diff] [blame] | 6628 | { |
| 6629 | struct drm_i915_private *dev_priv = crtc->dev->dev_private; |
| 6630 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 6631 | int pipe = intel_crtc->pipe; |
| 6632 | uint32_t val; |
| 6633 | |
Daniel Vetter | 7811407 | 2013-06-13 00:54:57 +0200 | [diff] [blame] | 6634 | val = 0; |
Paulo Zanoni | c820356 | 2012-09-12 10:06:29 -0300 | [diff] [blame] | 6635 | |
Daniel Vetter | 965e0c4 | 2013-03-27 00:44:57 +0100 | [diff] [blame] | 6636 | switch (intel_crtc->config.pipe_bpp) { |
Paulo Zanoni | c820356 | 2012-09-12 10:06:29 -0300 | [diff] [blame] | 6637 | case 18: |
Daniel Vetter | dfd07d7 | 2012-12-17 11:21:38 +0100 | [diff] [blame] | 6638 | val |= PIPECONF_6BPC; |
Paulo Zanoni | c820356 | 2012-09-12 10:06:29 -0300 | [diff] [blame] | 6639 | break; |
| 6640 | case 24: |
Daniel Vetter | dfd07d7 | 2012-12-17 11:21:38 +0100 | [diff] [blame] | 6641 | val |= PIPECONF_8BPC; |
Paulo Zanoni | c820356 | 2012-09-12 10:06:29 -0300 | [diff] [blame] | 6642 | break; |
| 6643 | case 30: |
Daniel Vetter | dfd07d7 | 2012-12-17 11:21:38 +0100 | [diff] [blame] | 6644 | val |= PIPECONF_10BPC; |
Paulo Zanoni | c820356 | 2012-09-12 10:06:29 -0300 | [diff] [blame] | 6645 | break; |
| 6646 | case 36: |
Daniel Vetter | dfd07d7 | 2012-12-17 11:21:38 +0100 | [diff] [blame] | 6647 | val |= PIPECONF_12BPC; |
Paulo Zanoni | c820356 | 2012-09-12 10:06:29 -0300 | [diff] [blame] | 6648 | break; |
| 6649 | default: |
Paulo Zanoni | cc769b6 | 2012-09-20 18:36:03 -0300 | [diff] [blame] | 6650 | /* Case prevented by intel_choose_pipe_bpp_dither. */ |
| 6651 | BUG(); |
Paulo Zanoni | c820356 | 2012-09-12 10:06:29 -0300 | [diff] [blame] | 6652 | } |
| 6653 | |
Daniel Vetter | d8b3224 | 2013-04-25 17:54:44 +0200 | [diff] [blame] | 6654 | if (intel_crtc->config.dither) |
Paulo Zanoni | c820356 | 2012-09-12 10:06:29 -0300 | [diff] [blame] | 6655 | val |= (PIPECONF_DITHER_EN | PIPECONF_DITHER_TYPE_SP); |
| 6656 | |
Daniel Vetter | 6ff9360 | 2013-04-19 11:24:36 +0200 | [diff] [blame] | 6657 | if (intel_crtc->config.adjusted_mode.flags & DRM_MODE_FLAG_INTERLACE) |
Paulo Zanoni | c820356 | 2012-09-12 10:06:29 -0300 | [diff] [blame] | 6658 | val |= PIPECONF_INTERLACED_ILK; |
| 6659 | else |
| 6660 | val |= PIPECONF_PROGRESSIVE; |
| 6661 | |
Daniel Vetter | 50f3b01 | 2013-03-27 00:44:56 +0100 | [diff] [blame] | 6662 | if (intel_crtc->config.limited_color_range) |
Ville Syrjälä | 3685a8f | 2013-01-17 16:31:28 +0200 | [diff] [blame] | 6663 | val |= PIPECONF_COLOR_RANGE_SELECT; |
Ville Syrjälä | 3685a8f | 2013-01-17 16:31:28 +0200 | [diff] [blame] | 6664 | |
Paulo Zanoni | c820356 | 2012-09-12 10:06:29 -0300 | [diff] [blame] | 6665 | I915_WRITE(PIPECONF(pipe), val); |
| 6666 | POSTING_READ(PIPECONF(pipe)); |
| 6667 | } |
| 6668 | |
Ville Syrjälä | 86d3efc | 2013-01-18 19:11:38 +0200 | [diff] [blame] | 6669 | /* |
| 6670 | * Set up the pipe CSC unit. |
| 6671 | * |
| 6672 | * Currently only full range RGB to limited range RGB conversion |
| 6673 | * is supported, but eventually this should handle various |
| 6674 | * RGB<->YCbCr scenarios as well. |
| 6675 | */ |
Daniel Vetter | 50f3b01 | 2013-03-27 00:44:56 +0100 | [diff] [blame] | 6676 | static void intel_set_pipe_csc(struct drm_crtc *crtc) |
Ville Syrjälä | 86d3efc | 2013-01-18 19:11:38 +0200 | [diff] [blame] | 6677 | { |
| 6678 | struct drm_device *dev = crtc->dev; |
| 6679 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 6680 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 6681 | int pipe = intel_crtc->pipe; |
| 6682 | uint16_t coeff = 0x7800; /* 1.0 */ |
| 6683 | |
| 6684 | /* |
| 6685 | * TODO: Check what kind of values actually come out of the pipe |
| 6686 | * with these coeff/postoff values and adjust to get the best |
| 6687 | * accuracy. Perhaps we even need to take the bpc value into |
| 6688 | * consideration. |
| 6689 | */ |
| 6690 | |
Daniel Vetter | 50f3b01 | 2013-03-27 00:44:56 +0100 | [diff] [blame] | 6691 | if (intel_crtc->config.limited_color_range) |
Ville Syrjälä | 86d3efc | 2013-01-18 19:11:38 +0200 | [diff] [blame] | 6692 | coeff = ((235 - 16) * (1 << 12) / 255) & 0xff8; /* 0.xxx... */ |
| 6693 | |
| 6694 | /* |
| 6695 | * GY/GU and RY/RU should be the other way around according |
| 6696 | * to BSpec, but reality doesn't agree. Just set them up in |
| 6697 | * a way that results in the correct picture. |
| 6698 | */ |
| 6699 | I915_WRITE(PIPE_CSC_COEFF_RY_GY(pipe), coeff << 16); |
| 6700 | I915_WRITE(PIPE_CSC_COEFF_BY(pipe), 0); |
| 6701 | |
| 6702 | I915_WRITE(PIPE_CSC_COEFF_RU_GU(pipe), coeff); |
| 6703 | I915_WRITE(PIPE_CSC_COEFF_BU(pipe), 0); |
| 6704 | |
| 6705 | I915_WRITE(PIPE_CSC_COEFF_RV_GV(pipe), 0); |
| 6706 | I915_WRITE(PIPE_CSC_COEFF_BV(pipe), coeff << 16); |
| 6707 | |
| 6708 | I915_WRITE(PIPE_CSC_PREOFF_HI(pipe), 0); |
| 6709 | I915_WRITE(PIPE_CSC_PREOFF_ME(pipe), 0); |
| 6710 | I915_WRITE(PIPE_CSC_PREOFF_LO(pipe), 0); |
| 6711 | |
| 6712 | if (INTEL_INFO(dev)->gen > 6) { |
| 6713 | uint16_t postoff = 0; |
| 6714 | |
Daniel Vetter | 50f3b01 | 2013-03-27 00:44:56 +0100 | [diff] [blame] | 6715 | if (intel_crtc->config.limited_color_range) |
Ville Syrjälä | 32cf0cb | 2013-11-28 22:10:38 +0200 | [diff] [blame] | 6716 | postoff = (16 * (1 << 12) / 255) & 0x1fff; |
Ville Syrjälä | 86d3efc | 2013-01-18 19:11:38 +0200 | [diff] [blame] | 6717 | |
| 6718 | I915_WRITE(PIPE_CSC_POSTOFF_HI(pipe), postoff); |
| 6719 | I915_WRITE(PIPE_CSC_POSTOFF_ME(pipe), postoff); |
| 6720 | I915_WRITE(PIPE_CSC_POSTOFF_LO(pipe), postoff); |
| 6721 | |
| 6722 | I915_WRITE(PIPE_CSC_MODE(pipe), 0); |
| 6723 | } else { |
| 6724 | uint32_t mode = CSC_MODE_YUV_TO_RGB; |
| 6725 | |
Daniel Vetter | 50f3b01 | 2013-03-27 00:44:56 +0100 | [diff] [blame] | 6726 | if (intel_crtc->config.limited_color_range) |
Ville Syrjälä | 86d3efc | 2013-01-18 19:11:38 +0200 | [diff] [blame] | 6727 | mode |= CSC_BLACK_SCREEN_OFFSET; |
| 6728 | |
| 6729 | I915_WRITE(PIPE_CSC_MODE(pipe), mode); |
| 6730 | } |
| 6731 | } |
| 6732 | |
Daniel Vetter | 6ff9360 | 2013-04-19 11:24:36 +0200 | [diff] [blame] | 6733 | static void haswell_set_pipeconf(struct drm_crtc *crtc) |
Paulo Zanoni | ee2b0b3 | 2012-10-05 12:05:57 -0300 | [diff] [blame] | 6734 | { |
Paulo Zanoni | 756f85c | 2013-11-02 21:07:38 -0700 | [diff] [blame] | 6735 | struct drm_device *dev = crtc->dev; |
| 6736 | struct drm_i915_private *dev_priv = dev->dev_private; |
Paulo Zanoni | ee2b0b3 | 2012-10-05 12:05:57 -0300 | [diff] [blame] | 6737 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
Paulo Zanoni | 756f85c | 2013-11-02 21:07:38 -0700 | [diff] [blame] | 6738 | enum pipe pipe = intel_crtc->pipe; |
Daniel Vetter | 3b117c8 | 2013-04-17 20:15:07 +0200 | [diff] [blame] | 6739 | enum transcoder cpu_transcoder = intel_crtc->config.cpu_transcoder; |
Paulo Zanoni | ee2b0b3 | 2012-10-05 12:05:57 -0300 | [diff] [blame] | 6740 | uint32_t val; |
| 6741 | |
Daniel Vetter | 3eff4fa | 2013-06-13 00:54:59 +0200 | [diff] [blame] | 6742 | val = 0; |
Paulo Zanoni | ee2b0b3 | 2012-10-05 12:05:57 -0300 | [diff] [blame] | 6743 | |
Paulo Zanoni | 756f85c | 2013-11-02 21:07:38 -0700 | [diff] [blame] | 6744 | if (IS_HASWELL(dev) && intel_crtc->config.dither) |
Paulo Zanoni | ee2b0b3 | 2012-10-05 12:05:57 -0300 | [diff] [blame] | 6745 | val |= (PIPECONF_DITHER_EN | PIPECONF_DITHER_TYPE_SP); |
| 6746 | |
Daniel Vetter | 6ff9360 | 2013-04-19 11:24:36 +0200 | [diff] [blame] | 6747 | if (intel_crtc->config.adjusted_mode.flags & DRM_MODE_FLAG_INTERLACE) |
Paulo Zanoni | ee2b0b3 | 2012-10-05 12:05:57 -0300 | [diff] [blame] | 6748 | val |= PIPECONF_INTERLACED_ILK; |
| 6749 | else |
| 6750 | val |= PIPECONF_PROGRESSIVE; |
| 6751 | |
Paulo Zanoni | 702e7a5 | 2012-10-23 18:29:59 -0200 | [diff] [blame] | 6752 | I915_WRITE(PIPECONF(cpu_transcoder), val); |
| 6753 | POSTING_READ(PIPECONF(cpu_transcoder)); |
Daniel Vetter | 3eff4fa | 2013-06-13 00:54:59 +0200 | [diff] [blame] | 6754 | |
| 6755 | I915_WRITE(GAMMA_MODE(intel_crtc->pipe), GAMMA_MODE_MODE_8BIT); |
| 6756 | POSTING_READ(GAMMA_MODE(intel_crtc->pipe)); |
Paulo Zanoni | 756f85c | 2013-11-02 21:07:38 -0700 | [diff] [blame] | 6757 | |
| 6758 | if (IS_BROADWELL(dev)) { |
| 6759 | val = 0; |
| 6760 | |
| 6761 | switch (intel_crtc->config.pipe_bpp) { |
| 6762 | case 18: |
| 6763 | val |= PIPEMISC_DITHER_6_BPC; |
| 6764 | break; |
| 6765 | case 24: |
| 6766 | val |= PIPEMISC_DITHER_8_BPC; |
| 6767 | break; |
| 6768 | case 30: |
| 6769 | val |= PIPEMISC_DITHER_10_BPC; |
| 6770 | break; |
| 6771 | case 36: |
| 6772 | val |= PIPEMISC_DITHER_12_BPC; |
| 6773 | break; |
| 6774 | default: |
| 6775 | /* Case prevented by pipe_config_set_bpp. */ |
| 6776 | BUG(); |
| 6777 | } |
| 6778 | |
| 6779 | if (intel_crtc->config.dither) |
| 6780 | val |= PIPEMISC_DITHER_ENABLE | PIPEMISC_DITHER_TYPE_SP; |
| 6781 | |
| 6782 | I915_WRITE(PIPEMISC(pipe), val); |
| 6783 | } |
Paulo Zanoni | ee2b0b3 | 2012-10-05 12:05:57 -0300 | [diff] [blame] | 6784 | } |
| 6785 | |
Paulo Zanoni | 6591c6e | 2012-09-12 10:06:34 -0300 | [diff] [blame] | 6786 | static bool ironlake_compute_clocks(struct drm_crtc *crtc, |
Paulo Zanoni | 6591c6e | 2012-09-12 10:06:34 -0300 | [diff] [blame] | 6787 | intel_clock_t *clock, |
| 6788 | bool *has_reduced_clock, |
| 6789 | intel_clock_t *reduced_clock) |
| 6790 | { |
| 6791 | struct drm_device *dev = crtc->dev; |
| 6792 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 6793 | struct intel_encoder *intel_encoder; |
| 6794 | int refclk; |
| 6795 | const intel_limit_t *limit; |
Daniel Vetter | a16af721 | 2013-04-30 14:01:44 +0200 | [diff] [blame] | 6796 | bool ret, is_lvds = false; |
Paulo Zanoni | 6591c6e | 2012-09-12 10:06:34 -0300 | [diff] [blame] | 6797 | |
| 6798 | for_each_encoder_on_crtc(dev, crtc, intel_encoder) { |
| 6799 | switch (intel_encoder->type) { |
| 6800 | case INTEL_OUTPUT_LVDS: |
| 6801 | is_lvds = true; |
| 6802 | break; |
Paulo Zanoni | 6591c6e | 2012-09-12 10:06:34 -0300 | [diff] [blame] | 6803 | } |
| 6804 | } |
| 6805 | |
| 6806 | refclk = ironlake_get_refclk(crtc); |
| 6807 | |
| 6808 | /* |
| 6809 | * Returns a set of divisors for the desired target clock with the given |
| 6810 | * refclk, or FALSE. The returned values represent the clock equation: |
| 6811 | * reflck * (5 * (m1 + 2) + (m2 + 2)) / (n + 2) / p1 / p2. |
| 6812 | */ |
| 6813 | limit = intel_limit(crtc, refclk); |
Daniel Vetter | ff9a675 | 2013-06-01 17:16:21 +0200 | [diff] [blame] | 6814 | ret = dev_priv->display.find_dpll(limit, crtc, |
| 6815 | to_intel_crtc(crtc)->config.port_clock, |
Daniel Vetter | ee9300b | 2013-06-03 22:40:22 +0200 | [diff] [blame] | 6816 | refclk, NULL, clock); |
Paulo Zanoni | 6591c6e | 2012-09-12 10:06:34 -0300 | [diff] [blame] | 6817 | if (!ret) |
| 6818 | return false; |
| 6819 | |
| 6820 | if (is_lvds && dev_priv->lvds_downclock_avail) { |
| 6821 | /* |
| 6822 | * Ensure we match the reduced clock's P to the target clock. |
| 6823 | * If the clocks don't match, we can't switch the display clock |
| 6824 | * by using the FP0/FP1. In such case we will disable the LVDS |
| 6825 | * downclock feature. |
| 6826 | */ |
Daniel Vetter | ee9300b | 2013-06-03 22:40:22 +0200 | [diff] [blame] | 6827 | *has_reduced_clock = |
| 6828 | dev_priv->display.find_dpll(limit, crtc, |
| 6829 | dev_priv->lvds_downclock, |
| 6830 | refclk, clock, |
| 6831 | reduced_clock); |
Paulo Zanoni | 6591c6e | 2012-09-12 10:06:34 -0300 | [diff] [blame] | 6832 | } |
| 6833 | |
Paulo Zanoni | 6591c6e | 2012-09-12 10:06:34 -0300 | [diff] [blame] | 6834 | return true; |
| 6835 | } |
| 6836 | |
Paulo Zanoni | d4b1931 | 2012-11-29 11:29:32 -0200 | [diff] [blame] | 6837 | int ironlake_get_lanes_required(int target_clock, int link_bw, int bpp) |
| 6838 | { |
| 6839 | /* |
| 6840 | * Account for spread spectrum to avoid |
| 6841 | * oversubscribing the link. Max center spread |
| 6842 | * is 2.5%; use 5% for safety's sake. |
| 6843 | */ |
| 6844 | u32 bps = target_clock * bpp * 21 / 20; |
Ville Syrjälä | 619d4d0 | 2014-02-27 14:23:14 +0200 | [diff] [blame] | 6845 | return DIV_ROUND_UP(bps, link_bw * 8); |
Paulo Zanoni | d4b1931 | 2012-11-29 11:29:32 -0200 | [diff] [blame] | 6846 | } |
| 6847 | |
Daniel Vetter | 7429e9d | 2013-04-20 17:19:46 +0200 | [diff] [blame] | 6848 | static bool ironlake_needs_fb_cb_tune(struct dpll *dpll, int factor) |
Daniel Vetter | 6cf86a5 | 2013-04-02 23:38:10 +0200 | [diff] [blame] | 6849 | { |
Daniel Vetter | 7429e9d | 2013-04-20 17:19:46 +0200 | [diff] [blame] | 6850 | return i9xx_dpll_compute_m(dpll) < factor * dpll->n; |
Paulo Zanoni | f48d8f2 | 2012-09-20 18:36:04 -0300 | [diff] [blame] | 6851 | } |
| 6852 | |
Paulo Zanoni | de13a2e | 2012-09-20 18:36:05 -0300 | [diff] [blame] | 6853 | static uint32_t ironlake_compute_dpll(struct intel_crtc *intel_crtc, |
Daniel Vetter | 7429e9d | 2013-04-20 17:19:46 +0200 | [diff] [blame] | 6854 | u32 *fp, |
Daniel Vetter | 9a7c789 | 2013-04-04 22:20:34 +0200 | [diff] [blame] | 6855 | intel_clock_t *reduced_clock, u32 *fp2) |
Paulo Zanoni | de13a2e | 2012-09-20 18:36:05 -0300 | [diff] [blame] | 6856 | { |
| 6857 | struct drm_crtc *crtc = &intel_crtc->base; |
| 6858 | struct drm_device *dev = crtc->dev; |
| 6859 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 6860 | struct intel_encoder *intel_encoder; |
| 6861 | uint32_t dpll; |
Daniel Vetter | 6cc5f34 | 2013-03-27 00:44:53 +0100 | [diff] [blame] | 6862 | int factor, num_connectors = 0; |
Daniel Vetter | 09ede54 | 2013-04-30 14:01:45 +0200 | [diff] [blame] | 6863 | bool is_lvds = false, is_sdvo = false; |
Paulo Zanoni | de13a2e | 2012-09-20 18:36:05 -0300 | [diff] [blame] | 6864 | |
| 6865 | for_each_encoder_on_crtc(dev, crtc, intel_encoder) { |
| 6866 | switch (intel_encoder->type) { |
| 6867 | case INTEL_OUTPUT_LVDS: |
| 6868 | is_lvds = true; |
| 6869 | break; |
| 6870 | case INTEL_OUTPUT_SDVO: |
| 6871 | case INTEL_OUTPUT_HDMI: |
| 6872 | is_sdvo = true; |
Paulo Zanoni | de13a2e | 2012-09-20 18:36:05 -0300 | [diff] [blame] | 6873 | break; |
Paulo Zanoni | de13a2e | 2012-09-20 18:36:05 -0300 | [diff] [blame] | 6874 | } |
| 6875 | |
| 6876 | num_connectors++; |
| 6877 | } |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 6878 | |
Chris Wilson | c185812 | 2010-12-03 21:35:48 +0000 | [diff] [blame] | 6879 | /* Enable autotuning of the PLL clock (if permissible) */ |
Eric Anholt | 8febb29 | 2011-03-30 13:01:07 -0700 | [diff] [blame] | 6880 | factor = 21; |
| 6881 | if (is_lvds) { |
| 6882 | if ((intel_panel_use_ssc(dev_priv) && |
Ville Syrjälä | e91e941 | 2013-12-09 18:54:16 +0200 | [diff] [blame] | 6883 | dev_priv->vbt.lvds_ssc_freq == 100000) || |
Daniel Vetter | f0b4405 | 2013-04-04 22:20:33 +0200 | [diff] [blame] | 6884 | (HAS_PCH_IBX(dev) && intel_is_dual_link_lvds(dev))) |
Eric Anholt | 8febb29 | 2011-03-30 13:01:07 -0700 | [diff] [blame] | 6885 | factor = 25; |
Daniel Vetter | 09ede54 | 2013-04-30 14:01:45 +0200 | [diff] [blame] | 6886 | } else if (intel_crtc->config.sdvo_tv_clock) |
Eric Anholt | 8febb29 | 2011-03-30 13:01:07 -0700 | [diff] [blame] | 6887 | factor = 20; |
Chris Wilson | c185812 | 2010-12-03 21:35:48 +0000 | [diff] [blame] | 6888 | |
Daniel Vetter | 7429e9d | 2013-04-20 17:19:46 +0200 | [diff] [blame] | 6889 | if (ironlake_needs_fb_cb_tune(&intel_crtc->config.dpll, factor)) |
Daniel Vetter | 7d0ac5b | 2013-04-04 22:20:32 +0200 | [diff] [blame] | 6890 | *fp |= FP_CB_TUNE; |
Chris Wilson | c185812 | 2010-12-03 21:35:48 +0000 | [diff] [blame] | 6891 | |
Daniel Vetter | 9a7c789 | 2013-04-04 22:20:34 +0200 | [diff] [blame] | 6892 | if (fp2 && (reduced_clock->m < factor * reduced_clock->n)) |
| 6893 | *fp2 |= FP_CB_TUNE; |
| 6894 | |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 6895 | dpll = 0; |
Zhenyu Wang | 2c07245 | 2009-06-05 15:38:42 +0800 | [diff] [blame] | 6896 | |
Eric Anholt | a07d678 | 2011-03-30 13:01:08 -0700 | [diff] [blame] | 6897 | if (is_lvds) |
| 6898 | dpll |= DPLLB_MODE_LVDS; |
| 6899 | else |
| 6900 | dpll |= DPLLB_MODE_DAC_SERIAL; |
Daniel Vetter | 198a037f | 2013-04-19 11:14:37 +0200 | [diff] [blame] | 6901 | |
Daniel Vetter | ef1b460 | 2013-06-01 17:17:04 +0200 | [diff] [blame] | 6902 | dpll |= (intel_crtc->config.pixel_multiplier - 1) |
| 6903 | << PLL_REF_SDVO_HDMI_MULTIPLIER_SHIFT; |
Daniel Vetter | 198a037f | 2013-04-19 11:14:37 +0200 | [diff] [blame] | 6904 | |
| 6905 | if (is_sdvo) |
Daniel Vetter | 4a33e48 | 2013-07-06 12:52:05 +0200 | [diff] [blame] | 6906 | dpll |= DPLL_SDVO_HIGH_SPEED; |
Daniel Vetter | 9566e9a | 2013-04-19 11:14:36 +0200 | [diff] [blame] | 6907 | if (intel_crtc->config.has_dp_encoder) |
Daniel Vetter | 4a33e48 | 2013-07-06 12:52:05 +0200 | [diff] [blame] | 6908 | dpll |= DPLL_SDVO_HIGH_SPEED; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 6909 | |
Eric Anholt | a07d678 | 2011-03-30 13:01:08 -0700 | [diff] [blame] | 6910 | /* compute bitmask from p1 value */ |
Daniel Vetter | 7429e9d | 2013-04-20 17:19:46 +0200 | [diff] [blame] | 6911 | dpll |= (1 << (intel_crtc->config.dpll.p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT; |
Eric Anholt | a07d678 | 2011-03-30 13:01:08 -0700 | [diff] [blame] | 6912 | /* also FPA1 */ |
Daniel Vetter | 7429e9d | 2013-04-20 17:19:46 +0200 | [diff] [blame] | 6913 | dpll |= (1 << (intel_crtc->config.dpll.p1 - 1)) << DPLL_FPA1_P1_POST_DIV_SHIFT; |
Eric Anholt | a07d678 | 2011-03-30 13:01:08 -0700 | [diff] [blame] | 6914 | |
Daniel Vetter | 7429e9d | 2013-04-20 17:19:46 +0200 | [diff] [blame] | 6915 | switch (intel_crtc->config.dpll.p2) { |
Eric Anholt | a07d678 | 2011-03-30 13:01:08 -0700 | [diff] [blame] | 6916 | case 5: |
| 6917 | dpll |= DPLL_DAC_SERIAL_P2_CLOCK_DIV_5; |
| 6918 | break; |
| 6919 | case 7: |
| 6920 | dpll |= DPLLB_LVDS_P2_CLOCK_DIV_7; |
| 6921 | break; |
| 6922 | case 10: |
| 6923 | dpll |= DPLL_DAC_SERIAL_P2_CLOCK_DIV_10; |
| 6924 | break; |
| 6925 | case 14: |
| 6926 | dpll |= DPLLB_LVDS_P2_CLOCK_DIV_14; |
| 6927 | break; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 6928 | } |
| 6929 | |
Daniel Vetter | b4c09f3 | 2013-04-30 14:01:42 +0200 | [diff] [blame] | 6930 | if (is_lvds && intel_panel_use_ssc(dev_priv) && num_connectors < 2) |
Kristian Høgsberg | 43565a0 | 2009-02-13 20:56:52 -0500 | [diff] [blame] | 6931 | dpll |= PLLB_REF_INPUT_SPREADSPECTRUMIN; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 6932 | else |
| 6933 | dpll |= PLL_REF_INPUT_DREFCLK; |
| 6934 | |
Daniel Vetter | 959e16d | 2013-06-05 13:34:21 +0200 | [diff] [blame] | 6935 | return dpll | DPLL_VCO_ENABLE; |
Paulo Zanoni | de13a2e | 2012-09-20 18:36:05 -0300 | [diff] [blame] | 6936 | } |
| 6937 | |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 6938 | static int ironlake_crtc_mode_set(struct drm_crtc *crtc, |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 6939 | int x, int y, |
Daniel Vetter | 94352cf | 2012-07-05 22:51:56 +0200 | [diff] [blame] | 6940 | struct drm_framebuffer *fb) |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 6941 | { |
| 6942 | struct drm_device *dev = crtc->dev; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 6943 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
Paulo Zanoni | 6591c6e | 2012-09-12 10:06:34 -0300 | [diff] [blame] | 6944 | int num_connectors = 0; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 6945 | intel_clock_t clock, reduced_clock; |
Daniel Vetter | cbbab5b | 2013-04-19 11:14:31 +0200 | [diff] [blame] | 6946 | u32 dpll = 0, fp = 0, fp2 = 0; |
Paulo Zanoni | e2f12b0 | 2012-09-20 18:36:06 -0300 | [diff] [blame] | 6947 | bool ok, has_reduced_clock = false; |
Daniel Vetter | 8b47047 | 2013-03-28 10:41:59 +0100 | [diff] [blame] | 6948 | bool is_lvds = false; |
Paulo Zanoni | f48d8f2 | 2012-09-20 18:36:04 -0300 | [diff] [blame] | 6949 | struct intel_encoder *encoder; |
Daniel Vetter | e2b7826 | 2013-06-07 23:10:03 +0200 | [diff] [blame] | 6950 | struct intel_shared_dpll *pll; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 6951 | |
| 6952 | for_each_encoder_on_crtc(dev, crtc, encoder) { |
| 6953 | switch (encoder->type) { |
| 6954 | case INTEL_OUTPUT_LVDS: |
| 6955 | is_lvds = true; |
| 6956 | break; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 6957 | } |
| 6958 | |
| 6959 | num_connectors++; |
| 6960 | } |
| 6961 | |
Paulo Zanoni | 5dc5298 | 2012-10-05 12:05:56 -0300 | [diff] [blame] | 6962 | WARN(!(HAS_PCH_IBX(dev) || HAS_PCH_CPT(dev)), |
| 6963 | "Unexpected PCH type %d\n", INTEL_PCH_TYPE(dev)); |
| 6964 | |
Daniel Vetter | ff9a675 | 2013-06-01 17:16:21 +0200 | [diff] [blame] | 6965 | ok = ironlake_compute_clocks(crtc, &clock, |
Paulo Zanoni | 6591c6e | 2012-09-12 10:06:34 -0300 | [diff] [blame] | 6966 | &has_reduced_clock, &reduced_clock); |
Daniel Vetter | ee9300b | 2013-06-03 22:40:22 +0200 | [diff] [blame] | 6967 | if (!ok && !intel_crtc->config.clock_set) { |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 6968 | DRM_ERROR("Couldn't find PLL settings for mode!\n"); |
| 6969 | return -EINVAL; |
| 6970 | } |
Daniel Vetter | f47709a | 2013-03-28 10:42:02 +0100 | [diff] [blame] | 6971 | /* Compat-code for transition, will disappear. */ |
| 6972 | if (!intel_crtc->config.clock_set) { |
| 6973 | intel_crtc->config.dpll.n = clock.n; |
| 6974 | intel_crtc->config.dpll.m1 = clock.m1; |
| 6975 | intel_crtc->config.dpll.m2 = clock.m2; |
| 6976 | intel_crtc->config.dpll.p1 = clock.p1; |
| 6977 | intel_crtc->config.dpll.p2 = clock.p2; |
| 6978 | } |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 6979 | |
Paulo Zanoni | 5dc5298 | 2012-10-05 12:05:56 -0300 | [diff] [blame] | 6980 | /* CPU eDP is the only output that doesn't need a PCH PLL of its own. */ |
Daniel Vetter | 8b47047 | 2013-03-28 10:41:59 +0100 | [diff] [blame] | 6981 | if (intel_crtc->config.has_pch_encoder) { |
Daniel Vetter | 7429e9d | 2013-04-20 17:19:46 +0200 | [diff] [blame] | 6982 | fp = i9xx_dpll_compute_fp(&intel_crtc->config.dpll); |
Daniel Vetter | cbbab5b | 2013-04-19 11:14:31 +0200 | [diff] [blame] | 6983 | if (has_reduced_clock) |
Daniel Vetter | 7429e9d | 2013-04-20 17:19:46 +0200 | [diff] [blame] | 6984 | fp2 = i9xx_dpll_compute_fp(&reduced_clock); |
Daniel Vetter | cbbab5b | 2013-04-19 11:14:31 +0200 | [diff] [blame] | 6985 | |
Daniel Vetter | 7429e9d | 2013-04-20 17:19:46 +0200 | [diff] [blame] | 6986 | dpll = ironlake_compute_dpll(intel_crtc, |
Daniel Vetter | cbbab5b | 2013-04-19 11:14:31 +0200 | [diff] [blame] | 6987 | &fp, &reduced_clock, |
| 6988 | has_reduced_clock ? &fp2 : NULL); |
| 6989 | |
Daniel Vetter | 959e16d | 2013-06-05 13:34:21 +0200 | [diff] [blame] | 6990 | intel_crtc->config.dpll_hw_state.dpll = dpll; |
Daniel Vetter | 66e985c | 2013-06-05 13:34:20 +0200 | [diff] [blame] | 6991 | intel_crtc->config.dpll_hw_state.fp0 = fp; |
| 6992 | if (has_reduced_clock) |
| 6993 | intel_crtc->config.dpll_hw_state.fp1 = fp2; |
| 6994 | else |
| 6995 | intel_crtc->config.dpll_hw_state.fp1 = fp; |
| 6996 | |
Daniel Vetter | b89a1d3 | 2013-06-05 13:34:24 +0200 | [diff] [blame] | 6997 | pll = intel_get_shared_dpll(intel_crtc); |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 6998 | if (pll == NULL) { |
Ville Syrjälä | 84f44ce | 2013-04-17 17:48:49 +0300 | [diff] [blame] | 6999 | DRM_DEBUG_DRIVER("failed to find PLL for pipe %c\n", |
Daniel Vetter | 29407aa | 2014-04-24 23:55:08 +0200 | [diff] [blame] | 7000 | pipe_name(intel_crtc->pipe)); |
Jesse Barnes | 4b645f1 | 2011-10-12 09:51:31 -0700 | [diff] [blame] | 7001 | return -EINVAL; |
| 7002 | } |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 7003 | } else |
Daniel Vetter | e72f9fb | 2013-06-05 13:34:06 +0200 | [diff] [blame] | 7004 | intel_put_shared_dpll(intel_crtc); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 7005 | |
Jani Nikula | d330a95 | 2014-01-21 11:24:25 +0200 | [diff] [blame] | 7006 | if (is_lvds && has_reduced_clock && i915.powersave) |
Daniel Vetter | bcd644e | 2013-06-05 13:34:22 +0200 | [diff] [blame] | 7007 | intel_crtc->lowfreq_avail = true; |
| 7008 | else |
| 7009 | intel_crtc->lowfreq_avail = false; |
Daniel Vetter | e2b7826 | 2013-06-07 23:10:03 +0200 | [diff] [blame] | 7010 | |
Daniel Vetter | c8f7a0d | 2014-04-24 23:55:04 +0200 | [diff] [blame] | 7011 | return 0; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 7012 | } |
| 7013 | |
Ville Syrjälä | eb14cb7 | 2013-09-10 17:02:54 +0300 | [diff] [blame] | 7014 | static void intel_pch_transcoder_get_m_n(struct intel_crtc *crtc, |
| 7015 | struct intel_link_m_n *m_n) |
Daniel Vetter | 7241920 | 2013-04-04 13:28:53 +0200 | [diff] [blame] | 7016 | { |
| 7017 | struct drm_device *dev = crtc->base.dev; |
| 7018 | struct drm_i915_private *dev_priv = dev->dev_private; |
Ville Syrjälä | eb14cb7 | 2013-09-10 17:02:54 +0300 | [diff] [blame] | 7019 | enum pipe pipe = crtc->pipe; |
Daniel Vetter | 7241920 | 2013-04-04 13:28:53 +0200 | [diff] [blame] | 7020 | |
Ville Syrjälä | eb14cb7 | 2013-09-10 17:02:54 +0300 | [diff] [blame] | 7021 | m_n->link_m = I915_READ(PCH_TRANS_LINK_M1(pipe)); |
| 7022 | m_n->link_n = I915_READ(PCH_TRANS_LINK_N1(pipe)); |
| 7023 | m_n->gmch_m = I915_READ(PCH_TRANS_DATA_M1(pipe)) |
| 7024 | & ~TU_SIZE_MASK; |
| 7025 | m_n->gmch_n = I915_READ(PCH_TRANS_DATA_N1(pipe)); |
| 7026 | m_n->tu = ((I915_READ(PCH_TRANS_DATA_M1(pipe)) |
| 7027 | & TU_SIZE_MASK) >> TU_SIZE_SHIFT) + 1; |
| 7028 | } |
| 7029 | |
| 7030 | static void intel_cpu_transcoder_get_m_n(struct intel_crtc *crtc, |
| 7031 | enum transcoder transcoder, |
| 7032 | struct intel_link_m_n *m_n) |
| 7033 | { |
| 7034 | struct drm_device *dev = crtc->base.dev; |
| 7035 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 7036 | enum pipe pipe = crtc->pipe; |
| 7037 | |
| 7038 | if (INTEL_INFO(dev)->gen >= 5) { |
| 7039 | m_n->link_m = I915_READ(PIPE_LINK_M1(transcoder)); |
| 7040 | m_n->link_n = I915_READ(PIPE_LINK_N1(transcoder)); |
| 7041 | m_n->gmch_m = I915_READ(PIPE_DATA_M1(transcoder)) |
| 7042 | & ~TU_SIZE_MASK; |
| 7043 | m_n->gmch_n = I915_READ(PIPE_DATA_N1(transcoder)); |
| 7044 | m_n->tu = ((I915_READ(PIPE_DATA_M1(transcoder)) |
| 7045 | & TU_SIZE_MASK) >> TU_SIZE_SHIFT) + 1; |
| 7046 | } else { |
| 7047 | m_n->link_m = I915_READ(PIPE_LINK_M_G4X(pipe)); |
| 7048 | m_n->link_n = I915_READ(PIPE_LINK_N_G4X(pipe)); |
| 7049 | m_n->gmch_m = I915_READ(PIPE_DATA_M_G4X(pipe)) |
| 7050 | & ~TU_SIZE_MASK; |
| 7051 | m_n->gmch_n = I915_READ(PIPE_DATA_N_G4X(pipe)); |
| 7052 | m_n->tu = ((I915_READ(PIPE_DATA_M_G4X(pipe)) |
| 7053 | & TU_SIZE_MASK) >> TU_SIZE_SHIFT) + 1; |
| 7054 | } |
| 7055 | } |
| 7056 | |
| 7057 | void intel_dp_get_m_n(struct intel_crtc *crtc, |
| 7058 | struct intel_crtc_config *pipe_config) |
| 7059 | { |
| 7060 | if (crtc->config.has_pch_encoder) |
| 7061 | intel_pch_transcoder_get_m_n(crtc, &pipe_config->dp_m_n); |
| 7062 | else |
| 7063 | intel_cpu_transcoder_get_m_n(crtc, pipe_config->cpu_transcoder, |
| 7064 | &pipe_config->dp_m_n); |
| 7065 | } |
| 7066 | |
Daniel Vetter | 7241920 | 2013-04-04 13:28:53 +0200 | [diff] [blame] | 7067 | static void ironlake_get_fdi_m_n_config(struct intel_crtc *crtc, |
| 7068 | struct intel_crtc_config *pipe_config) |
| 7069 | { |
Ville Syrjälä | eb14cb7 | 2013-09-10 17:02:54 +0300 | [diff] [blame] | 7070 | intel_cpu_transcoder_get_m_n(crtc, pipe_config->cpu_transcoder, |
| 7071 | &pipe_config->fdi_m_n); |
Daniel Vetter | 7241920 | 2013-04-04 13:28:53 +0200 | [diff] [blame] | 7072 | } |
| 7073 | |
Daniel Vetter | 2fa2fe9 | 2013-05-07 23:34:16 +0200 | [diff] [blame] | 7074 | static void ironlake_get_pfit_config(struct intel_crtc *crtc, |
| 7075 | struct intel_crtc_config *pipe_config) |
| 7076 | { |
| 7077 | struct drm_device *dev = crtc->base.dev; |
| 7078 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 7079 | uint32_t tmp; |
| 7080 | |
| 7081 | tmp = I915_READ(PF_CTL(crtc->pipe)); |
| 7082 | |
| 7083 | if (tmp & PF_ENABLE) { |
Chris Wilson | fd4daa9 | 2013-08-27 17:04:17 +0100 | [diff] [blame] | 7084 | pipe_config->pch_pfit.enabled = true; |
Daniel Vetter | 2fa2fe9 | 2013-05-07 23:34:16 +0200 | [diff] [blame] | 7085 | pipe_config->pch_pfit.pos = I915_READ(PF_WIN_POS(crtc->pipe)); |
| 7086 | pipe_config->pch_pfit.size = I915_READ(PF_WIN_SZ(crtc->pipe)); |
Daniel Vetter | cb8b2a3 | 2013-06-01 17:16:23 +0200 | [diff] [blame] | 7087 | |
| 7088 | /* We currently do not free assignements of panel fitters on |
| 7089 | * ivb/hsw (since we don't use the higher upscaling modes which |
| 7090 | * differentiates them) so just WARN about this case for now. */ |
| 7091 | if (IS_GEN7(dev)) { |
| 7092 | WARN_ON((tmp & PF_PIPE_SEL_MASK_IVB) != |
| 7093 | PF_PIPE_SEL_IVB(crtc->pipe)); |
| 7094 | } |
Daniel Vetter | 2fa2fe9 | 2013-05-07 23:34:16 +0200 | [diff] [blame] | 7095 | } |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 7096 | } |
| 7097 | |
Jesse Barnes | 4c6baa5 | 2014-03-07 08:57:50 -0800 | [diff] [blame] | 7098 | static void ironlake_get_plane_config(struct intel_crtc *crtc, |
| 7099 | struct intel_plane_config *plane_config) |
| 7100 | { |
| 7101 | struct drm_device *dev = crtc->base.dev; |
| 7102 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 7103 | u32 val, base, offset; |
| 7104 | int pipe = crtc->pipe, plane = crtc->plane; |
| 7105 | int fourcc, pixel_format; |
| 7106 | int aligned_height; |
| 7107 | |
Dave Airlie | 66e514c | 2014-04-03 07:51:54 +1000 | [diff] [blame] | 7108 | crtc->base.primary->fb = kzalloc(sizeof(struct intel_framebuffer), GFP_KERNEL); |
| 7109 | if (!crtc->base.primary->fb) { |
Jesse Barnes | 4c6baa5 | 2014-03-07 08:57:50 -0800 | [diff] [blame] | 7110 | DRM_DEBUG_KMS("failed to alloc fb\n"); |
| 7111 | return; |
| 7112 | } |
| 7113 | |
| 7114 | val = I915_READ(DSPCNTR(plane)); |
| 7115 | |
| 7116 | if (INTEL_INFO(dev)->gen >= 4) |
| 7117 | if (val & DISPPLANE_TILED) |
| 7118 | plane_config->tiled = true; |
| 7119 | |
| 7120 | pixel_format = val & DISPPLANE_PIXFORMAT_MASK; |
| 7121 | fourcc = intel_format_to_fourcc(pixel_format); |
Dave Airlie | 66e514c | 2014-04-03 07:51:54 +1000 | [diff] [blame] | 7122 | crtc->base.primary->fb->pixel_format = fourcc; |
| 7123 | crtc->base.primary->fb->bits_per_pixel = |
Jesse Barnes | 4c6baa5 | 2014-03-07 08:57:50 -0800 | [diff] [blame] | 7124 | drm_format_plane_cpp(fourcc, 0) * 8; |
| 7125 | |
| 7126 | base = I915_READ(DSPSURF(plane)) & 0xfffff000; |
| 7127 | if (IS_HASWELL(dev) || IS_BROADWELL(dev)) { |
| 7128 | offset = I915_READ(DSPOFFSET(plane)); |
| 7129 | } else { |
| 7130 | if (plane_config->tiled) |
| 7131 | offset = I915_READ(DSPTILEOFF(plane)); |
| 7132 | else |
| 7133 | offset = I915_READ(DSPLINOFF(plane)); |
| 7134 | } |
| 7135 | plane_config->base = base; |
| 7136 | |
| 7137 | val = I915_READ(PIPESRC(pipe)); |
Dave Airlie | 66e514c | 2014-04-03 07:51:54 +1000 | [diff] [blame] | 7138 | crtc->base.primary->fb->width = ((val >> 16) & 0xfff) + 1; |
| 7139 | crtc->base.primary->fb->height = ((val >> 0) & 0xfff) + 1; |
Jesse Barnes | 4c6baa5 | 2014-03-07 08:57:50 -0800 | [diff] [blame] | 7140 | |
| 7141 | val = I915_READ(DSPSTRIDE(pipe)); |
Dave Airlie | 66e514c | 2014-04-03 07:51:54 +1000 | [diff] [blame] | 7142 | crtc->base.primary->fb->pitches[0] = val & 0xffffff80; |
Jesse Barnes | 4c6baa5 | 2014-03-07 08:57:50 -0800 | [diff] [blame] | 7143 | |
Dave Airlie | 66e514c | 2014-04-03 07:51:54 +1000 | [diff] [blame] | 7144 | aligned_height = intel_align_height(dev, crtc->base.primary->fb->height, |
Jesse Barnes | 4c6baa5 | 2014-03-07 08:57:50 -0800 | [diff] [blame] | 7145 | plane_config->tiled); |
| 7146 | |
Dave Airlie | 66e514c | 2014-04-03 07:51:54 +1000 | [diff] [blame] | 7147 | plane_config->size = ALIGN(crtc->base.primary->fb->pitches[0] * |
Jesse Barnes | 4c6baa5 | 2014-03-07 08:57:50 -0800 | [diff] [blame] | 7148 | aligned_height, PAGE_SIZE); |
| 7149 | |
| 7150 | DRM_DEBUG_KMS("pipe/plane %d/%d with fb: size=%dx%d@%d, offset=%x, pitch %d, size 0x%x\n", |
Dave Airlie | 66e514c | 2014-04-03 07:51:54 +1000 | [diff] [blame] | 7151 | pipe, plane, crtc->base.primary->fb->width, |
| 7152 | crtc->base.primary->fb->height, |
| 7153 | crtc->base.primary->fb->bits_per_pixel, base, |
| 7154 | crtc->base.primary->fb->pitches[0], |
Jesse Barnes | 4c6baa5 | 2014-03-07 08:57:50 -0800 | [diff] [blame] | 7155 | plane_config->size); |
| 7156 | } |
| 7157 | |
Daniel Vetter | 0e8ffe1 | 2013-03-28 10:42:00 +0100 | [diff] [blame] | 7158 | static bool ironlake_get_pipe_config(struct intel_crtc *crtc, |
| 7159 | struct intel_crtc_config *pipe_config) |
| 7160 | { |
| 7161 | struct drm_device *dev = crtc->base.dev; |
| 7162 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 7163 | uint32_t tmp; |
| 7164 | |
Daniel Vetter | e143a21 | 2013-07-04 12:01:15 +0200 | [diff] [blame] | 7165 | pipe_config->cpu_transcoder = (enum transcoder) crtc->pipe; |
Daniel Vetter | c0d43d6 | 2013-06-07 23:11:08 +0200 | [diff] [blame] | 7166 | pipe_config->shared_dpll = DPLL_ID_PRIVATE; |
Daniel Vetter | eccb140 | 2013-05-22 00:50:22 +0200 | [diff] [blame] | 7167 | |
Daniel Vetter | 0e8ffe1 | 2013-03-28 10:42:00 +0100 | [diff] [blame] | 7168 | tmp = I915_READ(PIPECONF(crtc->pipe)); |
| 7169 | if (!(tmp & PIPECONF_ENABLE)) |
| 7170 | return false; |
| 7171 | |
Ville Syrjälä | 42571ae | 2013-09-06 23:29:00 +0300 | [diff] [blame] | 7172 | switch (tmp & PIPECONF_BPC_MASK) { |
| 7173 | case PIPECONF_6BPC: |
| 7174 | pipe_config->pipe_bpp = 18; |
| 7175 | break; |
| 7176 | case PIPECONF_8BPC: |
| 7177 | pipe_config->pipe_bpp = 24; |
| 7178 | break; |
| 7179 | case PIPECONF_10BPC: |
| 7180 | pipe_config->pipe_bpp = 30; |
| 7181 | break; |
| 7182 | case PIPECONF_12BPC: |
| 7183 | pipe_config->pipe_bpp = 36; |
| 7184 | break; |
| 7185 | default: |
| 7186 | break; |
| 7187 | } |
| 7188 | |
Daniel Vetter | b5a9fa0 | 2014-04-24 23:54:49 +0200 | [diff] [blame] | 7189 | if (tmp & PIPECONF_COLOR_RANGE_SELECT) |
| 7190 | pipe_config->limited_color_range = true; |
| 7191 | |
Daniel Vetter | ab9412b | 2013-05-03 11:49:46 +0200 | [diff] [blame] | 7192 | if (I915_READ(PCH_TRANSCONF(crtc->pipe)) & TRANS_ENABLE) { |
Daniel Vetter | 66e985c | 2013-06-05 13:34:20 +0200 | [diff] [blame] | 7193 | struct intel_shared_dpll *pll; |
| 7194 | |
Daniel Vetter | 88adfff | 2013-03-28 10:42:01 +0100 | [diff] [blame] | 7195 | pipe_config->has_pch_encoder = true; |
| 7196 | |
Daniel Vetter | 627eb5a | 2013-04-29 19:33:42 +0200 | [diff] [blame] | 7197 | tmp = I915_READ(FDI_RX_CTL(crtc->pipe)); |
| 7198 | pipe_config->fdi_lanes = ((FDI_DP_PORT_WIDTH_MASK & tmp) >> |
| 7199 | FDI_DP_PORT_WIDTH_SHIFT) + 1; |
Daniel Vetter | 7241920 | 2013-04-04 13:28:53 +0200 | [diff] [blame] | 7200 | |
| 7201 | ironlake_get_fdi_m_n_config(crtc, pipe_config); |
Daniel Vetter | 6c49f24 | 2013-06-06 12:45:25 +0200 | [diff] [blame] | 7202 | |
Daniel Vetter | c0d43d6 | 2013-06-07 23:11:08 +0200 | [diff] [blame] | 7203 | if (HAS_PCH_IBX(dev_priv->dev)) { |
Daniel Vetter | d94ab06 | 2013-07-04 12:01:16 +0200 | [diff] [blame] | 7204 | pipe_config->shared_dpll = |
| 7205 | (enum intel_dpll_id) crtc->pipe; |
Daniel Vetter | c0d43d6 | 2013-06-07 23:11:08 +0200 | [diff] [blame] | 7206 | } else { |
| 7207 | tmp = I915_READ(PCH_DPLL_SEL); |
| 7208 | if (tmp & TRANS_DPLLB_SEL(crtc->pipe)) |
| 7209 | pipe_config->shared_dpll = DPLL_ID_PCH_PLL_B; |
| 7210 | else |
| 7211 | pipe_config->shared_dpll = DPLL_ID_PCH_PLL_A; |
| 7212 | } |
Daniel Vetter | 66e985c | 2013-06-05 13:34:20 +0200 | [diff] [blame] | 7213 | |
| 7214 | pll = &dev_priv->shared_dplls[pipe_config->shared_dpll]; |
| 7215 | |
| 7216 | WARN_ON(!pll->get_hw_state(dev_priv, pll, |
| 7217 | &pipe_config->dpll_hw_state)); |
Daniel Vetter | c93f54c | 2013-06-27 19:47:19 +0200 | [diff] [blame] | 7218 | |
| 7219 | tmp = pipe_config->dpll_hw_state.dpll; |
| 7220 | pipe_config->pixel_multiplier = |
| 7221 | ((tmp & PLL_REF_SDVO_HDMI_MULTIPLIER_MASK) |
| 7222 | >> PLL_REF_SDVO_HDMI_MULTIPLIER_SHIFT) + 1; |
Ville Syrjälä | 18442d0 | 2013-09-13 16:00:08 +0300 | [diff] [blame] | 7223 | |
| 7224 | ironlake_pch_clock_get(crtc, pipe_config); |
Daniel Vetter | 6c49f24 | 2013-06-06 12:45:25 +0200 | [diff] [blame] | 7225 | } else { |
| 7226 | pipe_config->pixel_multiplier = 1; |
Daniel Vetter | 627eb5a | 2013-04-29 19:33:42 +0200 | [diff] [blame] | 7227 | } |
| 7228 | |
Daniel Vetter | 1bd1bd8 | 2013-04-29 21:56:12 +0200 | [diff] [blame] | 7229 | intel_get_pipe_timings(crtc, pipe_config); |
| 7230 | |
Daniel Vetter | 2fa2fe9 | 2013-05-07 23:34:16 +0200 | [diff] [blame] | 7231 | ironlake_get_pfit_config(crtc, pipe_config); |
| 7232 | |
Daniel Vetter | 0e8ffe1 | 2013-03-28 10:42:00 +0100 | [diff] [blame] | 7233 | return true; |
| 7234 | } |
| 7235 | |
Paulo Zanoni | be256dc | 2013-07-23 11:19:26 -0300 | [diff] [blame] | 7236 | static void assert_can_disable_lcpll(struct drm_i915_private *dev_priv) |
| 7237 | { |
| 7238 | struct drm_device *dev = dev_priv->dev; |
| 7239 | struct intel_ddi_plls *plls = &dev_priv->ddi_plls; |
| 7240 | struct intel_crtc *crtc; |
Paulo Zanoni | be256dc | 2013-07-23 11:19:26 -0300 | [diff] [blame] | 7241 | |
Damien Lespiau | d3fcc80 | 2014-05-13 23:32:22 +0100 | [diff] [blame] | 7242 | for_each_intel_crtc(dev, crtc) |
Paulo Zanoni | 798183c | 2013-12-06 20:29:01 -0200 | [diff] [blame] | 7243 | WARN(crtc->active, "CRTC for pipe %c enabled\n", |
Paulo Zanoni | be256dc | 2013-07-23 11:19:26 -0300 | [diff] [blame] | 7244 | pipe_name(crtc->pipe)); |
| 7245 | |
| 7246 | WARN(I915_READ(HSW_PWR_WELL_DRIVER), "Power well on\n"); |
| 7247 | WARN(plls->spll_refcount, "SPLL enabled\n"); |
| 7248 | WARN(plls->wrpll1_refcount, "WRPLL1 enabled\n"); |
| 7249 | WARN(plls->wrpll2_refcount, "WRPLL2 enabled\n"); |
| 7250 | WARN(I915_READ(PCH_PP_STATUS) & PP_ON, "Panel power on\n"); |
| 7251 | WARN(I915_READ(BLC_PWM_CPU_CTL2) & BLM_PWM_ENABLE, |
| 7252 | "CPU PWM1 enabled\n"); |
| 7253 | WARN(I915_READ(HSW_BLC_PWM2_CTL) & BLM_PWM_ENABLE, |
| 7254 | "CPU PWM2 enabled\n"); |
| 7255 | WARN(I915_READ(BLC_PWM_PCH_CTL1) & BLM_PCH_PWM_ENABLE, |
| 7256 | "PCH PWM1 enabled\n"); |
| 7257 | WARN(I915_READ(UTIL_PIN_CTL) & UTIL_PIN_ENABLE, |
| 7258 | "Utility pin enabled\n"); |
| 7259 | WARN(I915_READ(PCH_GTC_CTL) & PCH_GTC_ENABLE, "PCH GTC enabled\n"); |
| 7260 | |
Paulo Zanoni | 9926ada | 2014-04-01 19:39:47 -0300 | [diff] [blame] | 7261 | /* |
| 7262 | * In theory we can still leave IRQs enabled, as long as only the HPD |
| 7263 | * interrupts remain enabled. We used to check for that, but since it's |
| 7264 | * gen-specific and since we only disable LCPLL after we fully disable |
| 7265 | * the interrupts, the check below should be enough. |
| 7266 | */ |
| 7267 | WARN(!dev_priv->pm.irqs_disabled, "IRQs enabled\n"); |
Paulo Zanoni | be256dc | 2013-07-23 11:19:26 -0300 | [diff] [blame] | 7268 | } |
| 7269 | |
Paulo Zanoni | 3c4c9b8 | 2014-03-07 20:12:36 -0300 | [diff] [blame] | 7270 | static void hsw_write_dcomp(struct drm_i915_private *dev_priv, uint32_t val) |
| 7271 | { |
| 7272 | struct drm_device *dev = dev_priv->dev; |
| 7273 | |
| 7274 | if (IS_HASWELL(dev)) { |
| 7275 | mutex_lock(&dev_priv->rps.hw_lock); |
| 7276 | if (sandybridge_pcode_write(dev_priv, GEN6_PCODE_WRITE_D_COMP, |
| 7277 | val)) |
| 7278 | DRM_ERROR("Failed to disable D_COMP\n"); |
| 7279 | mutex_unlock(&dev_priv->rps.hw_lock); |
| 7280 | } else { |
| 7281 | I915_WRITE(D_COMP, val); |
| 7282 | } |
| 7283 | POSTING_READ(D_COMP); |
Paulo Zanoni | be256dc | 2013-07-23 11:19:26 -0300 | [diff] [blame] | 7284 | } |
| 7285 | |
| 7286 | /* |
| 7287 | * This function implements pieces of two sequences from BSpec: |
| 7288 | * - Sequence for display software to disable LCPLL |
| 7289 | * - Sequence for display software to allow package C8+ |
| 7290 | * The steps implemented here are just the steps that actually touch the LCPLL |
| 7291 | * register. Callers should take care of disabling all the display engine |
| 7292 | * functions, doing the mode unset, fixing interrupts, etc. |
| 7293 | */ |
Paulo Zanoni | 6ff58d5 | 2013-09-24 13:52:57 -0300 | [diff] [blame] | 7294 | static void hsw_disable_lcpll(struct drm_i915_private *dev_priv, |
| 7295 | bool switch_to_fclk, bool allow_power_down) |
Paulo Zanoni | be256dc | 2013-07-23 11:19:26 -0300 | [diff] [blame] | 7296 | { |
| 7297 | uint32_t val; |
| 7298 | |
| 7299 | assert_can_disable_lcpll(dev_priv); |
| 7300 | |
| 7301 | val = I915_READ(LCPLL_CTL); |
| 7302 | |
| 7303 | if (switch_to_fclk) { |
| 7304 | val |= LCPLL_CD_SOURCE_FCLK; |
| 7305 | I915_WRITE(LCPLL_CTL, val); |
| 7306 | |
| 7307 | if (wait_for_atomic_us(I915_READ(LCPLL_CTL) & |
| 7308 | LCPLL_CD_SOURCE_FCLK_DONE, 1)) |
| 7309 | DRM_ERROR("Switching to FCLK failed\n"); |
| 7310 | |
| 7311 | val = I915_READ(LCPLL_CTL); |
| 7312 | } |
| 7313 | |
| 7314 | val |= LCPLL_PLL_DISABLE; |
| 7315 | I915_WRITE(LCPLL_CTL, val); |
| 7316 | POSTING_READ(LCPLL_CTL); |
| 7317 | |
| 7318 | if (wait_for((I915_READ(LCPLL_CTL) & LCPLL_PLL_LOCK) == 0, 1)) |
| 7319 | DRM_ERROR("LCPLL still locked\n"); |
| 7320 | |
| 7321 | val = I915_READ(D_COMP); |
| 7322 | val |= D_COMP_COMP_DISABLE; |
Paulo Zanoni | 3c4c9b8 | 2014-03-07 20:12:36 -0300 | [diff] [blame] | 7323 | hsw_write_dcomp(dev_priv, val); |
Paulo Zanoni | be256dc | 2013-07-23 11:19:26 -0300 | [diff] [blame] | 7324 | ndelay(100); |
| 7325 | |
| 7326 | if (wait_for((I915_READ(D_COMP) & D_COMP_RCOMP_IN_PROGRESS) == 0, 1)) |
| 7327 | DRM_ERROR("D_COMP RCOMP still in progress\n"); |
| 7328 | |
| 7329 | if (allow_power_down) { |
| 7330 | val = I915_READ(LCPLL_CTL); |
| 7331 | val |= LCPLL_POWER_DOWN_ALLOW; |
| 7332 | I915_WRITE(LCPLL_CTL, val); |
| 7333 | POSTING_READ(LCPLL_CTL); |
| 7334 | } |
| 7335 | } |
| 7336 | |
| 7337 | /* |
| 7338 | * Fully restores LCPLL, disallowing power down and switching back to LCPLL |
| 7339 | * source. |
| 7340 | */ |
Paulo Zanoni | 6ff58d5 | 2013-09-24 13:52:57 -0300 | [diff] [blame] | 7341 | static void hsw_restore_lcpll(struct drm_i915_private *dev_priv) |
Paulo Zanoni | be256dc | 2013-07-23 11:19:26 -0300 | [diff] [blame] | 7342 | { |
| 7343 | uint32_t val; |
Paulo Zanoni | a8a8bd5 | 2014-03-07 20:08:05 -0300 | [diff] [blame] | 7344 | unsigned long irqflags; |
Paulo Zanoni | be256dc | 2013-07-23 11:19:26 -0300 | [diff] [blame] | 7345 | |
| 7346 | val = I915_READ(LCPLL_CTL); |
| 7347 | |
| 7348 | if ((val & (LCPLL_PLL_LOCK | LCPLL_PLL_DISABLE | LCPLL_CD_SOURCE_FCLK | |
| 7349 | LCPLL_POWER_DOWN_ALLOW)) == LCPLL_PLL_LOCK) |
| 7350 | return; |
| 7351 | |
Paulo Zanoni | a8a8bd5 | 2014-03-07 20:08:05 -0300 | [diff] [blame] | 7352 | /* |
| 7353 | * Make sure we're not on PC8 state before disabling PC8, otherwise |
| 7354 | * we'll hang the machine. To prevent PC8 state, just enable force_wake. |
| 7355 | * |
| 7356 | * The other problem is that hsw_restore_lcpll() is called as part of |
| 7357 | * the runtime PM resume sequence, so we can't just call |
| 7358 | * gen6_gt_force_wake_get() because that function calls |
| 7359 | * intel_runtime_pm_get(), and we can't change the runtime PM refcount |
| 7360 | * while we are on the resume sequence. So to solve this problem we have |
| 7361 | * to call special forcewake code that doesn't touch runtime PM and |
| 7362 | * doesn't enable the forcewake delayed work. |
| 7363 | */ |
| 7364 | spin_lock_irqsave(&dev_priv->uncore.lock, irqflags); |
| 7365 | if (dev_priv->uncore.forcewake_count++ == 0) |
| 7366 | dev_priv->uncore.funcs.force_wake_get(dev_priv, FORCEWAKE_ALL); |
| 7367 | spin_unlock_irqrestore(&dev_priv->uncore.lock, irqflags); |
Paulo Zanoni | 215733f | 2013-08-19 13:18:07 -0300 | [diff] [blame] | 7368 | |
Paulo Zanoni | be256dc | 2013-07-23 11:19:26 -0300 | [diff] [blame] | 7369 | if (val & LCPLL_POWER_DOWN_ALLOW) { |
| 7370 | val &= ~LCPLL_POWER_DOWN_ALLOW; |
| 7371 | I915_WRITE(LCPLL_CTL, val); |
Daniel Vetter | 35d8f2e | 2013-08-21 23:38:08 +0200 | [diff] [blame] | 7372 | POSTING_READ(LCPLL_CTL); |
Paulo Zanoni | be256dc | 2013-07-23 11:19:26 -0300 | [diff] [blame] | 7373 | } |
| 7374 | |
| 7375 | val = I915_READ(D_COMP); |
| 7376 | val |= D_COMP_COMP_FORCE; |
| 7377 | val &= ~D_COMP_COMP_DISABLE; |
Paulo Zanoni | 3c4c9b8 | 2014-03-07 20:12:36 -0300 | [diff] [blame] | 7378 | hsw_write_dcomp(dev_priv, val); |
Paulo Zanoni | be256dc | 2013-07-23 11:19:26 -0300 | [diff] [blame] | 7379 | |
| 7380 | val = I915_READ(LCPLL_CTL); |
| 7381 | val &= ~LCPLL_PLL_DISABLE; |
| 7382 | I915_WRITE(LCPLL_CTL, val); |
| 7383 | |
| 7384 | if (wait_for(I915_READ(LCPLL_CTL) & LCPLL_PLL_LOCK, 5)) |
| 7385 | DRM_ERROR("LCPLL not locked yet\n"); |
| 7386 | |
| 7387 | if (val & LCPLL_CD_SOURCE_FCLK) { |
| 7388 | val = I915_READ(LCPLL_CTL); |
| 7389 | val &= ~LCPLL_CD_SOURCE_FCLK; |
| 7390 | I915_WRITE(LCPLL_CTL, val); |
| 7391 | |
| 7392 | if (wait_for_atomic_us((I915_READ(LCPLL_CTL) & |
| 7393 | LCPLL_CD_SOURCE_FCLK_DONE) == 0, 1)) |
| 7394 | DRM_ERROR("Switching back to LCPLL failed\n"); |
| 7395 | } |
Paulo Zanoni | 215733f | 2013-08-19 13:18:07 -0300 | [diff] [blame] | 7396 | |
Paulo Zanoni | a8a8bd5 | 2014-03-07 20:08:05 -0300 | [diff] [blame] | 7397 | /* See the big comment above. */ |
| 7398 | spin_lock_irqsave(&dev_priv->uncore.lock, irqflags); |
| 7399 | if (--dev_priv->uncore.forcewake_count == 0) |
| 7400 | dev_priv->uncore.funcs.force_wake_put(dev_priv, FORCEWAKE_ALL); |
| 7401 | spin_unlock_irqrestore(&dev_priv->uncore.lock, irqflags); |
Paulo Zanoni | be256dc | 2013-07-23 11:19:26 -0300 | [diff] [blame] | 7402 | } |
| 7403 | |
Paulo Zanoni | 765dab6 | 2014-03-07 20:08:18 -0300 | [diff] [blame] | 7404 | /* |
| 7405 | * Package states C8 and deeper are really deep PC states that can only be |
| 7406 | * reached when all the devices on the system allow it, so even if the graphics |
| 7407 | * device allows PC8+, it doesn't mean the system will actually get to these |
| 7408 | * states. Our driver only allows PC8+ when going into runtime PM. |
| 7409 | * |
| 7410 | * The requirements for PC8+ are that all the outputs are disabled, the power |
| 7411 | * well is disabled and most interrupts are disabled, and these are also |
| 7412 | * requirements for runtime PM. When these conditions are met, we manually do |
| 7413 | * the other conditions: disable the interrupts, clocks and switch LCPLL refclk |
| 7414 | * to Fclk. If we're in PC8+ and we get an non-hotplug interrupt, we can hard |
| 7415 | * hang the machine. |
| 7416 | * |
| 7417 | * When we really reach PC8 or deeper states (not just when we allow it) we lose |
| 7418 | * the state of some registers, so when we come back from PC8+ we need to |
| 7419 | * restore this state. We don't get into PC8+ if we're not in RC6, so we don't |
| 7420 | * need to take care of the registers kept by RC6. Notice that this happens even |
| 7421 | * if we don't put the device in PCI D3 state (which is what currently happens |
| 7422 | * because of the runtime PM support). |
| 7423 | * |
| 7424 | * For more, read "Display Sequences for Package C8" on the hardware |
| 7425 | * documentation. |
| 7426 | */ |
Paulo Zanoni | a14cb6f | 2014-03-07 20:08:17 -0300 | [diff] [blame] | 7427 | void hsw_enable_pc8(struct drm_i915_private *dev_priv) |
Paulo Zanoni | c67a470 | 2013-08-19 13:18:09 -0300 | [diff] [blame] | 7428 | { |
Paulo Zanoni | c67a470 | 2013-08-19 13:18:09 -0300 | [diff] [blame] | 7429 | struct drm_device *dev = dev_priv->dev; |
| 7430 | uint32_t val; |
| 7431 | |
Paulo Zanoni | c67a470 | 2013-08-19 13:18:09 -0300 | [diff] [blame] | 7432 | DRM_DEBUG_KMS("Enabling package C8+\n"); |
| 7433 | |
Paulo Zanoni | c67a470 | 2013-08-19 13:18:09 -0300 | [diff] [blame] | 7434 | if (dev_priv->pch_id == INTEL_PCH_LPT_LP_DEVICE_ID_TYPE) { |
| 7435 | val = I915_READ(SOUTH_DSPCLK_GATE_D); |
| 7436 | val &= ~PCH_LP_PARTITION_LEVEL_DISABLE; |
| 7437 | I915_WRITE(SOUTH_DSPCLK_GATE_D, val); |
| 7438 | } |
| 7439 | |
| 7440 | lpt_disable_clkout_dp(dev); |
Paulo Zanoni | c67a470 | 2013-08-19 13:18:09 -0300 | [diff] [blame] | 7441 | hsw_disable_lcpll(dev_priv, true, true); |
| 7442 | } |
| 7443 | |
Paulo Zanoni | a14cb6f | 2014-03-07 20:08:17 -0300 | [diff] [blame] | 7444 | void hsw_disable_pc8(struct drm_i915_private *dev_priv) |
Paulo Zanoni | c67a470 | 2013-08-19 13:18:09 -0300 | [diff] [blame] | 7445 | { |
| 7446 | struct drm_device *dev = dev_priv->dev; |
| 7447 | uint32_t val; |
| 7448 | |
Paulo Zanoni | c67a470 | 2013-08-19 13:18:09 -0300 | [diff] [blame] | 7449 | DRM_DEBUG_KMS("Disabling package C8+\n"); |
| 7450 | |
| 7451 | hsw_restore_lcpll(dev_priv); |
Paulo Zanoni | c67a470 | 2013-08-19 13:18:09 -0300 | [diff] [blame] | 7452 | lpt_init_pch_refclk(dev); |
| 7453 | |
| 7454 | if (dev_priv->pch_id == INTEL_PCH_LPT_LP_DEVICE_ID_TYPE) { |
| 7455 | val = I915_READ(SOUTH_DSPCLK_GATE_D); |
| 7456 | val |= PCH_LP_PARTITION_LEVEL_DISABLE; |
| 7457 | I915_WRITE(SOUTH_DSPCLK_GATE_D, val); |
| 7458 | } |
| 7459 | |
| 7460 | intel_prepare_ddi(dev); |
Paulo Zanoni | c67a470 | 2013-08-19 13:18:09 -0300 | [diff] [blame] | 7461 | } |
| 7462 | |
Paulo Zanoni | 9a952a0 | 2014-03-07 20:12:34 -0300 | [diff] [blame] | 7463 | static void snb_modeset_global_resources(struct drm_device *dev) |
| 7464 | { |
| 7465 | modeset_update_crtc_power_domains(dev); |
| 7466 | } |
| 7467 | |
Imre Deak | 4f07412 | 2013-10-16 17:25:51 +0300 | [diff] [blame] | 7468 | static void haswell_modeset_global_resources(struct drm_device *dev) |
| 7469 | { |
Paulo Zanoni | da72356 | 2013-12-19 11:54:51 -0200 | [diff] [blame] | 7470 | modeset_update_crtc_power_domains(dev); |
Daniel Vetter | d6dd9eb | 2013-01-29 16:35:20 -0200 | [diff] [blame] | 7471 | } |
| 7472 | |
Paulo Zanoni | 09b4ddf | 2012-10-05 12:05:55 -0300 | [diff] [blame] | 7473 | static int haswell_crtc_mode_set(struct drm_crtc *crtc, |
Paulo Zanoni | 09b4ddf | 2012-10-05 12:05:55 -0300 | [diff] [blame] | 7474 | int x, int y, |
| 7475 | struct drm_framebuffer *fb) |
| 7476 | { |
Paulo Zanoni | 09b4ddf | 2012-10-05 12:05:55 -0300 | [diff] [blame] | 7477 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
Paulo Zanoni | 09b4ddf | 2012-10-05 12:05:55 -0300 | [diff] [blame] | 7478 | |
Paulo Zanoni | 566b734 | 2013-11-25 15:27:08 -0200 | [diff] [blame] | 7479 | if (!intel_ddi_pll_select(intel_crtc)) |
Paulo Zanoni | 6441ab5 | 2012-10-05 12:05:58 -0300 | [diff] [blame] | 7480 | return -EINVAL; |
Paulo Zanoni | 566b734 | 2013-11-25 15:27:08 -0200 | [diff] [blame] | 7481 | intel_ddi_pll_enable(intel_crtc); |
Paulo Zanoni | 6441ab5 | 2012-10-05 12:05:58 -0300 | [diff] [blame] | 7482 | |
Daniel Vetter | 644cef3 | 2014-04-24 23:55:07 +0200 | [diff] [blame] | 7483 | intel_crtc->lowfreq_avail = false; |
| 7484 | |
Daniel Vetter | c8f7a0d | 2014-04-24 23:55:04 +0200 | [diff] [blame] | 7485 | return 0; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 7486 | } |
| 7487 | |
Daniel Vetter | 0e8ffe1 | 2013-03-28 10:42:00 +0100 | [diff] [blame] | 7488 | static bool haswell_get_pipe_config(struct intel_crtc *crtc, |
| 7489 | struct intel_crtc_config *pipe_config) |
| 7490 | { |
| 7491 | struct drm_device *dev = crtc->base.dev; |
| 7492 | struct drm_i915_private *dev_priv = dev->dev_private; |
Daniel Vetter | 2fa2fe9 | 2013-05-07 23:34:16 +0200 | [diff] [blame] | 7493 | enum intel_display_power_domain pfit_domain; |
Daniel Vetter | 0e8ffe1 | 2013-03-28 10:42:00 +0100 | [diff] [blame] | 7494 | uint32_t tmp; |
| 7495 | |
Imre Deak | b5482bd | 2014-03-05 16:20:55 +0200 | [diff] [blame] | 7496 | if (!intel_display_power_enabled(dev_priv, |
| 7497 | POWER_DOMAIN_PIPE(crtc->pipe))) |
| 7498 | return false; |
| 7499 | |
Daniel Vetter | e143a21 | 2013-07-04 12:01:15 +0200 | [diff] [blame] | 7500 | pipe_config->cpu_transcoder = (enum transcoder) crtc->pipe; |
Daniel Vetter | c0d43d6 | 2013-06-07 23:11:08 +0200 | [diff] [blame] | 7501 | pipe_config->shared_dpll = DPLL_ID_PRIVATE; |
| 7502 | |
Daniel Vetter | eccb140 | 2013-05-22 00:50:22 +0200 | [diff] [blame] | 7503 | tmp = I915_READ(TRANS_DDI_FUNC_CTL(TRANSCODER_EDP)); |
| 7504 | if (tmp & TRANS_DDI_FUNC_ENABLE) { |
| 7505 | enum pipe trans_edp_pipe; |
| 7506 | switch (tmp & TRANS_DDI_EDP_INPUT_MASK) { |
| 7507 | default: |
| 7508 | WARN(1, "unknown pipe linked to edp transcoder\n"); |
| 7509 | case TRANS_DDI_EDP_INPUT_A_ONOFF: |
| 7510 | case TRANS_DDI_EDP_INPUT_A_ON: |
| 7511 | trans_edp_pipe = PIPE_A; |
| 7512 | break; |
| 7513 | case TRANS_DDI_EDP_INPUT_B_ONOFF: |
| 7514 | trans_edp_pipe = PIPE_B; |
| 7515 | break; |
| 7516 | case TRANS_DDI_EDP_INPUT_C_ONOFF: |
| 7517 | trans_edp_pipe = PIPE_C; |
| 7518 | break; |
| 7519 | } |
| 7520 | |
| 7521 | if (trans_edp_pipe == crtc->pipe) |
| 7522 | pipe_config->cpu_transcoder = TRANSCODER_EDP; |
| 7523 | } |
| 7524 | |
Imre Deak | da7e29b | 2014-02-18 00:02:02 +0200 | [diff] [blame] | 7525 | if (!intel_display_power_enabled(dev_priv, |
Daniel Vetter | eccb140 | 2013-05-22 00:50:22 +0200 | [diff] [blame] | 7526 | POWER_DOMAIN_TRANSCODER(pipe_config->cpu_transcoder))) |
Paulo Zanoni | 2bfce95 | 2013-04-18 16:35:40 -0300 | [diff] [blame] | 7527 | return false; |
| 7528 | |
Daniel Vetter | eccb140 | 2013-05-22 00:50:22 +0200 | [diff] [blame] | 7529 | tmp = I915_READ(PIPECONF(pipe_config->cpu_transcoder)); |
Daniel Vetter | 0e8ffe1 | 2013-03-28 10:42:00 +0100 | [diff] [blame] | 7530 | if (!(tmp & PIPECONF_ENABLE)) |
| 7531 | return false; |
| 7532 | |
Daniel Vetter | 88adfff | 2013-03-28 10:42:01 +0100 | [diff] [blame] | 7533 | /* |
Paulo Zanoni | f196e6b | 2013-04-18 16:35:41 -0300 | [diff] [blame] | 7534 | * Haswell has only FDI/PCH transcoder A. It is which is connected to |
Daniel Vetter | 88adfff | 2013-03-28 10:42:01 +0100 | [diff] [blame] | 7535 | * DDI E. So just check whether this pipe is wired to DDI E and whether |
| 7536 | * the PCH transcoder is on. |
| 7537 | */ |
Daniel Vetter | eccb140 | 2013-05-22 00:50:22 +0200 | [diff] [blame] | 7538 | tmp = I915_READ(TRANS_DDI_FUNC_CTL(pipe_config->cpu_transcoder)); |
Daniel Vetter | 88adfff | 2013-03-28 10:42:01 +0100 | [diff] [blame] | 7539 | if ((tmp & TRANS_DDI_PORT_MASK) == TRANS_DDI_SELECT_PORT(PORT_E) && |
Daniel Vetter | ab9412b | 2013-05-03 11:49:46 +0200 | [diff] [blame] | 7540 | I915_READ(LPT_TRANSCONF) & TRANS_ENABLE) { |
Daniel Vetter | 88adfff | 2013-03-28 10:42:01 +0100 | [diff] [blame] | 7541 | pipe_config->has_pch_encoder = true; |
| 7542 | |
Daniel Vetter | 627eb5a | 2013-04-29 19:33:42 +0200 | [diff] [blame] | 7543 | tmp = I915_READ(FDI_RX_CTL(PIPE_A)); |
| 7544 | pipe_config->fdi_lanes = ((FDI_DP_PORT_WIDTH_MASK & tmp) >> |
| 7545 | FDI_DP_PORT_WIDTH_SHIFT) + 1; |
Daniel Vetter | 7241920 | 2013-04-04 13:28:53 +0200 | [diff] [blame] | 7546 | |
| 7547 | ironlake_get_fdi_m_n_config(crtc, pipe_config); |
Daniel Vetter | 627eb5a | 2013-04-29 19:33:42 +0200 | [diff] [blame] | 7548 | } |
| 7549 | |
Daniel Vetter | 1bd1bd8 | 2013-04-29 21:56:12 +0200 | [diff] [blame] | 7550 | intel_get_pipe_timings(crtc, pipe_config); |
| 7551 | |
Daniel Vetter | 2fa2fe9 | 2013-05-07 23:34:16 +0200 | [diff] [blame] | 7552 | pfit_domain = POWER_DOMAIN_PIPE_PANEL_FITTER(crtc->pipe); |
Imre Deak | da7e29b | 2014-02-18 00:02:02 +0200 | [diff] [blame] | 7553 | if (intel_display_power_enabled(dev_priv, pfit_domain)) |
Daniel Vetter | 2fa2fe9 | 2013-05-07 23:34:16 +0200 | [diff] [blame] | 7554 | ironlake_get_pfit_config(crtc, pipe_config); |
Daniel Vetter | 88adfff | 2013-03-28 10:42:01 +0100 | [diff] [blame] | 7555 | |
Jesse Barnes | e59150d | 2014-01-07 13:30:45 -0800 | [diff] [blame] | 7556 | if (IS_HASWELL(dev)) |
| 7557 | pipe_config->ips_enabled = hsw_crtc_supports_ips(crtc) && |
| 7558 | (I915_READ(IPS_CTL) & IPS_ENABLE); |
Paulo Zanoni | 42db64e | 2013-05-31 16:33:22 -0300 | [diff] [blame] | 7559 | |
Daniel Vetter | 6c49f24 | 2013-06-06 12:45:25 +0200 | [diff] [blame] | 7560 | pipe_config->pixel_multiplier = 1; |
| 7561 | |
Daniel Vetter | 0e8ffe1 | 2013-03-28 10:42:00 +0100 | [diff] [blame] | 7562 | return true; |
| 7563 | } |
| 7564 | |
Jani Nikula | 1a91510 | 2013-10-16 12:34:48 +0300 | [diff] [blame] | 7565 | static struct { |
| 7566 | int clock; |
| 7567 | u32 config; |
| 7568 | } hdmi_audio_clock[] = { |
| 7569 | { DIV_ROUND_UP(25200 * 1000, 1001), AUD_CONFIG_PIXEL_CLOCK_HDMI_25175 }, |
| 7570 | { 25200, AUD_CONFIG_PIXEL_CLOCK_HDMI_25200 }, /* default per bspec */ |
| 7571 | { 27000, AUD_CONFIG_PIXEL_CLOCK_HDMI_27000 }, |
| 7572 | { 27000 * 1001 / 1000, AUD_CONFIG_PIXEL_CLOCK_HDMI_27027 }, |
| 7573 | { 54000, AUD_CONFIG_PIXEL_CLOCK_HDMI_54000 }, |
| 7574 | { 54000 * 1001 / 1000, AUD_CONFIG_PIXEL_CLOCK_HDMI_54054 }, |
| 7575 | { DIV_ROUND_UP(74250 * 1000, 1001), AUD_CONFIG_PIXEL_CLOCK_HDMI_74176 }, |
| 7576 | { 74250, AUD_CONFIG_PIXEL_CLOCK_HDMI_74250 }, |
| 7577 | { DIV_ROUND_UP(148500 * 1000, 1001), AUD_CONFIG_PIXEL_CLOCK_HDMI_148352 }, |
| 7578 | { 148500, AUD_CONFIG_PIXEL_CLOCK_HDMI_148500 }, |
| 7579 | }; |
| 7580 | |
| 7581 | /* get AUD_CONFIG_PIXEL_CLOCK_HDMI_* value for mode */ |
| 7582 | static u32 audio_config_hdmi_pixel_clock(struct drm_display_mode *mode) |
| 7583 | { |
| 7584 | int i; |
| 7585 | |
| 7586 | for (i = 0; i < ARRAY_SIZE(hdmi_audio_clock); i++) { |
| 7587 | if (mode->clock == hdmi_audio_clock[i].clock) |
| 7588 | break; |
| 7589 | } |
| 7590 | |
| 7591 | if (i == ARRAY_SIZE(hdmi_audio_clock)) { |
| 7592 | DRM_DEBUG_KMS("HDMI audio pixel clock setting for %d not found, falling back to defaults\n", mode->clock); |
| 7593 | i = 1; |
| 7594 | } |
| 7595 | |
| 7596 | DRM_DEBUG_KMS("Configuring HDMI audio for pixel clock %d (0x%08x)\n", |
| 7597 | hdmi_audio_clock[i].clock, |
| 7598 | hdmi_audio_clock[i].config); |
| 7599 | |
| 7600 | return hdmi_audio_clock[i].config; |
| 7601 | } |
| 7602 | |
Wu Fengguang | 3a9627f | 2011-12-09 20:42:19 +0800 | [diff] [blame] | 7603 | static bool intel_eld_uptodate(struct drm_connector *connector, |
| 7604 | int reg_eldv, uint32_t bits_eldv, |
| 7605 | int reg_elda, uint32_t bits_elda, |
| 7606 | int reg_edid) |
| 7607 | { |
| 7608 | struct drm_i915_private *dev_priv = connector->dev->dev_private; |
| 7609 | uint8_t *eld = connector->eld; |
| 7610 | uint32_t i; |
| 7611 | |
| 7612 | i = I915_READ(reg_eldv); |
| 7613 | i &= bits_eldv; |
| 7614 | |
| 7615 | if (!eld[0]) |
| 7616 | return !i; |
| 7617 | |
| 7618 | if (!i) |
| 7619 | return false; |
| 7620 | |
| 7621 | i = I915_READ(reg_elda); |
| 7622 | i &= ~bits_elda; |
| 7623 | I915_WRITE(reg_elda, i); |
| 7624 | |
| 7625 | for (i = 0; i < eld[2]; i++) |
| 7626 | if (I915_READ(reg_edid) != *((uint32_t *)eld + i)) |
| 7627 | return false; |
| 7628 | |
| 7629 | return true; |
| 7630 | } |
| 7631 | |
Wu Fengguang | e0dac65 | 2011-09-05 14:25:34 +0800 | [diff] [blame] | 7632 | static void g4x_write_eld(struct drm_connector *connector, |
Jani Nikula | 3442705 | 2013-10-16 12:34:47 +0300 | [diff] [blame] | 7633 | struct drm_crtc *crtc, |
| 7634 | struct drm_display_mode *mode) |
Wu Fengguang | e0dac65 | 2011-09-05 14:25:34 +0800 | [diff] [blame] | 7635 | { |
| 7636 | struct drm_i915_private *dev_priv = connector->dev->dev_private; |
| 7637 | uint8_t *eld = connector->eld; |
| 7638 | uint32_t eldv; |
| 7639 | uint32_t len; |
| 7640 | uint32_t i; |
| 7641 | |
| 7642 | i = I915_READ(G4X_AUD_VID_DID); |
| 7643 | |
| 7644 | if (i == INTEL_AUDIO_DEVBLC || i == INTEL_AUDIO_DEVCL) |
| 7645 | eldv = G4X_ELDV_DEVCL_DEVBLC; |
| 7646 | else |
| 7647 | eldv = G4X_ELDV_DEVCTG; |
| 7648 | |
Wu Fengguang | 3a9627f | 2011-12-09 20:42:19 +0800 | [diff] [blame] | 7649 | if (intel_eld_uptodate(connector, |
| 7650 | G4X_AUD_CNTL_ST, eldv, |
| 7651 | G4X_AUD_CNTL_ST, G4X_ELD_ADDR, |
| 7652 | G4X_HDMIW_HDMIEDID)) |
| 7653 | return; |
| 7654 | |
Wu Fengguang | e0dac65 | 2011-09-05 14:25:34 +0800 | [diff] [blame] | 7655 | i = I915_READ(G4X_AUD_CNTL_ST); |
| 7656 | i &= ~(eldv | G4X_ELD_ADDR); |
| 7657 | len = (i >> 9) & 0x1f; /* ELD buffer size */ |
| 7658 | I915_WRITE(G4X_AUD_CNTL_ST, i); |
| 7659 | |
| 7660 | if (!eld[0]) |
| 7661 | return; |
| 7662 | |
| 7663 | len = min_t(uint8_t, eld[2], len); |
| 7664 | DRM_DEBUG_DRIVER("ELD size %d\n", len); |
| 7665 | for (i = 0; i < len; i++) |
| 7666 | I915_WRITE(G4X_HDMIW_HDMIEDID, *((uint32_t *)eld + i)); |
| 7667 | |
| 7668 | i = I915_READ(G4X_AUD_CNTL_ST); |
| 7669 | i |= eldv; |
| 7670 | I915_WRITE(G4X_AUD_CNTL_ST, i); |
| 7671 | } |
| 7672 | |
Wang Xingchao | 83358c85 | 2012-08-16 22:43:37 +0800 | [diff] [blame] | 7673 | static void haswell_write_eld(struct drm_connector *connector, |
Jani Nikula | 3442705 | 2013-10-16 12:34:47 +0300 | [diff] [blame] | 7674 | struct drm_crtc *crtc, |
| 7675 | struct drm_display_mode *mode) |
Wang Xingchao | 83358c85 | 2012-08-16 22:43:37 +0800 | [diff] [blame] | 7676 | { |
| 7677 | struct drm_i915_private *dev_priv = connector->dev->dev_private; |
| 7678 | uint8_t *eld = connector->eld; |
Wang Xingchao | 83358c85 | 2012-08-16 22:43:37 +0800 | [diff] [blame] | 7679 | uint32_t eldv; |
| 7680 | uint32_t i; |
| 7681 | int len; |
| 7682 | int pipe = to_intel_crtc(crtc)->pipe; |
| 7683 | int tmp; |
| 7684 | |
| 7685 | int hdmiw_hdmiedid = HSW_AUD_EDID_DATA(pipe); |
| 7686 | int aud_cntl_st = HSW_AUD_DIP_ELD_CTRL(pipe); |
| 7687 | int aud_config = HSW_AUD_CFG(pipe); |
| 7688 | int aud_cntrl_st2 = HSW_AUD_PIN_ELD_CP_VLD; |
| 7689 | |
Wang Xingchao | 83358c85 | 2012-08-16 22:43:37 +0800 | [diff] [blame] | 7690 | /* Audio output enable */ |
| 7691 | DRM_DEBUG_DRIVER("HDMI audio: enable codec\n"); |
| 7692 | tmp = I915_READ(aud_cntrl_st2); |
| 7693 | tmp |= (AUDIO_OUTPUT_ENABLE_A << (pipe * 4)); |
| 7694 | I915_WRITE(aud_cntrl_st2, tmp); |
Daniel Vetter | c790579 | 2014-04-16 16:56:09 +0200 | [diff] [blame] | 7695 | POSTING_READ(aud_cntrl_st2); |
Wang Xingchao | 83358c85 | 2012-08-16 22:43:37 +0800 | [diff] [blame] | 7696 | |
Daniel Vetter | c790579 | 2014-04-16 16:56:09 +0200 | [diff] [blame] | 7697 | assert_pipe_disabled(dev_priv, to_intel_crtc(crtc)->pipe); |
Wang Xingchao | 83358c85 | 2012-08-16 22:43:37 +0800 | [diff] [blame] | 7698 | |
| 7699 | /* Set ELD valid state */ |
| 7700 | tmp = I915_READ(aud_cntrl_st2); |
Takashi Iwai | 7e7cb34 | 2013-09-10 07:30:36 +0200 | [diff] [blame] | 7701 | DRM_DEBUG_DRIVER("HDMI audio: pin eld vld status=0x%08x\n", tmp); |
Wang Xingchao | 83358c85 | 2012-08-16 22:43:37 +0800 | [diff] [blame] | 7702 | tmp |= (AUDIO_ELD_VALID_A << (pipe * 4)); |
| 7703 | I915_WRITE(aud_cntrl_st2, tmp); |
| 7704 | tmp = I915_READ(aud_cntrl_st2); |
Takashi Iwai | 7e7cb34 | 2013-09-10 07:30:36 +0200 | [diff] [blame] | 7705 | DRM_DEBUG_DRIVER("HDMI audio: eld vld status=0x%08x\n", tmp); |
Wang Xingchao | 83358c85 | 2012-08-16 22:43:37 +0800 | [diff] [blame] | 7706 | |
| 7707 | /* Enable HDMI mode */ |
| 7708 | tmp = I915_READ(aud_config); |
Takashi Iwai | 7e7cb34 | 2013-09-10 07:30:36 +0200 | [diff] [blame] | 7709 | DRM_DEBUG_DRIVER("HDMI audio: audio conf: 0x%08x\n", tmp); |
Wang Xingchao | 83358c85 | 2012-08-16 22:43:37 +0800 | [diff] [blame] | 7710 | /* clear N_programing_enable and N_value_index */ |
| 7711 | tmp &= ~(AUD_CONFIG_N_VALUE_INDEX | AUD_CONFIG_N_PROG_ENABLE); |
| 7712 | I915_WRITE(aud_config, tmp); |
| 7713 | |
| 7714 | DRM_DEBUG_DRIVER("ELD on pipe %c\n", pipe_name(pipe)); |
| 7715 | |
| 7716 | eldv = AUDIO_ELD_VALID_A << (pipe * 4); |
| 7717 | |
| 7718 | if (intel_pipe_has_type(crtc, INTEL_OUTPUT_DISPLAYPORT)) { |
| 7719 | DRM_DEBUG_DRIVER("ELD: DisplayPort detected\n"); |
| 7720 | eld[5] |= (1 << 2); /* Conn_Type, 0x1 = DisplayPort */ |
| 7721 | I915_WRITE(aud_config, AUD_CONFIG_N_VALUE_INDEX); /* 0x1 = DP */ |
Jani Nikula | 1a91510 | 2013-10-16 12:34:48 +0300 | [diff] [blame] | 7722 | } else { |
| 7723 | I915_WRITE(aud_config, audio_config_hdmi_pixel_clock(mode)); |
| 7724 | } |
Wang Xingchao | 83358c85 | 2012-08-16 22:43:37 +0800 | [diff] [blame] | 7725 | |
| 7726 | if (intel_eld_uptodate(connector, |
| 7727 | aud_cntrl_st2, eldv, |
| 7728 | aud_cntl_st, IBX_ELD_ADDRESS, |
| 7729 | hdmiw_hdmiedid)) |
| 7730 | return; |
| 7731 | |
| 7732 | i = I915_READ(aud_cntrl_st2); |
| 7733 | i &= ~eldv; |
| 7734 | I915_WRITE(aud_cntrl_st2, i); |
| 7735 | |
| 7736 | if (!eld[0]) |
| 7737 | return; |
| 7738 | |
| 7739 | i = I915_READ(aud_cntl_st); |
| 7740 | i &= ~IBX_ELD_ADDRESS; |
| 7741 | I915_WRITE(aud_cntl_st, i); |
| 7742 | i = (i >> 29) & DIP_PORT_SEL_MASK; /* DIP_Port_Select, 0x1 = PortB */ |
| 7743 | DRM_DEBUG_DRIVER("port num:%d\n", i); |
| 7744 | |
| 7745 | len = min_t(uint8_t, eld[2], 21); /* 84 bytes of hw ELD buffer */ |
| 7746 | DRM_DEBUG_DRIVER("ELD size %d\n", len); |
| 7747 | for (i = 0; i < len; i++) |
| 7748 | I915_WRITE(hdmiw_hdmiedid, *((uint32_t *)eld + i)); |
| 7749 | |
| 7750 | i = I915_READ(aud_cntrl_st2); |
| 7751 | i |= eldv; |
| 7752 | I915_WRITE(aud_cntrl_st2, i); |
| 7753 | |
| 7754 | } |
| 7755 | |
Wu Fengguang | e0dac65 | 2011-09-05 14:25:34 +0800 | [diff] [blame] | 7756 | static void ironlake_write_eld(struct drm_connector *connector, |
Jani Nikula | 3442705 | 2013-10-16 12:34:47 +0300 | [diff] [blame] | 7757 | struct drm_crtc *crtc, |
| 7758 | struct drm_display_mode *mode) |
Wu Fengguang | e0dac65 | 2011-09-05 14:25:34 +0800 | [diff] [blame] | 7759 | { |
| 7760 | struct drm_i915_private *dev_priv = connector->dev->dev_private; |
| 7761 | uint8_t *eld = connector->eld; |
| 7762 | uint32_t eldv; |
| 7763 | uint32_t i; |
| 7764 | int len; |
| 7765 | int hdmiw_hdmiedid; |
Wu Fengguang | b6daa02 | 2012-01-06 14:41:31 -0600 | [diff] [blame] | 7766 | int aud_config; |
Wu Fengguang | e0dac65 | 2011-09-05 14:25:34 +0800 | [diff] [blame] | 7767 | int aud_cntl_st; |
| 7768 | int aud_cntrl_st2; |
Wang Xingchao | 9b138a8 | 2012-08-09 16:52:18 +0800 | [diff] [blame] | 7769 | int pipe = to_intel_crtc(crtc)->pipe; |
Wu Fengguang | e0dac65 | 2011-09-05 14:25:34 +0800 | [diff] [blame] | 7770 | |
Wu Fengguang | b3f33cb | 2011-12-09 20:42:17 +0800 | [diff] [blame] | 7771 | if (HAS_PCH_IBX(connector->dev)) { |
Wang Xingchao | 9b138a8 | 2012-08-09 16:52:18 +0800 | [diff] [blame] | 7772 | hdmiw_hdmiedid = IBX_HDMIW_HDMIEDID(pipe); |
| 7773 | aud_config = IBX_AUD_CFG(pipe); |
| 7774 | aud_cntl_st = IBX_AUD_CNTL_ST(pipe); |
Wu Fengguang | 1202b4c6 | 2011-12-09 20:42:18 +0800 | [diff] [blame] | 7775 | aud_cntrl_st2 = IBX_AUD_CNTL_ST2; |
Mengdong Lin | 9ca2fe7 | 2013-11-01 00:17:03 -0400 | [diff] [blame] | 7776 | } else if (IS_VALLEYVIEW(connector->dev)) { |
| 7777 | hdmiw_hdmiedid = VLV_HDMIW_HDMIEDID(pipe); |
| 7778 | aud_config = VLV_AUD_CFG(pipe); |
| 7779 | aud_cntl_st = VLV_AUD_CNTL_ST(pipe); |
| 7780 | aud_cntrl_st2 = VLV_AUD_CNTL_ST2; |
Wu Fengguang | e0dac65 | 2011-09-05 14:25:34 +0800 | [diff] [blame] | 7781 | } else { |
Wang Xingchao | 9b138a8 | 2012-08-09 16:52:18 +0800 | [diff] [blame] | 7782 | hdmiw_hdmiedid = CPT_HDMIW_HDMIEDID(pipe); |
| 7783 | aud_config = CPT_AUD_CFG(pipe); |
| 7784 | aud_cntl_st = CPT_AUD_CNTL_ST(pipe); |
Wu Fengguang | 1202b4c6 | 2011-12-09 20:42:18 +0800 | [diff] [blame] | 7785 | aud_cntrl_st2 = CPT_AUD_CNTRL_ST2; |
Wu Fengguang | e0dac65 | 2011-09-05 14:25:34 +0800 | [diff] [blame] | 7786 | } |
| 7787 | |
Wang Xingchao | 9b138a8 | 2012-08-09 16:52:18 +0800 | [diff] [blame] | 7788 | DRM_DEBUG_DRIVER("ELD on pipe %c\n", pipe_name(pipe)); |
Wu Fengguang | e0dac65 | 2011-09-05 14:25:34 +0800 | [diff] [blame] | 7789 | |
Mengdong Lin | 9ca2fe7 | 2013-11-01 00:17:03 -0400 | [diff] [blame] | 7790 | if (IS_VALLEYVIEW(connector->dev)) { |
| 7791 | struct intel_encoder *intel_encoder; |
| 7792 | struct intel_digital_port *intel_dig_port; |
| 7793 | |
| 7794 | intel_encoder = intel_attached_encoder(connector); |
| 7795 | intel_dig_port = enc_to_dig_port(&intel_encoder->base); |
| 7796 | i = intel_dig_port->port; |
| 7797 | } else { |
| 7798 | i = I915_READ(aud_cntl_st); |
| 7799 | i = (i >> 29) & DIP_PORT_SEL_MASK; |
| 7800 | /* DIP_Port_Select, 0x1 = PortB */ |
| 7801 | } |
| 7802 | |
Wu Fengguang | e0dac65 | 2011-09-05 14:25:34 +0800 | [diff] [blame] | 7803 | if (!i) { |
| 7804 | DRM_DEBUG_DRIVER("Audio directed to unknown port\n"); |
| 7805 | /* operate blindly on all ports */ |
Wu Fengguang | 1202b4c6 | 2011-12-09 20:42:18 +0800 | [diff] [blame] | 7806 | eldv = IBX_ELD_VALIDB; |
| 7807 | eldv |= IBX_ELD_VALIDB << 4; |
| 7808 | eldv |= IBX_ELD_VALIDB << 8; |
Wu Fengguang | e0dac65 | 2011-09-05 14:25:34 +0800 | [diff] [blame] | 7809 | } else { |
Ville Syrjälä | 2582a85 | 2013-04-17 17:48:47 +0300 | [diff] [blame] | 7810 | DRM_DEBUG_DRIVER("ELD on port %c\n", port_name(i)); |
Wu Fengguang | 1202b4c6 | 2011-12-09 20:42:18 +0800 | [diff] [blame] | 7811 | eldv = IBX_ELD_VALIDB << ((i - 1) * 4); |
Wu Fengguang | e0dac65 | 2011-09-05 14:25:34 +0800 | [diff] [blame] | 7812 | } |
| 7813 | |
Wu Fengguang | 3a9627f | 2011-12-09 20:42:19 +0800 | [diff] [blame] | 7814 | if (intel_pipe_has_type(crtc, INTEL_OUTPUT_DISPLAYPORT)) { |
| 7815 | DRM_DEBUG_DRIVER("ELD: DisplayPort detected\n"); |
| 7816 | eld[5] |= (1 << 2); /* Conn_Type, 0x1 = DisplayPort */ |
Wu Fengguang | b6daa02 | 2012-01-06 14:41:31 -0600 | [diff] [blame] | 7817 | I915_WRITE(aud_config, AUD_CONFIG_N_VALUE_INDEX); /* 0x1 = DP */ |
Jani Nikula | 1a91510 | 2013-10-16 12:34:48 +0300 | [diff] [blame] | 7818 | } else { |
| 7819 | I915_WRITE(aud_config, audio_config_hdmi_pixel_clock(mode)); |
| 7820 | } |
Wu Fengguang | 3a9627f | 2011-12-09 20:42:19 +0800 | [diff] [blame] | 7821 | |
| 7822 | if (intel_eld_uptodate(connector, |
| 7823 | aud_cntrl_st2, eldv, |
| 7824 | aud_cntl_st, IBX_ELD_ADDRESS, |
| 7825 | hdmiw_hdmiedid)) |
| 7826 | return; |
| 7827 | |
Wu Fengguang | e0dac65 | 2011-09-05 14:25:34 +0800 | [diff] [blame] | 7828 | i = I915_READ(aud_cntrl_st2); |
| 7829 | i &= ~eldv; |
| 7830 | I915_WRITE(aud_cntrl_st2, i); |
| 7831 | |
| 7832 | if (!eld[0]) |
| 7833 | return; |
| 7834 | |
Wu Fengguang | e0dac65 | 2011-09-05 14:25:34 +0800 | [diff] [blame] | 7835 | i = I915_READ(aud_cntl_st); |
Wu Fengguang | 1202b4c6 | 2011-12-09 20:42:18 +0800 | [diff] [blame] | 7836 | i &= ~IBX_ELD_ADDRESS; |
Wu Fengguang | e0dac65 | 2011-09-05 14:25:34 +0800 | [diff] [blame] | 7837 | I915_WRITE(aud_cntl_st, i); |
| 7838 | |
| 7839 | len = min_t(uint8_t, eld[2], 21); /* 84 bytes of hw ELD buffer */ |
| 7840 | DRM_DEBUG_DRIVER("ELD size %d\n", len); |
| 7841 | for (i = 0; i < len; i++) |
| 7842 | I915_WRITE(hdmiw_hdmiedid, *((uint32_t *)eld + i)); |
| 7843 | |
| 7844 | i = I915_READ(aud_cntrl_st2); |
| 7845 | i |= eldv; |
| 7846 | I915_WRITE(aud_cntrl_st2, i); |
| 7847 | } |
| 7848 | |
| 7849 | void intel_write_eld(struct drm_encoder *encoder, |
| 7850 | struct drm_display_mode *mode) |
| 7851 | { |
| 7852 | struct drm_crtc *crtc = encoder->crtc; |
| 7853 | struct drm_connector *connector; |
| 7854 | struct drm_device *dev = encoder->dev; |
| 7855 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 7856 | |
| 7857 | connector = drm_select_eld(encoder, mode); |
| 7858 | if (!connector) |
| 7859 | return; |
| 7860 | |
| 7861 | DRM_DEBUG_DRIVER("ELD on [CONNECTOR:%d:%s], [ENCODER:%d:%s]\n", |
| 7862 | connector->base.id, |
Jani Nikula | c23cc41 | 2014-06-03 14:56:17 +0300 | [diff] [blame] | 7863 | connector->name, |
Wu Fengguang | e0dac65 | 2011-09-05 14:25:34 +0800 | [diff] [blame] | 7864 | connector->encoder->base.id, |
Jani Nikula | 8e329a0 | 2014-06-03 14:56:21 +0300 | [diff] [blame] | 7865 | connector->encoder->name); |
Wu Fengguang | e0dac65 | 2011-09-05 14:25:34 +0800 | [diff] [blame] | 7866 | |
| 7867 | connector->eld[6] = drm_av_sync_delay(connector, mode) / 2; |
| 7868 | |
| 7869 | if (dev_priv->display.write_eld) |
Jani Nikula | 3442705 | 2013-10-16 12:34:47 +0300 | [diff] [blame] | 7870 | dev_priv->display.write_eld(connector, crtc, mode); |
Wu Fengguang | e0dac65 | 2011-09-05 14:25:34 +0800 | [diff] [blame] | 7871 | } |
| 7872 | |
Chris Wilson | 560b85b | 2010-08-07 11:01:38 +0100 | [diff] [blame] | 7873 | static void i845_update_cursor(struct drm_crtc *crtc, u32 base) |
| 7874 | { |
| 7875 | struct drm_device *dev = crtc->dev; |
| 7876 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 7877 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
Chris Wilson | 4b0e333 | 2014-05-30 16:35:26 +0300 | [diff] [blame] | 7878 | uint32_t cntl; |
Chris Wilson | 560b85b | 2010-08-07 11:01:38 +0100 | [diff] [blame] | 7879 | |
Chris Wilson | 4b0e333 | 2014-05-30 16:35:26 +0300 | [diff] [blame] | 7880 | if (base != intel_crtc->cursor_base) { |
Chris Wilson | 560b85b | 2010-08-07 11:01:38 +0100 | [diff] [blame] | 7881 | /* On these chipsets we can only modify the base whilst |
| 7882 | * the cursor is disabled. |
| 7883 | */ |
Chris Wilson | 4b0e333 | 2014-05-30 16:35:26 +0300 | [diff] [blame] | 7884 | if (intel_crtc->cursor_cntl) { |
| 7885 | I915_WRITE(_CURACNTR, 0); |
| 7886 | POSTING_READ(_CURACNTR); |
| 7887 | intel_crtc->cursor_cntl = 0; |
| 7888 | } |
| 7889 | |
Jesse Barnes | 9db4a9c | 2011-02-07 12:26:52 -0800 | [diff] [blame] | 7890 | I915_WRITE(_CURABASE, base); |
Chris Wilson | 4b0e333 | 2014-05-30 16:35:26 +0300 | [diff] [blame] | 7891 | POSTING_READ(_CURABASE); |
| 7892 | } |
Chris Wilson | 560b85b | 2010-08-07 11:01:38 +0100 | [diff] [blame] | 7893 | |
Chris Wilson | 4b0e333 | 2014-05-30 16:35:26 +0300 | [diff] [blame] | 7894 | /* XXX width must be 64, stride 256 => 0x00 << 28 */ |
| 7895 | cntl = 0; |
| 7896 | if (base) |
| 7897 | cntl = (CURSOR_ENABLE | |
Chris Wilson | 560b85b | 2010-08-07 11:01:38 +0100 | [diff] [blame] | 7898 | CURSOR_GAMMA_ENABLE | |
Chris Wilson | 4b0e333 | 2014-05-30 16:35:26 +0300 | [diff] [blame] | 7899 | CURSOR_FORMAT_ARGB); |
| 7900 | if (intel_crtc->cursor_cntl != cntl) { |
| 7901 | I915_WRITE(_CURACNTR, cntl); |
| 7902 | POSTING_READ(_CURACNTR); |
| 7903 | intel_crtc->cursor_cntl = cntl; |
| 7904 | } |
Chris Wilson | 560b85b | 2010-08-07 11:01:38 +0100 | [diff] [blame] | 7905 | } |
| 7906 | |
| 7907 | static void i9xx_update_cursor(struct drm_crtc *crtc, u32 base) |
| 7908 | { |
| 7909 | struct drm_device *dev = crtc->dev; |
| 7910 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 7911 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 7912 | int pipe = intel_crtc->pipe; |
Chris Wilson | 4b0e333 | 2014-05-30 16:35:26 +0300 | [diff] [blame] | 7913 | uint32_t cntl; |
Chris Wilson | 560b85b | 2010-08-07 11:01:38 +0100 | [diff] [blame] | 7914 | |
Chris Wilson | 4b0e333 | 2014-05-30 16:35:26 +0300 | [diff] [blame] | 7915 | cntl = 0; |
| 7916 | if (base) { |
| 7917 | cntl = MCURSOR_GAMMA_ENABLE; |
| 7918 | switch (intel_crtc->cursor_width) { |
Sagar Kamble | 4726e0b | 2014-03-10 17:06:23 +0530 | [diff] [blame] | 7919 | case 64: |
| 7920 | cntl |= CURSOR_MODE_64_ARGB_AX; |
| 7921 | break; |
| 7922 | case 128: |
| 7923 | cntl |= CURSOR_MODE_128_ARGB_AX; |
| 7924 | break; |
| 7925 | case 256: |
| 7926 | cntl |= CURSOR_MODE_256_ARGB_AX; |
| 7927 | break; |
| 7928 | default: |
| 7929 | WARN_ON(1); |
| 7930 | return; |
Chris Wilson | 560b85b | 2010-08-07 11:01:38 +0100 | [diff] [blame] | 7931 | } |
Chris Wilson | 4b0e333 | 2014-05-30 16:35:26 +0300 | [diff] [blame] | 7932 | cntl |= pipe << 28; /* Connect to correct pipe */ |
Chris Wilson | 560b85b | 2010-08-07 11:01:38 +0100 | [diff] [blame] | 7933 | } |
Chris Wilson | 4b0e333 | 2014-05-30 16:35:26 +0300 | [diff] [blame] | 7934 | if (intel_crtc->cursor_cntl != cntl) { |
| 7935 | I915_WRITE(CURCNTR(pipe), cntl); |
| 7936 | POSTING_READ(CURCNTR(pipe)); |
| 7937 | intel_crtc->cursor_cntl = cntl; |
| 7938 | } |
| 7939 | |
Chris Wilson | 560b85b | 2010-08-07 11:01:38 +0100 | [diff] [blame] | 7940 | /* and commit changes on next vblank */ |
Jesse Barnes | 9db4a9c | 2011-02-07 12:26:52 -0800 | [diff] [blame] | 7941 | I915_WRITE(CURBASE(pipe), base); |
Daniel Vetter | b2ea8ef | 2013-11-04 08:13:45 +0100 | [diff] [blame] | 7942 | POSTING_READ(CURBASE(pipe)); |
Chris Wilson | 560b85b | 2010-08-07 11:01:38 +0100 | [diff] [blame] | 7943 | } |
| 7944 | |
Jesse Barnes | 65a21cd | 2011-10-12 11:10:21 -0700 | [diff] [blame] | 7945 | static void ivb_update_cursor(struct drm_crtc *crtc, u32 base) |
| 7946 | { |
| 7947 | struct drm_device *dev = crtc->dev; |
| 7948 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 7949 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 7950 | int pipe = intel_crtc->pipe; |
Chris Wilson | 4b0e333 | 2014-05-30 16:35:26 +0300 | [diff] [blame] | 7951 | uint32_t cntl; |
Jesse Barnes | 65a21cd | 2011-10-12 11:10:21 -0700 | [diff] [blame] | 7952 | |
Chris Wilson | 4b0e333 | 2014-05-30 16:35:26 +0300 | [diff] [blame] | 7953 | cntl = 0; |
| 7954 | if (base) { |
| 7955 | cntl = MCURSOR_GAMMA_ENABLE; |
| 7956 | switch (intel_crtc->cursor_width) { |
Sagar Kamble | 4726e0b | 2014-03-10 17:06:23 +0530 | [diff] [blame] | 7957 | case 64: |
| 7958 | cntl |= CURSOR_MODE_64_ARGB_AX; |
| 7959 | break; |
| 7960 | case 128: |
| 7961 | cntl |= CURSOR_MODE_128_ARGB_AX; |
| 7962 | break; |
| 7963 | case 256: |
| 7964 | cntl |= CURSOR_MODE_256_ARGB_AX; |
| 7965 | break; |
| 7966 | default: |
| 7967 | WARN_ON(1); |
| 7968 | return; |
Jesse Barnes | 65a21cd | 2011-10-12 11:10:21 -0700 | [diff] [blame] | 7969 | } |
Jesse Barnes | 65a21cd | 2011-10-12 11:10:21 -0700 | [diff] [blame] | 7970 | } |
Chris Wilson | 4b0e333 | 2014-05-30 16:35:26 +0300 | [diff] [blame] | 7971 | if (IS_HASWELL(dev) || IS_BROADWELL(dev)) |
| 7972 | cntl |= CURSOR_PIPE_CSC_ENABLE; |
| 7973 | |
| 7974 | if (intel_crtc->cursor_cntl != cntl) { |
| 7975 | I915_WRITE(CURCNTR(pipe), cntl); |
| 7976 | POSTING_READ(CURCNTR(pipe)); |
| 7977 | intel_crtc->cursor_cntl = cntl; |
| 7978 | } |
| 7979 | |
Jesse Barnes | 65a21cd | 2011-10-12 11:10:21 -0700 | [diff] [blame] | 7980 | /* and commit changes on next vblank */ |
Ville Syrjälä | 5efb3e2 | 2014-04-09 13:28:53 +0300 | [diff] [blame] | 7981 | I915_WRITE(CURBASE(pipe), base); |
| 7982 | POSTING_READ(CURBASE(pipe)); |
Jesse Barnes | 65a21cd | 2011-10-12 11:10:21 -0700 | [diff] [blame] | 7983 | } |
| 7984 | |
Chris Wilson | cda4b7d | 2010-07-09 08:45:04 +0100 | [diff] [blame] | 7985 | /* If no-part of the cursor is visible on the framebuffer, then the GPU may hang... */ |
Chris Wilson | 6b383a7 | 2010-09-13 13:54:26 +0100 | [diff] [blame] | 7986 | static void intel_crtc_update_cursor(struct drm_crtc *crtc, |
| 7987 | bool on) |
Chris Wilson | cda4b7d | 2010-07-09 08:45:04 +0100 | [diff] [blame] | 7988 | { |
| 7989 | struct drm_device *dev = crtc->dev; |
| 7990 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 7991 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 7992 | int pipe = intel_crtc->pipe; |
| 7993 | int x = intel_crtc->cursor_x; |
| 7994 | int y = intel_crtc->cursor_y; |
Ville Syrjälä | d6e4db1 | 2013-09-04 18:25:31 +0300 | [diff] [blame] | 7995 | u32 base = 0, pos = 0; |
Chris Wilson | cda4b7d | 2010-07-09 08:45:04 +0100 | [diff] [blame] | 7996 | |
Ville Syrjälä | d6e4db1 | 2013-09-04 18:25:31 +0300 | [diff] [blame] | 7997 | if (on) |
Chris Wilson | cda4b7d | 2010-07-09 08:45:04 +0100 | [diff] [blame] | 7998 | base = intel_crtc->cursor_addr; |
Chris Wilson | cda4b7d | 2010-07-09 08:45:04 +0100 | [diff] [blame] | 7999 | |
Ville Syrjälä | d6e4db1 | 2013-09-04 18:25:31 +0300 | [diff] [blame] | 8000 | if (x >= intel_crtc->config.pipe_src_w) |
| 8001 | base = 0; |
| 8002 | |
| 8003 | if (y >= intel_crtc->config.pipe_src_h) |
Chris Wilson | cda4b7d | 2010-07-09 08:45:04 +0100 | [diff] [blame] | 8004 | base = 0; |
| 8005 | |
| 8006 | if (x < 0) { |
Ville Syrjälä | efc9064 | 2013-09-04 18:25:30 +0300 | [diff] [blame] | 8007 | if (x + intel_crtc->cursor_width <= 0) |
Chris Wilson | cda4b7d | 2010-07-09 08:45:04 +0100 | [diff] [blame] | 8008 | base = 0; |
| 8009 | |
| 8010 | pos |= CURSOR_POS_SIGN << CURSOR_X_SHIFT; |
| 8011 | x = -x; |
| 8012 | } |
| 8013 | pos |= x << CURSOR_X_SHIFT; |
| 8014 | |
| 8015 | if (y < 0) { |
Ville Syrjälä | efc9064 | 2013-09-04 18:25:30 +0300 | [diff] [blame] | 8016 | if (y + intel_crtc->cursor_height <= 0) |
Chris Wilson | cda4b7d | 2010-07-09 08:45:04 +0100 | [diff] [blame] | 8017 | base = 0; |
| 8018 | |
| 8019 | pos |= CURSOR_POS_SIGN << CURSOR_Y_SHIFT; |
| 8020 | y = -y; |
| 8021 | } |
| 8022 | pos |= y << CURSOR_Y_SHIFT; |
| 8023 | |
Chris Wilson | 4b0e333 | 2014-05-30 16:35:26 +0300 | [diff] [blame] | 8024 | if (base == 0 && intel_crtc->cursor_base == 0) |
Chris Wilson | cda4b7d | 2010-07-09 08:45:04 +0100 | [diff] [blame] | 8025 | return; |
| 8026 | |
Ville Syrjälä | 5efb3e2 | 2014-04-09 13:28:53 +0300 | [diff] [blame] | 8027 | I915_WRITE(CURPOS(pipe), pos); |
| 8028 | |
| 8029 | if (IS_IVYBRIDGE(dev) || IS_HASWELL(dev) || IS_BROADWELL(dev)) |
Jesse Barnes | 65a21cd | 2011-10-12 11:10:21 -0700 | [diff] [blame] | 8030 | ivb_update_cursor(crtc, base); |
Ville Syrjälä | 5efb3e2 | 2014-04-09 13:28:53 +0300 | [diff] [blame] | 8031 | else if (IS_845G(dev) || IS_I865G(dev)) |
| 8032 | i845_update_cursor(crtc, base); |
| 8033 | else |
| 8034 | i9xx_update_cursor(crtc, base); |
Chris Wilson | 4b0e333 | 2014-05-30 16:35:26 +0300 | [diff] [blame] | 8035 | intel_crtc->cursor_base = base; |
Chris Wilson | cda4b7d | 2010-07-09 08:45:04 +0100 | [diff] [blame] | 8036 | } |
| 8037 | |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8038 | static int intel_crtc_cursor_set(struct drm_crtc *crtc, |
Chris Wilson | 05394f3 | 2010-11-08 19:18:58 +0000 | [diff] [blame] | 8039 | struct drm_file *file, |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8040 | uint32_t handle, |
| 8041 | uint32_t width, uint32_t height) |
| 8042 | { |
| 8043 | struct drm_device *dev = crtc->dev; |
| 8044 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 8045 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
Chris Wilson | 05394f3 | 2010-11-08 19:18:58 +0000 | [diff] [blame] | 8046 | struct drm_i915_gem_object *obj; |
Chris Wilson | 64f962e | 2014-03-26 12:38:15 +0000 | [diff] [blame] | 8047 | unsigned old_width; |
Chris Wilson | cda4b7d | 2010-07-09 08:45:04 +0100 | [diff] [blame] | 8048 | uint32_t addr; |
Kristian Høgsberg | 3f8bc37 | 2008-12-17 22:14:59 -0500 | [diff] [blame] | 8049 | int ret; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8050 | |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8051 | /* if we want to turn off the cursor ignore width and height */ |
| 8052 | if (!handle) { |
Zhao Yakui | 28c9773 | 2009-10-09 11:39:41 +0800 | [diff] [blame] | 8053 | DRM_DEBUG_KMS("cursor off\n"); |
Kristian Høgsberg | 3f8bc37 | 2008-12-17 22:14:59 -0500 | [diff] [blame] | 8054 | addr = 0; |
Chris Wilson | 05394f3 | 2010-11-08 19:18:58 +0000 | [diff] [blame] | 8055 | obj = NULL; |
Pierre Willenbrock | 5004417 | 2009-02-23 10:12:15 +1000 | [diff] [blame] | 8056 | mutex_lock(&dev->struct_mutex); |
Kristian Høgsberg | 3f8bc37 | 2008-12-17 22:14:59 -0500 | [diff] [blame] | 8057 | goto finish; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8058 | } |
| 8059 | |
Sagar Kamble | 4726e0b | 2014-03-10 17:06:23 +0530 | [diff] [blame] | 8060 | /* Check for which cursor types we support */ |
| 8061 | if (!((width == 64 && height == 64) || |
| 8062 | (width == 128 && height == 128 && !IS_GEN2(dev)) || |
| 8063 | (width == 256 && height == 256 && !IS_GEN2(dev)))) { |
| 8064 | DRM_DEBUG("Cursor dimension not supported\n"); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8065 | return -EINVAL; |
| 8066 | } |
| 8067 | |
Chris Wilson | 05394f3 | 2010-11-08 19:18:58 +0000 | [diff] [blame] | 8068 | obj = to_intel_bo(drm_gem_object_lookup(dev, file, handle)); |
Chris Wilson | c872522 | 2011-02-19 11:31:06 +0000 | [diff] [blame] | 8069 | if (&obj->base == NULL) |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8070 | return -ENOENT; |
| 8071 | |
Chris Wilson | 05394f3 | 2010-11-08 19:18:58 +0000 | [diff] [blame] | 8072 | if (obj->base.size < width * height * 4) { |
Daniel Vetter | 3b25b31 | 2014-02-14 14:06:06 +0100 | [diff] [blame] | 8073 | DRM_DEBUG_KMS("buffer is to small\n"); |
Dave Airlie | 34b8686e | 2009-01-15 14:03:07 +1000 | [diff] [blame] | 8074 | ret = -ENOMEM; |
| 8075 | goto fail; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8076 | } |
| 8077 | |
Dave Airlie | 71acb5e | 2008-12-30 20:31:46 +1000 | [diff] [blame] | 8078 | /* we only need to pin inside GTT if cursor is non-phy */ |
Kristian Høgsberg | 7f9872e | 2009-02-13 20:56:49 -0500 | [diff] [blame] | 8079 | mutex_lock(&dev->struct_mutex); |
Damien Lespiau | 3d13ef2 | 2014-02-07 19:12:47 +0000 | [diff] [blame] | 8080 | if (!INTEL_INFO(dev)->cursor_needs_physical) { |
Chris Wilson | 693db18 | 2013-03-05 14:52:39 +0000 | [diff] [blame] | 8081 | unsigned alignment; |
| 8082 | |
Chris Wilson | d9e86c0 | 2010-11-10 16:40:20 +0000 | [diff] [blame] | 8083 | if (obj->tiling_mode) { |
Daniel Vetter | 3b25b31 | 2014-02-14 14:06:06 +0100 | [diff] [blame] | 8084 | DRM_DEBUG_KMS("cursor cannot be tiled\n"); |
Chris Wilson | d9e86c0 | 2010-11-10 16:40:20 +0000 | [diff] [blame] | 8085 | ret = -EINVAL; |
| 8086 | goto fail_locked; |
| 8087 | } |
| 8088 | |
Chris Wilson | 693db18 | 2013-03-05 14:52:39 +0000 | [diff] [blame] | 8089 | /* Note that the w/a also requires 2 PTE of padding following |
| 8090 | * the bo. We currently fill all unused PTE with the shadow |
| 8091 | * page and so we should always have valid PTE following the |
| 8092 | * cursor preventing the VT-d warning. |
| 8093 | */ |
| 8094 | alignment = 0; |
| 8095 | if (need_vtd_wa(dev)) |
| 8096 | alignment = 64*1024; |
| 8097 | |
| 8098 | ret = i915_gem_object_pin_to_display_plane(obj, alignment, NULL); |
Chris Wilson | e7b526b | 2010-06-02 08:30:48 +0100 | [diff] [blame] | 8099 | if (ret) { |
Daniel Vetter | 3b25b31 | 2014-02-14 14:06:06 +0100 | [diff] [blame] | 8100 | DRM_DEBUG_KMS("failed to move cursor bo into the GTT\n"); |
Chris Wilson | 2da3b9b | 2011-04-14 09:41:17 +0100 | [diff] [blame] | 8101 | goto fail_locked; |
Chris Wilson | e7b526b | 2010-06-02 08:30:48 +0100 | [diff] [blame] | 8102 | } |
| 8103 | |
Chris Wilson | d9e86c0 | 2010-11-10 16:40:20 +0000 | [diff] [blame] | 8104 | ret = i915_gem_object_put_fence(obj); |
| 8105 | if (ret) { |
Daniel Vetter | 3b25b31 | 2014-02-14 14:06:06 +0100 | [diff] [blame] | 8106 | DRM_DEBUG_KMS("failed to release fence for cursor"); |
Chris Wilson | d9e86c0 | 2010-11-10 16:40:20 +0000 | [diff] [blame] | 8107 | goto fail_unpin; |
| 8108 | } |
| 8109 | |
Ben Widawsky | f343c5f | 2013-07-05 14:41:04 -0700 | [diff] [blame] | 8110 | addr = i915_gem_obj_ggtt_offset(obj); |
Dave Airlie | 71acb5e | 2008-12-30 20:31:46 +1000 | [diff] [blame] | 8111 | } else { |
Chris Wilson | 6eeefaf | 2010-08-07 11:01:39 +0100 | [diff] [blame] | 8112 | int align = IS_I830(dev) ? 16 * 1024 : 256; |
Chris Wilson | 0073115 | 2014-05-21 12:42:56 +0100 | [diff] [blame] | 8113 | ret = i915_gem_object_attach_phys(obj, align); |
Dave Airlie | 71acb5e | 2008-12-30 20:31:46 +1000 | [diff] [blame] | 8114 | if (ret) { |
Daniel Vetter | 3b25b31 | 2014-02-14 14:06:06 +0100 | [diff] [blame] | 8115 | DRM_DEBUG_KMS("failed to attach phys object\n"); |
Kristian Høgsberg | 7f9872e | 2009-02-13 20:56:49 -0500 | [diff] [blame] | 8116 | goto fail_locked; |
Dave Airlie | 71acb5e | 2008-12-30 20:31:46 +1000 | [diff] [blame] | 8117 | } |
Chris Wilson | 0073115 | 2014-05-21 12:42:56 +0100 | [diff] [blame] | 8118 | addr = obj->phys_handle->busaddr; |
Kristian Høgsberg | 3f8bc37 | 2008-12-17 22:14:59 -0500 | [diff] [blame] | 8119 | } |
| 8120 | |
Chris Wilson | a6c45cf | 2010-09-17 00:32:17 +0100 | [diff] [blame] | 8121 | if (IS_GEN2(dev)) |
Jesse Barnes | 14b6039 | 2009-05-20 16:47:08 -0400 | [diff] [blame] | 8122 | I915_WRITE(CURSIZE, (height << 12) | width); |
| 8123 | |
Kristian Høgsberg | 3f8bc37 | 2008-12-17 22:14:59 -0500 | [diff] [blame] | 8124 | finish: |
Kristian Høgsberg | 3f8bc37 | 2008-12-17 22:14:59 -0500 | [diff] [blame] | 8125 | if (intel_crtc->cursor_bo) { |
Chris Wilson | 0073115 | 2014-05-21 12:42:56 +0100 | [diff] [blame] | 8126 | if (!INTEL_INFO(dev)->cursor_needs_physical) |
Chris Wilson | cc98b41 | 2013-08-09 12:25:09 +0100 | [diff] [blame] | 8127 | i915_gem_object_unpin_from_display_plane(intel_crtc->cursor_bo); |
Chris Wilson | 05394f3 | 2010-11-08 19:18:58 +0000 | [diff] [blame] | 8128 | drm_gem_object_unreference(&intel_crtc->cursor_bo->base); |
Kristian Høgsberg | 3f8bc37 | 2008-12-17 22:14:59 -0500 | [diff] [blame] | 8129 | } |
Jesse Barnes | 8082400 | 2009-09-10 15:28:06 -0700 | [diff] [blame] | 8130 | |
Kristian Høgsberg | 7f9872e | 2009-02-13 20:56:49 -0500 | [diff] [blame] | 8131 | mutex_unlock(&dev->struct_mutex); |
Kristian Høgsberg | 3f8bc37 | 2008-12-17 22:14:59 -0500 | [diff] [blame] | 8132 | |
Chris Wilson | 64f962e | 2014-03-26 12:38:15 +0000 | [diff] [blame] | 8133 | old_width = intel_crtc->cursor_width; |
| 8134 | |
Kristian Høgsberg | 3f8bc37 | 2008-12-17 22:14:59 -0500 | [diff] [blame] | 8135 | intel_crtc->cursor_addr = addr; |
Chris Wilson | 05394f3 | 2010-11-08 19:18:58 +0000 | [diff] [blame] | 8136 | intel_crtc->cursor_bo = obj; |
Chris Wilson | cda4b7d | 2010-07-09 08:45:04 +0100 | [diff] [blame] | 8137 | intel_crtc->cursor_width = width; |
| 8138 | intel_crtc->cursor_height = height; |
| 8139 | |
Chris Wilson | 64f962e | 2014-03-26 12:38:15 +0000 | [diff] [blame] | 8140 | if (intel_crtc->active) { |
| 8141 | if (old_width != width) |
| 8142 | intel_update_watermarks(crtc); |
Ville Syrjälä | f2f5f77 | 2013-09-17 18:33:44 +0300 | [diff] [blame] | 8143 | intel_crtc_update_cursor(crtc, intel_crtc->cursor_bo != NULL); |
Chris Wilson | 64f962e | 2014-03-26 12:38:15 +0000 | [diff] [blame] | 8144 | } |
Kristian Høgsberg | 3f8bc37 | 2008-12-17 22:14:59 -0500 | [diff] [blame] | 8145 | |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8146 | return 0; |
Chris Wilson | e7b526b | 2010-06-02 08:30:48 +0100 | [diff] [blame] | 8147 | fail_unpin: |
Chris Wilson | cc98b41 | 2013-08-09 12:25:09 +0100 | [diff] [blame] | 8148 | i915_gem_object_unpin_from_display_plane(obj); |
Kristian Høgsberg | 7f9872e | 2009-02-13 20:56:49 -0500 | [diff] [blame] | 8149 | fail_locked: |
Dave Airlie | 34b8686e | 2009-01-15 14:03:07 +1000 | [diff] [blame] | 8150 | mutex_unlock(&dev->struct_mutex); |
Luca Barbieri | bc9025b | 2010-02-09 05:49:12 +0000 | [diff] [blame] | 8151 | fail: |
Chris Wilson | 05394f3 | 2010-11-08 19:18:58 +0000 | [diff] [blame] | 8152 | drm_gem_object_unreference_unlocked(&obj->base); |
Dave Airlie | 34b8686e | 2009-01-15 14:03:07 +1000 | [diff] [blame] | 8153 | return ret; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8154 | } |
| 8155 | |
| 8156 | static int intel_crtc_cursor_move(struct drm_crtc *crtc, int x, int y) |
| 8157 | { |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8158 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8159 | |
Ville Syrjälä | 92e76c8 | 2013-10-21 19:01:58 +0300 | [diff] [blame] | 8160 | intel_crtc->cursor_x = clamp_t(int, x, SHRT_MIN, SHRT_MAX); |
| 8161 | intel_crtc->cursor_y = clamp_t(int, y, SHRT_MIN, SHRT_MAX); |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 8162 | |
Ville Syrjälä | f2f5f77 | 2013-09-17 18:33:44 +0300 | [diff] [blame] | 8163 | if (intel_crtc->active) |
| 8164 | intel_crtc_update_cursor(crtc, intel_crtc->cursor_bo != NULL); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8165 | |
| 8166 | return 0; |
| 8167 | } |
| 8168 | |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8169 | static void intel_crtc_gamma_set(struct drm_crtc *crtc, u16 *red, u16 *green, |
James Simmons | 7203425 | 2010-08-03 01:33:19 +0100 | [diff] [blame] | 8170 | u16 *blue, uint32_t start, uint32_t size) |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8171 | { |
James Simmons | 7203425 | 2010-08-03 01:33:19 +0100 | [diff] [blame] | 8172 | int end = (start + size > 256) ? 256 : start + size, i; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8173 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8174 | |
James Simmons | 7203425 | 2010-08-03 01:33:19 +0100 | [diff] [blame] | 8175 | for (i = start; i < end; i++) { |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8176 | intel_crtc->lut_r[i] = red[i] >> 8; |
| 8177 | intel_crtc->lut_g[i] = green[i] >> 8; |
| 8178 | intel_crtc->lut_b[i] = blue[i] >> 8; |
| 8179 | } |
| 8180 | |
| 8181 | intel_crtc_load_lut(crtc); |
| 8182 | } |
| 8183 | |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8184 | /* VESA 640x480x72Hz mode to set on the pipe */ |
| 8185 | static struct drm_display_mode load_detect_mode = { |
| 8186 | DRM_MODE("640x480", DRM_MODE_TYPE_DEFAULT, 31500, 640, 664, |
| 8187 | 704, 832, 0, 480, 489, 491, 520, 0, DRM_MODE_FLAG_NHSYNC | DRM_MODE_FLAG_NVSYNC), |
| 8188 | }; |
| 8189 | |
Daniel Vetter | a8bb681 | 2014-02-10 18:00:39 +0100 | [diff] [blame] | 8190 | struct drm_framebuffer * |
| 8191 | __intel_framebuffer_create(struct drm_device *dev, |
| 8192 | struct drm_mode_fb_cmd2 *mode_cmd, |
| 8193 | struct drm_i915_gem_object *obj) |
Chris Wilson | d2dff87 | 2011-04-19 08:36:26 +0100 | [diff] [blame] | 8194 | { |
| 8195 | struct intel_framebuffer *intel_fb; |
| 8196 | int ret; |
| 8197 | |
| 8198 | intel_fb = kzalloc(sizeof(*intel_fb), GFP_KERNEL); |
| 8199 | if (!intel_fb) { |
| 8200 | drm_gem_object_unreference_unlocked(&obj->base); |
| 8201 | return ERR_PTR(-ENOMEM); |
| 8202 | } |
| 8203 | |
| 8204 | ret = intel_framebuffer_init(dev, intel_fb, mode_cmd, obj); |
Daniel Vetter | dd4916c | 2013-10-09 21:23:51 +0200 | [diff] [blame] | 8205 | if (ret) |
| 8206 | goto err; |
Chris Wilson | d2dff87 | 2011-04-19 08:36:26 +0100 | [diff] [blame] | 8207 | |
| 8208 | return &intel_fb->base; |
Daniel Vetter | dd4916c | 2013-10-09 21:23:51 +0200 | [diff] [blame] | 8209 | err: |
| 8210 | drm_gem_object_unreference_unlocked(&obj->base); |
| 8211 | kfree(intel_fb); |
| 8212 | |
| 8213 | return ERR_PTR(ret); |
Chris Wilson | d2dff87 | 2011-04-19 08:36:26 +0100 | [diff] [blame] | 8214 | } |
| 8215 | |
Daniel Vetter | b5ea642 | 2014-03-02 21:18:00 +0100 | [diff] [blame] | 8216 | static struct drm_framebuffer * |
Daniel Vetter | a8bb681 | 2014-02-10 18:00:39 +0100 | [diff] [blame] | 8217 | intel_framebuffer_create(struct drm_device *dev, |
| 8218 | struct drm_mode_fb_cmd2 *mode_cmd, |
| 8219 | struct drm_i915_gem_object *obj) |
| 8220 | { |
| 8221 | struct drm_framebuffer *fb; |
| 8222 | int ret; |
| 8223 | |
| 8224 | ret = i915_mutex_lock_interruptible(dev); |
| 8225 | if (ret) |
| 8226 | return ERR_PTR(ret); |
| 8227 | fb = __intel_framebuffer_create(dev, mode_cmd, obj); |
| 8228 | mutex_unlock(&dev->struct_mutex); |
| 8229 | |
| 8230 | return fb; |
| 8231 | } |
| 8232 | |
Chris Wilson | d2dff87 | 2011-04-19 08:36:26 +0100 | [diff] [blame] | 8233 | static u32 |
| 8234 | intel_framebuffer_pitch_for_width(int width, int bpp) |
| 8235 | { |
| 8236 | u32 pitch = DIV_ROUND_UP(width * bpp, 8); |
| 8237 | return ALIGN(pitch, 64); |
| 8238 | } |
| 8239 | |
| 8240 | static u32 |
| 8241 | intel_framebuffer_size_for_mode(struct drm_display_mode *mode, int bpp) |
| 8242 | { |
| 8243 | u32 pitch = intel_framebuffer_pitch_for_width(mode->hdisplay, bpp); |
| 8244 | return ALIGN(pitch * mode->vdisplay, PAGE_SIZE); |
| 8245 | } |
| 8246 | |
| 8247 | static struct drm_framebuffer * |
| 8248 | intel_framebuffer_create_for_mode(struct drm_device *dev, |
| 8249 | struct drm_display_mode *mode, |
| 8250 | int depth, int bpp) |
| 8251 | { |
| 8252 | struct drm_i915_gem_object *obj; |
Chris Wilson | 0fed39b | 2012-11-05 22:25:07 +0000 | [diff] [blame] | 8253 | struct drm_mode_fb_cmd2 mode_cmd = { 0 }; |
Chris Wilson | d2dff87 | 2011-04-19 08:36:26 +0100 | [diff] [blame] | 8254 | |
| 8255 | obj = i915_gem_alloc_object(dev, |
| 8256 | intel_framebuffer_size_for_mode(mode, bpp)); |
| 8257 | if (obj == NULL) |
| 8258 | return ERR_PTR(-ENOMEM); |
| 8259 | |
| 8260 | mode_cmd.width = mode->hdisplay; |
| 8261 | mode_cmd.height = mode->vdisplay; |
Jesse Barnes | 308e5bc | 2011-11-14 14:51:28 -0800 | [diff] [blame] | 8262 | mode_cmd.pitches[0] = intel_framebuffer_pitch_for_width(mode_cmd.width, |
| 8263 | bpp); |
Dave Airlie | 5ca0c34 | 2012-02-23 15:33:40 +0000 | [diff] [blame] | 8264 | mode_cmd.pixel_format = drm_mode_legacy_fb_format(bpp, depth); |
Chris Wilson | d2dff87 | 2011-04-19 08:36:26 +0100 | [diff] [blame] | 8265 | |
| 8266 | return intel_framebuffer_create(dev, &mode_cmd, obj); |
| 8267 | } |
| 8268 | |
| 8269 | static struct drm_framebuffer * |
| 8270 | mode_fits_in_fbdev(struct drm_device *dev, |
| 8271 | struct drm_display_mode *mode) |
| 8272 | { |
Daniel Vetter | 4520f53 | 2013-10-09 09:18:51 +0200 | [diff] [blame] | 8273 | #ifdef CONFIG_DRM_I915_FBDEV |
Chris Wilson | d2dff87 | 2011-04-19 08:36:26 +0100 | [diff] [blame] | 8274 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 8275 | struct drm_i915_gem_object *obj; |
| 8276 | struct drm_framebuffer *fb; |
| 8277 | |
Daniel Vetter | 4c0e552 | 2014-02-14 16:35:54 +0100 | [diff] [blame] | 8278 | if (!dev_priv->fbdev) |
| 8279 | return NULL; |
| 8280 | |
| 8281 | if (!dev_priv->fbdev->fb) |
Chris Wilson | d2dff87 | 2011-04-19 08:36:26 +0100 | [diff] [blame] | 8282 | return NULL; |
| 8283 | |
Jesse Barnes | 8bcd455 | 2014-02-07 12:10:38 -0800 | [diff] [blame] | 8284 | obj = dev_priv->fbdev->fb->obj; |
Daniel Vetter | 4c0e552 | 2014-02-14 16:35:54 +0100 | [diff] [blame] | 8285 | BUG_ON(!obj); |
Chris Wilson | d2dff87 | 2011-04-19 08:36:26 +0100 | [diff] [blame] | 8286 | |
Jesse Barnes | 8bcd455 | 2014-02-07 12:10:38 -0800 | [diff] [blame] | 8287 | fb = &dev_priv->fbdev->fb->base; |
Ville Syrjälä | 01f2c77 | 2011-12-20 00:06:49 +0200 | [diff] [blame] | 8288 | if (fb->pitches[0] < intel_framebuffer_pitch_for_width(mode->hdisplay, |
| 8289 | fb->bits_per_pixel)) |
Chris Wilson | d2dff87 | 2011-04-19 08:36:26 +0100 | [diff] [blame] | 8290 | return NULL; |
| 8291 | |
Ville Syrjälä | 01f2c77 | 2011-12-20 00:06:49 +0200 | [diff] [blame] | 8292 | if (obj->base.size < mode->vdisplay * fb->pitches[0]) |
Chris Wilson | d2dff87 | 2011-04-19 08:36:26 +0100 | [diff] [blame] | 8293 | return NULL; |
| 8294 | |
| 8295 | return fb; |
Daniel Vetter | 4520f53 | 2013-10-09 09:18:51 +0200 | [diff] [blame] | 8296 | #else |
| 8297 | return NULL; |
| 8298 | #endif |
Chris Wilson | d2dff87 | 2011-04-19 08:36:26 +0100 | [diff] [blame] | 8299 | } |
| 8300 | |
Daniel Vetter | d2434ab | 2012-08-12 21:20:10 +0200 | [diff] [blame] | 8301 | bool intel_get_load_detect_pipe(struct drm_connector *connector, |
Chris Wilson | 7173188 | 2011-04-19 23:10:58 +0100 | [diff] [blame] | 8302 | struct drm_display_mode *mode, |
Rob Clark | 51fd371 | 2013-11-19 12:10:12 -0500 | [diff] [blame] | 8303 | struct intel_load_detect_pipe *old, |
| 8304 | struct drm_modeset_acquire_ctx *ctx) |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8305 | { |
| 8306 | struct intel_crtc *intel_crtc; |
Daniel Vetter | d2434ab | 2012-08-12 21:20:10 +0200 | [diff] [blame] | 8307 | struct intel_encoder *intel_encoder = |
| 8308 | intel_attached_encoder(connector); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8309 | struct drm_crtc *possible_crtc; |
Chris Wilson | 4ef69c7 | 2010-09-09 15:14:28 +0100 | [diff] [blame] | 8310 | struct drm_encoder *encoder = &intel_encoder->base; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8311 | struct drm_crtc *crtc = NULL; |
| 8312 | struct drm_device *dev = encoder->dev; |
Daniel Vetter | 94352cf | 2012-07-05 22:51:56 +0200 | [diff] [blame] | 8313 | struct drm_framebuffer *fb; |
Rob Clark | 51fd371 | 2013-11-19 12:10:12 -0500 | [diff] [blame] | 8314 | struct drm_mode_config *config = &dev->mode_config; |
| 8315 | int ret, i = -1; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8316 | |
Chris Wilson | d2dff87 | 2011-04-19 08:36:26 +0100 | [diff] [blame] | 8317 | DRM_DEBUG_KMS("[CONNECTOR:%d:%s], [ENCODER:%d:%s]\n", |
Jani Nikula | c23cc41 | 2014-06-03 14:56:17 +0300 | [diff] [blame] | 8318 | connector->base.id, connector->name, |
Jani Nikula | 8e329a0 | 2014-06-03 14:56:21 +0300 | [diff] [blame] | 8319 | encoder->base.id, encoder->name); |
Chris Wilson | d2dff87 | 2011-04-19 08:36:26 +0100 | [diff] [blame] | 8320 | |
Rob Clark | 51fd371 | 2013-11-19 12:10:12 -0500 | [diff] [blame] | 8321 | drm_modeset_acquire_init(ctx, 0); |
| 8322 | |
| 8323 | retry: |
| 8324 | ret = drm_modeset_lock(&config->connection_mutex, ctx); |
| 8325 | if (ret) |
| 8326 | goto fail_unlock; |
Daniel Vetter | 6e9f798 | 2014-05-29 23:54:47 +0200 | [diff] [blame] | 8327 | |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8328 | /* |
| 8329 | * Algorithm gets a little messy: |
Chris Wilson | 7a5e480 | 2011-04-19 23:21:12 +0100 | [diff] [blame] | 8330 | * |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8331 | * - if the connector already has an assigned crtc, use it (but make |
| 8332 | * sure it's on first) |
Chris Wilson | 7a5e480 | 2011-04-19 23:21:12 +0100 | [diff] [blame] | 8333 | * |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8334 | * - try to find the first unused crtc that can drive this connector, |
| 8335 | * and use that if we find one |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8336 | */ |
| 8337 | |
| 8338 | /* See if we already have a CRTC for this connector */ |
| 8339 | if (encoder->crtc) { |
| 8340 | crtc = encoder->crtc; |
Chris Wilson | 8261b19 | 2011-04-19 23:18:09 +0100 | [diff] [blame] | 8341 | |
Rob Clark | 51fd371 | 2013-11-19 12:10:12 -0500 | [diff] [blame] | 8342 | ret = drm_modeset_lock(&crtc->mutex, ctx); |
| 8343 | if (ret) |
| 8344 | goto fail_unlock; |
Daniel Vetter | 7b24056 | 2012-12-12 00:35:33 +0100 | [diff] [blame] | 8345 | |
Daniel Vetter | 24218aa | 2012-08-12 19:27:11 +0200 | [diff] [blame] | 8346 | old->dpms_mode = connector->dpms; |
Chris Wilson | 8261b19 | 2011-04-19 23:18:09 +0100 | [diff] [blame] | 8347 | old->load_detect_temp = false; |
| 8348 | |
| 8349 | /* Make sure the crtc and connector are running */ |
Daniel Vetter | 24218aa | 2012-08-12 19:27:11 +0200 | [diff] [blame] | 8350 | if (connector->dpms != DRM_MODE_DPMS_ON) |
| 8351 | connector->funcs->dpms(connector, DRM_MODE_DPMS_ON); |
Chris Wilson | 8261b19 | 2011-04-19 23:18:09 +0100 | [diff] [blame] | 8352 | |
Chris Wilson | 7173188 | 2011-04-19 23:10:58 +0100 | [diff] [blame] | 8353 | return true; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8354 | } |
| 8355 | |
| 8356 | /* Find an unused one (if possible) */ |
Damien Lespiau | 70e1e0e | 2014-05-13 23:32:24 +0100 | [diff] [blame] | 8357 | for_each_crtc(dev, possible_crtc) { |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8358 | i++; |
| 8359 | if (!(encoder->possible_crtcs & (1 << i))) |
| 8360 | continue; |
| 8361 | if (!possible_crtc->enabled) { |
| 8362 | crtc = possible_crtc; |
| 8363 | break; |
| 8364 | } |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8365 | } |
| 8366 | |
| 8367 | /* |
| 8368 | * If we didn't find an unused CRTC, don't use any. |
| 8369 | */ |
| 8370 | if (!crtc) { |
Chris Wilson | 7173188 | 2011-04-19 23:10:58 +0100 | [diff] [blame] | 8371 | DRM_DEBUG_KMS("no pipe available for load-detect\n"); |
Rob Clark | 51fd371 | 2013-11-19 12:10:12 -0500 | [diff] [blame] | 8372 | goto fail_unlock; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8373 | } |
| 8374 | |
Rob Clark | 51fd371 | 2013-11-19 12:10:12 -0500 | [diff] [blame] | 8375 | ret = drm_modeset_lock(&crtc->mutex, ctx); |
| 8376 | if (ret) |
| 8377 | goto fail_unlock; |
Daniel Vetter | fc30310 | 2012-07-09 10:40:58 +0200 | [diff] [blame] | 8378 | intel_encoder->new_crtc = to_intel_crtc(crtc); |
| 8379 | to_intel_connector(connector)->new_encoder = intel_encoder; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8380 | |
| 8381 | intel_crtc = to_intel_crtc(crtc); |
Ville Syrjälä | 412b61d | 2014-01-17 15:59:39 +0200 | [diff] [blame] | 8382 | intel_crtc->new_enabled = true; |
| 8383 | intel_crtc->new_config = &intel_crtc->config; |
Daniel Vetter | 24218aa | 2012-08-12 19:27:11 +0200 | [diff] [blame] | 8384 | old->dpms_mode = connector->dpms; |
Chris Wilson | 8261b19 | 2011-04-19 23:18:09 +0100 | [diff] [blame] | 8385 | old->load_detect_temp = true; |
Chris Wilson | d2dff87 | 2011-04-19 08:36:26 +0100 | [diff] [blame] | 8386 | old->release_fb = NULL; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8387 | |
Chris Wilson | 6492711 | 2011-04-20 07:25:26 +0100 | [diff] [blame] | 8388 | if (!mode) |
| 8389 | mode = &load_detect_mode; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8390 | |
Chris Wilson | d2dff87 | 2011-04-19 08:36:26 +0100 | [diff] [blame] | 8391 | /* We need a framebuffer large enough to accommodate all accesses |
| 8392 | * that the plane may generate whilst we perform load detection. |
| 8393 | * We can not rely on the fbcon either being present (we get called |
| 8394 | * during its initialisation to detect all boot displays, or it may |
| 8395 | * not even exist) or that it is large enough to satisfy the |
| 8396 | * requested mode. |
| 8397 | */ |
Daniel Vetter | 94352cf | 2012-07-05 22:51:56 +0200 | [diff] [blame] | 8398 | fb = mode_fits_in_fbdev(dev, mode); |
| 8399 | if (fb == NULL) { |
Chris Wilson | d2dff87 | 2011-04-19 08:36:26 +0100 | [diff] [blame] | 8400 | DRM_DEBUG_KMS("creating tmp fb for load-detection\n"); |
Daniel Vetter | 94352cf | 2012-07-05 22:51:56 +0200 | [diff] [blame] | 8401 | fb = intel_framebuffer_create_for_mode(dev, mode, 24, 32); |
| 8402 | old->release_fb = fb; |
Chris Wilson | d2dff87 | 2011-04-19 08:36:26 +0100 | [diff] [blame] | 8403 | } else |
| 8404 | DRM_DEBUG_KMS("reusing fbdev for load-detection framebuffer\n"); |
Daniel Vetter | 94352cf | 2012-07-05 22:51:56 +0200 | [diff] [blame] | 8405 | if (IS_ERR(fb)) { |
Chris Wilson | d2dff87 | 2011-04-19 08:36:26 +0100 | [diff] [blame] | 8406 | DRM_DEBUG_KMS("failed to allocate framebuffer for load-detection\n"); |
Ville Syrjälä | 412b61d | 2014-01-17 15:59:39 +0200 | [diff] [blame] | 8407 | goto fail; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8408 | } |
Chris Wilson | d2dff87 | 2011-04-19 08:36:26 +0100 | [diff] [blame] | 8409 | |
Chris Wilson | c0c36b94 | 2012-12-19 16:08:43 +0000 | [diff] [blame] | 8410 | if (intel_set_mode(crtc, mode, 0, 0, fb)) { |
Chris Wilson | 6492711 | 2011-04-20 07:25:26 +0100 | [diff] [blame] | 8411 | DRM_DEBUG_KMS("failed to set mode on load-detect pipe\n"); |
Chris Wilson | d2dff87 | 2011-04-19 08:36:26 +0100 | [diff] [blame] | 8412 | if (old->release_fb) |
| 8413 | old->release_fb->funcs->destroy(old->release_fb); |
Ville Syrjälä | 412b61d | 2014-01-17 15:59:39 +0200 | [diff] [blame] | 8414 | goto fail; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8415 | } |
Chris Wilson | 7173188 | 2011-04-19 23:10:58 +0100 | [diff] [blame] | 8416 | |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8417 | /* let the connector get through one full cycle before testing */ |
Jesse Barnes | 9d0498a | 2010-08-18 13:20:54 -0700 | [diff] [blame] | 8418 | intel_wait_for_vblank(dev, intel_crtc->pipe); |
Chris Wilson | 7173188 | 2011-04-19 23:10:58 +0100 | [diff] [blame] | 8419 | return true; |
Ville Syrjälä | 412b61d | 2014-01-17 15:59:39 +0200 | [diff] [blame] | 8420 | |
| 8421 | fail: |
| 8422 | intel_crtc->new_enabled = crtc->enabled; |
| 8423 | if (intel_crtc->new_enabled) |
| 8424 | intel_crtc->new_config = &intel_crtc->config; |
| 8425 | else |
| 8426 | intel_crtc->new_config = NULL; |
Rob Clark | 51fd371 | 2013-11-19 12:10:12 -0500 | [diff] [blame] | 8427 | fail_unlock: |
| 8428 | if (ret == -EDEADLK) { |
| 8429 | drm_modeset_backoff(ctx); |
| 8430 | goto retry; |
| 8431 | } |
| 8432 | |
| 8433 | drm_modeset_drop_locks(ctx); |
| 8434 | drm_modeset_acquire_fini(ctx); |
Daniel Vetter | 6e9f798 | 2014-05-29 23:54:47 +0200 | [diff] [blame] | 8435 | |
Ville Syrjälä | 412b61d | 2014-01-17 15:59:39 +0200 | [diff] [blame] | 8436 | return false; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8437 | } |
| 8438 | |
Daniel Vetter | d2434ab | 2012-08-12 21:20:10 +0200 | [diff] [blame] | 8439 | void intel_release_load_detect_pipe(struct drm_connector *connector, |
Rob Clark | 51fd371 | 2013-11-19 12:10:12 -0500 | [diff] [blame] | 8440 | struct intel_load_detect_pipe *old, |
| 8441 | struct drm_modeset_acquire_ctx *ctx) |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8442 | { |
Daniel Vetter | d2434ab | 2012-08-12 21:20:10 +0200 | [diff] [blame] | 8443 | struct intel_encoder *intel_encoder = |
| 8444 | intel_attached_encoder(connector); |
Chris Wilson | 4ef69c7 | 2010-09-09 15:14:28 +0100 | [diff] [blame] | 8445 | struct drm_encoder *encoder = &intel_encoder->base; |
Daniel Vetter | 7b24056 | 2012-12-12 00:35:33 +0100 | [diff] [blame] | 8446 | struct drm_crtc *crtc = encoder->crtc; |
Ville Syrjälä | 412b61d | 2014-01-17 15:59:39 +0200 | [diff] [blame] | 8447 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8448 | |
Chris Wilson | d2dff87 | 2011-04-19 08:36:26 +0100 | [diff] [blame] | 8449 | DRM_DEBUG_KMS("[CONNECTOR:%d:%s], [ENCODER:%d:%s]\n", |
Jani Nikula | c23cc41 | 2014-06-03 14:56:17 +0300 | [diff] [blame] | 8450 | connector->base.id, connector->name, |
Jani Nikula | 8e329a0 | 2014-06-03 14:56:21 +0300 | [diff] [blame] | 8451 | encoder->base.id, encoder->name); |
Chris Wilson | d2dff87 | 2011-04-19 08:36:26 +0100 | [diff] [blame] | 8452 | |
Chris Wilson | 8261b19 | 2011-04-19 23:18:09 +0100 | [diff] [blame] | 8453 | if (old->load_detect_temp) { |
Daniel Vetter | fc30310 | 2012-07-09 10:40:58 +0200 | [diff] [blame] | 8454 | to_intel_connector(connector)->new_encoder = NULL; |
| 8455 | intel_encoder->new_crtc = NULL; |
Ville Syrjälä | 412b61d | 2014-01-17 15:59:39 +0200 | [diff] [blame] | 8456 | intel_crtc->new_enabled = false; |
| 8457 | intel_crtc->new_config = NULL; |
Daniel Vetter | fc30310 | 2012-07-09 10:40:58 +0200 | [diff] [blame] | 8458 | intel_set_mode(crtc, NULL, 0, 0, NULL); |
Chris Wilson | d2dff87 | 2011-04-19 08:36:26 +0100 | [diff] [blame] | 8459 | |
Daniel Vetter | 3620636 | 2012-12-10 20:42:17 +0100 | [diff] [blame] | 8460 | if (old->release_fb) { |
| 8461 | drm_framebuffer_unregister_private(old->release_fb); |
| 8462 | drm_framebuffer_unreference(old->release_fb); |
| 8463 | } |
Chris Wilson | d2dff87 | 2011-04-19 08:36:26 +0100 | [diff] [blame] | 8464 | |
Rob Clark | 51fd371 | 2013-11-19 12:10:12 -0500 | [diff] [blame] | 8465 | goto unlock; |
Chris Wilson | 0622a53 | 2011-04-21 09:32:11 +0100 | [diff] [blame] | 8466 | return; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8467 | } |
| 8468 | |
Eric Anholt | c751ce4 | 2010-03-25 11:48:48 -0700 | [diff] [blame] | 8469 | /* Switch crtc and encoder back off if necessary */ |
Daniel Vetter | 24218aa | 2012-08-12 19:27:11 +0200 | [diff] [blame] | 8470 | if (old->dpms_mode != DRM_MODE_DPMS_ON) |
| 8471 | connector->funcs->dpms(connector, old->dpms_mode); |
Daniel Vetter | 7b24056 | 2012-12-12 00:35:33 +0100 | [diff] [blame] | 8472 | |
Rob Clark | 51fd371 | 2013-11-19 12:10:12 -0500 | [diff] [blame] | 8473 | unlock: |
| 8474 | drm_modeset_drop_locks(ctx); |
| 8475 | drm_modeset_acquire_fini(ctx); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8476 | } |
| 8477 | |
Ville Syrjälä | da4a1ef | 2013-09-09 14:06:37 +0300 | [diff] [blame] | 8478 | static int i9xx_pll_refclk(struct drm_device *dev, |
| 8479 | const struct intel_crtc_config *pipe_config) |
| 8480 | { |
| 8481 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 8482 | u32 dpll = pipe_config->dpll_hw_state.dpll; |
| 8483 | |
| 8484 | if ((dpll & PLL_REF_INPUT_MASK) == PLLB_REF_INPUT_SPREADSPECTRUMIN) |
Ville Syrjälä | e91e941 | 2013-12-09 18:54:16 +0200 | [diff] [blame] | 8485 | return dev_priv->vbt.lvds_ssc_freq; |
Ville Syrjälä | da4a1ef | 2013-09-09 14:06:37 +0300 | [diff] [blame] | 8486 | else if (HAS_PCH_SPLIT(dev)) |
| 8487 | return 120000; |
| 8488 | else if (!IS_GEN2(dev)) |
| 8489 | return 96000; |
| 8490 | else |
| 8491 | return 48000; |
| 8492 | } |
| 8493 | |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8494 | /* Returns the clock of the currently programmed mode of the given pipe. */ |
Jesse Barnes | f1f644d | 2013-06-27 00:39:25 +0300 | [diff] [blame] | 8495 | static void i9xx_crtc_clock_get(struct intel_crtc *crtc, |
| 8496 | struct intel_crtc_config *pipe_config) |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8497 | { |
Jesse Barnes | f1f644d | 2013-06-27 00:39:25 +0300 | [diff] [blame] | 8498 | struct drm_device *dev = crtc->base.dev; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8499 | struct drm_i915_private *dev_priv = dev->dev_private; |
Jesse Barnes | f1f644d | 2013-06-27 00:39:25 +0300 | [diff] [blame] | 8500 | int pipe = pipe_config->cpu_transcoder; |
Ville Syrjälä | 293623f | 2013-09-13 16:18:46 +0300 | [diff] [blame] | 8501 | u32 dpll = pipe_config->dpll_hw_state.dpll; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8502 | u32 fp; |
| 8503 | intel_clock_t clock; |
Ville Syrjälä | da4a1ef | 2013-09-09 14:06:37 +0300 | [diff] [blame] | 8504 | int refclk = i9xx_pll_refclk(dev, pipe_config); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8505 | |
| 8506 | if ((dpll & DISPLAY_RATE_SELECT_FPA1) == 0) |
Ville Syrjälä | 293623f | 2013-09-13 16:18:46 +0300 | [diff] [blame] | 8507 | fp = pipe_config->dpll_hw_state.fp0; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8508 | else |
Ville Syrjälä | 293623f | 2013-09-13 16:18:46 +0300 | [diff] [blame] | 8509 | fp = pipe_config->dpll_hw_state.fp1; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8510 | |
| 8511 | clock.m1 = (fp & FP_M1_DIV_MASK) >> FP_M1_DIV_SHIFT; |
Adam Jackson | f2b115e | 2009-12-03 17:14:42 -0500 | [diff] [blame] | 8512 | if (IS_PINEVIEW(dev)) { |
| 8513 | clock.n = ffs((fp & FP_N_PINEVIEW_DIV_MASK) >> FP_N_DIV_SHIFT) - 1; |
| 8514 | clock.m2 = (fp & FP_M2_PINEVIEW_DIV_MASK) >> FP_M2_DIV_SHIFT; |
Shaohua Li | 2177832 | 2009-02-23 15:19:16 +0800 | [diff] [blame] | 8515 | } else { |
| 8516 | clock.n = (fp & FP_N_DIV_MASK) >> FP_N_DIV_SHIFT; |
| 8517 | clock.m2 = (fp & FP_M2_DIV_MASK) >> FP_M2_DIV_SHIFT; |
| 8518 | } |
| 8519 | |
Chris Wilson | a6c45cf | 2010-09-17 00:32:17 +0100 | [diff] [blame] | 8520 | if (!IS_GEN2(dev)) { |
Adam Jackson | f2b115e | 2009-12-03 17:14:42 -0500 | [diff] [blame] | 8521 | if (IS_PINEVIEW(dev)) |
| 8522 | clock.p1 = ffs((dpll & DPLL_FPA01_P1_POST_DIV_MASK_PINEVIEW) >> |
| 8523 | DPLL_FPA01_P1_POST_DIV_SHIFT_PINEVIEW); |
Shaohua Li | 2177832 | 2009-02-23 15:19:16 +0800 | [diff] [blame] | 8524 | else |
| 8525 | clock.p1 = ffs((dpll & DPLL_FPA01_P1_POST_DIV_MASK) >> |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8526 | DPLL_FPA01_P1_POST_DIV_SHIFT); |
| 8527 | |
| 8528 | switch (dpll & DPLL_MODE_MASK) { |
| 8529 | case DPLLB_MODE_DAC_SERIAL: |
| 8530 | clock.p2 = dpll & DPLL_DAC_SERIAL_P2_CLOCK_DIV_5 ? |
| 8531 | 5 : 10; |
| 8532 | break; |
| 8533 | case DPLLB_MODE_LVDS: |
| 8534 | clock.p2 = dpll & DPLLB_LVDS_P2_CLOCK_DIV_7 ? |
| 8535 | 7 : 14; |
| 8536 | break; |
| 8537 | default: |
Zhao Yakui | 28c9773 | 2009-10-09 11:39:41 +0800 | [diff] [blame] | 8538 | DRM_DEBUG_KMS("Unknown DPLL mode %08x in programmed " |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8539 | "mode\n", (int)(dpll & DPLL_MODE_MASK)); |
Jesse Barnes | f1f644d | 2013-06-27 00:39:25 +0300 | [diff] [blame] | 8540 | return; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8541 | } |
| 8542 | |
Daniel Vetter | ac58c3f | 2013-06-01 17:16:17 +0200 | [diff] [blame] | 8543 | if (IS_PINEVIEW(dev)) |
Ville Syrjälä | da4a1ef | 2013-09-09 14:06:37 +0300 | [diff] [blame] | 8544 | pineview_clock(refclk, &clock); |
Daniel Vetter | ac58c3f | 2013-06-01 17:16:17 +0200 | [diff] [blame] | 8545 | else |
Ville Syrjälä | da4a1ef | 2013-09-09 14:06:37 +0300 | [diff] [blame] | 8546 | i9xx_clock(refclk, &clock); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8547 | } else { |
Ville Syrjälä | 0fb5822 | 2014-01-10 14:06:46 +0200 | [diff] [blame] | 8548 | u32 lvds = IS_I830(dev) ? 0 : I915_READ(LVDS); |
Ville Syrjälä | b1c560d | 2013-12-09 18:54:13 +0200 | [diff] [blame] | 8549 | bool is_lvds = (pipe == 1) && (lvds & LVDS_PORT_EN); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8550 | |
| 8551 | if (is_lvds) { |
| 8552 | clock.p1 = ffs((dpll & DPLL_FPA01_P1_POST_DIV_MASK_I830_LVDS) >> |
| 8553 | DPLL_FPA01_P1_POST_DIV_SHIFT); |
Ville Syrjälä | b1c560d | 2013-12-09 18:54:13 +0200 | [diff] [blame] | 8554 | |
| 8555 | if (lvds & LVDS_CLKB_POWER_UP) |
| 8556 | clock.p2 = 7; |
| 8557 | else |
| 8558 | clock.p2 = 14; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8559 | } else { |
| 8560 | if (dpll & PLL_P1_DIVIDE_BY_TWO) |
| 8561 | clock.p1 = 2; |
| 8562 | else { |
| 8563 | clock.p1 = ((dpll & DPLL_FPA01_P1_POST_DIV_MASK_I830) >> |
| 8564 | DPLL_FPA01_P1_POST_DIV_SHIFT) + 2; |
| 8565 | } |
| 8566 | if (dpll & PLL_P2_DIVIDE_BY_4) |
| 8567 | clock.p2 = 4; |
| 8568 | else |
| 8569 | clock.p2 = 2; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8570 | } |
Ville Syrjälä | da4a1ef | 2013-09-09 14:06:37 +0300 | [diff] [blame] | 8571 | |
| 8572 | i9xx_clock(refclk, &clock); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8573 | } |
| 8574 | |
Ville Syrjälä | 18442d0 | 2013-09-13 16:00:08 +0300 | [diff] [blame] | 8575 | /* |
| 8576 | * This value includes pixel_multiplier. We will use |
Damien Lespiau | 241bfc3 | 2013-09-25 16:45:37 +0100 | [diff] [blame] | 8577 | * port_clock to compute adjusted_mode.crtc_clock in the |
Ville Syrjälä | 18442d0 | 2013-09-13 16:00:08 +0300 | [diff] [blame] | 8578 | * encoder's get_config() function. |
| 8579 | */ |
| 8580 | pipe_config->port_clock = clock.dot; |
Jesse Barnes | f1f644d | 2013-06-27 00:39:25 +0300 | [diff] [blame] | 8581 | } |
| 8582 | |
Ville Syrjälä | 6878da0 | 2013-09-13 15:59:11 +0300 | [diff] [blame] | 8583 | int intel_dotclock_calculate(int link_freq, |
| 8584 | const struct intel_link_m_n *m_n) |
Jesse Barnes | f1f644d | 2013-06-27 00:39:25 +0300 | [diff] [blame] | 8585 | { |
Jesse Barnes | f1f644d | 2013-06-27 00:39:25 +0300 | [diff] [blame] | 8586 | /* |
| 8587 | * The calculation for the data clock is: |
Ville Syrjälä | 1041a02 | 2013-09-06 23:28:58 +0300 | [diff] [blame] | 8588 | * pixel_clock = ((m/n)*(link_clock * nr_lanes))/bpp |
Jesse Barnes | f1f644d | 2013-06-27 00:39:25 +0300 | [diff] [blame] | 8589 | * But we want to avoid losing precison if possible, so: |
Ville Syrjälä | 1041a02 | 2013-09-06 23:28:58 +0300 | [diff] [blame] | 8590 | * pixel_clock = ((m * link_clock * nr_lanes)/(n*bpp)) |
Jesse Barnes | f1f644d | 2013-06-27 00:39:25 +0300 | [diff] [blame] | 8591 | * |
| 8592 | * and the link clock is simpler: |
Ville Syrjälä | 1041a02 | 2013-09-06 23:28:58 +0300 | [diff] [blame] | 8593 | * link_clock = (m * link_clock) / n |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8594 | */ |
| 8595 | |
Ville Syrjälä | 6878da0 | 2013-09-13 15:59:11 +0300 | [diff] [blame] | 8596 | if (!m_n->link_n) |
| 8597 | return 0; |
| 8598 | |
| 8599 | return div_u64((u64)m_n->link_m * link_freq, m_n->link_n); |
| 8600 | } |
| 8601 | |
Ville Syrjälä | 18442d0 | 2013-09-13 16:00:08 +0300 | [diff] [blame] | 8602 | static void ironlake_pch_clock_get(struct intel_crtc *crtc, |
| 8603 | struct intel_crtc_config *pipe_config) |
Ville Syrjälä | 6878da0 | 2013-09-13 15:59:11 +0300 | [diff] [blame] | 8604 | { |
| 8605 | struct drm_device *dev = crtc->base.dev; |
Ville Syrjälä | 18442d0 | 2013-09-13 16:00:08 +0300 | [diff] [blame] | 8606 | |
| 8607 | /* read out port_clock from the DPLL */ |
| 8608 | i9xx_crtc_clock_get(crtc, pipe_config); |
Ville Syrjälä | 6878da0 | 2013-09-13 15:59:11 +0300 | [diff] [blame] | 8609 | |
Jesse Barnes | f1f644d | 2013-06-27 00:39:25 +0300 | [diff] [blame] | 8610 | /* |
Ville Syrjälä | 18442d0 | 2013-09-13 16:00:08 +0300 | [diff] [blame] | 8611 | * This value does not include pixel_multiplier. |
Damien Lespiau | 241bfc3 | 2013-09-25 16:45:37 +0100 | [diff] [blame] | 8612 | * We will check that port_clock and adjusted_mode.crtc_clock |
Ville Syrjälä | 18442d0 | 2013-09-13 16:00:08 +0300 | [diff] [blame] | 8613 | * agree once we know their relationship in the encoder's |
| 8614 | * get_config() function. |
Jesse Barnes | f1f644d | 2013-06-27 00:39:25 +0300 | [diff] [blame] | 8615 | */ |
Damien Lespiau | 241bfc3 | 2013-09-25 16:45:37 +0100 | [diff] [blame] | 8616 | pipe_config->adjusted_mode.crtc_clock = |
Ville Syrjälä | 18442d0 | 2013-09-13 16:00:08 +0300 | [diff] [blame] | 8617 | intel_dotclock_calculate(intel_fdi_link_freq(dev) * 10000, |
| 8618 | &pipe_config->fdi_m_n); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8619 | } |
| 8620 | |
| 8621 | /** Returns the currently programmed mode of the given pipe. */ |
| 8622 | struct drm_display_mode *intel_crtc_mode_get(struct drm_device *dev, |
| 8623 | struct drm_crtc *crtc) |
| 8624 | { |
Jesse Barnes | 548f245 | 2011-02-17 10:40:53 -0800 | [diff] [blame] | 8625 | struct drm_i915_private *dev_priv = dev->dev_private; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8626 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
Daniel Vetter | 3b117c8 | 2013-04-17 20:15:07 +0200 | [diff] [blame] | 8627 | enum transcoder cpu_transcoder = intel_crtc->config.cpu_transcoder; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8628 | struct drm_display_mode *mode; |
Jesse Barnes | f1f644d | 2013-06-27 00:39:25 +0300 | [diff] [blame] | 8629 | struct intel_crtc_config pipe_config; |
Paulo Zanoni | fe2b8f9 | 2012-10-23 18:30:02 -0200 | [diff] [blame] | 8630 | int htot = I915_READ(HTOTAL(cpu_transcoder)); |
| 8631 | int hsync = I915_READ(HSYNC(cpu_transcoder)); |
| 8632 | int vtot = I915_READ(VTOTAL(cpu_transcoder)); |
| 8633 | int vsync = I915_READ(VSYNC(cpu_transcoder)); |
Ville Syrjälä | 293623f | 2013-09-13 16:18:46 +0300 | [diff] [blame] | 8634 | enum pipe pipe = intel_crtc->pipe; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8635 | |
| 8636 | mode = kzalloc(sizeof(*mode), GFP_KERNEL); |
| 8637 | if (!mode) |
| 8638 | return NULL; |
| 8639 | |
Jesse Barnes | f1f644d | 2013-06-27 00:39:25 +0300 | [diff] [blame] | 8640 | /* |
| 8641 | * Construct a pipe_config sufficient for getting the clock info |
| 8642 | * back out of crtc_clock_get. |
| 8643 | * |
| 8644 | * Note, if LVDS ever uses a non-1 pixel multiplier, we'll need |
| 8645 | * to use a real value here instead. |
| 8646 | */ |
Ville Syrjälä | 293623f | 2013-09-13 16:18:46 +0300 | [diff] [blame] | 8647 | pipe_config.cpu_transcoder = (enum transcoder) pipe; |
Jesse Barnes | f1f644d | 2013-06-27 00:39:25 +0300 | [diff] [blame] | 8648 | pipe_config.pixel_multiplier = 1; |
Ville Syrjälä | 293623f | 2013-09-13 16:18:46 +0300 | [diff] [blame] | 8649 | pipe_config.dpll_hw_state.dpll = I915_READ(DPLL(pipe)); |
| 8650 | pipe_config.dpll_hw_state.fp0 = I915_READ(FP0(pipe)); |
| 8651 | pipe_config.dpll_hw_state.fp1 = I915_READ(FP1(pipe)); |
Jesse Barnes | f1f644d | 2013-06-27 00:39:25 +0300 | [diff] [blame] | 8652 | i9xx_crtc_clock_get(intel_crtc, &pipe_config); |
| 8653 | |
Ville Syrjälä | 773ae03 | 2013-09-23 17:48:20 +0300 | [diff] [blame] | 8654 | mode->clock = pipe_config.port_clock / pipe_config.pixel_multiplier; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8655 | mode->hdisplay = (htot & 0xffff) + 1; |
| 8656 | mode->htotal = ((htot & 0xffff0000) >> 16) + 1; |
| 8657 | mode->hsync_start = (hsync & 0xffff) + 1; |
| 8658 | mode->hsync_end = ((hsync & 0xffff0000) >> 16) + 1; |
| 8659 | mode->vdisplay = (vtot & 0xffff) + 1; |
| 8660 | mode->vtotal = ((vtot & 0xffff0000) >> 16) + 1; |
| 8661 | mode->vsync_start = (vsync & 0xffff) + 1; |
| 8662 | mode->vsync_end = ((vsync & 0xffff0000) >> 16) + 1; |
| 8663 | |
| 8664 | drm_mode_set_name(mode); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8665 | |
| 8666 | return mode; |
| 8667 | } |
| 8668 | |
Daniel Vetter | 3dec009 | 2010-08-20 21:40:52 +0200 | [diff] [blame] | 8669 | static void intel_increase_pllclock(struct drm_crtc *crtc) |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 8670 | { |
| 8671 | struct drm_device *dev = crtc->dev; |
Jani Nikula | fbee40d | 2014-03-31 14:27:18 +0300 | [diff] [blame] | 8672 | struct drm_i915_private *dev_priv = dev->dev_private; |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 8673 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 8674 | int pipe = intel_crtc->pipe; |
Jesse Barnes | dbdc647 | 2010-12-30 09:36:39 -0800 | [diff] [blame] | 8675 | int dpll_reg = DPLL(pipe); |
| 8676 | int dpll; |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 8677 | |
Eric Anholt | bad720f | 2009-10-22 16:11:14 -0700 | [diff] [blame] | 8678 | if (HAS_PCH_SPLIT(dev)) |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 8679 | return; |
| 8680 | |
| 8681 | if (!dev_priv->lvds_downclock_avail) |
| 8682 | return; |
| 8683 | |
Jesse Barnes | dbdc647 | 2010-12-30 09:36:39 -0800 | [diff] [blame] | 8684 | dpll = I915_READ(dpll_reg); |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 8685 | if (!HAS_PIPE_CXSR(dev) && (dpll & DISPLAY_RATE_SELECT_FPA1)) { |
Zhao Yakui | 44d98a6 | 2009-10-09 11:39:40 +0800 | [diff] [blame] | 8686 | DRM_DEBUG_DRIVER("upclocking LVDS\n"); |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 8687 | |
Sean Paul | 8ac5a6d | 2012-02-13 13:14:51 -0500 | [diff] [blame] | 8688 | assert_panel_unlocked(dev_priv, pipe); |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 8689 | |
| 8690 | dpll &= ~DISPLAY_RATE_SELECT_FPA1; |
| 8691 | I915_WRITE(dpll_reg, dpll); |
Jesse Barnes | 9d0498a | 2010-08-18 13:20:54 -0700 | [diff] [blame] | 8692 | intel_wait_for_vblank(dev, pipe); |
Jesse Barnes | dbdc647 | 2010-12-30 09:36:39 -0800 | [diff] [blame] | 8693 | |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 8694 | dpll = I915_READ(dpll_reg); |
| 8695 | if (dpll & DISPLAY_RATE_SELECT_FPA1) |
Zhao Yakui | 44d98a6 | 2009-10-09 11:39:40 +0800 | [diff] [blame] | 8696 | DRM_DEBUG_DRIVER("failed to upclock LVDS!\n"); |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 8697 | } |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 8698 | } |
| 8699 | |
| 8700 | static void intel_decrease_pllclock(struct drm_crtc *crtc) |
| 8701 | { |
| 8702 | struct drm_device *dev = crtc->dev; |
Jani Nikula | fbee40d | 2014-03-31 14:27:18 +0300 | [diff] [blame] | 8703 | struct drm_i915_private *dev_priv = dev->dev_private; |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 8704 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 8705 | |
Eric Anholt | bad720f | 2009-10-22 16:11:14 -0700 | [diff] [blame] | 8706 | if (HAS_PCH_SPLIT(dev)) |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 8707 | return; |
| 8708 | |
| 8709 | if (!dev_priv->lvds_downclock_avail) |
| 8710 | return; |
| 8711 | |
| 8712 | /* |
| 8713 | * Since this is called by a timer, we should never get here in |
| 8714 | * the manual case. |
| 8715 | */ |
| 8716 | if (!HAS_PIPE_CXSR(dev) && intel_crtc->lowfreq_avail) { |
Chris Wilson | 074b5e1 | 2012-05-02 12:07:06 +0100 | [diff] [blame] | 8717 | int pipe = intel_crtc->pipe; |
| 8718 | int dpll_reg = DPLL(pipe); |
Daniel Vetter | dc257cf | 2012-05-07 11:30:46 +0200 | [diff] [blame] | 8719 | int dpll; |
Chris Wilson | 074b5e1 | 2012-05-02 12:07:06 +0100 | [diff] [blame] | 8720 | |
Zhao Yakui | 44d98a6 | 2009-10-09 11:39:40 +0800 | [diff] [blame] | 8721 | DRM_DEBUG_DRIVER("downclocking LVDS\n"); |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 8722 | |
Sean Paul | 8ac5a6d | 2012-02-13 13:14:51 -0500 | [diff] [blame] | 8723 | assert_panel_unlocked(dev_priv, pipe); |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 8724 | |
Chris Wilson | 074b5e1 | 2012-05-02 12:07:06 +0100 | [diff] [blame] | 8725 | dpll = I915_READ(dpll_reg); |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 8726 | dpll |= DISPLAY_RATE_SELECT_FPA1; |
| 8727 | I915_WRITE(dpll_reg, dpll); |
Jesse Barnes | 9d0498a | 2010-08-18 13:20:54 -0700 | [diff] [blame] | 8728 | intel_wait_for_vblank(dev, pipe); |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 8729 | dpll = I915_READ(dpll_reg); |
| 8730 | if (!(dpll & DISPLAY_RATE_SELECT_FPA1)) |
Zhao Yakui | 44d98a6 | 2009-10-09 11:39:40 +0800 | [diff] [blame] | 8731 | DRM_DEBUG_DRIVER("failed to downclock LVDS!\n"); |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 8732 | } |
| 8733 | |
| 8734 | } |
| 8735 | |
Chris Wilson | f047e39 | 2012-07-21 12:31:41 +0100 | [diff] [blame] | 8736 | void intel_mark_busy(struct drm_device *dev) |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 8737 | { |
Paulo Zanoni | c67a470 | 2013-08-19 13:18:09 -0300 | [diff] [blame] | 8738 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 8739 | |
Chris Wilson | f62a007 | 2014-02-21 17:55:39 +0000 | [diff] [blame] | 8740 | if (dev_priv->mm.busy) |
| 8741 | return; |
| 8742 | |
Paulo Zanoni | 43694d6 | 2014-03-07 20:08:08 -0300 | [diff] [blame] | 8743 | intel_runtime_pm_get(dev_priv); |
Paulo Zanoni | c67a470 | 2013-08-19 13:18:09 -0300 | [diff] [blame] | 8744 | i915_update_gfx_val(dev_priv); |
Chris Wilson | f62a007 | 2014-02-21 17:55:39 +0000 | [diff] [blame] | 8745 | dev_priv->mm.busy = true; |
Chris Wilson | f047e39 | 2012-07-21 12:31:41 +0100 | [diff] [blame] | 8746 | } |
| 8747 | |
| 8748 | void intel_mark_idle(struct drm_device *dev) |
| 8749 | { |
Paulo Zanoni | c67a470 | 2013-08-19 13:18:09 -0300 | [diff] [blame] | 8750 | struct drm_i915_private *dev_priv = dev->dev_private; |
Chris Wilson | 725a5b5 | 2013-01-08 11:02:57 +0000 | [diff] [blame] | 8751 | struct drm_crtc *crtc; |
| 8752 | |
Chris Wilson | f62a007 | 2014-02-21 17:55:39 +0000 | [diff] [blame] | 8753 | if (!dev_priv->mm.busy) |
| 8754 | return; |
| 8755 | |
| 8756 | dev_priv->mm.busy = false; |
| 8757 | |
Jani Nikula | d330a95 | 2014-01-21 11:24:25 +0200 | [diff] [blame] | 8758 | if (!i915.powersave) |
Paulo Zanoni | bb4cdd5 | 2014-02-21 13:52:19 -0300 | [diff] [blame] | 8759 | goto out; |
Chris Wilson | 725a5b5 | 2013-01-08 11:02:57 +0000 | [diff] [blame] | 8760 | |
Damien Lespiau | 70e1e0e | 2014-05-13 23:32:24 +0100 | [diff] [blame] | 8761 | for_each_crtc(dev, crtc) { |
Matt Roper | f4510a2 | 2014-04-01 15:22:40 -0700 | [diff] [blame] | 8762 | if (!crtc->primary->fb) |
Chris Wilson | 725a5b5 | 2013-01-08 11:02:57 +0000 | [diff] [blame] | 8763 | continue; |
| 8764 | |
| 8765 | intel_decrease_pllclock(crtc); |
| 8766 | } |
Chris Wilson | b29c19b | 2013-09-25 17:34:56 +0100 | [diff] [blame] | 8767 | |
Damien Lespiau | 3d13ef2 | 2014-02-07 19:12:47 +0000 | [diff] [blame] | 8768 | if (INTEL_INFO(dev)->gen >= 6) |
Chris Wilson | b29c19b | 2013-09-25 17:34:56 +0100 | [diff] [blame] | 8769 | gen6_rps_idle(dev->dev_private); |
Paulo Zanoni | bb4cdd5 | 2014-02-21 13:52:19 -0300 | [diff] [blame] | 8770 | |
| 8771 | out: |
Paulo Zanoni | 43694d6 | 2014-03-07 20:08:08 -0300 | [diff] [blame] | 8772 | intel_runtime_pm_put(dev_priv); |
Chris Wilson | f047e39 | 2012-07-21 12:31:41 +0100 | [diff] [blame] | 8773 | } |
| 8774 | |
Chris Wilson | c65355b | 2013-06-06 16:53:41 -0300 | [diff] [blame] | 8775 | void intel_mark_fb_busy(struct drm_i915_gem_object *obj, |
Oscar Mateo | a4872ba | 2014-05-22 14:13:33 +0100 | [diff] [blame] | 8776 | struct intel_engine_cs *ring) |
Chris Wilson | f047e39 | 2012-07-21 12:31:41 +0100 | [diff] [blame] | 8777 | { |
| 8778 | struct drm_device *dev = obj->base.dev; |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 8779 | struct drm_crtc *crtc; |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 8780 | |
Jani Nikula | d330a95 | 2014-01-21 11:24:25 +0200 | [diff] [blame] | 8781 | if (!i915.powersave) |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 8782 | return; |
| 8783 | |
Damien Lespiau | 70e1e0e | 2014-05-13 23:32:24 +0100 | [diff] [blame] | 8784 | for_each_crtc(dev, crtc) { |
Matt Roper | f4510a2 | 2014-04-01 15:22:40 -0700 | [diff] [blame] | 8785 | if (!crtc->primary->fb) |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 8786 | continue; |
| 8787 | |
Matt Roper | f4510a2 | 2014-04-01 15:22:40 -0700 | [diff] [blame] | 8788 | if (to_intel_framebuffer(crtc->primary->fb)->obj != obj) |
Chris Wilson | c65355b | 2013-06-06 16:53:41 -0300 | [diff] [blame] | 8789 | continue; |
| 8790 | |
| 8791 | intel_increase_pllclock(crtc); |
| 8792 | if (ring && intel_fbc_enabled(dev)) |
| 8793 | ring->fbc_dirty = true; |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 8794 | } |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 8795 | } |
| 8796 | |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8797 | static void intel_crtc_destroy(struct drm_crtc *crtc) |
| 8798 | { |
| 8799 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
Daniel Vetter | 67e77c5 | 2010-08-20 22:26:30 +0200 | [diff] [blame] | 8800 | struct drm_device *dev = crtc->dev; |
| 8801 | struct intel_unpin_work *work; |
| 8802 | unsigned long flags; |
| 8803 | |
| 8804 | spin_lock_irqsave(&dev->event_lock, flags); |
| 8805 | work = intel_crtc->unpin_work; |
| 8806 | intel_crtc->unpin_work = NULL; |
| 8807 | spin_unlock_irqrestore(&dev->event_lock, flags); |
| 8808 | |
| 8809 | if (work) { |
| 8810 | cancel_work_sync(&work->work); |
| 8811 | kfree(work); |
| 8812 | } |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8813 | |
Mika Kuoppala | 40ccc72 | 2013-04-23 17:27:08 +0300 | [diff] [blame] | 8814 | intel_crtc_cursor_set(crtc, NULL, 0, 0, 0); |
| 8815 | |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8816 | drm_crtc_cleanup(crtc); |
Daniel Vetter | 67e77c5 | 2010-08-20 22:26:30 +0200 | [diff] [blame] | 8817 | |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8818 | kfree(intel_crtc); |
| 8819 | } |
| 8820 | |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 8821 | static void intel_unpin_work_fn(struct work_struct *__work) |
| 8822 | { |
| 8823 | struct intel_unpin_work *work = |
| 8824 | container_of(__work, struct intel_unpin_work, work); |
Chris Wilson | b4a98e5 | 2012-11-01 09:26:26 +0000 | [diff] [blame] | 8825 | struct drm_device *dev = work->crtc->dev; |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 8826 | |
Chris Wilson | b4a98e5 | 2012-11-01 09:26:26 +0000 | [diff] [blame] | 8827 | mutex_lock(&dev->struct_mutex); |
Chris Wilson | 1690e1e | 2011-12-14 13:57:08 +0100 | [diff] [blame] | 8828 | intel_unpin_fb_obj(work->old_fb_obj); |
Chris Wilson | 05394f3 | 2010-11-08 19:18:58 +0000 | [diff] [blame] | 8829 | drm_gem_object_unreference(&work->pending_flip_obj->base); |
| 8830 | drm_gem_object_unreference(&work->old_fb_obj->base); |
Chris Wilson | d9e86c0 | 2010-11-10 16:40:20 +0000 | [diff] [blame] | 8831 | |
Chris Wilson | b4a98e5 | 2012-11-01 09:26:26 +0000 | [diff] [blame] | 8832 | intel_update_fbc(dev); |
| 8833 | mutex_unlock(&dev->struct_mutex); |
| 8834 | |
| 8835 | BUG_ON(atomic_read(&to_intel_crtc(work->crtc)->unpin_work_count) == 0); |
| 8836 | atomic_dec(&to_intel_crtc(work->crtc)->unpin_work_count); |
| 8837 | |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 8838 | kfree(work); |
| 8839 | } |
| 8840 | |
Jesse Barnes | 1afe3e9 | 2010-03-26 10:35:20 -0700 | [diff] [blame] | 8841 | static void do_intel_finish_page_flip(struct drm_device *dev, |
Mario Kleiner | 49b14a5 | 2010-12-09 07:00:07 +0100 | [diff] [blame] | 8842 | struct drm_crtc *crtc) |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 8843 | { |
Jani Nikula | fbee40d | 2014-03-31 14:27:18 +0300 | [diff] [blame] | 8844 | struct drm_i915_private *dev_priv = dev->dev_private; |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 8845 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 8846 | struct intel_unpin_work *work; |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 8847 | unsigned long flags; |
| 8848 | |
| 8849 | /* Ignore early vblank irqs */ |
| 8850 | if (intel_crtc == NULL) |
| 8851 | return; |
| 8852 | |
| 8853 | spin_lock_irqsave(&dev->event_lock, flags); |
| 8854 | work = intel_crtc->unpin_work; |
Chris Wilson | e7d841c | 2012-12-03 11:36:30 +0000 | [diff] [blame] | 8855 | |
| 8856 | /* Ensure we don't miss a work->pending update ... */ |
| 8857 | smp_rmb(); |
| 8858 | |
| 8859 | if (work == NULL || atomic_read(&work->pending) < INTEL_FLIP_COMPLETE) { |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 8860 | spin_unlock_irqrestore(&dev->event_lock, flags); |
| 8861 | return; |
| 8862 | } |
| 8863 | |
Chris Wilson | e7d841c | 2012-12-03 11:36:30 +0000 | [diff] [blame] | 8864 | /* and that the unpin work is consistent wrt ->pending. */ |
| 8865 | smp_rmb(); |
| 8866 | |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 8867 | intel_crtc->unpin_work = NULL; |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 8868 | |
Rob Clark | 45a066e | 2012-10-08 14:50:40 -0500 | [diff] [blame] | 8869 | if (work->event) |
| 8870 | drm_send_vblank_event(dev, intel_crtc->pipe, work->event); |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 8871 | |
Daniel Vetter | 87b6b10 | 2014-05-15 15:33:46 +0200 | [diff] [blame] | 8872 | drm_crtc_vblank_put(crtc); |
Mario Kleiner | 0af7e4d | 2010-12-08 04:07:19 +0100 | [diff] [blame] | 8873 | |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 8874 | spin_unlock_irqrestore(&dev->event_lock, flags); |
| 8875 | |
Daniel Vetter | 2c10d57 | 2012-12-20 21:24:07 +0100 | [diff] [blame] | 8876 | wake_up_all(&dev_priv->pending_flip_queue); |
Chris Wilson | b4a98e5 | 2012-11-01 09:26:26 +0000 | [diff] [blame] | 8877 | |
| 8878 | queue_work(dev_priv->wq, &work->work); |
Jesse Barnes | e5510fa | 2010-07-01 16:48:37 -0700 | [diff] [blame] | 8879 | |
| 8880 | trace_i915_flip_complete(intel_crtc->plane, work->pending_flip_obj); |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 8881 | } |
| 8882 | |
Jesse Barnes | 1afe3e9 | 2010-03-26 10:35:20 -0700 | [diff] [blame] | 8883 | void intel_finish_page_flip(struct drm_device *dev, int pipe) |
| 8884 | { |
Jani Nikula | fbee40d | 2014-03-31 14:27:18 +0300 | [diff] [blame] | 8885 | struct drm_i915_private *dev_priv = dev->dev_private; |
Jesse Barnes | 1afe3e9 | 2010-03-26 10:35:20 -0700 | [diff] [blame] | 8886 | struct drm_crtc *crtc = dev_priv->pipe_to_crtc_mapping[pipe]; |
| 8887 | |
Mario Kleiner | 49b14a5 | 2010-12-09 07:00:07 +0100 | [diff] [blame] | 8888 | do_intel_finish_page_flip(dev, crtc); |
Jesse Barnes | 1afe3e9 | 2010-03-26 10:35:20 -0700 | [diff] [blame] | 8889 | } |
| 8890 | |
| 8891 | void intel_finish_page_flip_plane(struct drm_device *dev, int plane) |
| 8892 | { |
Jani Nikula | fbee40d | 2014-03-31 14:27:18 +0300 | [diff] [blame] | 8893 | struct drm_i915_private *dev_priv = dev->dev_private; |
Jesse Barnes | 1afe3e9 | 2010-03-26 10:35:20 -0700 | [diff] [blame] | 8894 | struct drm_crtc *crtc = dev_priv->plane_to_crtc_mapping[plane]; |
| 8895 | |
Mario Kleiner | 49b14a5 | 2010-12-09 07:00:07 +0100 | [diff] [blame] | 8896 | do_intel_finish_page_flip(dev, crtc); |
Jesse Barnes | 1afe3e9 | 2010-03-26 10:35:20 -0700 | [diff] [blame] | 8897 | } |
| 8898 | |
Ville Syrjälä | 75f7f3e | 2014-04-15 21:41:34 +0300 | [diff] [blame] | 8899 | /* Is 'a' after or equal to 'b'? */ |
| 8900 | static bool g4x_flip_count_after_eq(u32 a, u32 b) |
| 8901 | { |
| 8902 | return !((a - b) & 0x80000000); |
| 8903 | } |
| 8904 | |
| 8905 | static bool page_flip_finished(struct intel_crtc *crtc) |
| 8906 | { |
| 8907 | struct drm_device *dev = crtc->base.dev; |
| 8908 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 8909 | |
| 8910 | /* |
| 8911 | * The relevant registers doen't exist on pre-ctg. |
| 8912 | * As the flip done interrupt doesn't trigger for mmio |
| 8913 | * flips on gmch platforms, a flip count check isn't |
| 8914 | * really needed there. But since ctg has the registers, |
| 8915 | * include it in the check anyway. |
| 8916 | */ |
| 8917 | if (INTEL_INFO(dev)->gen < 5 && !IS_G4X(dev)) |
| 8918 | return true; |
| 8919 | |
| 8920 | /* |
| 8921 | * A DSPSURFLIVE check isn't enough in case the mmio and CS flips |
| 8922 | * used the same base address. In that case the mmio flip might |
| 8923 | * have completed, but the CS hasn't even executed the flip yet. |
| 8924 | * |
| 8925 | * A flip count check isn't enough as the CS might have updated |
| 8926 | * the base address just after start of vblank, but before we |
| 8927 | * managed to process the interrupt. This means we'd complete the |
| 8928 | * CS flip too soon. |
| 8929 | * |
| 8930 | * Combining both checks should get us a good enough result. It may |
| 8931 | * still happen that the CS flip has been executed, but has not |
| 8932 | * yet actually completed. But in case the base address is the same |
| 8933 | * anyway, we don't really care. |
| 8934 | */ |
| 8935 | return (I915_READ(DSPSURFLIVE(crtc->plane)) & ~0xfff) == |
| 8936 | crtc->unpin_work->gtt_offset && |
| 8937 | g4x_flip_count_after_eq(I915_READ(PIPE_FLIPCOUNT_GM45(crtc->pipe)), |
| 8938 | crtc->unpin_work->flip_count); |
| 8939 | } |
| 8940 | |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 8941 | void intel_prepare_page_flip(struct drm_device *dev, int plane) |
| 8942 | { |
Jani Nikula | fbee40d | 2014-03-31 14:27:18 +0300 | [diff] [blame] | 8943 | struct drm_i915_private *dev_priv = dev->dev_private; |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 8944 | struct intel_crtc *intel_crtc = |
| 8945 | to_intel_crtc(dev_priv->plane_to_crtc_mapping[plane]); |
| 8946 | unsigned long flags; |
| 8947 | |
Chris Wilson | e7d841c | 2012-12-03 11:36:30 +0000 | [diff] [blame] | 8948 | /* NB: An MMIO update of the plane base pointer will also |
| 8949 | * generate a page-flip completion irq, i.e. every modeset |
| 8950 | * is also accompanied by a spurious intel_prepare_page_flip(). |
| 8951 | */ |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 8952 | spin_lock_irqsave(&dev->event_lock, flags); |
Ville Syrjälä | 75f7f3e | 2014-04-15 21:41:34 +0300 | [diff] [blame] | 8953 | if (intel_crtc->unpin_work && page_flip_finished(intel_crtc)) |
Chris Wilson | e7d841c | 2012-12-03 11:36:30 +0000 | [diff] [blame] | 8954 | atomic_inc_not_zero(&intel_crtc->unpin_work->pending); |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 8955 | spin_unlock_irqrestore(&dev->event_lock, flags); |
| 8956 | } |
| 8957 | |
Robin Schroer | eba905b | 2014-05-18 02:24:50 +0200 | [diff] [blame] | 8958 | static inline void intel_mark_page_flip_active(struct intel_crtc *intel_crtc) |
Chris Wilson | e7d841c | 2012-12-03 11:36:30 +0000 | [diff] [blame] | 8959 | { |
| 8960 | /* Ensure that the work item is consistent when activating it ... */ |
| 8961 | smp_wmb(); |
| 8962 | atomic_set(&intel_crtc->unpin_work->pending, INTEL_FLIP_PENDING); |
| 8963 | /* and that it is marked active as soon as the irq could fire. */ |
| 8964 | smp_wmb(); |
| 8965 | } |
| 8966 | |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 8967 | static int intel_gen2_queue_flip(struct drm_device *dev, |
| 8968 | struct drm_crtc *crtc, |
| 8969 | struct drm_framebuffer *fb, |
Keith Packard | ed8d197 | 2013-07-22 18:49:58 -0700 | [diff] [blame] | 8970 | struct drm_i915_gem_object *obj, |
Oscar Mateo | a4872ba | 2014-05-22 14:13:33 +0100 | [diff] [blame] | 8971 | struct intel_engine_cs *ring, |
Keith Packard | ed8d197 | 2013-07-22 18:49:58 -0700 | [diff] [blame] | 8972 | uint32_t flags) |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 8973 | { |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 8974 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 8975 | u32 flip_mask; |
| 8976 | int ret; |
| 8977 | |
Daniel Vetter | 6d90c95 | 2012-04-26 23:28:05 +0200 | [diff] [blame] | 8978 | ret = intel_ring_begin(ring, 6); |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 8979 | if (ret) |
Ville Syrjälä | 4fa62c8 | 2014-04-15 21:41:38 +0300 | [diff] [blame] | 8980 | return ret; |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 8981 | |
| 8982 | /* Can't queue multiple flips, so wait for the previous |
| 8983 | * one to finish before executing the next. |
| 8984 | */ |
| 8985 | if (intel_crtc->plane) |
| 8986 | flip_mask = MI_WAIT_FOR_PLANE_B_FLIP; |
| 8987 | else |
| 8988 | flip_mask = MI_WAIT_FOR_PLANE_A_FLIP; |
Daniel Vetter | 6d90c95 | 2012-04-26 23:28:05 +0200 | [diff] [blame] | 8989 | intel_ring_emit(ring, MI_WAIT_FOR_EVENT | flip_mask); |
| 8990 | intel_ring_emit(ring, MI_NOOP); |
| 8991 | intel_ring_emit(ring, MI_DISPLAY_FLIP | |
| 8992 | MI_DISPLAY_FLIP_PLANE(intel_crtc->plane)); |
| 8993 | intel_ring_emit(ring, fb->pitches[0]); |
Ville Syrjälä | 75f7f3e | 2014-04-15 21:41:34 +0300 | [diff] [blame] | 8994 | intel_ring_emit(ring, intel_crtc->unpin_work->gtt_offset); |
Daniel Vetter | 6d90c95 | 2012-04-26 23:28:05 +0200 | [diff] [blame] | 8995 | intel_ring_emit(ring, 0); /* aux display base address, unused */ |
Chris Wilson | e7d841c | 2012-12-03 11:36:30 +0000 | [diff] [blame] | 8996 | |
| 8997 | intel_mark_page_flip_active(intel_crtc); |
Chris Wilson | 0924673 | 2013-08-10 22:16:32 +0100 | [diff] [blame] | 8998 | __intel_ring_advance(ring); |
Chris Wilson | 83d4092 | 2012-04-17 19:35:53 +0100 | [diff] [blame] | 8999 | return 0; |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 9000 | } |
| 9001 | |
| 9002 | static int intel_gen3_queue_flip(struct drm_device *dev, |
| 9003 | struct drm_crtc *crtc, |
| 9004 | struct drm_framebuffer *fb, |
Keith Packard | ed8d197 | 2013-07-22 18:49:58 -0700 | [diff] [blame] | 9005 | struct drm_i915_gem_object *obj, |
Oscar Mateo | a4872ba | 2014-05-22 14:13:33 +0100 | [diff] [blame] | 9006 | struct intel_engine_cs *ring, |
Keith Packard | ed8d197 | 2013-07-22 18:49:58 -0700 | [diff] [blame] | 9007 | uint32_t flags) |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 9008 | { |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 9009 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 9010 | u32 flip_mask; |
| 9011 | int ret; |
| 9012 | |
Daniel Vetter | 6d90c95 | 2012-04-26 23:28:05 +0200 | [diff] [blame] | 9013 | ret = intel_ring_begin(ring, 6); |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 9014 | if (ret) |
Ville Syrjälä | 4fa62c8 | 2014-04-15 21:41:38 +0300 | [diff] [blame] | 9015 | return ret; |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 9016 | |
| 9017 | if (intel_crtc->plane) |
| 9018 | flip_mask = MI_WAIT_FOR_PLANE_B_FLIP; |
| 9019 | else |
| 9020 | flip_mask = MI_WAIT_FOR_PLANE_A_FLIP; |
Daniel Vetter | 6d90c95 | 2012-04-26 23:28:05 +0200 | [diff] [blame] | 9021 | intel_ring_emit(ring, MI_WAIT_FOR_EVENT | flip_mask); |
| 9022 | intel_ring_emit(ring, MI_NOOP); |
| 9023 | intel_ring_emit(ring, MI_DISPLAY_FLIP_I915 | |
| 9024 | MI_DISPLAY_FLIP_PLANE(intel_crtc->plane)); |
| 9025 | intel_ring_emit(ring, fb->pitches[0]); |
Ville Syrjälä | 75f7f3e | 2014-04-15 21:41:34 +0300 | [diff] [blame] | 9026 | intel_ring_emit(ring, intel_crtc->unpin_work->gtt_offset); |
Daniel Vetter | 6d90c95 | 2012-04-26 23:28:05 +0200 | [diff] [blame] | 9027 | intel_ring_emit(ring, MI_NOOP); |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 9028 | |
Chris Wilson | e7d841c | 2012-12-03 11:36:30 +0000 | [diff] [blame] | 9029 | intel_mark_page_flip_active(intel_crtc); |
Chris Wilson | 0924673 | 2013-08-10 22:16:32 +0100 | [diff] [blame] | 9030 | __intel_ring_advance(ring); |
Chris Wilson | 83d4092 | 2012-04-17 19:35:53 +0100 | [diff] [blame] | 9031 | return 0; |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 9032 | } |
| 9033 | |
| 9034 | static int intel_gen4_queue_flip(struct drm_device *dev, |
| 9035 | struct drm_crtc *crtc, |
| 9036 | struct drm_framebuffer *fb, |
Keith Packard | ed8d197 | 2013-07-22 18:49:58 -0700 | [diff] [blame] | 9037 | struct drm_i915_gem_object *obj, |
Oscar Mateo | a4872ba | 2014-05-22 14:13:33 +0100 | [diff] [blame] | 9038 | struct intel_engine_cs *ring, |
Keith Packard | ed8d197 | 2013-07-22 18:49:58 -0700 | [diff] [blame] | 9039 | uint32_t flags) |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 9040 | { |
| 9041 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 9042 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 9043 | uint32_t pf, pipesrc; |
| 9044 | int ret; |
| 9045 | |
Daniel Vetter | 6d90c95 | 2012-04-26 23:28:05 +0200 | [diff] [blame] | 9046 | ret = intel_ring_begin(ring, 4); |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 9047 | if (ret) |
Ville Syrjälä | 4fa62c8 | 2014-04-15 21:41:38 +0300 | [diff] [blame] | 9048 | return ret; |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 9049 | |
| 9050 | /* i965+ uses the linear or tiled offsets from the |
| 9051 | * Display Registers (which do not change across a page-flip) |
| 9052 | * so we need only reprogram the base address. |
| 9053 | */ |
Daniel Vetter | 6d90c95 | 2012-04-26 23:28:05 +0200 | [diff] [blame] | 9054 | intel_ring_emit(ring, MI_DISPLAY_FLIP | |
| 9055 | MI_DISPLAY_FLIP_PLANE(intel_crtc->plane)); |
| 9056 | intel_ring_emit(ring, fb->pitches[0]); |
Ville Syrjälä | 75f7f3e | 2014-04-15 21:41:34 +0300 | [diff] [blame] | 9057 | intel_ring_emit(ring, intel_crtc->unpin_work->gtt_offset | |
Daniel Vetter | c2c7513 | 2012-07-05 12:17:30 +0200 | [diff] [blame] | 9058 | obj->tiling_mode); |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 9059 | |
| 9060 | /* XXX Enabling the panel-fitter across page-flip is so far |
| 9061 | * untested on non-native modes, so ignore it for now. |
| 9062 | * pf = I915_READ(pipe == 0 ? PFA_CTL_1 : PFB_CTL_1) & PF_ENABLE; |
| 9063 | */ |
| 9064 | pf = 0; |
| 9065 | pipesrc = I915_READ(PIPESRC(intel_crtc->pipe)) & 0x0fff0fff; |
Daniel Vetter | 6d90c95 | 2012-04-26 23:28:05 +0200 | [diff] [blame] | 9066 | intel_ring_emit(ring, pf | pipesrc); |
Chris Wilson | e7d841c | 2012-12-03 11:36:30 +0000 | [diff] [blame] | 9067 | |
| 9068 | intel_mark_page_flip_active(intel_crtc); |
Chris Wilson | 0924673 | 2013-08-10 22:16:32 +0100 | [diff] [blame] | 9069 | __intel_ring_advance(ring); |
Chris Wilson | 83d4092 | 2012-04-17 19:35:53 +0100 | [diff] [blame] | 9070 | return 0; |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 9071 | } |
| 9072 | |
| 9073 | static int intel_gen6_queue_flip(struct drm_device *dev, |
| 9074 | struct drm_crtc *crtc, |
| 9075 | struct drm_framebuffer *fb, |
Keith Packard | ed8d197 | 2013-07-22 18:49:58 -0700 | [diff] [blame] | 9076 | struct drm_i915_gem_object *obj, |
Oscar Mateo | a4872ba | 2014-05-22 14:13:33 +0100 | [diff] [blame] | 9077 | struct intel_engine_cs *ring, |
Keith Packard | ed8d197 | 2013-07-22 18:49:58 -0700 | [diff] [blame] | 9078 | uint32_t flags) |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 9079 | { |
| 9080 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 9081 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 9082 | uint32_t pf, pipesrc; |
| 9083 | int ret; |
| 9084 | |
Daniel Vetter | 6d90c95 | 2012-04-26 23:28:05 +0200 | [diff] [blame] | 9085 | ret = intel_ring_begin(ring, 4); |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 9086 | if (ret) |
Ville Syrjälä | 4fa62c8 | 2014-04-15 21:41:38 +0300 | [diff] [blame] | 9087 | return ret; |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 9088 | |
Daniel Vetter | 6d90c95 | 2012-04-26 23:28:05 +0200 | [diff] [blame] | 9089 | intel_ring_emit(ring, MI_DISPLAY_FLIP | |
| 9090 | MI_DISPLAY_FLIP_PLANE(intel_crtc->plane)); |
| 9091 | intel_ring_emit(ring, fb->pitches[0] | obj->tiling_mode); |
Ville Syrjälä | 75f7f3e | 2014-04-15 21:41:34 +0300 | [diff] [blame] | 9092 | intel_ring_emit(ring, intel_crtc->unpin_work->gtt_offset); |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 9093 | |
Chris Wilson | 99d9acd | 2012-04-17 20:37:00 +0100 | [diff] [blame] | 9094 | /* Contrary to the suggestions in the documentation, |
| 9095 | * "Enable Panel Fitter" does not seem to be required when page |
| 9096 | * flipping with a non-native mode, and worse causes a normal |
| 9097 | * modeset to fail. |
| 9098 | * pf = I915_READ(PF_CTL(intel_crtc->pipe)) & PF_ENABLE; |
| 9099 | */ |
| 9100 | pf = 0; |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 9101 | pipesrc = I915_READ(PIPESRC(intel_crtc->pipe)) & 0x0fff0fff; |
Daniel Vetter | 6d90c95 | 2012-04-26 23:28:05 +0200 | [diff] [blame] | 9102 | intel_ring_emit(ring, pf | pipesrc); |
Chris Wilson | e7d841c | 2012-12-03 11:36:30 +0000 | [diff] [blame] | 9103 | |
| 9104 | intel_mark_page_flip_active(intel_crtc); |
Chris Wilson | 0924673 | 2013-08-10 22:16:32 +0100 | [diff] [blame] | 9105 | __intel_ring_advance(ring); |
Chris Wilson | 83d4092 | 2012-04-17 19:35:53 +0100 | [diff] [blame] | 9106 | return 0; |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 9107 | } |
| 9108 | |
Jesse Barnes | 7c9017e | 2011-06-16 12:18:54 -0700 | [diff] [blame] | 9109 | static int intel_gen7_queue_flip(struct drm_device *dev, |
| 9110 | struct drm_crtc *crtc, |
| 9111 | struct drm_framebuffer *fb, |
Keith Packard | ed8d197 | 2013-07-22 18:49:58 -0700 | [diff] [blame] | 9112 | struct drm_i915_gem_object *obj, |
Oscar Mateo | a4872ba | 2014-05-22 14:13:33 +0100 | [diff] [blame] | 9113 | struct intel_engine_cs *ring, |
Keith Packard | ed8d197 | 2013-07-22 18:49:58 -0700 | [diff] [blame] | 9114 | uint32_t flags) |
Jesse Barnes | 7c9017e | 2011-06-16 12:18:54 -0700 | [diff] [blame] | 9115 | { |
Jesse Barnes | 7c9017e | 2011-06-16 12:18:54 -0700 | [diff] [blame] | 9116 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
Daniel Vetter | cb05d8d | 2012-05-23 14:02:00 +0200 | [diff] [blame] | 9117 | uint32_t plane_bit = 0; |
Chris Wilson | ffe74d7 | 2013-08-26 20:58:12 +0100 | [diff] [blame] | 9118 | int len, ret; |
| 9119 | |
Robin Schroer | eba905b | 2014-05-18 02:24:50 +0200 | [diff] [blame] | 9120 | switch (intel_crtc->plane) { |
Daniel Vetter | cb05d8d | 2012-05-23 14:02:00 +0200 | [diff] [blame] | 9121 | case PLANE_A: |
| 9122 | plane_bit = MI_DISPLAY_FLIP_IVB_PLANE_A; |
| 9123 | break; |
| 9124 | case PLANE_B: |
| 9125 | plane_bit = MI_DISPLAY_FLIP_IVB_PLANE_B; |
| 9126 | break; |
| 9127 | case PLANE_C: |
| 9128 | plane_bit = MI_DISPLAY_FLIP_IVB_PLANE_C; |
| 9129 | break; |
| 9130 | default: |
| 9131 | WARN_ONCE(1, "unknown plane in flip command\n"); |
Ville Syrjälä | 4fa62c8 | 2014-04-15 21:41:38 +0300 | [diff] [blame] | 9132 | return -ENODEV; |
Daniel Vetter | cb05d8d | 2012-05-23 14:02:00 +0200 | [diff] [blame] | 9133 | } |
| 9134 | |
Chris Wilson | ffe74d7 | 2013-08-26 20:58:12 +0100 | [diff] [blame] | 9135 | len = 4; |
Damien Lespiau | f476828 | 2014-04-07 20:24:34 +0100 | [diff] [blame] | 9136 | if (ring->id == RCS) { |
Chris Wilson | ffe74d7 | 2013-08-26 20:58:12 +0100 | [diff] [blame] | 9137 | len += 6; |
Damien Lespiau | f476828 | 2014-04-07 20:24:34 +0100 | [diff] [blame] | 9138 | /* |
| 9139 | * On Gen 8, SRM is now taking an extra dword to accommodate |
| 9140 | * 48bits addresses, and we need a NOOP for the batch size to |
| 9141 | * stay even. |
| 9142 | */ |
| 9143 | if (IS_GEN8(dev)) |
| 9144 | len += 2; |
| 9145 | } |
Chris Wilson | ffe74d7 | 2013-08-26 20:58:12 +0100 | [diff] [blame] | 9146 | |
Ville Syrjälä | f66fab8 | 2014-02-11 19:52:06 +0200 | [diff] [blame] | 9147 | /* |
| 9148 | * BSpec MI_DISPLAY_FLIP for IVB: |
| 9149 | * "The full packet must be contained within the same cache line." |
| 9150 | * |
| 9151 | * Currently the LRI+SRM+MI_DISPLAY_FLIP all fit within the same |
| 9152 | * cacheline, if we ever start emitting more commands before |
| 9153 | * the MI_DISPLAY_FLIP we may need to first emit everything else, |
| 9154 | * then do the cacheline alignment, and finally emit the |
| 9155 | * MI_DISPLAY_FLIP. |
| 9156 | */ |
| 9157 | ret = intel_ring_cacheline_align(ring); |
| 9158 | if (ret) |
Ville Syrjälä | 4fa62c8 | 2014-04-15 21:41:38 +0300 | [diff] [blame] | 9159 | return ret; |
Ville Syrjälä | f66fab8 | 2014-02-11 19:52:06 +0200 | [diff] [blame] | 9160 | |
Chris Wilson | ffe74d7 | 2013-08-26 20:58:12 +0100 | [diff] [blame] | 9161 | ret = intel_ring_begin(ring, len); |
Jesse Barnes | 7c9017e | 2011-06-16 12:18:54 -0700 | [diff] [blame] | 9162 | if (ret) |
Ville Syrjälä | 4fa62c8 | 2014-04-15 21:41:38 +0300 | [diff] [blame] | 9163 | return ret; |
Jesse Barnes | 7c9017e | 2011-06-16 12:18:54 -0700 | [diff] [blame] | 9164 | |
Chris Wilson | ffe74d7 | 2013-08-26 20:58:12 +0100 | [diff] [blame] | 9165 | /* Unmask the flip-done completion message. Note that the bspec says that |
| 9166 | * we should do this for both the BCS and RCS, and that we must not unmask |
| 9167 | * more than one flip event at any time (or ensure that one flip message |
| 9168 | * can be sent by waiting for flip-done prior to queueing new flips). |
| 9169 | * Experimentation says that BCS works despite DERRMR masking all |
| 9170 | * flip-done completion events and that unmasking all planes at once |
| 9171 | * for the RCS also doesn't appear to drop events. Setting the DERRMR |
| 9172 | * to zero does lead to lockups within MI_DISPLAY_FLIP. |
| 9173 | */ |
| 9174 | if (ring->id == RCS) { |
| 9175 | intel_ring_emit(ring, MI_LOAD_REGISTER_IMM(1)); |
| 9176 | intel_ring_emit(ring, DERRMR); |
| 9177 | intel_ring_emit(ring, ~(DERRMR_PIPEA_PRI_FLIP_DONE | |
| 9178 | DERRMR_PIPEB_PRI_FLIP_DONE | |
| 9179 | DERRMR_PIPEC_PRI_FLIP_DONE)); |
Damien Lespiau | f476828 | 2014-04-07 20:24:34 +0100 | [diff] [blame] | 9180 | if (IS_GEN8(dev)) |
| 9181 | intel_ring_emit(ring, MI_STORE_REGISTER_MEM_GEN8(1) | |
| 9182 | MI_SRM_LRM_GLOBAL_GTT); |
| 9183 | else |
| 9184 | intel_ring_emit(ring, MI_STORE_REGISTER_MEM(1) | |
| 9185 | MI_SRM_LRM_GLOBAL_GTT); |
Chris Wilson | ffe74d7 | 2013-08-26 20:58:12 +0100 | [diff] [blame] | 9186 | intel_ring_emit(ring, DERRMR); |
| 9187 | intel_ring_emit(ring, ring->scratch.gtt_offset + 256); |
Damien Lespiau | f476828 | 2014-04-07 20:24:34 +0100 | [diff] [blame] | 9188 | if (IS_GEN8(dev)) { |
| 9189 | intel_ring_emit(ring, 0); |
| 9190 | intel_ring_emit(ring, MI_NOOP); |
| 9191 | } |
Chris Wilson | ffe74d7 | 2013-08-26 20:58:12 +0100 | [diff] [blame] | 9192 | } |
| 9193 | |
Daniel Vetter | cb05d8d | 2012-05-23 14:02:00 +0200 | [diff] [blame] | 9194 | intel_ring_emit(ring, MI_DISPLAY_FLIP_I915 | plane_bit); |
Ville Syrjälä | 01f2c77 | 2011-12-20 00:06:49 +0200 | [diff] [blame] | 9195 | intel_ring_emit(ring, (fb->pitches[0] | obj->tiling_mode)); |
Ville Syrjälä | 75f7f3e | 2014-04-15 21:41:34 +0300 | [diff] [blame] | 9196 | intel_ring_emit(ring, intel_crtc->unpin_work->gtt_offset); |
Jesse Barnes | 7c9017e | 2011-06-16 12:18:54 -0700 | [diff] [blame] | 9197 | intel_ring_emit(ring, (MI_NOOP)); |
Chris Wilson | e7d841c | 2012-12-03 11:36:30 +0000 | [diff] [blame] | 9198 | |
| 9199 | intel_mark_page_flip_active(intel_crtc); |
Chris Wilson | 0924673 | 2013-08-10 22:16:32 +0100 | [diff] [blame] | 9200 | __intel_ring_advance(ring); |
Chris Wilson | 83d4092 | 2012-04-17 19:35:53 +0100 | [diff] [blame] | 9201 | return 0; |
Jesse Barnes | 7c9017e | 2011-06-16 12:18:54 -0700 | [diff] [blame] | 9202 | } |
| 9203 | |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 9204 | static int intel_default_queue_flip(struct drm_device *dev, |
| 9205 | struct drm_crtc *crtc, |
| 9206 | struct drm_framebuffer *fb, |
Keith Packard | ed8d197 | 2013-07-22 18:49:58 -0700 | [diff] [blame] | 9207 | struct drm_i915_gem_object *obj, |
Oscar Mateo | a4872ba | 2014-05-22 14:13:33 +0100 | [diff] [blame] | 9208 | struct intel_engine_cs *ring, |
Keith Packard | ed8d197 | 2013-07-22 18:49:58 -0700 | [diff] [blame] | 9209 | uint32_t flags) |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 9210 | { |
| 9211 | return -ENODEV; |
| 9212 | } |
| 9213 | |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 9214 | static int intel_crtc_page_flip(struct drm_crtc *crtc, |
| 9215 | struct drm_framebuffer *fb, |
Keith Packard | ed8d197 | 2013-07-22 18:49:58 -0700 | [diff] [blame] | 9216 | struct drm_pending_vblank_event *event, |
| 9217 | uint32_t page_flip_flags) |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 9218 | { |
| 9219 | struct drm_device *dev = crtc->dev; |
| 9220 | struct drm_i915_private *dev_priv = dev->dev_private; |
Matt Roper | f4510a2 | 2014-04-01 15:22:40 -0700 | [diff] [blame] | 9221 | struct drm_framebuffer *old_fb = crtc->primary->fb; |
Ville Syrjälä | 4a35f83 | 2013-02-22 16:53:38 +0200 | [diff] [blame] | 9222 | struct drm_i915_gem_object *obj = to_intel_framebuffer(fb)->obj; |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 9223 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 9224 | struct intel_unpin_work *work; |
Oscar Mateo | a4872ba | 2014-05-22 14:13:33 +0100 | [diff] [blame] | 9225 | struct intel_engine_cs *ring; |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 9226 | unsigned long flags; |
Chris Wilson | 52e6863 | 2010-08-08 10:15:59 +0100 | [diff] [blame] | 9227 | int ret; |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 9228 | |
Ville Syrjälä | e6a595d | 2012-05-24 21:08:59 +0300 | [diff] [blame] | 9229 | /* Can't change pixel format via MI display flips. */ |
Matt Roper | f4510a2 | 2014-04-01 15:22:40 -0700 | [diff] [blame] | 9230 | if (fb->pixel_format != crtc->primary->fb->pixel_format) |
Ville Syrjälä | e6a595d | 2012-05-24 21:08:59 +0300 | [diff] [blame] | 9231 | return -EINVAL; |
| 9232 | |
| 9233 | /* |
| 9234 | * TILEOFF/LINOFF registers can't be changed via MI display flips. |
| 9235 | * Note that pitch changes could also affect these register. |
| 9236 | */ |
| 9237 | if (INTEL_INFO(dev)->gen > 3 && |
Matt Roper | f4510a2 | 2014-04-01 15:22:40 -0700 | [diff] [blame] | 9238 | (fb->offsets[0] != crtc->primary->fb->offsets[0] || |
| 9239 | fb->pitches[0] != crtc->primary->fb->pitches[0])) |
Ville Syrjälä | e6a595d | 2012-05-24 21:08:59 +0300 | [diff] [blame] | 9240 | return -EINVAL; |
| 9241 | |
Chris Wilson | f900db4 | 2014-02-20 09:26:13 +0000 | [diff] [blame] | 9242 | if (i915_terminally_wedged(&dev_priv->gpu_error)) |
| 9243 | goto out_hang; |
| 9244 | |
Daniel Vetter | b14c567 | 2013-09-19 12:18:32 +0200 | [diff] [blame] | 9245 | work = kzalloc(sizeof(*work), GFP_KERNEL); |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 9246 | if (work == NULL) |
| 9247 | return -ENOMEM; |
| 9248 | |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 9249 | work->event = event; |
Chris Wilson | b4a98e5 | 2012-11-01 09:26:26 +0000 | [diff] [blame] | 9250 | work->crtc = crtc; |
Ville Syrjälä | 4a35f83 | 2013-02-22 16:53:38 +0200 | [diff] [blame] | 9251 | work->old_fb_obj = to_intel_framebuffer(old_fb)->obj; |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 9252 | INIT_WORK(&work->work, intel_unpin_work_fn); |
| 9253 | |
Daniel Vetter | 87b6b10 | 2014-05-15 15:33:46 +0200 | [diff] [blame] | 9254 | ret = drm_crtc_vblank_get(crtc); |
Jesse Barnes | 7317c75e6 | 2011-08-29 09:45:28 -0700 | [diff] [blame] | 9255 | if (ret) |
| 9256 | goto free_work; |
| 9257 | |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 9258 | /* We borrow the event spin lock for protecting unpin_work */ |
| 9259 | spin_lock_irqsave(&dev->event_lock, flags); |
| 9260 | if (intel_crtc->unpin_work) { |
| 9261 | spin_unlock_irqrestore(&dev->event_lock, flags); |
| 9262 | kfree(work); |
Daniel Vetter | 87b6b10 | 2014-05-15 15:33:46 +0200 | [diff] [blame] | 9263 | drm_crtc_vblank_put(crtc); |
Chris Wilson | 468f0b4 | 2010-05-27 13:18:13 +0100 | [diff] [blame] | 9264 | |
| 9265 | DRM_DEBUG_DRIVER("flip queue: crtc already busy\n"); |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 9266 | return -EBUSY; |
| 9267 | } |
| 9268 | intel_crtc->unpin_work = work; |
| 9269 | spin_unlock_irqrestore(&dev->event_lock, flags); |
| 9270 | |
Chris Wilson | b4a98e5 | 2012-11-01 09:26:26 +0000 | [diff] [blame] | 9271 | if (atomic_read(&intel_crtc->unpin_work_count) >= 2) |
| 9272 | flush_workqueue(dev_priv->wq); |
| 9273 | |
Chris Wilson | 7915810 | 2012-05-23 11:13:58 +0100 | [diff] [blame] | 9274 | ret = i915_mutex_lock_interruptible(dev); |
| 9275 | if (ret) |
| 9276 | goto cleanup; |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 9277 | |
Jesse Barnes | 75dfca8 | 2010-02-10 15:09:44 -0800 | [diff] [blame] | 9278 | /* Reference the objects for the scheduled work. */ |
Chris Wilson | 05394f3 | 2010-11-08 19:18:58 +0000 | [diff] [blame] | 9279 | drm_gem_object_reference(&work->old_fb_obj->base); |
| 9280 | drm_gem_object_reference(&obj->base); |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 9281 | |
Matt Roper | f4510a2 | 2014-04-01 15:22:40 -0700 | [diff] [blame] | 9282 | crtc->primary->fb = fb; |
Chris Wilson | 96b099f | 2010-06-07 14:03:04 +0100 | [diff] [blame] | 9283 | |
Chris Wilson | e1f99ce | 2010-10-27 12:45:26 +0100 | [diff] [blame] | 9284 | work->pending_flip_obj = obj; |
Chris Wilson | e1f99ce | 2010-10-27 12:45:26 +0100 | [diff] [blame] | 9285 | |
Simon Farnsworth | 4e5359c | 2010-09-01 17:47:52 +0100 | [diff] [blame] | 9286 | work->enable_stall_check = true; |
| 9287 | |
Chris Wilson | b4a98e5 | 2012-11-01 09:26:26 +0000 | [diff] [blame] | 9288 | atomic_inc(&intel_crtc->unpin_work_count); |
Ville Syrjälä | 10d8373 | 2013-01-29 18:13:34 +0200 | [diff] [blame] | 9289 | intel_crtc->reset_counter = atomic_read(&dev_priv->gpu_error.reset_counter); |
Chris Wilson | e1f99ce | 2010-10-27 12:45:26 +0100 | [diff] [blame] | 9290 | |
Ville Syrjälä | 75f7f3e | 2014-04-15 21:41:34 +0300 | [diff] [blame] | 9291 | if (INTEL_INFO(dev)->gen >= 5 || IS_G4X(dev)) |
| 9292 | work->flip_count = I915_READ(PIPE_FLIPCOUNT_GM45(intel_crtc->pipe)) + 1; |
| 9293 | |
Ville Syrjälä | 4fa62c8 | 2014-04-15 21:41:38 +0300 | [diff] [blame] | 9294 | if (IS_VALLEYVIEW(dev)) { |
| 9295 | ring = &dev_priv->ring[BCS]; |
| 9296 | } else if (INTEL_INFO(dev)->gen >= 7) { |
| 9297 | ring = obj->ring; |
| 9298 | if (ring == NULL || ring->id != RCS) |
| 9299 | ring = &dev_priv->ring[BCS]; |
| 9300 | } else { |
| 9301 | ring = &dev_priv->ring[RCS]; |
| 9302 | } |
| 9303 | |
| 9304 | ret = intel_pin_and_fence_fb_obj(dev, obj, ring); |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 9305 | if (ret) |
| 9306 | goto cleanup_pending; |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 9307 | |
Ville Syrjälä | 4fa62c8 | 2014-04-15 21:41:38 +0300 | [diff] [blame] | 9308 | work->gtt_offset = |
| 9309 | i915_gem_obj_ggtt_offset(obj) + intel_crtc->dspaddr_offset; |
| 9310 | |
| 9311 | ret = dev_priv->display.queue_flip(dev, crtc, fb, obj, ring, page_flip_flags); |
| 9312 | if (ret) |
| 9313 | goto cleanup_unpin; |
| 9314 | |
Chris Wilson | 7782de3 | 2011-07-08 12:22:41 +0100 | [diff] [blame] | 9315 | intel_disable_fbc(dev); |
Chris Wilson | c65355b | 2013-06-06 16:53:41 -0300 | [diff] [blame] | 9316 | intel_mark_fb_busy(obj, NULL); |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 9317 | mutex_unlock(&dev->struct_mutex); |
| 9318 | |
Jesse Barnes | e5510fa | 2010-07-01 16:48:37 -0700 | [diff] [blame] | 9319 | trace_i915_flip_request(intel_crtc->plane, obj); |
| 9320 | |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 9321 | return 0; |
Chris Wilson | 96b099f | 2010-06-07 14:03:04 +0100 | [diff] [blame] | 9322 | |
Ville Syrjälä | 4fa62c8 | 2014-04-15 21:41:38 +0300 | [diff] [blame] | 9323 | cleanup_unpin: |
| 9324 | intel_unpin_fb_obj(obj); |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 9325 | cleanup_pending: |
Chris Wilson | b4a98e5 | 2012-11-01 09:26:26 +0000 | [diff] [blame] | 9326 | atomic_dec(&intel_crtc->unpin_work_count); |
Matt Roper | f4510a2 | 2014-04-01 15:22:40 -0700 | [diff] [blame] | 9327 | crtc->primary->fb = old_fb; |
Chris Wilson | 05394f3 | 2010-11-08 19:18:58 +0000 | [diff] [blame] | 9328 | drm_gem_object_unreference(&work->old_fb_obj->base); |
| 9329 | drm_gem_object_unreference(&obj->base); |
Chris Wilson | 96b099f | 2010-06-07 14:03:04 +0100 | [diff] [blame] | 9330 | mutex_unlock(&dev->struct_mutex); |
| 9331 | |
Chris Wilson | 7915810 | 2012-05-23 11:13:58 +0100 | [diff] [blame] | 9332 | cleanup: |
Chris Wilson | 96b099f | 2010-06-07 14:03:04 +0100 | [diff] [blame] | 9333 | spin_lock_irqsave(&dev->event_lock, flags); |
| 9334 | intel_crtc->unpin_work = NULL; |
| 9335 | spin_unlock_irqrestore(&dev->event_lock, flags); |
| 9336 | |
Daniel Vetter | 87b6b10 | 2014-05-15 15:33:46 +0200 | [diff] [blame] | 9337 | drm_crtc_vblank_put(crtc); |
Jesse Barnes | 7317c75e6 | 2011-08-29 09:45:28 -0700 | [diff] [blame] | 9338 | free_work: |
Chris Wilson | 96b099f | 2010-06-07 14:03:04 +0100 | [diff] [blame] | 9339 | kfree(work); |
| 9340 | |
Chris Wilson | f900db4 | 2014-02-20 09:26:13 +0000 | [diff] [blame] | 9341 | if (ret == -EIO) { |
| 9342 | out_hang: |
| 9343 | intel_crtc_wait_for_pending_flips(crtc); |
| 9344 | ret = intel_pipe_set_base(crtc, crtc->x, crtc->y, fb); |
| 9345 | if (ret == 0 && event) |
| 9346 | drm_send_vblank_event(dev, intel_crtc->pipe, event); |
| 9347 | } |
Chris Wilson | 96b099f | 2010-06-07 14:03:04 +0100 | [diff] [blame] | 9348 | return ret; |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 9349 | } |
| 9350 | |
Chris Wilson | f6e5b16 | 2011-04-12 18:06:51 +0100 | [diff] [blame] | 9351 | static struct drm_crtc_helper_funcs intel_helper_funcs = { |
Chris Wilson | f6e5b16 | 2011-04-12 18:06:51 +0100 | [diff] [blame] | 9352 | .mode_set_base_atomic = intel_pipe_set_base_atomic, |
| 9353 | .load_lut = intel_crtc_load_lut, |
Chris Wilson | f6e5b16 | 2011-04-12 18:06:51 +0100 | [diff] [blame] | 9354 | }; |
| 9355 | |
Daniel Vetter | 9a93585 | 2012-07-05 22:34:27 +0200 | [diff] [blame] | 9356 | /** |
| 9357 | * intel_modeset_update_staged_output_state |
| 9358 | * |
| 9359 | * Updates the staged output configuration state, e.g. after we've read out the |
| 9360 | * current hw state. |
| 9361 | */ |
| 9362 | static void intel_modeset_update_staged_output_state(struct drm_device *dev) |
| 9363 | { |
Ville Syrjälä | 7668851 | 2014-01-10 11:28:06 +0200 | [diff] [blame] | 9364 | struct intel_crtc *crtc; |
Daniel Vetter | 9a93585 | 2012-07-05 22:34:27 +0200 | [diff] [blame] | 9365 | struct intel_encoder *encoder; |
| 9366 | struct intel_connector *connector; |
| 9367 | |
| 9368 | list_for_each_entry(connector, &dev->mode_config.connector_list, |
| 9369 | base.head) { |
| 9370 | connector->new_encoder = |
| 9371 | to_intel_encoder(connector->base.encoder); |
| 9372 | } |
| 9373 | |
| 9374 | list_for_each_entry(encoder, &dev->mode_config.encoder_list, |
| 9375 | base.head) { |
| 9376 | encoder->new_crtc = |
| 9377 | to_intel_crtc(encoder->base.crtc); |
| 9378 | } |
Ville Syrjälä | 7668851 | 2014-01-10 11:28:06 +0200 | [diff] [blame] | 9379 | |
Damien Lespiau | d3fcc80 | 2014-05-13 23:32:22 +0100 | [diff] [blame] | 9380 | for_each_intel_crtc(dev, crtc) { |
Ville Syrjälä | 7668851 | 2014-01-10 11:28:06 +0200 | [diff] [blame] | 9381 | crtc->new_enabled = crtc->base.enabled; |
Ville Syrjälä | 7bd0a8e | 2014-01-14 14:31:38 +0200 | [diff] [blame] | 9382 | |
| 9383 | if (crtc->new_enabled) |
| 9384 | crtc->new_config = &crtc->config; |
| 9385 | else |
| 9386 | crtc->new_config = NULL; |
Ville Syrjälä | 7668851 | 2014-01-10 11:28:06 +0200 | [diff] [blame] | 9387 | } |
Daniel Vetter | 9a93585 | 2012-07-05 22:34:27 +0200 | [diff] [blame] | 9388 | } |
| 9389 | |
| 9390 | /** |
| 9391 | * intel_modeset_commit_output_state |
| 9392 | * |
| 9393 | * This function copies the stage display pipe configuration to the real one. |
| 9394 | */ |
| 9395 | static void intel_modeset_commit_output_state(struct drm_device *dev) |
| 9396 | { |
Ville Syrjälä | 7668851 | 2014-01-10 11:28:06 +0200 | [diff] [blame] | 9397 | struct intel_crtc *crtc; |
Daniel Vetter | 9a93585 | 2012-07-05 22:34:27 +0200 | [diff] [blame] | 9398 | struct intel_encoder *encoder; |
| 9399 | struct intel_connector *connector; |
| 9400 | |
| 9401 | list_for_each_entry(connector, &dev->mode_config.connector_list, |
| 9402 | base.head) { |
| 9403 | connector->base.encoder = &connector->new_encoder->base; |
| 9404 | } |
| 9405 | |
| 9406 | list_for_each_entry(encoder, &dev->mode_config.encoder_list, |
| 9407 | base.head) { |
| 9408 | encoder->base.crtc = &encoder->new_crtc->base; |
| 9409 | } |
Ville Syrjälä | 7668851 | 2014-01-10 11:28:06 +0200 | [diff] [blame] | 9410 | |
Damien Lespiau | d3fcc80 | 2014-05-13 23:32:22 +0100 | [diff] [blame] | 9411 | for_each_intel_crtc(dev, crtc) { |
Ville Syrjälä | 7668851 | 2014-01-10 11:28:06 +0200 | [diff] [blame] | 9412 | crtc->base.enabled = crtc->new_enabled; |
| 9413 | } |
Daniel Vetter | 9a93585 | 2012-07-05 22:34:27 +0200 | [diff] [blame] | 9414 | } |
| 9415 | |
Daniel Vetter | 050f7ae | 2013-06-02 13:26:23 +0200 | [diff] [blame] | 9416 | static void |
Robin Schroer | eba905b | 2014-05-18 02:24:50 +0200 | [diff] [blame] | 9417 | connected_sink_compute_bpp(struct intel_connector *connector, |
Daniel Vetter | 050f7ae | 2013-06-02 13:26:23 +0200 | [diff] [blame] | 9418 | struct intel_crtc_config *pipe_config) |
Daniel Vetter | 4e53c2e | 2013-03-27 00:44:58 +0100 | [diff] [blame] | 9419 | { |
Daniel Vetter | 050f7ae | 2013-06-02 13:26:23 +0200 | [diff] [blame] | 9420 | int bpp = pipe_config->pipe_bpp; |
| 9421 | |
| 9422 | DRM_DEBUG_KMS("[CONNECTOR:%d:%s] checking for sink bpp constrains\n", |
| 9423 | connector->base.base.id, |
Jani Nikula | c23cc41 | 2014-06-03 14:56:17 +0300 | [diff] [blame] | 9424 | connector->base.name); |
Daniel Vetter | 050f7ae | 2013-06-02 13:26:23 +0200 | [diff] [blame] | 9425 | |
| 9426 | /* Don't use an invalid EDID bpc value */ |
| 9427 | if (connector->base.display_info.bpc && |
| 9428 | connector->base.display_info.bpc * 3 < bpp) { |
| 9429 | DRM_DEBUG_KMS("clamping display bpp (was %d) to EDID reported max of %d\n", |
| 9430 | bpp, connector->base.display_info.bpc*3); |
| 9431 | pipe_config->pipe_bpp = connector->base.display_info.bpc*3; |
| 9432 | } |
| 9433 | |
| 9434 | /* Clamp bpp to 8 on screens without EDID 1.4 */ |
| 9435 | if (connector->base.display_info.bpc == 0 && bpp > 24) { |
| 9436 | DRM_DEBUG_KMS("clamping display bpp (was %d) to default limit of 24\n", |
| 9437 | bpp); |
| 9438 | pipe_config->pipe_bpp = 24; |
| 9439 | } |
| 9440 | } |
| 9441 | |
| 9442 | static int |
| 9443 | compute_baseline_pipe_bpp(struct intel_crtc *crtc, |
| 9444 | struct drm_framebuffer *fb, |
| 9445 | struct intel_crtc_config *pipe_config) |
| 9446 | { |
| 9447 | struct drm_device *dev = crtc->base.dev; |
| 9448 | struct intel_connector *connector; |
Daniel Vetter | 4e53c2e | 2013-03-27 00:44:58 +0100 | [diff] [blame] | 9449 | int bpp; |
| 9450 | |
Daniel Vetter | d42264b | 2013-03-28 16:38:08 +0100 | [diff] [blame] | 9451 | switch (fb->pixel_format) { |
| 9452 | case DRM_FORMAT_C8: |
Daniel Vetter | 4e53c2e | 2013-03-27 00:44:58 +0100 | [diff] [blame] | 9453 | bpp = 8*3; /* since we go through a colormap */ |
| 9454 | break; |
Daniel Vetter | d42264b | 2013-03-28 16:38:08 +0100 | [diff] [blame] | 9455 | case DRM_FORMAT_XRGB1555: |
| 9456 | case DRM_FORMAT_ARGB1555: |
| 9457 | /* checked in intel_framebuffer_init already */ |
| 9458 | if (WARN_ON(INTEL_INFO(dev)->gen > 3)) |
| 9459 | return -EINVAL; |
| 9460 | case DRM_FORMAT_RGB565: |
Daniel Vetter | 4e53c2e | 2013-03-27 00:44:58 +0100 | [diff] [blame] | 9461 | bpp = 6*3; /* min is 18bpp */ |
| 9462 | break; |
Daniel Vetter | d42264b | 2013-03-28 16:38:08 +0100 | [diff] [blame] | 9463 | case DRM_FORMAT_XBGR8888: |
| 9464 | case DRM_FORMAT_ABGR8888: |
| 9465 | /* checked in intel_framebuffer_init already */ |
| 9466 | if (WARN_ON(INTEL_INFO(dev)->gen < 4)) |
| 9467 | return -EINVAL; |
| 9468 | case DRM_FORMAT_XRGB8888: |
| 9469 | case DRM_FORMAT_ARGB8888: |
Daniel Vetter | 4e53c2e | 2013-03-27 00:44:58 +0100 | [diff] [blame] | 9470 | bpp = 8*3; |
| 9471 | break; |
Daniel Vetter | d42264b | 2013-03-28 16:38:08 +0100 | [diff] [blame] | 9472 | case DRM_FORMAT_XRGB2101010: |
| 9473 | case DRM_FORMAT_ARGB2101010: |
| 9474 | case DRM_FORMAT_XBGR2101010: |
| 9475 | case DRM_FORMAT_ABGR2101010: |
| 9476 | /* checked in intel_framebuffer_init already */ |
| 9477 | if (WARN_ON(INTEL_INFO(dev)->gen < 4)) |
Daniel Vetter | baba133 | 2013-03-27 00:45:00 +0100 | [diff] [blame] | 9478 | return -EINVAL; |
Daniel Vetter | 4e53c2e | 2013-03-27 00:44:58 +0100 | [diff] [blame] | 9479 | bpp = 10*3; |
| 9480 | break; |
Daniel Vetter | baba133 | 2013-03-27 00:45:00 +0100 | [diff] [blame] | 9481 | /* TODO: gen4+ supports 16 bpc floating point, too. */ |
Daniel Vetter | 4e53c2e | 2013-03-27 00:44:58 +0100 | [diff] [blame] | 9482 | default: |
| 9483 | DRM_DEBUG_KMS("unsupported depth\n"); |
| 9484 | return -EINVAL; |
| 9485 | } |
| 9486 | |
Daniel Vetter | 4e53c2e | 2013-03-27 00:44:58 +0100 | [diff] [blame] | 9487 | pipe_config->pipe_bpp = bpp; |
| 9488 | |
| 9489 | /* Clamp display bpp to EDID value */ |
| 9490 | list_for_each_entry(connector, &dev->mode_config.connector_list, |
Daniel Vetter | 050f7ae | 2013-06-02 13:26:23 +0200 | [diff] [blame] | 9491 | base.head) { |
Daniel Vetter | 1b829e0 | 2013-06-02 13:26:24 +0200 | [diff] [blame] | 9492 | if (!connector->new_encoder || |
| 9493 | connector->new_encoder->new_crtc != crtc) |
Daniel Vetter | 4e53c2e | 2013-03-27 00:44:58 +0100 | [diff] [blame] | 9494 | continue; |
| 9495 | |
Daniel Vetter | 050f7ae | 2013-06-02 13:26:23 +0200 | [diff] [blame] | 9496 | connected_sink_compute_bpp(connector, pipe_config); |
Daniel Vetter | 4e53c2e | 2013-03-27 00:44:58 +0100 | [diff] [blame] | 9497 | } |
| 9498 | |
| 9499 | return bpp; |
| 9500 | } |
| 9501 | |
Daniel Vetter | 644db71 | 2013-09-19 14:53:58 +0200 | [diff] [blame] | 9502 | static void intel_dump_crtc_timings(const struct drm_display_mode *mode) |
| 9503 | { |
| 9504 | DRM_DEBUG_KMS("crtc timings: %d %d %d %d %d %d %d %d %d, " |
| 9505 | "type: 0x%x flags: 0x%x\n", |
Damien Lespiau | 1342830 | 2013-09-25 16:45:36 +0100 | [diff] [blame] | 9506 | mode->crtc_clock, |
Daniel Vetter | 644db71 | 2013-09-19 14:53:58 +0200 | [diff] [blame] | 9507 | mode->crtc_hdisplay, mode->crtc_hsync_start, |
| 9508 | mode->crtc_hsync_end, mode->crtc_htotal, |
| 9509 | mode->crtc_vdisplay, mode->crtc_vsync_start, |
| 9510 | mode->crtc_vsync_end, mode->crtc_vtotal, mode->type, mode->flags); |
| 9511 | } |
| 9512 | |
Daniel Vetter | c0b0341 | 2013-05-28 12:05:54 +0200 | [diff] [blame] | 9513 | static void intel_dump_pipe_config(struct intel_crtc *crtc, |
| 9514 | struct intel_crtc_config *pipe_config, |
| 9515 | const char *context) |
| 9516 | { |
| 9517 | DRM_DEBUG_KMS("[CRTC:%d]%s config for pipe %c\n", crtc->base.base.id, |
| 9518 | context, pipe_name(crtc->pipe)); |
| 9519 | |
| 9520 | DRM_DEBUG_KMS("cpu_transcoder: %c\n", transcoder_name(pipe_config->cpu_transcoder)); |
| 9521 | DRM_DEBUG_KMS("pipe bpp: %i, dithering: %i\n", |
| 9522 | pipe_config->pipe_bpp, pipe_config->dither); |
| 9523 | DRM_DEBUG_KMS("fdi/pch: %i, lanes: %i, gmch_m: %u, gmch_n: %u, link_m: %u, link_n: %u, tu: %u\n", |
| 9524 | pipe_config->has_pch_encoder, |
| 9525 | pipe_config->fdi_lanes, |
| 9526 | pipe_config->fdi_m_n.gmch_m, pipe_config->fdi_m_n.gmch_n, |
| 9527 | pipe_config->fdi_m_n.link_m, pipe_config->fdi_m_n.link_n, |
| 9528 | pipe_config->fdi_m_n.tu); |
Ville Syrjälä | eb14cb7 | 2013-09-10 17:02:54 +0300 | [diff] [blame] | 9529 | DRM_DEBUG_KMS("dp: %i, gmch_m: %u, gmch_n: %u, link_m: %u, link_n: %u, tu: %u\n", |
| 9530 | pipe_config->has_dp_encoder, |
| 9531 | pipe_config->dp_m_n.gmch_m, pipe_config->dp_m_n.gmch_n, |
| 9532 | pipe_config->dp_m_n.link_m, pipe_config->dp_m_n.link_n, |
| 9533 | pipe_config->dp_m_n.tu); |
Daniel Vetter | c0b0341 | 2013-05-28 12:05:54 +0200 | [diff] [blame] | 9534 | DRM_DEBUG_KMS("requested mode:\n"); |
| 9535 | drm_mode_debug_printmodeline(&pipe_config->requested_mode); |
| 9536 | DRM_DEBUG_KMS("adjusted mode:\n"); |
| 9537 | drm_mode_debug_printmodeline(&pipe_config->adjusted_mode); |
Daniel Vetter | 644db71 | 2013-09-19 14:53:58 +0200 | [diff] [blame] | 9538 | intel_dump_crtc_timings(&pipe_config->adjusted_mode); |
Ville Syrjälä | d71b8d4 | 2013-09-06 23:29:08 +0300 | [diff] [blame] | 9539 | DRM_DEBUG_KMS("port clock: %d\n", pipe_config->port_clock); |
Ville Syrjälä | 37327ab | 2013-09-04 18:25:28 +0300 | [diff] [blame] | 9540 | DRM_DEBUG_KMS("pipe src size: %dx%d\n", |
| 9541 | pipe_config->pipe_src_w, pipe_config->pipe_src_h); |
Daniel Vetter | c0b0341 | 2013-05-28 12:05:54 +0200 | [diff] [blame] | 9542 | DRM_DEBUG_KMS("gmch pfit: control: 0x%08x, ratios: 0x%08x, lvds border: 0x%08x\n", |
| 9543 | pipe_config->gmch_pfit.control, |
| 9544 | pipe_config->gmch_pfit.pgm_ratios, |
| 9545 | pipe_config->gmch_pfit.lvds_border_bits); |
Chris Wilson | fd4daa9 | 2013-08-27 17:04:17 +0100 | [diff] [blame] | 9546 | DRM_DEBUG_KMS("pch pfit: pos: 0x%08x, size: 0x%08x, %s\n", |
Daniel Vetter | c0b0341 | 2013-05-28 12:05:54 +0200 | [diff] [blame] | 9547 | pipe_config->pch_pfit.pos, |
Chris Wilson | fd4daa9 | 2013-08-27 17:04:17 +0100 | [diff] [blame] | 9548 | pipe_config->pch_pfit.size, |
| 9549 | pipe_config->pch_pfit.enabled ? "enabled" : "disabled"); |
Paulo Zanoni | 42db64e | 2013-05-31 16:33:22 -0300 | [diff] [blame] | 9550 | DRM_DEBUG_KMS("ips: %i\n", pipe_config->ips_enabled); |
Ville Syrjälä | cf532bb | 2013-09-04 18:30:02 +0300 | [diff] [blame] | 9551 | DRM_DEBUG_KMS("double wide: %i\n", pipe_config->double_wide); |
Daniel Vetter | c0b0341 | 2013-05-28 12:05:54 +0200 | [diff] [blame] | 9552 | } |
| 9553 | |
Ville Syrjälä | bc079e8 | 2014-03-03 16:15:28 +0200 | [diff] [blame] | 9554 | static bool encoders_cloneable(const struct intel_encoder *a, |
| 9555 | const struct intel_encoder *b) |
Daniel Vetter | accfc0c | 2013-05-30 15:04:25 +0200 | [diff] [blame] | 9556 | { |
Ville Syrjälä | bc079e8 | 2014-03-03 16:15:28 +0200 | [diff] [blame] | 9557 | /* masks could be asymmetric, so check both ways */ |
| 9558 | return a == b || (a->cloneable & (1 << b->type) && |
| 9559 | b->cloneable & (1 << a->type)); |
| 9560 | } |
Daniel Vetter | accfc0c | 2013-05-30 15:04:25 +0200 | [diff] [blame] | 9561 | |
Ville Syrjälä | bc079e8 | 2014-03-03 16:15:28 +0200 | [diff] [blame] | 9562 | static bool check_single_encoder_cloning(struct intel_crtc *crtc, |
| 9563 | struct intel_encoder *encoder) |
| 9564 | { |
| 9565 | struct drm_device *dev = crtc->base.dev; |
| 9566 | struct intel_encoder *source_encoder; |
| 9567 | |
| 9568 | list_for_each_entry(source_encoder, |
| 9569 | &dev->mode_config.encoder_list, base.head) { |
| 9570 | if (source_encoder->new_crtc != crtc) |
Daniel Vetter | accfc0c | 2013-05-30 15:04:25 +0200 | [diff] [blame] | 9571 | continue; |
| 9572 | |
Ville Syrjälä | bc079e8 | 2014-03-03 16:15:28 +0200 | [diff] [blame] | 9573 | if (!encoders_cloneable(encoder, source_encoder)) |
| 9574 | return false; |
Daniel Vetter | accfc0c | 2013-05-30 15:04:25 +0200 | [diff] [blame] | 9575 | } |
| 9576 | |
Ville Syrjälä | bc079e8 | 2014-03-03 16:15:28 +0200 | [diff] [blame] | 9577 | return true; |
| 9578 | } |
| 9579 | |
| 9580 | static bool check_encoder_cloning(struct intel_crtc *crtc) |
| 9581 | { |
| 9582 | struct drm_device *dev = crtc->base.dev; |
| 9583 | struct intel_encoder *encoder; |
| 9584 | |
| 9585 | list_for_each_entry(encoder, |
| 9586 | &dev->mode_config.encoder_list, base.head) { |
| 9587 | if (encoder->new_crtc != crtc) |
| 9588 | continue; |
| 9589 | |
| 9590 | if (!check_single_encoder_cloning(crtc, encoder)) |
| 9591 | return false; |
| 9592 | } |
| 9593 | |
| 9594 | return true; |
Daniel Vetter | accfc0c | 2013-05-30 15:04:25 +0200 | [diff] [blame] | 9595 | } |
| 9596 | |
Daniel Vetter | b8cecdf | 2013-03-27 00:44:50 +0100 | [diff] [blame] | 9597 | static struct intel_crtc_config * |
| 9598 | intel_modeset_pipe_config(struct drm_crtc *crtc, |
Daniel Vetter | 4e53c2e | 2013-03-27 00:44:58 +0100 | [diff] [blame] | 9599 | struct drm_framebuffer *fb, |
Daniel Vetter | b8cecdf | 2013-03-27 00:44:50 +0100 | [diff] [blame] | 9600 | struct drm_display_mode *mode) |
Daniel Vetter | 7758a11 | 2012-07-08 19:40:39 +0200 | [diff] [blame] | 9601 | { |
| 9602 | struct drm_device *dev = crtc->dev; |
Daniel Vetter | 7758a11 | 2012-07-08 19:40:39 +0200 | [diff] [blame] | 9603 | struct intel_encoder *encoder; |
Daniel Vetter | b8cecdf | 2013-03-27 00:44:50 +0100 | [diff] [blame] | 9604 | struct intel_crtc_config *pipe_config; |
Daniel Vetter | e29c22c | 2013-02-21 00:00:16 +0100 | [diff] [blame] | 9605 | int plane_bpp, ret = -EINVAL; |
| 9606 | bool retry = true; |
Daniel Vetter | 7758a11 | 2012-07-08 19:40:39 +0200 | [diff] [blame] | 9607 | |
Ville Syrjälä | bc079e8 | 2014-03-03 16:15:28 +0200 | [diff] [blame] | 9608 | if (!check_encoder_cloning(to_intel_crtc(crtc))) { |
Daniel Vetter | accfc0c | 2013-05-30 15:04:25 +0200 | [diff] [blame] | 9609 | DRM_DEBUG_KMS("rejecting invalid cloning configuration\n"); |
| 9610 | return ERR_PTR(-EINVAL); |
| 9611 | } |
| 9612 | |
Daniel Vetter | b8cecdf | 2013-03-27 00:44:50 +0100 | [diff] [blame] | 9613 | pipe_config = kzalloc(sizeof(*pipe_config), GFP_KERNEL); |
| 9614 | if (!pipe_config) |
Daniel Vetter | 7758a11 | 2012-07-08 19:40:39 +0200 | [diff] [blame] | 9615 | return ERR_PTR(-ENOMEM); |
| 9616 | |
Daniel Vetter | b8cecdf | 2013-03-27 00:44:50 +0100 | [diff] [blame] | 9617 | drm_mode_copy(&pipe_config->adjusted_mode, mode); |
| 9618 | drm_mode_copy(&pipe_config->requested_mode, mode); |
Ville Syrjälä | 37327ab | 2013-09-04 18:25:28 +0300 | [diff] [blame] | 9619 | |
Daniel Vetter | e143a21 | 2013-07-04 12:01:15 +0200 | [diff] [blame] | 9620 | pipe_config->cpu_transcoder = |
| 9621 | (enum transcoder) to_intel_crtc(crtc)->pipe; |
Daniel Vetter | c0d43d6 | 2013-06-07 23:11:08 +0200 | [diff] [blame] | 9622 | pipe_config->shared_dpll = DPLL_ID_PRIVATE; |
Daniel Vetter | b8cecdf | 2013-03-27 00:44:50 +0100 | [diff] [blame] | 9623 | |
Imre Deak | 2960bc9 | 2013-07-30 13:36:32 +0300 | [diff] [blame] | 9624 | /* |
| 9625 | * Sanitize sync polarity flags based on requested ones. If neither |
| 9626 | * positive or negative polarity is requested, treat this as meaning |
| 9627 | * negative polarity. |
| 9628 | */ |
| 9629 | if (!(pipe_config->adjusted_mode.flags & |
| 9630 | (DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_NHSYNC))) |
| 9631 | pipe_config->adjusted_mode.flags |= DRM_MODE_FLAG_NHSYNC; |
| 9632 | |
| 9633 | if (!(pipe_config->adjusted_mode.flags & |
| 9634 | (DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_NVSYNC))) |
| 9635 | pipe_config->adjusted_mode.flags |= DRM_MODE_FLAG_NVSYNC; |
| 9636 | |
Daniel Vetter | 050f7ae | 2013-06-02 13:26:23 +0200 | [diff] [blame] | 9637 | /* Compute a starting value for pipe_config->pipe_bpp taking the source |
| 9638 | * plane pixel format and any sink constraints into account. Returns the |
| 9639 | * source plane bpp so that dithering can be selected on mismatches |
| 9640 | * after encoders and crtc also have had their say. */ |
| 9641 | plane_bpp = compute_baseline_pipe_bpp(to_intel_crtc(crtc), |
| 9642 | fb, pipe_config); |
Daniel Vetter | 4e53c2e | 2013-03-27 00:44:58 +0100 | [diff] [blame] | 9643 | if (plane_bpp < 0) |
| 9644 | goto fail; |
| 9645 | |
Ville Syrjälä | e41a56b | 2013-10-01 22:52:14 +0300 | [diff] [blame] | 9646 | /* |
| 9647 | * Determine the real pipe dimensions. Note that stereo modes can |
| 9648 | * increase the actual pipe size due to the frame doubling and |
| 9649 | * insertion of additional space for blanks between the frame. This |
| 9650 | * is stored in the crtc timings. We use the requested mode to do this |
| 9651 | * computation to clearly distinguish it from the adjusted mode, which |
| 9652 | * can be changed by the connectors in the below retry loop. |
| 9653 | */ |
| 9654 | drm_mode_set_crtcinfo(&pipe_config->requested_mode, CRTC_STEREO_DOUBLE); |
| 9655 | pipe_config->pipe_src_w = pipe_config->requested_mode.crtc_hdisplay; |
| 9656 | pipe_config->pipe_src_h = pipe_config->requested_mode.crtc_vdisplay; |
| 9657 | |
Daniel Vetter | e29c22c | 2013-02-21 00:00:16 +0100 | [diff] [blame] | 9658 | encoder_retry: |
Daniel Vetter | ef1b460 | 2013-06-01 17:17:04 +0200 | [diff] [blame] | 9659 | /* Ensure the port clock defaults are reset when retrying. */ |
Daniel Vetter | ff9a675 | 2013-06-01 17:16:21 +0200 | [diff] [blame] | 9660 | pipe_config->port_clock = 0; |
Daniel Vetter | ef1b460 | 2013-06-01 17:17:04 +0200 | [diff] [blame] | 9661 | pipe_config->pixel_multiplier = 1; |
Daniel Vetter | ff9a675 | 2013-06-01 17:16:21 +0200 | [diff] [blame] | 9662 | |
Daniel Vetter | 135c81b | 2013-07-21 21:37:09 +0200 | [diff] [blame] | 9663 | /* Fill in default crtc timings, allow encoders to overwrite them. */ |
Damien Lespiau | 6ce70f5 | 2013-09-25 16:45:38 +0100 | [diff] [blame] | 9664 | drm_mode_set_crtcinfo(&pipe_config->adjusted_mode, CRTC_STEREO_DOUBLE); |
Daniel Vetter | 135c81b | 2013-07-21 21:37:09 +0200 | [diff] [blame] | 9665 | |
Daniel Vetter | 7758a11 | 2012-07-08 19:40:39 +0200 | [diff] [blame] | 9666 | /* Pass our mode to the connectors and the CRTC to give them a chance to |
| 9667 | * adjust it according to limitations or connector properties, and also |
| 9668 | * a chance to reject the mode entirely. |
| 9669 | */ |
| 9670 | list_for_each_entry(encoder, &dev->mode_config.encoder_list, |
| 9671 | base.head) { |
| 9672 | |
| 9673 | if (&encoder->new_crtc->base != crtc) |
| 9674 | continue; |
Daniel Vetter | 7ae8923 | 2013-03-27 00:44:52 +0100 | [diff] [blame] | 9675 | |
Daniel Vetter | efea6e8 | 2013-07-21 21:36:59 +0200 | [diff] [blame] | 9676 | if (!(encoder->compute_config(encoder, pipe_config))) { |
| 9677 | DRM_DEBUG_KMS("Encoder config failure\n"); |
Daniel Vetter | 7758a11 | 2012-07-08 19:40:39 +0200 | [diff] [blame] | 9678 | goto fail; |
| 9679 | } |
| 9680 | } |
| 9681 | |
Daniel Vetter | ff9a675 | 2013-06-01 17:16:21 +0200 | [diff] [blame] | 9682 | /* Set default port clock if not overwritten by the encoder. Needs to be |
| 9683 | * done afterwards in case the encoder adjusts the mode. */ |
| 9684 | if (!pipe_config->port_clock) |
Damien Lespiau | 241bfc3 | 2013-09-25 16:45:37 +0100 | [diff] [blame] | 9685 | pipe_config->port_clock = pipe_config->adjusted_mode.crtc_clock |
| 9686 | * pipe_config->pixel_multiplier; |
Daniel Vetter | ff9a675 | 2013-06-01 17:16:21 +0200 | [diff] [blame] | 9687 | |
Daniel Vetter | a43f6e0 | 2013-06-07 23:10:32 +0200 | [diff] [blame] | 9688 | ret = intel_crtc_compute_config(to_intel_crtc(crtc), pipe_config); |
Daniel Vetter | e29c22c | 2013-02-21 00:00:16 +0100 | [diff] [blame] | 9689 | if (ret < 0) { |
Daniel Vetter | 7758a11 | 2012-07-08 19:40:39 +0200 | [diff] [blame] | 9690 | DRM_DEBUG_KMS("CRTC fixup failed\n"); |
| 9691 | goto fail; |
| 9692 | } |
Daniel Vetter | e29c22c | 2013-02-21 00:00:16 +0100 | [diff] [blame] | 9693 | |
| 9694 | if (ret == RETRY) { |
| 9695 | if (WARN(!retry, "loop in pipe configuration computation\n")) { |
| 9696 | ret = -EINVAL; |
| 9697 | goto fail; |
| 9698 | } |
| 9699 | |
| 9700 | DRM_DEBUG_KMS("CRTC bw constrained, retrying\n"); |
| 9701 | retry = false; |
| 9702 | goto encoder_retry; |
| 9703 | } |
| 9704 | |
Daniel Vetter | 4e53c2e | 2013-03-27 00:44:58 +0100 | [diff] [blame] | 9705 | pipe_config->dither = pipe_config->pipe_bpp != plane_bpp; |
| 9706 | DRM_DEBUG_KMS("plane bpp: %i, pipe bpp: %i, dithering: %i\n", |
| 9707 | plane_bpp, pipe_config->pipe_bpp, pipe_config->dither); |
| 9708 | |
Daniel Vetter | b8cecdf | 2013-03-27 00:44:50 +0100 | [diff] [blame] | 9709 | return pipe_config; |
Daniel Vetter | 7758a11 | 2012-07-08 19:40:39 +0200 | [diff] [blame] | 9710 | fail: |
Daniel Vetter | b8cecdf | 2013-03-27 00:44:50 +0100 | [diff] [blame] | 9711 | kfree(pipe_config); |
Daniel Vetter | e29c22c | 2013-02-21 00:00:16 +0100 | [diff] [blame] | 9712 | return ERR_PTR(ret); |
Daniel Vetter | 7758a11 | 2012-07-08 19:40:39 +0200 | [diff] [blame] | 9713 | } |
| 9714 | |
Daniel Vetter | e2e1ed4 | 2012-07-08 21:14:38 +0200 | [diff] [blame] | 9715 | /* Computes which crtcs are affected and sets the relevant bits in the mask. For |
| 9716 | * simplicity we use the crtc's pipe number (because it's easier to obtain). */ |
| 9717 | static void |
| 9718 | intel_modeset_affected_pipes(struct drm_crtc *crtc, unsigned *modeset_pipes, |
| 9719 | unsigned *prepare_pipes, unsigned *disable_pipes) |
| 9720 | { |
| 9721 | struct intel_crtc *intel_crtc; |
| 9722 | struct drm_device *dev = crtc->dev; |
| 9723 | struct intel_encoder *encoder; |
| 9724 | struct intel_connector *connector; |
| 9725 | struct drm_crtc *tmp_crtc; |
| 9726 | |
| 9727 | *disable_pipes = *modeset_pipes = *prepare_pipes = 0; |
| 9728 | |
| 9729 | /* Check which crtcs have changed outputs connected to them, these need |
| 9730 | * to be part of the prepare_pipes mask. We don't (yet) support global |
| 9731 | * modeset across multiple crtcs, so modeset_pipes will only have one |
| 9732 | * bit set at most. */ |
| 9733 | list_for_each_entry(connector, &dev->mode_config.connector_list, |
| 9734 | base.head) { |
| 9735 | if (connector->base.encoder == &connector->new_encoder->base) |
| 9736 | continue; |
| 9737 | |
| 9738 | if (connector->base.encoder) { |
| 9739 | tmp_crtc = connector->base.encoder->crtc; |
| 9740 | |
| 9741 | *prepare_pipes |= 1 << to_intel_crtc(tmp_crtc)->pipe; |
| 9742 | } |
| 9743 | |
| 9744 | if (connector->new_encoder) |
| 9745 | *prepare_pipes |= |
| 9746 | 1 << connector->new_encoder->new_crtc->pipe; |
| 9747 | } |
| 9748 | |
| 9749 | list_for_each_entry(encoder, &dev->mode_config.encoder_list, |
| 9750 | base.head) { |
| 9751 | if (encoder->base.crtc == &encoder->new_crtc->base) |
| 9752 | continue; |
| 9753 | |
| 9754 | if (encoder->base.crtc) { |
| 9755 | tmp_crtc = encoder->base.crtc; |
| 9756 | |
| 9757 | *prepare_pipes |= 1 << to_intel_crtc(tmp_crtc)->pipe; |
| 9758 | } |
| 9759 | |
| 9760 | if (encoder->new_crtc) |
| 9761 | *prepare_pipes |= 1 << encoder->new_crtc->pipe; |
| 9762 | } |
| 9763 | |
Ville Syrjälä | 7668851 | 2014-01-10 11:28:06 +0200 | [diff] [blame] | 9764 | /* Check for pipes that will be enabled/disabled ... */ |
Damien Lespiau | d3fcc80 | 2014-05-13 23:32:22 +0100 | [diff] [blame] | 9765 | for_each_intel_crtc(dev, intel_crtc) { |
Ville Syrjälä | 7668851 | 2014-01-10 11:28:06 +0200 | [diff] [blame] | 9766 | if (intel_crtc->base.enabled == intel_crtc->new_enabled) |
Daniel Vetter | e2e1ed4 | 2012-07-08 21:14:38 +0200 | [diff] [blame] | 9767 | continue; |
| 9768 | |
Ville Syrjälä | 7668851 | 2014-01-10 11:28:06 +0200 | [diff] [blame] | 9769 | if (!intel_crtc->new_enabled) |
Daniel Vetter | e2e1ed4 | 2012-07-08 21:14:38 +0200 | [diff] [blame] | 9770 | *disable_pipes |= 1 << intel_crtc->pipe; |
Ville Syrjälä | 7668851 | 2014-01-10 11:28:06 +0200 | [diff] [blame] | 9771 | else |
| 9772 | *prepare_pipes |= 1 << intel_crtc->pipe; |
Daniel Vetter | e2e1ed4 | 2012-07-08 21:14:38 +0200 | [diff] [blame] | 9773 | } |
| 9774 | |
| 9775 | |
| 9776 | /* set_mode is also used to update properties on life display pipes. */ |
| 9777 | intel_crtc = to_intel_crtc(crtc); |
Ville Syrjälä | 7668851 | 2014-01-10 11:28:06 +0200 | [diff] [blame] | 9778 | if (intel_crtc->new_enabled) |
Daniel Vetter | e2e1ed4 | 2012-07-08 21:14:38 +0200 | [diff] [blame] | 9779 | *prepare_pipes |= 1 << intel_crtc->pipe; |
| 9780 | |
Daniel Vetter | b6c5164 | 2013-04-12 18:48:43 +0200 | [diff] [blame] | 9781 | /* |
| 9782 | * For simplicity do a full modeset on any pipe where the output routing |
| 9783 | * changed. We could be more clever, but that would require us to be |
| 9784 | * more careful with calling the relevant encoder->mode_set functions. |
| 9785 | */ |
Daniel Vetter | e2e1ed4 | 2012-07-08 21:14:38 +0200 | [diff] [blame] | 9786 | if (*prepare_pipes) |
| 9787 | *modeset_pipes = *prepare_pipes; |
| 9788 | |
| 9789 | /* ... and mask these out. */ |
| 9790 | *modeset_pipes &= ~(*disable_pipes); |
| 9791 | *prepare_pipes &= ~(*disable_pipes); |
Daniel Vetter | b6c5164 | 2013-04-12 18:48:43 +0200 | [diff] [blame] | 9792 | |
| 9793 | /* |
| 9794 | * HACK: We don't (yet) fully support global modesets. intel_set_config |
| 9795 | * obies this rule, but the modeset restore mode of |
| 9796 | * intel_modeset_setup_hw_state does not. |
| 9797 | */ |
| 9798 | *modeset_pipes &= 1 << intel_crtc->pipe; |
| 9799 | *prepare_pipes &= 1 << intel_crtc->pipe; |
Daniel Vetter | e3641d3 | 2013-04-11 19:49:07 +0200 | [diff] [blame] | 9800 | |
| 9801 | DRM_DEBUG_KMS("set mode pipe masks: modeset: %x, prepare: %x, disable: %x\n", |
| 9802 | *modeset_pipes, *prepare_pipes, *disable_pipes); |
Daniel Vetter | e2e1ed4 | 2012-07-08 21:14:38 +0200 | [diff] [blame] | 9803 | } |
| 9804 | |
Daniel Vetter | ea9d758 | 2012-07-10 10:42:52 +0200 | [diff] [blame] | 9805 | static bool intel_crtc_in_use(struct drm_crtc *crtc) |
| 9806 | { |
| 9807 | struct drm_encoder *encoder; |
| 9808 | struct drm_device *dev = crtc->dev; |
| 9809 | |
| 9810 | list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) |
| 9811 | if (encoder->crtc == crtc) |
| 9812 | return true; |
| 9813 | |
| 9814 | return false; |
| 9815 | } |
| 9816 | |
| 9817 | static void |
| 9818 | intel_modeset_update_state(struct drm_device *dev, unsigned prepare_pipes) |
| 9819 | { |
| 9820 | struct intel_encoder *intel_encoder; |
| 9821 | struct intel_crtc *intel_crtc; |
| 9822 | struct drm_connector *connector; |
| 9823 | |
| 9824 | list_for_each_entry(intel_encoder, &dev->mode_config.encoder_list, |
| 9825 | base.head) { |
| 9826 | if (!intel_encoder->base.crtc) |
| 9827 | continue; |
| 9828 | |
| 9829 | intel_crtc = to_intel_crtc(intel_encoder->base.crtc); |
| 9830 | |
| 9831 | if (prepare_pipes & (1 << intel_crtc->pipe)) |
| 9832 | intel_encoder->connectors_active = false; |
| 9833 | } |
| 9834 | |
| 9835 | intel_modeset_commit_output_state(dev); |
| 9836 | |
Ville Syrjälä | 7668851 | 2014-01-10 11:28:06 +0200 | [diff] [blame] | 9837 | /* Double check state. */ |
Damien Lespiau | d3fcc80 | 2014-05-13 23:32:22 +0100 | [diff] [blame] | 9838 | for_each_intel_crtc(dev, intel_crtc) { |
Ville Syrjälä | 7668851 | 2014-01-10 11:28:06 +0200 | [diff] [blame] | 9839 | WARN_ON(intel_crtc->base.enabled != intel_crtc_in_use(&intel_crtc->base)); |
Ville Syrjälä | 7bd0a8e | 2014-01-14 14:31:38 +0200 | [diff] [blame] | 9840 | WARN_ON(intel_crtc->new_config && |
| 9841 | intel_crtc->new_config != &intel_crtc->config); |
| 9842 | WARN_ON(intel_crtc->base.enabled != !!intel_crtc->new_config); |
Daniel Vetter | ea9d758 | 2012-07-10 10:42:52 +0200 | [diff] [blame] | 9843 | } |
| 9844 | |
| 9845 | list_for_each_entry(connector, &dev->mode_config.connector_list, head) { |
| 9846 | if (!connector->encoder || !connector->encoder->crtc) |
| 9847 | continue; |
| 9848 | |
| 9849 | intel_crtc = to_intel_crtc(connector->encoder->crtc); |
| 9850 | |
| 9851 | if (prepare_pipes & (1 << intel_crtc->pipe)) { |
Daniel Vetter | 68d3472 | 2012-09-06 22:08:35 +0200 | [diff] [blame] | 9852 | struct drm_property *dpms_property = |
| 9853 | dev->mode_config.dpms_property; |
| 9854 | |
Daniel Vetter | ea9d758 | 2012-07-10 10:42:52 +0200 | [diff] [blame] | 9855 | connector->dpms = DRM_MODE_DPMS_ON; |
Rob Clark | 662595d | 2012-10-11 20:36:04 -0500 | [diff] [blame] | 9856 | drm_object_property_set_value(&connector->base, |
Daniel Vetter | 68d3472 | 2012-09-06 22:08:35 +0200 | [diff] [blame] | 9857 | dpms_property, |
| 9858 | DRM_MODE_DPMS_ON); |
Daniel Vetter | ea9d758 | 2012-07-10 10:42:52 +0200 | [diff] [blame] | 9859 | |
| 9860 | intel_encoder = to_intel_encoder(connector->encoder); |
| 9861 | intel_encoder->connectors_active = true; |
| 9862 | } |
| 9863 | } |
| 9864 | |
| 9865 | } |
| 9866 | |
Ville Syrjälä | 3bd2626 | 2013-09-06 23:29:02 +0300 | [diff] [blame] | 9867 | static bool intel_fuzzy_clock_check(int clock1, int clock2) |
Jesse Barnes | f1f644d | 2013-06-27 00:39:25 +0300 | [diff] [blame] | 9868 | { |
Ville Syrjälä | 3bd2626 | 2013-09-06 23:29:02 +0300 | [diff] [blame] | 9869 | int diff; |
Jesse Barnes | f1f644d | 2013-06-27 00:39:25 +0300 | [diff] [blame] | 9870 | |
| 9871 | if (clock1 == clock2) |
| 9872 | return true; |
| 9873 | |
| 9874 | if (!clock1 || !clock2) |
| 9875 | return false; |
| 9876 | |
| 9877 | diff = abs(clock1 - clock2); |
| 9878 | |
| 9879 | if (((((diff + clock1 + clock2) * 100)) / (clock1 + clock2)) < 105) |
| 9880 | return true; |
| 9881 | |
| 9882 | return false; |
| 9883 | } |
| 9884 | |
Daniel Vetter | 25c5b26 | 2012-07-08 22:08:04 +0200 | [diff] [blame] | 9885 | #define for_each_intel_crtc_masked(dev, mask, intel_crtc) \ |
| 9886 | list_for_each_entry((intel_crtc), \ |
| 9887 | &(dev)->mode_config.crtc_list, \ |
| 9888 | base.head) \ |
Daniel Vetter | 0973f18 | 2013-04-19 11:25:33 +0200 | [diff] [blame] | 9889 | if (mask & (1 <<(intel_crtc)->pipe)) |
Daniel Vetter | 25c5b26 | 2012-07-08 22:08:04 +0200 | [diff] [blame] | 9890 | |
Daniel Vetter | 0e8ffe1 | 2013-03-28 10:42:00 +0100 | [diff] [blame] | 9891 | static bool |
Daniel Vetter | 2fa2fe9 | 2013-05-07 23:34:16 +0200 | [diff] [blame] | 9892 | intel_pipe_config_compare(struct drm_device *dev, |
| 9893 | struct intel_crtc_config *current_config, |
Daniel Vetter | 0e8ffe1 | 2013-03-28 10:42:00 +0100 | [diff] [blame] | 9894 | struct intel_crtc_config *pipe_config) |
| 9895 | { |
Daniel Vetter | 66e985c | 2013-06-05 13:34:20 +0200 | [diff] [blame] | 9896 | #define PIPE_CONF_CHECK_X(name) \ |
| 9897 | if (current_config->name != pipe_config->name) { \ |
| 9898 | DRM_ERROR("mismatch in " #name " " \ |
| 9899 | "(expected 0x%08x, found 0x%08x)\n", \ |
| 9900 | current_config->name, \ |
| 9901 | pipe_config->name); \ |
| 9902 | return false; \ |
| 9903 | } |
| 9904 | |
Daniel Vetter | 08a2403 | 2013-04-19 11:25:34 +0200 | [diff] [blame] | 9905 | #define PIPE_CONF_CHECK_I(name) \ |
| 9906 | if (current_config->name != pipe_config->name) { \ |
| 9907 | DRM_ERROR("mismatch in " #name " " \ |
| 9908 | "(expected %i, found %i)\n", \ |
| 9909 | current_config->name, \ |
| 9910 | pipe_config->name); \ |
| 9911 | return false; \ |
Daniel Vetter | 88adfff | 2013-03-28 10:42:01 +0100 | [diff] [blame] | 9912 | } |
| 9913 | |
Daniel Vetter | 1bd1bd8 | 2013-04-29 21:56:12 +0200 | [diff] [blame] | 9914 | #define PIPE_CONF_CHECK_FLAGS(name, mask) \ |
| 9915 | if ((current_config->name ^ pipe_config->name) & (mask)) { \ |
Jesse Barnes | 6f02488 | 2013-07-01 10:19:09 -0700 | [diff] [blame] | 9916 | DRM_ERROR("mismatch in " #name "(" #mask ") " \ |
Daniel Vetter | 1bd1bd8 | 2013-04-29 21:56:12 +0200 | [diff] [blame] | 9917 | "(expected %i, found %i)\n", \ |
| 9918 | current_config->name & (mask), \ |
| 9919 | pipe_config->name & (mask)); \ |
| 9920 | return false; \ |
| 9921 | } |
| 9922 | |
Ville Syrjälä | 5e55065 | 2013-09-06 23:29:07 +0300 | [diff] [blame] | 9923 | #define PIPE_CONF_CHECK_CLOCK_FUZZY(name) \ |
| 9924 | if (!intel_fuzzy_clock_check(current_config->name, pipe_config->name)) { \ |
| 9925 | DRM_ERROR("mismatch in " #name " " \ |
| 9926 | "(expected %i, found %i)\n", \ |
| 9927 | current_config->name, \ |
| 9928 | pipe_config->name); \ |
| 9929 | return false; \ |
| 9930 | } |
| 9931 | |
Daniel Vetter | bb76006 | 2013-06-06 14:55:52 +0200 | [diff] [blame] | 9932 | #define PIPE_CONF_QUIRK(quirk) \ |
| 9933 | ((current_config->quirks | pipe_config->quirks) & (quirk)) |
| 9934 | |
Daniel Vetter | eccb140 | 2013-05-22 00:50:22 +0200 | [diff] [blame] | 9935 | PIPE_CONF_CHECK_I(cpu_transcoder); |
| 9936 | |
Daniel Vetter | 08a2403 | 2013-04-19 11:25:34 +0200 | [diff] [blame] | 9937 | PIPE_CONF_CHECK_I(has_pch_encoder); |
| 9938 | PIPE_CONF_CHECK_I(fdi_lanes); |
Daniel Vetter | 7241920 | 2013-04-04 13:28:53 +0200 | [diff] [blame] | 9939 | PIPE_CONF_CHECK_I(fdi_m_n.gmch_m); |
| 9940 | PIPE_CONF_CHECK_I(fdi_m_n.gmch_n); |
| 9941 | PIPE_CONF_CHECK_I(fdi_m_n.link_m); |
| 9942 | PIPE_CONF_CHECK_I(fdi_m_n.link_n); |
| 9943 | PIPE_CONF_CHECK_I(fdi_m_n.tu); |
Daniel Vetter | 08a2403 | 2013-04-19 11:25:34 +0200 | [diff] [blame] | 9944 | |
Ville Syrjälä | eb14cb7 | 2013-09-10 17:02:54 +0300 | [diff] [blame] | 9945 | PIPE_CONF_CHECK_I(has_dp_encoder); |
| 9946 | PIPE_CONF_CHECK_I(dp_m_n.gmch_m); |
| 9947 | PIPE_CONF_CHECK_I(dp_m_n.gmch_n); |
| 9948 | PIPE_CONF_CHECK_I(dp_m_n.link_m); |
| 9949 | PIPE_CONF_CHECK_I(dp_m_n.link_n); |
| 9950 | PIPE_CONF_CHECK_I(dp_m_n.tu); |
| 9951 | |
Daniel Vetter | 1bd1bd8 | 2013-04-29 21:56:12 +0200 | [diff] [blame] | 9952 | PIPE_CONF_CHECK_I(adjusted_mode.crtc_hdisplay); |
| 9953 | PIPE_CONF_CHECK_I(adjusted_mode.crtc_htotal); |
| 9954 | PIPE_CONF_CHECK_I(adjusted_mode.crtc_hblank_start); |
| 9955 | PIPE_CONF_CHECK_I(adjusted_mode.crtc_hblank_end); |
| 9956 | PIPE_CONF_CHECK_I(adjusted_mode.crtc_hsync_start); |
| 9957 | PIPE_CONF_CHECK_I(adjusted_mode.crtc_hsync_end); |
| 9958 | |
| 9959 | PIPE_CONF_CHECK_I(adjusted_mode.crtc_vdisplay); |
| 9960 | PIPE_CONF_CHECK_I(adjusted_mode.crtc_vtotal); |
| 9961 | PIPE_CONF_CHECK_I(adjusted_mode.crtc_vblank_start); |
| 9962 | PIPE_CONF_CHECK_I(adjusted_mode.crtc_vblank_end); |
| 9963 | PIPE_CONF_CHECK_I(adjusted_mode.crtc_vsync_start); |
| 9964 | PIPE_CONF_CHECK_I(adjusted_mode.crtc_vsync_end); |
| 9965 | |
Daniel Vetter | c93f54c | 2013-06-27 19:47:19 +0200 | [diff] [blame] | 9966 | PIPE_CONF_CHECK_I(pixel_multiplier); |
Daniel Vetter | 6897b4b | 2014-04-24 23:54:47 +0200 | [diff] [blame] | 9967 | PIPE_CONF_CHECK_I(has_hdmi_sink); |
Daniel Vetter | b5a9fa0 | 2014-04-24 23:54:49 +0200 | [diff] [blame] | 9968 | if ((INTEL_INFO(dev)->gen < 8 && !IS_HASWELL(dev)) || |
| 9969 | IS_VALLEYVIEW(dev)) |
| 9970 | PIPE_CONF_CHECK_I(limited_color_range); |
Daniel Vetter | 6c49f24 | 2013-06-06 12:45:25 +0200 | [diff] [blame] | 9971 | |
Daniel Vetter | 9ed109a | 2014-04-24 23:54:52 +0200 | [diff] [blame] | 9972 | PIPE_CONF_CHECK_I(has_audio); |
| 9973 | |
Daniel Vetter | 1bd1bd8 | 2013-04-29 21:56:12 +0200 | [diff] [blame] | 9974 | PIPE_CONF_CHECK_FLAGS(adjusted_mode.flags, |
| 9975 | DRM_MODE_FLAG_INTERLACE); |
| 9976 | |
Daniel Vetter | bb76006 | 2013-06-06 14:55:52 +0200 | [diff] [blame] | 9977 | if (!PIPE_CONF_QUIRK(PIPE_CONFIG_QUIRK_MODE_SYNC_FLAGS)) { |
| 9978 | PIPE_CONF_CHECK_FLAGS(adjusted_mode.flags, |
| 9979 | DRM_MODE_FLAG_PHSYNC); |
| 9980 | PIPE_CONF_CHECK_FLAGS(adjusted_mode.flags, |
| 9981 | DRM_MODE_FLAG_NHSYNC); |
| 9982 | PIPE_CONF_CHECK_FLAGS(adjusted_mode.flags, |
| 9983 | DRM_MODE_FLAG_PVSYNC); |
| 9984 | PIPE_CONF_CHECK_FLAGS(adjusted_mode.flags, |
| 9985 | DRM_MODE_FLAG_NVSYNC); |
| 9986 | } |
Jesse Barnes | 045ac3b | 2013-05-14 17:08:26 -0700 | [diff] [blame] | 9987 | |
Ville Syrjälä | 37327ab | 2013-09-04 18:25:28 +0300 | [diff] [blame] | 9988 | PIPE_CONF_CHECK_I(pipe_src_w); |
| 9989 | PIPE_CONF_CHECK_I(pipe_src_h); |
Daniel Vetter | 1bd1bd8 | 2013-04-29 21:56:12 +0200 | [diff] [blame] | 9990 | |
Daniel Vetter | 9953599 | 2014-04-13 12:00:33 +0200 | [diff] [blame] | 9991 | /* |
| 9992 | * FIXME: BIOS likes to set up a cloned config with lvds+external |
| 9993 | * screen. Since we don't yet re-compute the pipe config when moving |
| 9994 | * just the lvds port away to another pipe the sw tracking won't match. |
| 9995 | * |
| 9996 | * Proper atomic modesets with recomputed global state will fix this. |
| 9997 | * Until then just don't check gmch state for inherited modes. |
| 9998 | */ |
| 9999 | if (!PIPE_CONF_QUIRK(PIPE_CONFIG_QUIRK_INHERITED_MODE)) { |
| 10000 | PIPE_CONF_CHECK_I(gmch_pfit.control); |
| 10001 | /* pfit ratios are autocomputed by the hw on gen4+ */ |
| 10002 | if (INTEL_INFO(dev)->gen < 4) |
| 10003 | PIPE_CONF_CHECK_I(gmch_pfit.pgm_ratios); |
| 10004 | PIPE_CONF_CHECK_I(gmch_pfit.lvds_border_bits); |
| 10005 | } |
| 10006 | |
Chris Wilson | fd4daa9 | 2013-08-27 17:04:17 +0100 | [diff] [blame] | 10007 | PIPE_CONF_CHECK_I(pch_pfit.enabled); |
| 10008 | if (current_config->pch_pfit.enabled) { |
| 10009 | PIPE_CONF_CHECK_I(pch_pfit.pos); |
| 10010 | PIPE_CONF_CHECK_I(pch_pfit.size); |
| 10011 | } |
Daniel Vetter | 2fa2fe9 | 2013-05-07 23:34:16 +0200 | [diff] [blame] | 10012 | |
Jesse Barnes | e59150d | 2014-01-07 13:30:45 -0800 | [diff] [blame] | 10013 | /* BDW+ don't expose a synchronous way to read the state */ |
| 10014 | if (IS_HASWELL(dev)) |
| 10015 | PIPE_CONF_CHECK_I(ips_enabled); |
Paulo Zanoni | 42db64e | 2013-05-31 16:33:22 -0300 | [diff] [blame] | 10016 | |
Ville Syrjälä | 282740f | 2013-09-04 18:30:03 +0300 | [diff] [blame] | 10017 | PIPE_CONF_CHECK_I(double_wide); |
| 10018 | |
Daniel Vetter | c0d43d6 | 2013-06-07 23:11:08 +0200 | [diff] [blame] | 10019 | PIPE_CONF_CHECK_I(shared_dpll); |
Daniel Vetter | 66e985c | 2013-06-05 13:34:20 +0200 | [diff] [blame] | 10020 | PIPE_CONF_CHECK_X(dpll_hw_state.dpll); |
Daniel Vetter | 8bcc279 | 2013-06-05 13:34:28 +0200 | [diff] [blame] | 10021 | PIPE_CONF_CHECK_X(dpll_hw_state.dpll_md); |
Daniel Vetter | 66e985c | 2013-06-05 13:34:20 +0200 | [diff] [blame] | 10022 | PIPE_CONF_CHECK_X(dpll_hw_state.fp0); |
| 10023 | PIPE_CONF_CHECK_X(dpll_hw_state.fp1); |
Daniel Vetter | c0d43d6 | 2013-06-07 23:11:08 +0200 | [diff] [blame] | 10024 | |
Ville Syrjälä | 42571ae | 2013-09-06 23:29:00 +0300 | [diff] [blame] | 10025 | if (IS_G4X(dev) || INTEL_INFO(dev)->gen >= 5) |
| 10026 | PIPE_CONF_CHECK_I(pipe_bpp); |
| 10027 | |
Jesse Barnes | a9a7e98 | 2014-01-20 14:18:04 -0800 | [diff] [blame] | 10028 | PIPE_CONF_CHECK_CLOCK_FUZZY(adjusted_mode.crtc_clock); |
| 10029 | PIPE_CONF_CHECK_CLOCK_FUZZY(port_clock); |
Ville Syrjälä | 5e55065 | 2013-09-06 23:29:07 +0300 | [diff] [blame] | 10030 | |
Daniel Vetter | 66e985c | 2013-06-05 13:34:20 +0200 | [diff] [blame] | 10031 | #undef PIPE_CONF_CHECK_X |
Daniel Vetter | 08a2403 | 2013-04-19 11:25:34 +0200 | [diff] [blame] | 10032 | #undef PIPE_CONF_CHECK_I |
Daniel Vetter | 1bd1bd8 | 2013-04-29 21:56:12 +0200 | [diff] [blame] | 10033 | #undef PIPE_CONF_CHECK_FLAGS |
Ville Syrjälä | 5e55065 | 2013-09-06 23:29:07 +0300 | [diff] [blame] | 10034 | #undef PIPE_CONF_CHECK_CLOCK_FUZZY |
Daniel Vetter | bb76006 | 2013-06-06 14:55:52 +0200 | [diff] [blame] | 10035 | #undef PIPE_CONF_QUIRK |
Daniel Vetter | 627eb5a | 2013-04-29 19:33:42 +0200 | [diff] [blame] | 10036 | |
Daniel Vetter | 0e8ffe1 | 2013-03-28 10:42:00 +0100 | [diff] [blame] | 10037 | return true; |
| 10038 | } |
| 10039 | |
Daniel Vetter | 91d1b4b | 2013-06-05 13:34:18 +0200 | [diff] [blame] | 10040 | static void |
| 10041 | check_connector_state(struct drm_device *dev) |
Daniel Vetter | 8af6cf8 | 2012-07-10 09:50:11 +0200 | [diff] [blame] | 10042 | { |
Daniel Vetter | 8af6cf8 | 2012-07-10 09:50:11 +0200 | [diff] [blame] | 10043 | struct intel_connector *connector; |
| 10044 | |
| 10045 | list_for_each_entry(connector, &dev->mode_config.connector_list, |
| 10046 | base.head) { |
| 10047 | /* This also checks the encoder/connector hw state with the |
| 10048 | * ->get_hw_state callbacks. */ |
| 10049 | intel_connector_check_state(connector); |
| 10050 | |
| 10051 | WARN(&connector->new_encoder->base != connector->base.encoder, |
| 10052 | "connector's staged encoder doesn't match current encoder\n"); |
| 10053 | } |
Daniel Vetter | 91d1b4b | 2013-06-05 13:34:18 +0200 | [diff] [blame] | 10054 | } |
| 10055 | |
| 10056 | static void |
| 10057 | check_encoder_state(struct drm_device *dev) |
| 10058 | { |
| 10059 | struct intel_encoder *encoder; |
| 10060 | struct intel_connector *connector; |
Daniel Vetter | 8af6cf8 | 2012-07-10 09:50:11 +0200 | [diff] [blame] | 10061 | |
| 10062 | list_for_each_entry(encoder, &dev->mode_config.encoder_list, |
| 10063 | base.head) { |
| 10064 | bool enabled = false; |
| 10065 | bool active = false; |
| 10066 | enum pipe pipe, tracked_pipe; |
| 10067 | |
| 10068 | DRM_DEBUG_KMS("[ENCODER:%d:%s]\n", |
| 10069 | encoder->base.base.id, |
Jani Nikula | 8e329a0 | 2014-06-03 14:56:21 +0300 | [diff] [blame] | 10070 | encoder->base.name); |
Daniel Vetter | 8af6cf8 | 2012-07-10 09:50:11 +0200 | [diff] [blame] | 10071 | |
| 10072 | WARN(&encoder->new_crtc->base != encoder->base.crtc, |
| 10073 | "encoder's stage crtc doesn't match current crtc\n"); |
| 10074 | WARN(encoder->connectors_active && !encoder->base.crtc, |
| 10075 | "encoder's active_connectors set, but no crtc\n"); |
| 10076 | |
| 10077 | list_for_each_entry(connector, &dev->mode_config.connector_list, |
| 10078 | base.head) { |
| 10079 | if (connector->base.encoder != &encoder->base) |
| 10080 | continue; |
| 10081 | enabled = true; |
| 10082 | if (connector->base.dpms != DRM_MODE_DPMS_OFF) |
| 10083 | active = true; |
| 10084 | } |
| 10085 | WARN(!!encoder->base.crtc != enabled, |
| 10086 | "encoder's enabled state mismatch " |
| 10087 | "(expected %i, found %i)\n", |
| 10088 | !!encoder->base.crtc, enabled); |
| 10089 | WARN(active && !encoder->base.crtc, |
| 10090 | "active encoder with no crtc\n"); |
| 10091 | |
| 10092 | WARN(encoder->connectors_active != active, |
| 10093 | "encoder's computed active state doesn't match tracked active state " |
| 10094 | "(expected %i, found %i)\n", active, encoder->connectors_active); |
| 10095 | |
| 10096 | active = encoder->get_hw_state(encoder, &pipe); |
| 10097 | WARN(active != encoder->connectors_active, |
| 10098 | "encoder's hw state doesn't match sw tracking " |
| 10099 | "(expected %i, found %i)\n", |
| 10100 | encoder->connectors_active, active); |
| 10101 | |
| 10102 | if (!encoder->base.crtc) |
| 10103 | continue; |
| 10104 | |
| 10105 | tracked_pipe = to_intel_crtc(encoder->base.crtc)->pipe; |
| 10106 | WARN(active && pipe != tracked_pipe, |
| 10107 | "active encoder's pipe doesn't match" |
| 10108 | "(expected %i, found %i)\n", |
| 10109 | tracked_pipe, pipe); |
| 10110 | |
| 10111 | } |
Daniel Vetter | 91d1b4b | 2013-06-05 13:34:18 +0200 | [diff] [blame] | 10112 | } |
| 10113 | |
| 10114 | static void |
| 10115 | check_crtc_state(struct drm_device *dev) |
| 10116 | { |
Jani Nikula | fbee40d | 2014-03-31 14:27:18 +0300 | [diff] [blame] | 10117 | struct drm_i915_private *dev_priv = dev->dev_private; |
Daniel Vetter | 91d1b4b | 2013-06-05 13:34:18 +0200 | [diff] [blame] | 10118 | struct intel_crtc *crtc; |
| 10119 | struct intel_encoder *encoder; |
| 10120 | struct intel_crtc_config pipe_config; |
Daniel Vetter | 8af6cf8 | 2012-07-10 09:50:11 +0200 | [diff] [blame] | 10121 | |
Damien Lespiau | d3fcc80 | 2014-05-13 23:32:22 +0100 | [diff] [blame] | 10122 | for_each_intel_crtc(dev, crtc) { |
Daniel Vetter | 8af6cf8 | 2012-07-10 09:50:11 +0200 | [diff] [blame] | 10123 | bool enabled = false; |
| 10124 | bool active = false; |
| 10125 | |
Jesse Barnes | 045ac3b | 2013-05-14 17:08:26 -0700 | [diff] [blame] | 10126 | memset(&pipe_config, 0, sizeof(pipe_config)); |
| 10127 | |
Daniel Vetter | 8af6cf8 | 2012-07-10 09:50:11 +0200 | [diff] [blame] | 10128 | DRM_DEBUG_KMS("[CRTC:%d]\n", |
| 10129 | crtc->base.base.id); |
| 10130 | |
| 10131 | WARN(crtc->active && !crtc->base.enabled, |
| 10132 | "active crtc, but not enabled in sw tracking\n"); |
| 10133 | |
| 10134 | list_for_each_entry(encoder, &dev->mode_config.encoder_list, |
| 10135 | base.head) { |
| 10136 | if (encoder->base.crtc != &crtc->base) |
| 10137 | continue; |
| 10138 | enabled = true; |
| 10139 | if (encoder->connectors_active) |
| 10140 | active = true; |
| 10141 | } |
Daniel Vetter | 6c49f24 | 2013-06-06 12:45:25 +0200 | [diff] [blame] | 10142 | |
Daniel Vetter | 8af6cf8 | 2012-07-10 09:50:11 +0200 | [diff] [blame] | 10143 | WARN(active != crtc->active, |
| 10144 | "crtc's computed active state doesn't match tracked active state " |
| 10145 | "(expected %i, found %i)\n", active, crtc->active); |
| 10146 | WARN(enabled != crtc->base.enabled, |
| 10147 | "crtc's computed enabled state doesn't match tracked enabled state " |
| 10148 | "(expected %i, found %i)\n", enabled, crtc->base.enabled); |
| 10149 | |
Daniel Vetter | 0e8ffe1 | 2013-03-28 10:42:00 +0100 | [diff] [blame] | 10150 | active = dev_priv->display.get_pipe_config(crtc, |
| 10151 | &pipe_config); |
Daniel Vetter | d62cf62 | 2013-05-29 10:41:29 +0200 | [diff] [blame] | 10152 | |
| 10153 | /* hw state is inconsistent with the pipe A quirk */ |
| 10154 | if (crtc->pipe == PIPE_A && dev_priv->quirks & QUIRK_PIPEA_FORCE) |
| 10155 | active = crtc->active; |
| 10156 | |
Daniel Vetter | 6c49f24 | 2013-06-06 12:45:25 +0200 | [diff] [blame] | 10157 | list_for_each_entry(encoder, &dev->mode_config.encoder_list, |
| 10158 | base.head) { |
Ville Syrjälä | 3eaba51 | 2013-08-05 17:57:48 +0300 | [diff] [blame] | 10159 | enum pipe pipe; |
Daniel Vetter | 6c49f24 | 2013-06-06 12:45:25 +0200 | [diff] [blame] | 10160 | if (encoder->base.crtc != &crtc->base) |
| 10161 | continue; |
Daniel Vetter | 1d37b68 | 2013-11-18 09:00:59 +0100 | [diff] [blame] | 10162 | if (encoder->get_hw_state(encoder, &pipe)) |
Daniel Vetter | 6c49f24 | 2013-06-06 12:45:25 +0200 | [diff] [blame] | 10163 | encoder->get_config(encoder, &pipe_config); |
| 10164 | } |
| 10165 | |
Daniel Vetter | 0e8ffe1 | 2013-03-28 10:42:00 +0100 | [diff] [blame] | 10166 | WARN(crtc->active != active, |
| 10167 | "crtc active state doesn't match with hw state " |
| 10168 | "(expected %i, found %i)\n", crtc->active, active); |
| 10169 | |
Daniel Vetter | c0b0341 | 2013-05-28 12:05:54 +0200 | [diff] [blame] | 10170 | if (active && |
| 10171 | !intel_pipe_config_compare(dev, &crtc->config, &pipe_config)) { |
| 10172 | WARN(1, "pipe state doesn't match!\n"); |
| 10173 | intel_dump_pipe_config(crtc, &pipe_config, |
| 10174 | "[hw state]"); |
| 10175 | intel_dump_pipe_config(crtc, &crtc->config, |
| 10176 | "[sw state]"); |
| 10177 | } |
Daniel Vetter | 8af6cf8 | 2012-07-10 09:50:11 +0200 | [diff] [blame] | 10178 | } |
| 10179 | } |
| 10180 | |
Daniel Vetter | 91d1b4b | 2013-06-05 13:34:18 +0200 | [diff] [blame] | 10181 | static void |
| 10182 | check_shared_dpll_state(struct drm_device *dev) |
| 10183 | { |
Jani Nikula | fbee40d | 2014-03-31 14:27:18 +0300 | [diff] [blame] | 10184 | struct drm_i915_private *dev_priv = dev->dev_private; |
Daniel Vetter | 91d1b4b | 2013-06-05 13:34:18 +0200 | [diff] [blame] | 10185 | struct intel_crtc *crtc; |
| 10186 | struct intel_dpll_hw_state dpll_hw_state; |
| 10187 | int i; |
Daniel Vetter | 5358901 | 2013-06-05 13:34:16 +0200 | [diff] [blame] | 10188 | |
| 10189 | for (i = 0; i < dev_priv->num_shared_dpll; i++) { |
| 10190 | struct intel_shared_dpll *pll = &dev_priv->shared_dplls[i]; |
| 10191 | int enabled_crtcs = 0, active_crtcs = 0; |
| 10192 | bool active; |
| 10193 | |
| 10194 | memset(&dpll_hw_state, 0, sizeof(dpll_hw_state)); |
| 10195 | |
| 10196 | DRM_DEBUG_KMS("%s\n", pll->name); |
| 10197 | |
| 10198 | active = pll->get_hw_state(dev_priv, pll, &dpll_hw_state); |
| 10199 | |
| 10200 | WARN(pll->active > pll->refcount, |
| 10201 | "more active pll users than references: %i vs %i\n", |
| 10202 | pll->active, pll->refcount); |
| 10203 | WARN(pll->active && !pll->on, |
| 10204 | "pll in active use but not on in sw tracking\n"); |
Daniel Vetter | 35c9537 | 2013-07-17 06:55:04 +0200 | [diff] [blame] | 10205 | WARN(pll->on && !pll->active, |
| 10206 | "pll in on but not on in use in sw tracking\n"); |
Daniel Vetter | 5358901 | 2013-06-05 13:34:16 +0200 | [diff] [blame] | 10207 | WARN(pll->on != active, |
| 10208 | "pll on state mismatch (expected %i, found %i)\n", |
| 10209 | pll->on, active); |
| 10210 | |
Damien Lespiau | d3fcc80 | 2014-05-13 23:32:22 +0100 | [diff] [blame] | 10211 | for_each_intel_crtc(dev, crtc) { |
Daniel Vetter | 5358901 | 2013-06-05 13:34:16 +0200 | [diff] [blame] | 10212 | if (crtc->base.enabled && intel_crtc_to_shared_dpll(crtc) == pll) |
| 10213 | enabled_crtcs++; |
| 10214 | if (crtc->active && intel_crtc_to_shared_dpll(crtc) == pll) |
| 10215 | active_crtcs++; |
| 10216 | } |
| 10217 | WARN(pll->active != active_crtcs, |
| 10218 | "pll active crtcs mismatch (expected %i, found %i)\n", |
| 10219 | pll->active, active_crtcs); |
| 10220 | WARN(pll->refcount != enabled_crtcs, |
| 10221 | "pll enabled crtcs mismatch (expected %i, found %i)\n", |
| 10222 | pll->refcount, enabled_crtcs); |
Daniel Vetter | 66e985c | 2013-06-05 13:34:20 +0200 | [diff] [blame] | 10223 | |
| 10224 | WARN(pll->on && memcmp(&pll->hw_state, &dpll_hw_state, |
| 10225 | sizeof(dpll_hw_state)), |
| 10226 | "pll hw state mismatch\n"); |
Daniel Vetter | 5358901 | 2013-06-05 13:34:16 +0200 | [diff] [blame] | 10227 | } |
Daniel Vetter | a6778b3 | 2012-07-02 09:56:42 +0200 | [diff] [blame] | 10228 | } |
| 10229 | |
Daniel Vetter | 91d1b4b | 2013-06-05 13:34:18 +0200 | [diff] [blame] | 10230 | void |
| 10231 | intel_modeset_check_state(struct drm_device *dev) |
| 10232 | { |
| 10233 | check_connector_state(dev); |
| 10234 | check_encoder_state(dev); |
| 10235 | check_crtc_state(dev); |
| 10236 | check_shared_dpll_state(dev); |
| 10237 | } |
| 10238 | |
Ville Syrjälä | 18442d0 | 2013-09-13 16:00:08 +0300 | [diff] [blame] | 10239 | void ironlake_check_encoder_dotclock(const struct intel_crtc_config *pipe_config, |
| 10240 | int dotclock) |
| 10241 | { |
| 10242 | /* |
| 10243 | * FDI already provided one idea for the dotclock. |
| 10244 | * Yell if the encoder disagrees. |
| 10245 | */ |
Damien Lespiau | 241bfc3 | 2013-09-25 16:45:37 +0100 | [diff] [blame] | 10246 | WARN(!intel_fuzzy_clock_check(pipe_config->adjusted_mode.crtc_clock, dotclock), |
Ville Syrjälä | 18442d0 | 2013-09-13 16:00:08 +0300 | [diff] [blame] | 10247 | "FDI dotclock and encoder dotclock mismatch, fdi: %i, encoder: %i\n", |
Damien Lespiau | 241bfc3 | 2013-09-25 16:45:37 +0100 | [diff] [blame] | 10248 | pipe_config->adjusted_mode.crtc_clock, dotclock); |
Ville Syrjälä | 18442d0 | 2013-09-13 16:00:08 +0300 | [diff] [blame] | 10249 | } |
| 10250 | |
Ville Syrjälä | 80715b2 | 2014-05-15 20:23:23 +0300 | [diff] [blame] | 10251 | static void update_scanline_offset(struct intel_crtc *crtc) |
| 10252 | { |
| 10253 | struct drm_device *dev = crtc->base.dev; |
| 10254 | |
| 10255 | /* |
| 10256 | * The scanline counter increments at the leading edge of hsync. |
| 10257 | * |
| 10258 | * On most platforms it starts counting from vtotal-1 on the |
| 10259 | * first active line. That means the scanline counter value is |
| 10260 | * always one less than what we would expect. Ie. just after |
| 10261 | * start of vblank, which also occurs at start of hsync (on the |
| 10262 | * last active line), the scanline counter will read vblank_start-1. |
| 10263 | * |
| 10264 | * On gen2 the scanline counter starts counting from 1 instead |
| 10265 | * of vtotal-1, so we have to subtract one (or rather add vtotal-1 |
| 10266 | * to keep the value positive), instead of adding one. |
| 10267 | * |
| 10268 | * On HSW+ the behaviour of the scanline counter depends on the output |
| 10269 | * type. For DP ports it behaves like most other platforms, but on HDMI |
| 10270 | * there's an extra 1 line difference. So we need to add two instead of |
| 10271 | * one to the value. |
| 10272 | */ |
| 10273 | if (IS_GEN2(dev)) { |
| 10274 | const struct drm_display_mode *mode = &crtc->config.adjusted_mode; |
| 10275 | int vtotal; |
| 10276 | |
| 10277 | vtotal = mode->crtc_vtotal; |
| 10278 | if (mode->flags & DRM_MODE_FLAG_INTERLACE) |
| 10279 | vtotal /= 2; |
| 10280 | |
| 10281 | crtc->scanline_offset = vtotal - 1; |
| 10282 | } else if (HAS_DDI(dev) && |
| 10283 | intel_pipe_has_type(&crtc->base, INTEL_OUTPUT_HDMI)) { |
| 10284 | crtc->scanline_offset = 2; |
| 10285 | } else |
| 10286 | crtc->scanline_offset = 1; |
| 10287 | } |
| 10288 | |
Daniel Vetter | f30da18 | 2013-04-11 20:22:50 +0200 | [diff] [blame] | 10289 | static int __intel_set_mode(struct drm_crtc *crtc, |
| 10290 | struct drm_display_mode *mode, |
| 10291 | int x, int y, struct drm_framebuffer *fb) |
Daniel Vetter | a6778b3 | 2012-07-02 09:56:42 +0200 | [diff] [blame] | 10292 | { |
| 10293 | struct drm_device *dev = crtc->dev; |
Jani Nikula | fbee40d | 2014-03-31 14:27:18 +0300 | [diff] [blame] | 10294 | struct drm_i915_private *dev_priv = dev->dev_private; |
Ville Syrjälä | 4b4b923 | 2013-10-26 17:59:30 +0300 | [diff] [blame] | 10295 | struct drm_display_mode *saved_mode; |
Daniel Vetter | b8cecdf | 2013-03-27 00:44:50 +0100 | [diff] [blame] | 10296 | struct intel_crtc_config *pipe_config = NULL; |
Daniel Vetter | 25c5b26 | 2012-07-08 22:08:04 +0200 | [diff] [blame] | 10297 | struct intel_crtc *intel_crtc; |
| 10298 | unsigned disable_pipes, prepare_pipes, modeset_pipes; |
Chris Wilson | c0c36b94 | 2012-12-19 16:08:43 +0000 | [diff] [blame] | 10299 | int ret = 0; |
Daniel Vetter | a6778b3 | 2012-07-02 09:56:42 +0200 | [diff] [blame] | 10300 | |
Ville Syrjälä | 4b4b923 | 2013-10-26 17:59:30 +0300 | [diff] [blame] | 10301 | saved_mode = kmalloc(sizeof(*saved_mode), GFP_KERNEL); |
Chris Wilson | c0c36b94 | 2012-12-19 16:08:43 +0000 | [diff] [blame] | 10302 | if (!saved_mode) |
| 10303 | return -ENOMEM; |
Daniel Vetter | a6778b3 | 2012-07-02 09:56:42 +0200 | [diff] [blame] | 10304 | |
Daniel Vetter | e2e1ed4 | 2012-07-08 21:14:38 +0200 | [diff] [blame] | 10305 | intel_modeset_affected_pipes(crtc, &modeset_pipes, |
Daniel Vetter | 25c5b26 | 2012-07-08 22:08:04 +0200 | [diff] [blame] | 10306 | &prepare_pipes, &disable_pipes); |
| 10307 | |
Tim Gardner | 3ac1823 | 2012-12-07 07:54:26 -0700 | [diff] [blame] | 10308 | *saved_mode = crtc->mode; |
Daniel Vetter | a6778b3 | 2012-07-02 09:56:42 +0200 | [diff] [blame] | 10309 | |
Daniel Vetter | 25c5b26 | 2012-07-08 22:08:04 +0200 | [diff] [blame] | 10310 | /* Hack: Because we don't (yet) support global modeset on multiple |
| 10311 | * crtcs, we don't keep track of the new mode for more than one crtc. |
| 10312 | * Hence simply check whether any bit is set in modeset_pipes in all the |
| 10313 | * pieces of code that are not yet converted to deal with mutliple crtcs |
| 10314 | * changing their mode at the same time. */ |
Daniel Vetter | 25c5b26 | 2012-07-08 22:08:04 +0200 | [diff] [blame] | 10315 | if (modeset_pipes) { |
Daniel Vetter | 4e53c2e | 2013-03-27 00:44:58 +0100 | [diff] [blame] | 10316 | pipe_config = intel_modeset_pipe_config(crtc, fb, mode); |
Daniel Vetter | b8cecdf | 2013-03-27 00:44:50 +0100 | [diff] [blame] | 10317 | if (IS_ERR(pipe_config)) { |
| 10318 | ret = PTR_ERR(pipe_config); |
| 10319 | pipe_config = NULL; |
| 10320 | |
Tim Gardner | 3ac1823 | 2012-12-07 07:54:26 -0700 | [diff] [blame] | 10321 | goto out; |
Daniel Vetter | 25c5b26 | 2012-07-08 22:08:04 +0200 | [diff] [blame] | 10322 | } |
Daniel Vetter | c0b0341 | 2013-05-28 12:05:54 +0200 | [diff] [blame] | 10323 | intel_dump_pipe_config(to_intel_crtc(crtc), pipe_config, |
| 10324 | "[modeset]"); |
Ville Syrjälä | 50741ab | 2014-01-10 11:28:07 +0200 | [diff] [blame] | 10325 | to_intel_crtc(crtc)->new_config = pipe_config; |
Daniel Vetter | a6778b3 | 2012-07-02 09:56:42 +0200 | [diff] [blame] | 10326 | } |
| 10327 | |
Jesse Barnes | 30a970c | 2013-11-04 13:48:12 -0800 | [diff] [blame] | 10328 | /* |
| 10329 | * See if the config requires any additional preparation, e.g. |
| 10330 | * to adjust global state with pipes off. We need to do this |
| 10331 | * here so we can get the modeset_pipe updated config for the new |
| 10332 | * mode set on this crtc. For other crtcs we need to use the |
| 10333 | * adjusted_mode bits in the crtc directly. |
| 10334 | */ |
Ville Syrjälä | c164f83 | 2013-11-05 22:34:12 +0200 | [diff] [blame] | 10335 | if (IS_VALLEYVIEW(dev)) { |
Ville Syrjälä | 2f2d7aa | 2014-01-10 11:28:08 +0200 | [diff] [blame] | 10336 | valleyview_modeset_global_pipes(dev, &prepare_pipes); |
Jesse Barnes | 30a970c | 2013-11-04 13:48:12 -0800 | [diff] [blame] | 10337 | |
Ville Syrjälä | c164f83 | 2013-11-05 22:34:12 +0200 | [diff] [blame] | 10338 | /* may have added more to prepare_pipes than we should */ |
| 10339 | prepare_pipes &= ~disable_pipes; |
| 10340 | } |
| 10341 | |
Daniel Vetter | 460da916 | 2013-03-27 00:44:51 +0100 | [diff] [blame] | 10342 | for_each_intel_crtc_masked(dev, disable_pipes, intel_crtc) |
| 10343 | intel_crtc_disable(&intel_crtc->base); |
| 10344 | |
Daniel Vetter | ea9d758 | 2012-07-10 10:42:52 +0200 | [diff] [blame] | 10345 | for_each_intel_crtc_masked(dev, prepare_pipes, intel_crtc) { |
| 10346 | if (intel_crtc->base.enabled) |
| 10347 | dev_priv->display.crtc_disable(&intel_crtc->base); |
| 10348 | } |
Daniel Vetter | a6778b3 | 2012-07-02 09:56:42 +0200 | [diff] [blame] | 10349 | |
Daniel Vetter | 6c4c86f | 2012-09-10 21:58:30 +0200 | [diff] [blame] | 10350 | /* crtc->mode is already used by the ->mode_set callbacks, hence we need |
| 10351 | * to set it here already despite that we pass it down the callchain. |
| 10352 | */ |
Daniel Vetter | b8cecdf | 2013-03-27 00:44:50 +0100 | [diff] [blame] | 10353 | if (modeset_pipes) { |
Daniel Vetter | 25c5b26 | 2012-07-08 22:08:04 +0200 | [diff] [blame] | 10354 | crtc->mode = *mode; |
Daniel Vetter | b8cecdf | 2013-03-27 00:44:50 +0100 | [diff] [blame] | 10355 | /* mode_set/enable/disable functions rely on a correct pipe |
| 10356 | * config. */ |
| 10357 | to_intel_crtc(crtc)->config = *pipe_config; |
Ville Syrjälä | 50741ab | 2014-01-10 11:28:07 +0200 | [diff] [blame] | 10358 | to_intel_crtc(crtc)->new_config = &to_intel_crtc(crtc)->config; |
Ville Syrjälä | c326c0a | 2013-10-28 12:53:41 +0200 | [diff] [blame] | 10359 | |
| 10360 | /* |
| 10361 | * Calculate and store various constants which |
| 10362 | * are later needed by vblank and swap-completion |
| 10363 | * timestamping. They are derived from true hwmode. |
| 10364 | */ |
| 10365 | drm_calc_timestamping_constants(crtc, |
| 10366 | &pipe_config->adjusted_mode); |
Daniel Vetter | b8cecdf | 2013-03-27 00:44:50 +0100 | [diff] [blame] | 10367 | } |
Daniel Vetter | 7758a11 | 2012-07-08 19:40:39 +0200 | [diff] [blame] | 10368 | |
Daniel Vetter | ea9d758 | 2012-07-10 10:42:52 +0200 | [diff] [blame] | 10369 | /* Only after disabling all output pipelines that will be changed can we |
| 10370 | * update the the output configuration. */ |
| 10371 | intel_modeset_update_state(dev, prepare_pipes); |
| 10372 | |
Daniel Vetter | 47fab73 | 2012-10-26 10:58:18 +0200 | [diff] [blame] | 10373 | if (dev_priv->display.modeset_global_resources) |
| 10374 | dev_priv->display.modeset_global_resources(dev); |
| 10375 | |
Daniel Vetter | a6778b3 | 2012-07-02 09:56:42 +0200 | [diff] [blame] | 10376 | /* Set up the DPLL and any encoders state that needs to adjust or depend |
| 10377 | * on the DPLL. |
| 10378 | */ |
Daniel Vetter | 25c5b26 | 2012-07-08 22:08:04 +0200 | [diff] [blame] | 10379 | for_each_intel_crtc_masked(dev, modeset_pipes, intel_crtc) { |
Daniel Vetter | 4c10794 | 2014-04-24 23:55:05 +0200 | [diff] [blame] | 10380 | struct drm_framebuffer *old_fb; |
| 10381 | |
| 10382 | mutex_lock(&dev->struct_mutex); |
| 10383 | ret = intel_pin_and_fence_fb_obj(dev, |
| 10384 | to_intel_framebuffer(fb)->obj, |
| 10385 | NULL); |
| 10386 | if (ret != 0) { |
| 10387 | DRM_ERROR("pin & fence failed\n"); |
| 10388 | mutex_unlock(&dev->struct_mutex); |
| 10389 | goto done; |
| 10390 | } |
| 10391 | old_fb = crtc->primary->fb; |
| 10392 | if (old_fb) |
| 10393 | intel_unpin_fb_obj(to_intel_framebuffer(old_fb)->obj); |
| 10394 | mutex_unlock(&dev->struct_mutex); |
| 10395 | |
| 10396 | crtc->primary->fb = fb; |
| 10397 | crtc->x = x; |
| 10398 | crtc->y = y; |
| 10399 | |
Daniel Vetter | 4271b75 | 2014-04-24 23:55:00 +0200 | [diff] [blame] | 10400 | ret = dev_priv->display.crtc_mode_set(&intel_crtc->base, |
| 10401 | x, y, fb); |
Chris Wilson | c0c36b94 | 2012-12-19 16:08:43 +0000 | [diff] [blame] | 10402 | if (ret) |
| 10403 | goto done; |
Daniel Vetter | a6778b3 | 2012-07-02 09:56:42 +0200 | [diff] [blame] | 10404 | } |
| 10405 | |
| 10406 | /* Now enable the clocks, plane, pipe, and connectors that we set up. */ |
Ville Syrjälä | 80715b2 | 2014-05-15 20:23:23 +0300 | [diff] [blame] | 10407 | for_each_intel_crtc_masked(dev, prepare_pipes, intel_crtc) { |
| 10408 | update_scanline_offset(intel_crtc); |
| 10409 | |
Daniel Vetter | 25c5b26 | 2012-07-08 22:08:04 +0200 | [diff] [blame] | 10410 | dev_priv->display.crtc_enable(&intel_crtc->base); |
Ville Syrjälä | 80715b2 | 2014-05-15 20:23:23 +0300 | [diff] [blame] | 10411 | } |
Daniel Vetter | a6778b3 | 2012-07-02 09:56:42 +0200 | [diff] [blame] | 10412 | |
Daniel Vetter | a6778b3 | 2012-07-02 09:56:42 +0200 | [diff] [blame] | 10413 | /* FIXME: add subpixel order */ |
| 10414 | done: |
Ville Syrjälä | 4b4b923 | 2013-10-26 17:59:30 +0300 | [diff] [blame] | 10415 | if (ret && crtc->enabled) |
Tim Gardner | 3ac1823 | 2012-12-07 07:54:26 -0700 | [diff] [blame] | 10416 | crtc->mode = *saved_mode; |
Daniel Vetter | a6778b3 | 2012-07-02 09:56:42 +0200 | [diff] [blame] | 10417 | |
Tim Gardner | 3ac1823 | 2012-12-07 07:54:26 -0700 | [diff] [blame] | 10418 | out: |
Daniel Vetter | b8cecdf | 2013-03-27 00:44:50 +0100 | [diff] [blame] | 10419 | kfree(pipe_config); |
Tim Gardner | 3ac1823 | 2012-12-07 07:54:26 -0700 | [diff] [blame] | 10420 | kfree(saved_mode); |
Daniel Vetter | a6778b3 | 2012-07-02 09:56:42 +0200 | [diff] [blame] | 10421 | return ret; |
| 10422 | } |
| 10423 | |
Damien Lespiau | e7457a9 | 2013-08-08 22:28:59 +0100 | [diff] [blame] | 10424 | static int intel_set_mode(struct drm_crtc *crtc, |
| 10425 | struct drm_display_mode *mode, |
| 10426 | int x, int y, struct drm_framebuffer *fb) |
Daniel Vetter | f30da18 | 2013-04-11 20:22:50 +0200 | [diff] [blame] | 10427 | { |
| 10428 | int ret; |
| 10429 | |
| 10430 | ret = __intel_set_mode(crtc, mode, x, y, fb); |
| 10431 | |
| 10432 | if (ret == 0) |
| 10433 | intel_modeset_check_state(crtc->dev); |
| 10434 | |
| 10435 | return ret; |
| 10436 | } |
| 10437 | |
Chris Wilson | c0c36b94 | 2012-12-19 16:08:43 +0000 | [diff] [blame] | 10438 | void intel_crtc_restore_mode(struct drm_crtc *crtc) |
| 10439 | { |
Matt Roper | f4510a2 | 2014-04-01 15:22:40 -0700 | [diff] [blame] | 10440 | intel_set_mode(crtc, &crtc->mode, crtc->x, crtc->y, crtc->primary->fb); |
Chris Wilson | c0c36b94 | 2012-12-19 16:08:43 +0000 | [diff] [blame] | 10441 | } |
| 10442 | |
Daniel Vetter | 25c5b26 | 2012-07-08 22:08:04 +0200 | [diff] [blame] | 10443 | #undef for_each_intel_crtc_masked |
| 10444 | |
Daniel Vetter | d9e5560 | 2012-07-04 22:16:09 +0200 | [diff] [blame] | 10445 | static void intel_set_config_free(struct intel_set_config *config) |
| 10446 | { |
| 10447 | if (!config) |
| 10448 | return; |
| 10449 | |
Daniel Vetter | 1aa4b62 | 2012-07-05 16:20:48 +0200 | [diff] [blame] | 10450 | kfree(config->save_connector_encoders); |
| 10451 | kfree(config->save_encoder_crtcs); |
Ville Syrjälä | 7668851 | 2014-01-10 11:28:06 +0200 | [diff] [blame] | 10452 | kfree(config->save_crtc_enabled); |
Daniel Vetter | d9e5560 | 2012-07-04 22:16:09 +0200 | [diff] [blame] | 10453 | kfree(config); |
| 10454 | } |
| 10455 | |
Daniel Vetter | 85f9eb7 | 2012-07-04 22:24:08 +0200 | [diff] [blame] | 10456 | static int intel_set_config_save_state(struct drm_device *dev, |
| 10457 | struct intel_set_config *config) |
| 10458 | { |
Ville Syrjälä | 7668851 | 2014-01-10 11:28:06 +0200 | [diff] [blame] | 10459 | struct drm_crtc *crtc; |
Daniel Vetter | 85f9eb7 | 2012-07-04 22:24:08 +0200 | [diff] [blame] | 10460 | struct drm_encoder *encoder; |
| 10461 | struct drm_connector *connector; |
| 10462 | int count; |
| 10463 | |
Ville Syrjälä | 7668851 | 2014-01-10 11:28:06 +0200 | [diff] [blame] | 10464 | config->save_crtc_enabled = |
| 10465 | kcalloc(dev->mode_config.num_crtc, |
| 10466 | sizeof(bool), GFP_KERNEL); |
| 10467 | if (!config->save_crtc_enabled) |
| 10468 | return -ENOMEM; |
| 10469 | |
Daniel Vetter | 1aa4b62 | 2012-07-05 16:20:48 +0200 | [diff] [blame] | 10470 | config->save_encoder_crtcs = |
| 10471 | kcalloc(dev->mode_config.num_encoder, |
| 10472 | sizeof(struct drm_crtc *), GFP_KERNEL); |
| 10473 | if (!config->save_encoder_crtcs) |
Daniel Vetter | 85f9eb7 | 2012-07-04 22:24:08 +0200 | [diff] [blame] | 10474 | return -ENOMEM; |
| 10475 | |
Daniel Vetter | 1aa4b62 | 2012-07-05 16:20:48 +0200 | [diff] [blame] | 10476 | config->save_connector_encoders = |
| 10477 | kcalloc(dev->mode_config.num_connector, |
| 10478 | sizeof(struct drm_encoder *), GFP_KERNEL); |
| 10479 | if (!config->save_connector_encoders) |
Daniel Vetter | 85f9eb7 | 2012-07-04 22:24:08 +0200 | [diff] [blame] | 10480 | return -ENOMEM; |
| 10481 | |
| 10482 | /* Copy data. Note that driver private data is not affected. |
| 10483 | * Should anything bad happen only the expected state is |
| 10484 | * restored, not the drivers personal bookkeeping. |
| 10485 | */ |
| 10486 | count = 0; |
Damien Lespiau | 70e1e0e | 2014-05-13 23:32:24 +0100 | [diff] [blame] | 10487 | for_each_crtc(dev, crtc) { |
Ville Syrjälä | 7668851 | 2014-01-10 11:28:06 +0200 | [diff] [blame] | 10488 | config->save_crtc_enabled[count++] = crtc->enabled; |
| 10489 | } |
| 10490 | |
| 10491 | count = 0; |
Daniel Vetter | 85f9eb7 | 2012-07-04 22:24:08 +0200 | [diff] [blame] | 10492 | list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) { |
Daniel Vetter | 1aa4b62 | 2012-07-05 16:20:48 +0200 | [diff] [blame] | 10493 | config->save_encoder_crtcs[count++] = encoder->crtc; |
Daniel Vetter | 85f9eb7 | 2012-07-04 22:24:08 +0200 | [diff] [blame] | 10494 | } |
| 10495 | |
| 10496 | count = 0; |
| 10497 | list_for_each_entry(connector, &dev->mode_config.connector_list, head) { |
Daniel Vetter | 1aa4b62 | 2012-07-05 16:20:48 +0200 | [diff] [blame] | 10498 | config->save_connector_encoders[count++] = connector->encoder; |
Daniel Vetter | 85f9eb7 | 2012-07-04 22:24:08 +0200 | [diff] [blame] | 10499 | } |
| 10500 | |
| 10501 | return 0; |
| 10502 | } |
| 10503 | |
| 10504 | static void intel_set_config_restore_state(struct drm_device *dev, |
| 10505 | struct intel_set_config *config) |
| 10506 | { |
Ville Syrjälä | 7668851 | 2014-01-10 11:28:06 +0200 | [diff] [blame] | 10507 | struct intel_crtc *crtc; |
Daniel Vetter | 9a93585 | 2012-07-05 22:34:27 +0200 | [diff] [blame] | 10508 | struct intel_encoder *encoder; |
| 10509 | struct intel_connector *connector; |
Daniel Vetter | 85f9eb7 | 2012-07-04 22:24:08 +0200 | [diff] [blame] | 10510 | int count; |
| 10511 | |
| 10512 | count = 0; |
Damien Lespiau | d3fcc80 | 2014-05-13 23:32:22 +0100 | [diff] [blame] | 10513 | for_each_intel_crtc(dev, crtc) { |
Ville Syrjälä | 7668851 | 2014-01-10 11:28:06 +0200 | [diff] [blame] | 10514 | crtc->new_enabled = config->save_crtc_enabled[count++]; |
Ville Syrjälä | 7bd0a8e | 2014-01-14 14:31:38 +0200 | [diff] [blame] | 10515 | |
| 10516 | if (crtc->new_enabled) |
| 10517 | crtc->new_config = &crtc->config; |
| 10518 | else |
| 10519 | crtc->new_config = NULL; |
Ville Syrjälä | 7668851 | 2014-01-10 11:28:06 +0200 | [diff] [blame] | 10520 | } |
| 10521 | |
| 10522 | count = 0; |
Daniel Vetter | 9a93585 | 2012-07-05 22:34:27 +0200 | [diff] [blame] | 10523 | list_for_each_entry(encoder, &dev->mode_config.encoder_list, base.head) { |
| 10524 | encoder->new_crtc = |
| 10525 | to_intel_crtc(config->save_encoder_crtcs[count++]); |
Daniel Vetter | 85f9eb7 | 2012-07-04 22:24:08 +0200 | [diff] [blame] | 10526 | } |
| 10527 | |
| 10528 | count = 0; |
Daniel Vetter | 9a93585 | 2012-07-05 22:34:27 +0200 | [diff] [blame] | 10529 | list_for_each_entry(connector, &dev->mode_config.connector_list, base.head) { |
| 10530 | connector->new_encoder = |
| 10531 | to_intel_encoder(config->save_connector_encoders[count++]); |
Daniel Vetter | 85f9eb7 | 2012-07-04 22:24:08 +0200 | [diff] [blame] | 10532 | } |
| 10533 | } |
| 10534 | |
Imre Deak | e3de42b | 2013-05-03 19:44:07 +0200 | [diff] [blame] | 10535 | static bool |
Chris Wilson | 2e57f47 | 2013-07-17 12:14:40 +0100 | [diff] [blame] | 10536 | is_crtc_connector_off(struct drm_mode_set *set) |
Imre Deak | e3de42b | 2013-05-03 19:44:07 +0200 | [diff] [blame] | 10537 | { |
| 10538 | int i; |
| 10539 | |
Chris Wilson | 2e57f47 | 2013-07-17 12:14:40 +0100 | [diff] [blame] | 10540 | if (set->num_connectors == 0) |
| 10541 | return false; |
| 10542 | |
| 10543 | if (WARN_ON(set->connectors == NULL)) |
| 10544 | return false; |
| 10545 | |
| 10546 | for (i = 0; i < set->num_connectors; i++) |
| 10547 | if (set->connectors[i]->encoder && |
| 10548 | set->connectors[i]->encoder->crtc == set->crtc && |
| 10549 | set->connectors[i]->dpms != DRM_MODE_DPMS_ON) |
Imre Deak | e3de42b | 2013-05-03 19:44:07 +0200 | [diff] [blame] | 10550 | return true; |
| 10551 | |
| 10552 | return false; |
| 10553 | } |
| 10554 | |
Daniel Vetter | 5e2b584 | 2012-07-04 22:41:29 +0200 | [diff] [blame] | 10555 | static void |
| 10556 | intel_set_config_compute_mode_changes(struct drm_mode_set *set, |
| 10557 | struct intel_set_config *config) |
| 10558 | { |
| 10559 | |
| 10560 | /* We should be able to check here if the fb has the same properties |
| 10561 | * and then just flip_or_move it */ |
Chris Wilson | 2e57f47 | 2013-07-17 12:14:40 +0100 | [diff] [blame] | 10562 | if (is_crtc_connector_off(set)) { |
| 10563 | config->mode_changed = true; |
Matt Roper | f4510a2 | 2014-04-01 15:22:40 -0700 | [diff] [blame] | 10564 | } else if (set->crtc->primary->fb != set->fb) { |
Matt Roper | 3b150f0 | 2014-05-29 08:06:53 -0700 | [diff] [blame^] | 10565 | /* |
| 10566 | * If we have no fb, we can only flip as long as the crtc is |
| 10567 | * active, otherwise we need a full mode set. The crtc may |
| 10568 | * be active if we've only disabled the primary plane, or |
| 10569 | * in fastboot situations. |
| 10570 | */ |
Matt Roper | f4510a2 | 2014-04-01 15:22:40 -0700 | [diff] [blame] | 10571 | if (set->crtc->primary->fb == NULL) { |
Jesse Barnes | 319d982 | 2013-06-26 01:38:19 +0300 | [diff] [blame] | 10572 | struct intel_crtc *intel_crtc = |
| 10573 | to_intel_crtc(set->crtc); |
| 10574 | |
Matt Roper | 3b150f0 | 2014-05-29 08:06:53 -0700 | [diff] [blame^] | 10575 | if (intel_crtc->active) { |
Jesse Barnes | 319d982 | 2013-06-26 01:38:19 +0300 | [diff] [blame] | 10576 | DRM_DEBUG_KMS("crtc has no fb, will flip\n"); |
| 10577 | config->fb_changed = true; |
| 10578 | } else { |
| 10579 | DRM_DEBUG_KMS("inactive crtc, full mode set\n"); |
| 10580 | config->mode_changed = true; |
| 10581 | } |
Daniel Vetter | 5e2b584 | 2012-07-04 22:41:29 +0200 | [diff] [blame] | 10582 | } else if (set->fb == NULL) { |
| 10583 | config->mode_changed = true; |
Daniel Vetter | 72f4901 | 2013-03-28 16:01:35 +0100 | [diff] [blame] | 10584 | } else if (set->fb->pixel_format != |
Matt Roper | f4510a2 | 2014-04-01 15:22:40 -0700 | [diff] [blame] | 10585 | set->crtc->primary->fb->pixel_format) { |
Daniel Vetter | 5e2b584 | 2012-07-04 22:41:29 +0200 | [diff] [blame] | 10586 | config->mode_changed = true; |
Imre Deak | e3de42b | 2013-05-03 19:44:07 +0200 | [diff] [blame] | 10587 | } else { |
Daniel Vetter | 5e2b584 | 2012-07-04 22:41:29 +0200 | [diff] [blame] | 10588 | config->fb_changed = true; |
Imre Deak | e3de42b | 2013-05-03 19:44:07 +0200 | [diff] [blame] | 10589 | } |
Daniel Vetter | 5e2b584 | 2012-07-04 22:41:29 +0200 | [diff] [blame] | 10590 | } |
| 10591 | |
Daniel Vetter | 835c587 | 2012-07-10 18:11:08 +0200 | [diff] [blame] | 10592 | if (set->fb && (set->x != set->crtc->x || set->y != set->crtc->y)) |
Daniel Vetter | 5e2b584 | 2012-07-04 22:41:29 +0200 | [diff] [blame] | 10593 | config->fb_changed = true; |
| 10594 | |
| 10595 | if (set->mode && !drm_mode_equal(set->mode, &set->crtc->mode)) { |
| 10596 | DRM_DEBUG_KMS("modes are different, full mode set\n"); |
| 10597 | drm_mode_debug_printmodeline(&set->crtc->mode); |
| 10598 | drm_mode_debug_printmodeline(set->mode); |
| 10599 | config->mode_changed = true; |
| 10600 | } |
Chris Wilson | a1d9570 | 2013-08-13 18:48:47 +0100 | [diff] [blame] | 10601 | |
| 10602 | DRM_DEBUG_KMS("computed changes for [CRTC:%d], mode_changed=%d, fb_changed=%d\n", |
| 10603 | set->crtc->base.id, config->mode_changed, config->fb_changed); |
Daniel Vetter | 5e2b584 | 2012-07-04 22:41:29 +0200 | [diff] [blame] | 10604 | } |
| 10605 | |
Daniel Vetter | 2e43105 | 2012-07-04 22:42:15 +0200 | [diff] [blame] | 10606 | static int |
Daniel Vetter | 9a93585 | 2012-07-05 22:34:27 +0200 | [diff] [blame] | 10607 | intel_modeset_stage_output_state(struct drm_device *dev, |
| 10608 | struct drm_mode_set *set, |
| 10609 | struct intel_set_config *config) |
Daniel Vetter | 50f5611 | 2012-07-02 09:35:43 +0200 | [diff] [blame] | 10610 | { |
Daniel Vetter | 9a93585 | 2012-07-05 22:34:27 +0200 | [diff] [blame] | 10611 | struct intel_connector *connector; |
| 10612 | struct intel_encoder *encoder; |
Ville Syrjälä | 7668851 | 2014-01-10 11:28:06 +0200 | [diff] [blame] | 10613 | struct intel_crtc *crtc; |
Paulo Zanoni | f3f0857 | 2013-08-12 14:56:53 -0300 | [diff] [blame] | 10614 | int ro; |
Daniel Vetter | 50f5611 | 2012-07-02 09:35:43 +0200 | [diff] [blame] | 10615 | |
Damien Lespiau | 9abdda7 | 2013-02-13 13:29:23 +0000 | [diff] [blame] | 10616 | /* The upper layers ensure that we either disable a crtc or have a list |
Daniel Vetter | 9a93585 | 2012-07-05 22:34:27 +0200 | [diff] [blame] | 10617 | * of connectors. For paranoia, double-check this. */ |
| 10618 | WARN_ON(!set->fb && (set->num_connectors != 0)); |
| 10619 | WARN_ON(set->fb && (set->num_connectors == 0)); |
| 10620 | |
Daniel Vetter | 9a93585 | 2012-07-05 22:34:27 +0200 | [diff] [blame] | 10621 | list_for_each_entry(connector, &dev->mode_config.connector_list, |
| 10622 | base.head) { |
| 10623 | /* Otherwise traverse passed in connector list and get encoders |
| 10624 | * for them. */ |
Daniel Vetter | 50f5611 | 2012-07-02 09:35:43 +0200 | [diff] [blame] | 10625 | for (ro = 0; ro < set->num_connectors; ro++) { |
Daniel Vetter | 9a93585 | 2012-07-05 22:34:27 +0200 | [diff] [blame] | 10626 | if (set->connectors[ro] == &connector->base) { |
| 10627 | connector->new_encoder = connector->encoder; |
Daniel Vetter | 50f5611 | 2012-07-02 09:35:43 +0200 | [diff] [blame] | 10628 | break; |
| 10629 | } |
| 10630 | } |
| 10631 | |
Daniel Vetter | 9a93585 | 2012-07-05 22:34:27 +0200 | [diff] [blame] | 10632 | /* If we disable the crtc, disable all its connectors. Also, if |
| 10633 | * the connector is on the changing crtc but not on the new |
| 10634 | * connector list, disable it. */ |
| 10635 | if ((!set->fb || ro == set->num_connectors) && |
| 10636 | connector->base.encoder && |
| 10637 | connector->base.encoder->crtc == set->crtc) { |
| 10638 | connector->new_encoder = NULL; |
| 10639 | |
| 10640 | DRM_DEBUG_KMS("[CONNECTOR:%d:%s] to [NOCRTC]\n", |
| 10641 | connector->base.base.id, |
Jani Nikula | c23cc41 | 2014-06-03 14:56:17 +0300 | [diff] [blame] | 10642 | connector->base.name); |
Daniel Vetter | 9a93585 | 2012-07-05 22:34:27 +0200 | [diff] [blame] | 10643 | } |
| 10644 | |
| 10645 | |
| 10646 | if (&connector->new_encoder->base != connector->base.encoder) { |
Daniel Vetter | 50f5611 | 2012-07-02 09:35:43 +0200 | [diff] [blame] | 10647 | DRM_DEBUG_KMS("encoder changed, full mode switch\n"); |
Daniel Vetter | 5e2b584 | 2012-07-04 22:41:29 +0200 | [diff] [blame] | 10648 | config->mode_changed = true; |
Daniel Vetter | 50f5611 | 2012-07-02 09:35:43 +0200 | [diff] [blame] | 10649 | } |
Daniel Vetter | 9a93585 | 2012-07-05 22:34:27 +0200 | [diff] [blame] | 10650 | } |
| 10651 | /* connector->new_encoder is now updated for all connectors. */ |
| 10652 | |
| 10653 | /* Update crtc of enabled connectors. */ |
Daniel Vetter | 9a93585 | 2012-07-05 22:34:27 +0200 | [diff] [blame] | 10654 | list_for_each_entry(connector, &dev->mode_config.connector_list, |
| 10655 | base.head) { |
Ville Syrjälä | 7668851 | 2014-01-10 11:28:06 +0200 | [diff] [blame] | 10656 | struct drm_crtc *new_crtc; |
| 10657 | |
Daniel Vetter | 9a93585 | 2012-07-05 22:34:27 +0200 | [diff] [blame] | 10658 | if (!connector->new_encoder) |
Daniel Vetter | 50f5611 | 2012-07-02 09:35:43 +0200 | [diff] [blame] | 10659 | continue; |
| 10660 | |
Daniel Vetter | 9a93585 | 2012-07-05 22:34:27 +0200 | [diff] [blame] | 10661 | new_crtc = connector->new_encoder->base.crtc; |
Daniel Vetter | 50f5611 | 2012-07-02 09:35:43 +0200 | [diff] [blame] | 10662 | |
| 10663 | for (ro = 0; ro < set->num_connectors; ro++) { |
Daniel Vetter | 9a93585 | 2012-07-05 22:34:27 +0200 | [diff] [blame] | 10664 | if (set->connectors[ro] == &connector->base) |
Daniel Vetter | 50f5611 | 2012-07-02 09:35:43 +0200 | [diff] [blame] | 10665 | new_crtc = set->crtc; |
| 10666 | } |
| 10667 | |
| 10668 | /* Make sure the new CRTC will work with the encoder */ |
Thierry Reding | 1450991 | 2014-01-13 12:00:22 +0100 | [diff] [blame] | 10669 | if (!drm_encoder_crtc_ok(&connector->new_encoder->base, |
| 10670 | new_crtc)) { |
Daniel Vetter | 5e2b584 | 2012-07-04 22:41:29 +0200 | [diff] [blame] | 10671 | return -EINVAL; |
Daniel Vetter | 50f5611 | 2012-07-02 09:35:43 +0200 | [diff] [blame] | 10672 | } |
Daniel Vetter | 9a93585 | 2012-07-05 22:34:27 +0200 | [diff] [blame] | 10673 | connector->encoder->new_crtc = to_intel_crtc(new_crtc); |
| 10674 | |
| 10675 | DRM_DEBUG_KMS("[CONNECTOR:%d:%s] to [CRTC:%d]\n", |
| 10676 | connector->base.base.id, |
Jani Nikula | c23cc41 | 2014-06-03 14:56:17 +0300 | [diff] [blame] | 10677 | connector->base.name, |
Daniel Vetter | 9a93585 | 2012-07-05 22:34:27 +0200 | [diff] [blame] | 10678 | new_crtc->base.id); |
| 10679 | } |
| 10680 | |
| 10681 | /* Check for any encoders that needs to be disabled. */ |
| 10682 | list_for_each_entry(encoder, &dev->mode_config.encoder_list, |
| 10683 | base.head) { |
Paulo Zanoni | 5a65f35 | 2014-01-07 14:55:53 -0200 | [diff] [blame] | 10684 | int num_connectors = 0; |
Daniel Vetter | 9a93585 | 2012-07-05 22:34:27 +0200 | [diff] [blame] | 10685 | list_for_each_entry(connector, |
| 10686 | &dev->mode_config.connector_list, |
| 10687 | base.head) { |
| 10688 | if (connector->new_encoder == encoder) { |
| 10689 | WARN_ON(!connector->new_encoder->new_crtc); |
Paulo Zanoni | 5a65f35 | 2014-01-07 14:55:53 -0200 | [diff] [blame] | 10690 | num_connectors++; |
Daniel Vetter | 9a93585 | 2012-07-05 22:34:27 +0200 | [diff] [blame] | 10691 | } |
| 10692 | } |
Paulo Zanoni | 5a65f35 | 2014-01-07 14:55:53 -0200 | [diff] [blame] | 10693 | |
| 10694 | if (num_connectors == 0) |
| 10695 | encoder->new_crtc = NULL; |
| 10696 | else if (num_connectors > 1) |
| 10697 | return -EINVAL; |
| 10698 | |
Daniel Vetter | 9a93585 | 2012-07-05 22:34:27 +0200 | [diff] [blame] | 10699 | /* Only now check for crtc changes so we don't miss encoders |
| 10700 | * that will be disabled. */ |
| 10701 | if (&encoder->new_crtc->base != encoder->base.crtc) { |
Daniel Vetter | 50f5611 | 2012-07-02 09:35:43 +0200 | [diff] [blame] | 10702 | DRM_DEBUG_KMS("crtc changed, full mode switch\n"); |
Daniel Vetter | 5e2b584 | 2012-07-04 22:41:29 +0200 | [diff] [blame] | 10703 | config->mode_changed = true; |
Daniel Vetter | 50f5611 | 2012-07-02 09:35:43 +0200 | [diff] [blame] | 10704 | } |
| 10705 | } |
Daniel Vetter | 9a93585 | 2012-07-05 22:34:27 +0200 | [diff] [blame] | 10706 | /* Now we've also updated encoder->new_crtc for all encoders. */ |
Daniel Vetter | 50f5611 | 2012-07-02 09:35:43 +0200 | [diff] [blame] | 10707 | |
Damien Lespiau | d3fcc80 | 2014-05-13 23:32:22 +0100 | [diff] [blame] | 10708 | for_each_intel_crtc(dev, crtc) { |
Ville Syrjälä | 7668851 | 2014-01-10 11:28:06 +0200 | [diff] [blame] | 10709 | crtc->new_enabled = false; |
| 10710 | |
| 10711 | list_for_each_entry(encoder, |
| 10712 | &dev->mode_config.encoder_list, |
| 10713 | base.head) { |
| 10714 | if (encoder->new_crtc == crtc) { |
| 10715 | crtc->new_enabled = true; |
| 10716 | break; |
| 10717 | } |
| 10718 | } |
| 10719 | |
| 10720 | if (crtc->new_enabled != crtc->base.enabled) { |
| 10721 | DRM_DEBUG_KMS("crtc %sabled, full mode switch\n", |
| 10722 | crtc->new_enabled ? "en" : "dis"); |
| 10723 | config->mode_changed = true; |
| 10724 | } |
Ville Syrjälä | 7bd0a8e | 2014-01-14 14:31:38 +0200 | [diff] [blame] | 10725 | |
| 10726 | if (crtc->new_enabled) |
| 10727 | crtc->new_config = &crtc->config; |
| 10728 | else |
| 10729 | crtc->new_config = NULL; |
Ville Syrjälä | 7668851 | 2014-01-10 11:28:06 +0200 | [diff] [blame] | 10730 | } |
| 10731 | |
Daniel Vetter | 2e43105 | 2012-07-04 22:42:15 +0200 | [diff] [blame] | 10732 | return 0; |
| 10733 | } |
| 10734 | |
Ville Syrjälä | 7d00a1f | 2014-01-10 11:28:09 +0200 | [diff] [blame] | 10735 | static void disable_crtc_nofb(struct intel_crtc *crtc) |
| 10736 | { |
| 10737 | struct drm_device *dev = crtc->base.dev; |
| 10738 | struct intel_encoder *encoder; |
| 10739 | struct intel_connector *connector; |
| 10740 | |
| 10741 | DRM_DEBUG_KMS("Trying to restore without FB -> disabling pipe %c\n", |
| 10742 | pipe_name(crtc->pipe)); |
| 10743 | |
| 10744 | list_for_each_entry(connector, &dev->mode_config.connector_list, base.head) { |
| 10745 | if (connector->new_encoder && |
| 10746 | connector->new_encoder->new_crtc == crtc) |
| 10747 | connector->new_encoder = NULL; |
| 10748 | } |
| 10749 | |
| 10750 | list_for_each_entry(encoder, &dev->mode_config.encoder_list, base.head) { |
| 10751 | if (encoder->new_crtc == crtc) |
| 10752 | encoder->new_crtc = NULL; |
| 10753 | } |
| 10754 | |
| 10755 | crtc->new_enabled = false; |
Ville Syrjälä | 7bd0a8e | 2014-01-14 14:31:38 +0200 | [diff] [blame] | 10756 | crtc->new_config = NULL; |
Ville Syrjälä | 7d00a1f | 2014-01-10 11:28:09 +0200 | [diff] [blame] | 10757 | } |
| 10758 | |
Daniel Vetter | 2e43105 | 2012-07-04 22:42:15 +0200 | [diff] [blame] | 10759 | static int intel_crtc_set_config(struct drm_mode_set *set) |
| 10760 | { |
| 10761 | struct drm_device *dev; |
Daniel Vetter | 2e43105 | 2012-07-04 22:42:15 +0200 | [diff] [blame] | 10762 | struct drm_mode_set save_set; |
| 10763 | struct intel_set_config *config; |
| 10764 | int ret; |
Daniel Vetter | 2e43105 | 2012-07-04 22:42:15 +0200 | [diff] [blame] | 10765 | |
Daniel Vetter | 8d3e375 | 2012-07-05 16:09:09 +0200 | [diff] [blame] | 10766 | BUG_ON(!set); |
| 10767 | BUG_ON(!set->crtc); |
| 10768 | BUG_ON(!set->crtc->helper_private); |
Daniel Vetter | 2e43105 | 2012-07-04 22:42:15 +0200 | [diff] [blame] | 10769 | |
Daniel Vetter | 7e53f3a | 2013-01-21 10:52:17 +0100 | [diff] [blame] | 10770 | /* Enforce sane interface api - has been abused by the fb helper. */ |
| 10771 | BUG_ON(!set->mode && set->fb); |
| 10772 | BUG_ON(set->fb && set->num_connectors == 0); |
Daniel Vetter | 431e50f | 2012-07-10 17:53:42 +0200 | [diff] [blame] | 10773 | |
Daniel Vetter | 2e43105 | 2012-07-04 22:42:15 +0200 | [diff] [blame] | 10774 | if (set->fb) { |
| 10775 | DRM_DEBUG_KMS("[CRTC:%d] [FB:%d] #connectors=%d (x y) (%i %i)\n", |
| 10776 | set->crtc->base.id, set->fb->base.id, |
| 10777 | (int)set->num_connectors, set->x, set->y); |
| 10778 | } else { |
| 10779 | DRM_DEBUG_KMS("[CRTC:%d] [NOFB]\n", set->crtc->base.id); |
Daniel Vetter | 2e43105 | 2012-07-04 22:42:15 +0200 | [diff] [blame] | 10780 | } |
| 10781 | |
| 10782 | dev = set->crtc->dev; |
| 10783 | |
| 10784 | ret = -ENOMEM; |
| 10785 | config = kzalloc(sizeof(*config), GFP_KERNEL); |
| 10786 | if (!config) |
| 10787 | goto out_config; |
| 10788 | |
| 10789 | ret = intel_set_config_save_state(dev, config); |
| 10790 | if (ret) |
| 10791 | goto out_config; |
| 10792 | |
| 10793 | save_set.crtc = set->crtc; |
| 10794 | save_set.mode = &set->crtc->mode; |
| 10795 | save_set.x = set->crtc->x; |
| 10796 | save_set.y = set->crtc->y; |
Matt Roper | f4510a2 | 2014-04-01 15:22:40 -0700 | [diff] [blame] | 10797 | save_set.fb = set->crtc->primary->fb; |
Daniel Vetter | 2e43105 | 2012-07-04 22:42:15 +0200 | [diff] [blame] | 10798 | |
| 10799 | /* Compute whether we need a full modeset, only an fb base update or no |
| 10800 | * change at all. In the future we might also check whether only the |
| 10801 | * mode changed, e.g. for LVDS where we only change the panel fitter in |
| 10802 | * such cases. */ |
| 10803 | intel_set_config_compute_mode_changes(set, config); |
| 10804 | |
Daniel Vetter | 9a93585 | 2012-07-05 22:34:27 +0200 | [diff] [blame] | 10805 | ret = intel_modeset_stage_output_state(dev, set, config); |
Daniel Vetter | 2e43105 | 2012-07-04 22:42:15 +0200 | [diff] [blame] | 10806 | if (ret) |
| 10807 | goto fail; |
| 10808 | |
Daniel Vetter | 5e2b584 | 2012-07-04 22:41:29 +0200 | [diff] [blame] | 10809 | if (config->mode_changed) { |
Chris Wilson | c0c36b94 | 2012-12-19 16:08:43 +0000 | [diff] [blame] | 10810 | ret = intel_set_mode(set->crtc, set->mode, |
| 10811 | set->x, set->y, set->fb); |
Daniel Vetter | 5e2b584 | 2012-07-04 22:41:29 +0200 | [diff] [blame] | 10812 | } else if (config->fb_changed) { |
Matt Roper | 3b150f0 | 2014-05-29 08:06:53 -0700 | [diff] [blame^] | 10813 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 10814 | struct intel_crtc *intel_crtc = to_intel_crtc(set->crtc); |
| 10815 | |
Ville Syrjälä | 4878cae | 2013-02-18 19:08:48 +0200 | [diff] [blame] | 10816 | intel_crtc_wait_for_pending_flips(set->crtc); |
| 10817 | |
Daniel Vetter | 4f660f4 | 2012-07-02 09:47:37 +0200 | [diff] [blame] | 10818 | ret = intel_pipe_set_base(set->crtc, |
Daniel Vetter | 94352cf | 2012-07-05 22:51:56 +0200 | [diff] [blame] | 10819 | set->x, set->y, set->fb); |
Matt Roper | 3b150f0 | 2014-05-29 08:06:53 -0700 | [diff] [blame^] | 10820 | |
| 10821 | /* |
| 10822 | * We need to make sure the primary plane is re-enabled if it |
| 10823 | * has previously been turned off. |
| 10824 | */ |
| 10825 | if (!intel_crtc->primary_enabled && ret == 0) { |
| 10826 | WARN_ON(!intel_crtc->active); |
| 10827 | intel_enable_primary_hw_plane(dev_priv, intel_crtc->plane, |
| 10828 | intel_crtc->pipe); |
| 10829 | } |
| 10830 | |
Jesse Barnes | 7ca51a3 | 2014-01-07 13:50:49 -0800 | [diff] [blame] | 10831 | /* |
| 10832 | * In the fastboot case this may be our only check of the |
| 10833 | * state after boot. It would be better to only do it on |
| 10834 | * the first update, but we don't have a nice way of doing that |
| 10835 | * (and really, set_config isn't used much for high freq page |
| 10836 | * flipping, so increasing its cost here shouldn't be a big |
| 10837 | * deal). |
| 10838 | */ |
Jani Nikula | d330a95 | 2014-01-21 11:24:25 +0200 | [diff] [blame] | 10839 | if (i915.fastboot && ret == 0) |
Jesse Barnes | 7ca51a3 | 2014-01-07 13:50:49 -0800 | [diff] [blame] | 10840 | intel_modeset_check_state(set->crtc->dev); |
Daniel Vetter | 50f5611 | 2012-07-02 09:35:43 +0200 | [diff] [blame] | 10841 | } |
| 10842 | |
Chris Wilson | 2d05eae | 2013-05-03 17:36:25 +0100 | [diff] [blame] | 10843 | if (ret) { |
Daniel Vetter | bf67dfe | 2013-06-25 11:06:52 +0200 | [diff] [blame] | 10844 | DRM_DEBUG_KMS("failed to set mode on [CRTC:%d], err = %d\n", |
| 10845 | set->crtc->base.id, ret); |
Daniel Vetter | 50f5611 | 2012-07-02 09:35:43 +0200 | [diff] [blame] | 10846 | fail: |
Chris Wilson | 2d05eae | 2013-05-03 17:36:25 +0100 | [diff] [blame] | 10847 | intel_set_config_restore_state(dev, config); |
Daniel Vetter | 50f5611 | 2012-07-02 09:35:43 +0200 | [diff] [blame] | 10848 | |
Ville Syrjälä | 7d00a1f | 2014-01-10 11:28:09 +0200 | [diff] [blame] | 10849 | /* |
| 10850 | * HACK: if the pipe was on, but we didn't have a framebuffer, |
| 10851 | * force the pipe off to avoid oopsing in the modeset code |
| 10852 | * due to fb==NULL. This should only happen during boot since |
| 10853 | * we don't yet reconstruct the FB from the hardware state. |
| 10854 | */ |
| 10855 | if (to_intel_crtc(save_set.crtc)->new_enabled && !save_set.fb) |
| 10856 | disable_crtc_nofb(to_intel_crtc(save_set.crtc)); |
| 10857 | |
Chris Wilson | 2d05eae | 2013-05-03 17:36:25 +0100 | [diff] [blame] | 10858 | /* Try to restore the config */ |
| 10859 | if (config->mode_changed && |
| 10860 | intel_set_mode(save_set.crtc, save_set.mode, |
| 10861 | save_set.x, save_set.y, save_set.fb)) |
| 10862 | DRM_ERROR("failed to restore config after modeset failure\n"); |
| 10863 | } |
Daniel Vetter | 50f5611 | 2012-07-02 09:35:43 +0200 | [diff] [blame] | 10864 | |
Daniel Vetter | d9e5560 | 2012-07-04 22:16:09 +0200 | [diff] [blame] | 10865 | out_config: |
| 10866 | intel_set_config_free(config); |
Daniel Vetter | 50f5611 | 2012-07-02 09:35:43 +0200 | [diff] [blame] | 10867 | return ret; |
| 10868 | } |
| 10869 | |
Chris Wilson | f6e5b16 | 2011-04-12 18:06:51 +0100 | [diff] [blame] | 10870 | static const struct drm_crtc_funcs intel_crtc_funcs = { |
Chris Wilson | f6e5b16 | 2011-04-12 18:06:51 +0100 | [diff] [blame] | 10871 | .cursor_set = intel_crtc_cursor_set, |
| 10872 | .cursor_move = intel_crtc_cursor_move, |
| 10873 | .gamma_set = intel_crtc_gamma_set, |
Daniel Vetter | 50f5611 | 2012-07-02 09:35:43 +0200 | [diff] [blame] | 10874 | .set_config = intel_crtc_set_config, |
Chris Wilson | f6e5b16 | 2011-04-12 18:06:51 +0100 | [diff] [blame] | 10875 | .destroy = intel_crtc_destroy, |
| 10876 | .page_flip = intel_crtc_page_flip, |
| 10877 | }; |
| 10878 | |
Paulo Zanoni | 79f689a | 2012-10-05 12:05:52 -0300 | [diff] [blame] | 10879 | static void intel_cpu_pll_init(struct drm_device *dev) |
| 10880 | { |
Paulo Zanoni | affa935 | 2012-11-23 15:30:39 -0200 | [diff] [blame] | 10881 | if (HAS_DDI(dev)) |
Paulo Zanoni | 79f689a | 2012-10-05 12:05:52 -0300 | [diff] [blame] | 10882 | intel_ddi_pll_init(dev); |
| 10883 | } |
| 10884 | |
Daniel Vetter | 5358901 | 2013-06-05 13:34:16 +0200 | [diff] [blame] | 10885 | static bool ibx_pch_dpll_get_hw_state(struct drm_i915_private *dev_priv, |
| 10886 | struct intel_shared_dpll *pll, |
| 10887 | struct intel_dpll_hw_state *hw_state) |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 10888 | { |
Daniel Vetter | 5358901 | 2013-06-05 13:34:16 +0200 | [diff] [blame] | 10889 | uint32_t val; |
| 10890 | |
| 10891 | val = I915_READ(PCH_DPLL(pll->id)); |
Daniel Vetter | 66e985c | 2013-06-05 13:34:20 +0200 | [diff] [blame] | 10892 | hw_state->dpll = val; |
| 10893 | hw_state->fp0 = I915_READ(PCH_FP0(pll->id)); |
| 10894 | hw_state->fp1 = I915_READ(PCH_FP1(pll->id)); |
Daniel Vetter | 5358901 | 2013-06-05 13:34:16 +0200 | [diff] [blame] | 10895 | |
| 10896 | return val & DPLL_VCO_ENABLE; |
| 10897 | } |
| 10898 | |
Daniel Vetter | 15bdd4c | 2013-06-05 13:34:23 +0200 | [diff] [blame] | 10899 | static void ibx_pch_dpll_mode_set(struct drm_i915_private *dev_priv, |
| 10900 | struct intel_shared_dpll *pll) |
| 10901 | { |
| 10902 | I915_WRITE(PCH_FP0(pll->id), pll->hw_state.fp0); |
| 10903 | I915_WRITE(PCH_FP1(pll->id), pll->hw_state.fp1); |
| 10904 | } |
| 10905 | |
Daniel Vetter | e7b903d | 2013-06-05 13:34:14 +0200 | [diff] [blame] | 10906 | static void ibx_pch_dpll_enable(struct drm_i915_private *dev_priv, |
| 10907 | struct intel_shared_dpll *pll) |
| 10908 | { |
Daniel Vetter | e7b903d | 2013-06-05 13:34:14 +0200 | [diff] [blame] | 10909 | /* PCH refclock must be enabled first */ |
Paulo Zanoni | 89eff4b | 2014-01-08 11:12:28 -0200 | [diff] [blame] | 10910 | ibx_assert_pch_refclk_enabled(dev_priv); |
Daniel Vetter | e7b903d | 2013-06-05 13:34:14 +0200 | [diff] [blame] | 10911 | |
Daniel Vetter | 15bdd4c | 2013-06-05 13:34:23 +0200 | [diff] [blame] | 10912 | I915_WRITE(PCH_DPLL(pll->id), pll->hw_state.dpll); |
| 10913 | |
| 10914 | /* Wait for the clocks to stabilize. */ |
| 10915 | POSTING_READ(PCH_DPLL(pll->id)); |
| 10916 | udelay(150); |
| 10917 | |
| 10918 | /* The pixel multiplier can only be updated once the |
| 10919 | * DPLL is enabled and the clocks are stable. |
| 10920 | * |
| 10921 | * So write it again. |
| 10922 | */ |
| 10923 | I915_WRITE(PCH_DPLL(pll->id), pll->hw_state.dpll); |
| 10924 | POSTING_READ(PCH_DPLL(pll->id)); |
Daniel Vetter | e7b903d | 2013-06-05 13:34:14 +0200 | [diff] [blame] | 10925 | udelay(200); |
| 10926 | } |
| 10927 | |
| 10928 | static void ibx_pch_dpll_disable(struct drm_i915_private *dev_priv, |
| 10929 | struct intel_shared_dpll *pll) |
| 10930 | { |
| 10931 | struct drm_device *dev = dev_priv->dev; |
| 10932 | struct intel_crtc *crtc; |
Daniel Vetter | e7b903d | 2013-06-05 13:34:14 +0200 | [diff] [blame] | 10933 | |
| 10934 | /* Make sure no transcoder isn't still depending on us. */ |
Damien Lespiau | d3fcc80 | 2014-05-13 23:32:22 +0100 | [diff] [blame] | 10935 | for_each_intel_crtc(dev, crtc) { |
Daniel Vetter | e7b903d | 2013-06-05 13:34:14 +0200 | [diff] [blame] | 10936 | if (intel_crtc_to_shared_dpll(crtc) == pll) |
| 10937 | assert_pch_transcoder_disabled(dev_priv, crtc->pipe); |
| 10938 | } |
| 10939 | |
Daniel Vetter | 15bdd4c | 2013-06-05 13:34:23 +0200 | [diff] [blame] | 10940 | I915_WRITE(PCH_DPLL(pll->id), 0); |
| 10941 | POSTING_READ(PCH_DPLL(pll->id)); |
Daniel Vetter | e7b903d | 2013-06-05 13:34:14 +0200 | [diff] [blame] | 10942 | udelay(200); |
| 10943 | } |
| 10944 | |
Daniel Vetter | 46edb02 | 2013-06-05 13:34:12 +0200 | [diff] [blame] | 10945 | static char *ibx_pch_dpll_names[] = { |
| 10946 | "PCH DPLL A", |
| 10947 | "PCH DPLL B", |
| 10948 | }; |
| 10949 | |
Daniel Vetter | 7c74ade | 2013-06-05 13:34:11 +0200 | [diff] [blame] | 10950 | static void ibx_pch_dpll_init(struct drm_device *dev) |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 10951 | { |
Daniel Vetter | e7b903d | 2013-06-05 13:34:14 +0200 | [diff] [blame] | 10952 | struct drm_i915_private *dev_priv = dev->dev_private; |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 10953 | int i; |
| 10954 | |
Daniel Vetter | 7c74ade | 2013-06-05 13:34:11 +0200 | [diff] [blame] | 10955 | dev_priv->num_shared_dpll = 2; |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 10956 | |
Daniel Vetter | e72f9fb | 2013-06-05 13:34:06 +0200 | [diff] [blame] | 10957 | for (i = 0; i < dev_priv->num_shared_dpll; i++) { |
Daniel Vetter | 46edb02 | 2013-06-05 13:34:12 +0200 | [diff] [blame] | 10958 | dev_priv->shared_dplls[i].id = i; |
| 10959 | dev_priv->shared_dplls[i].name = ibx_pch_dpll_names[i]; |
Daniel Vetter | 15bdd4c | 2013-06-05 13:34:23 +0200 | [diff] [blame] | 10960 | dev_priv->shared_dplls[i].mode_set = ibx_pch_dpll_mode_set; |
Daniel Vetter | e7b903d | 2013-06-05 13:34:14 +0200 | [diff] [blame] | 10961 | dev_priv->shared_dplls[i].enable = ibx_pch_dpll_enable; |
| 10962 | dev_priv->shared_dplls[i].disable = ibx_pch_dpll_disable; |
Daniel Vetter | 5358901 | 2013-06-05 13:34:16 +0200 | [diff] [blame] | 10963 | dev_priv->shared_dplls[i].get_hw_state = |
| 10964 | ibx_pch_dpll_get_hw_state; |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 10965 | } |
| 10966 | } |
| 10967 | |
Daniel Vetter | 7c74ade | 2013-06-05 13:34:11 +0200 | [diff] [blame] | 10968 | static void intel_shared_dpll_init(struct drm_device *dev) |
| 10969 | { |
Daniel Vetter | e7b903d | 2013-06-05 13:34:14 +0200 | [diff] [blame] | 10970 | struct drm_i915_private *dev_priv = dev->dev_private; |
Daniel Vetter | 7c74ade | 2013-06-05 13:34:11 +0200 | [diff] [blame] | 10971 | |
| 10972 | if (HAS_PCH_IBX(dev) || HAS_PCH_CPT(dev)) |
| 10973 | ibx_pch_dpll_init(dev); |
| 10974 | else |
| 10975 | dev_priv->num_shared_dpll = 0; |
| 10976 | |
| 10977 | BUG_ON(dev_priv->num_shared_dpll > I915_NUM_PLLS); |
Daniel Vetter | 7c74ade | 2013-06-05 13:34:11 +0200 | [diff] [blame] | 10978 | } |
| 10979 | |
Hannes Eder | b358d0a | 2008-12-18 21:18:47 +0100 | [diff] [blame] | 10980 | static void intel_crtc_init(struct drm_device *dev, int pipe) |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 10981 | { |
Jani Nikula | fbee40d | 2014-03-31 14:27:18 +0300 | [diff] [blame] | 10982 | struct drm_i915_private *dev_priv = dev->dev_private; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 10983 | struct intel_crtc *intel_crtc; |
| 10984 | int i; |
| 10985 | |
Daniel Vetter | 955382f | 2013-09-19 14:05:45 +0200 | [diff] [blame] | 10986 | intel_crtc = kzalloc(sizeof(*intel_crtc), GFP_KERNEL); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 10987 | if (intel_crtc == NULL) |
| 10988 | return; |
| 10989 | |
| 10990 | drm_crtc_init(dev, &intel_crtc->base, &intel_crtc_funcs); |
| 10991 | |
| 10992 | drm_mode_crtc_set_gamma_size(&intel_crtc->base, 256); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 10993 | for (i = 0; i < 256; i++) { |
| 10994 | intel_crtc->lut_r[i] = i; |
| 10995 | intel_crtc->lut_g[i] = i; |
| 10996 | intel_crtc->lut_b[i] = i; |
| 10997 | } |
| 10998 | |
Ville Syrjälä | 1f1c2e2 | 2013-11-28 17:30:01 +0200 | [diff] [blame] | 10999 | /* |
| 11000 | * On gen2/3 only plane A can do fbc, but the panel fitter and lvds port |
| 11001 | * is hooked to plane B. Hence we want plane A feeding pipe B. |
| 11002 | */ |
Jesse Barnes | 8082400 | 2009-09-10 15:28:06 -0700 | [diff] [blame] | 11003 | intel_crtc->pipe = pipe; |
| 11004 | intel_crtc->plane = pipe; |
Daniel Vetter | 3a77c4c | 2014-01-10 08:50:12 +0100 | [diff] [blame] | 11005 | if (HAS_FBC(dev) && INTEL_INFO(dev)->gen < 4) { |
Zhao Yakui | 28c9773 | 2009-10-09 11:39:41 +0800 | [diff] [blame] | 11006 | DRM_DEBUG_KMS("swapping pipes & planes for FBC\n"); |
Chris Wilson | e2e767a | 2010-09-13 16:53:12 +0100 | [diff] [blame] | 11007 | intel_crtc->plane = !pipe; |
Jesse Barnes | 8082400 | 2009-09-10 15:28:06 -0700 | [diff] [blame] | 11008 | } |
| 11009 | |
Chris Wilson | 4b0e333 | 2014-05-30 16:35:26 +0300 | [diff] [blame] | 11010 | intel_crtc->cursor_base = ~0; |
| 11011 | intel_crtc->cursor_cntl = ~0; |
| 11012 | |
Ville Syrjälä | 8d7849d | 2014-04-29 13:35:46 +0300 | [diff] [blame] | 11013 | init_waitqueue_head(&intel_crtc->vbl_wait); |
| 11014 | |
Jesse Barnes | 22fd0fa | 2009-12-02 13:42:53 -0800 | [diff] [blame] | 11015 | BUG_ON(pipe >= ARRAY_SIZE(dev_priv->plane_to_crtc_mapping) || |
| 11016 | dev_priv->plane_to_crtc_mapping[intel_crtc->plane] != NULL); |
| 11017 | dev_priv->plane_to_crtc_mapping[intel_crtc->plane] = &intel_crtc->base; |
| 11018 | dev_priv->pipe_to_crtc_mapping[intel_crtc->pipe] = &intel_crtc->base; |
| 11019 | |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11020 | drm_crtc_helper_add(&intel_crtc->base, &intel_helper_funcs); |
Daniel Vetter | 87b6b10 | 2014-05-15 15:33:46 +0200 | [diff] [blame] | 11021 | |
| 11022 | WARN_ON(drm_crtc_index(&intel_crtc->base) != intel_crtc->pipe); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11023 | } |
| 11024 | |
Jesse Barnes | 752aa88 | 2013-10-31 18:55:49 +0200 | [diff] [blame] | 11025 | enum pipe intel_get_pipe_from_connector(struct intel_connector *connector) |
| 11026 | { |
| 11027 | struct drm_encoder *encoder = connector->base.encoder; |
Daniel Vetter | 6e9f798 | 2014-05-29 23:54:47 +0200 | [diff] [blame] | 11028 | struct drm_device *dev = connector->base.dev; |
Jesse Barnes | 752aa88 | 2013-10-31 18:55:49 +0200 | [diff] [blame] | 11029 | |
Rob Clark | 51fd371 | 2013-11-19 12:10:12 -0500 | [diff] [blame] | 11030 | WARN_ON(!drm_modeset_is_locked(&dev->mode_config.connection_mutex)); |
Jesse Barnes | 752aa88 | 2013-10-31 18:55:49 +0200 | [diff] [blame] | 11031 | |
| 11032 | if (!encoder) |
| 11033 | return INVALID_PIPE; |
| 11034 | |
| 11035 | return to_intel_crtc(encoder->crtc)->pipe; |
| 11036 | } |
| 11037 | |
Carl Worth | 08d7b3d | 2009-04-29 14:43:54 -0700 | [diff] [blame] | 11038 | int intel_get_pipe_from_crtc_id(struct drm_device *dev, void *data, |
Chris Wilson | 05394f3 | 2010-11-08 19:18:58 +0000 | [diff] [blame] | 11039 | struct drm_file *file) |
Carl Worth | 08d7b3d | 2009-04-29 14:43:54 -0700 | [diff] [blame] | 11040 | { |
Carl Worth | 08d7b3d | 2009-04-29 14:43:54 -0700 | [diff] [blame] | 11041 | struct drm_i915_get_pipe_from_crtc_id *pipe_from_crtc_id = data; |
Daniel Vetter | c05422d | 2009-08-11 16:05:30 +0200 | [diff] [blame] | 11042 | struct drm_mode_object *drmmode_obj; |
| 11043 | struct intel_crtc *crtc; |
Carl Worth | 08d7b3d | 2009-04-29 14:43:54 -0700 | [diff] [blame] | 11044 | |
Daniel Vetter | 1cff8f6 | 2012-04-24 09:55:08 +0200 | [diff] [blame] | 11045 | if (!drm_core_check_feature(dev, DRIVER_MODESET)) |
| 11046 | return -ENODEV; |
Carl Worth | 08d7b3d | 2009-04-29 14:43:54 -0700 | [diff] [blame] | 11047 | |
Daniel Vetter | c05422d | 2009-08-11 16:05:30 +0200 | [diff] [blame] | 11048 | drmmode_obj = drm_mode_object_find(dev, pipe_from_crtc_id->crtc_id, |
| 11049 | DRM_MODE_OBJECT_CRTC); |
Carl Worth | 08d7b3d | 2009-04-29 14:43:54 -0700 | [diff] [blame] | 11050 | |
Daniel Vetter | c05422d | 2009-08-11 16:05:30 +0200 | [diff] [blame] | 11051 | if (!drmmode_obj) { |
Carl Worth | 08d7b3d | 2009-04-29 14:43:54 -0700 | [diff] [blame] | 11052 | DRM_ERROR("no such CRTC id\n"); |
Ville Syrjälä | 3f2c205 | 2013-10-17 13:35:03 +0300 | [diff] [blame] | 11053 | return -ENOENT; |
Carl Worth | 08d7b3d | 2009-04-29 14:43:54 -0700 | [diff] [blame] | 11054 | } |
| 11055 | |
Daniel Vetter | c05422d | 2009-08-11 16:05:30 +0200 | [diff] [blame] | 11056 | crtc = to_intel_crtc(obj_to_crtc(drmmode_obj)); |
| 11057 | pipe_from_crtc_id->pipe = crtc->pipe; |
Carl Worth | 08d7b3d | 2009-04-29 14:43:54 -0700 | [diff] [blame] | 11058 | |
Daniel Vetter | c05422d | 2009-08-11 16:05:30 +0200 | [diff] [blame] | 11059 | return 0; |
Carl Worth | 08d7b3d | 2009-04-29 14:43:54 -0700 | [diff] [blame] | 11060 | } |
| 11061 | |
Daniel Vetter | 66a9278 | 2012-07-12 20:08:18 +0200 | [diff] [blame] | 11062 | static int intel_encoder_clones(struct intel_encoder *encoder) |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11063 | { |
Daniel Vetter | 66a9278 | 2012-07-12 20:08:18 +0200 | [diff] [blame] | 11064 | struct drm_device *dev = encoder->base.dev; |
| 11065 | struct intel_encoder *source_encoder; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11066 | int index_mask = 0; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11067 | int entry = 0; |
| 11068 | |
Daniel Vetter | 66a9278 | 2012-07-12 20:08:18 +0200 | [diff] [blame] | 11069 | list_for_each_entry(source_encoder, |
| 11070 | &dev->mode_config.encoder_list, base.head) { |
Ville Syrjälä | bc079e8 | 2014-03-03 16:15:28 +0200 | [diff] [blame] | 11071 | if (encoders_cloneable(encoder, source_encoder)) |
Daniel Vetter | 66a9278 | 2012-07-12 20:08:18 +0200 | [diff] [blame] | 11072 | index_mask |= (1 << entry); |
| 11073 | |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11074 | entry++; |
| 11075 | } |
Chris Wilson | 4ef69c7 | 2010-09-09 15:14:28 +0100 | [diff] [blame] | 11076 | |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11077 | return index_mask; |
| 11078 | } |
| 11079 | |
Chris Wilson | 4d30244 | 2010-12-14 19:21:29 +0000 | [diff] [blame] | 11080 | static bool has_edp_a(struct drm_device *dev) |
| 11081 | { |
| 11082 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 11083 | |
| 11084 | if (!IS_MOBILE(dev)) |
| 11085 | return false; |
| 11086 | |
| 11087 | if ((I915_READ(DP_A) & DP_DETECTED) == 0) |
| 11088 | return false; |
| 11089 | |
Damien Lespiau | e358990 | 2014-02-07 19:12:50 +0000 | [diff] [blame] | 11090 | if (IS_GEN5(dev) && (I915_READ(FUSE_STRAP) & ILK_eDP_A_DISABLE)) |
Chris Wilson | 4d30244 | 2010-12-14 19:21:29 +0000 | [diff] [blame] | 11091 | return false; |
| 11092 | |
| 11093 | return true; |
| 11094 | } |
| 11095 | |
Damien Lespiau | ba0fbca | 2014-01-08 14:18:23 +0000 | [diff] [blame] | 11096 | const char *intel_output_name(int output) |
| 11097 | { |
| 11098 | static const char *names[] = { |
| 11099 | [INTEL_OUTPUT_UNUSED] = "Unused", |
| 11100 | [INTEL_OUTPUT_ANALOG] = "Analog", |
| 11101 | [INTEL_OUTPUT_DVO] = "DVO", |
| 11102 | [INTEL_OUTPUT_SDVO] = "SDVO", |
| 11103 | [INTEL_OUTPUT_LVDS] = "LVDS", |
| 11104 | [INTEL_OUTPUT_TVOUT] = "TV", |
| 11105 | [INTEL_OUTPUT_HDMI] = "HDMI", |
| 11106 | [INTEL_OUTPUT_DISPLAYPORT] = "DisplayPort", |
| 11107 | [INTEL_OUTPUT_EDP] = "eDP", |
| 11108 | [INTEL_OUTPUT_DSI] = "DSI", |
| 11109 | [INTEL_OUTPUT_UNKNOWN] = "Unknown", |
| 11110 | }; |
| 11111 | |
| 11112 | if (output < 0 || output >= ARRAY_SIZE(names) || !names[output]) |
| 11113 | return "Invalid"; |
| 11114 | |
| 11115 | return names[output]; |
| 11116 | } |
| 11117 | |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11118 | static void intel_setup_outputs(struct drm_device *dev) |
| 11119 | { |
Eric Anholt | 725e30a | 2009-01-22 13:01:02 -0800 | [diff] [blame] | 11120 | struct drm_i915_private *dev_priv = dev->dev_private; |
Chris Wilson | 4ef69c7 | 2010-09-09 15:14:28 +0100 | [diff] [blame] | 11121 | struct intel_encoder *encoder; |
Adam Jackson | cb0953d | 2010-07-16 14:46:29 -0400 | [diff] [blame] | 11122 | bool dpd_is_edp = false; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11123 | |
Daniel Vetter | c909335 | 2013-06-06 22:22:47 +0200 | [diff] [blame] | 11124 | intel_lvds_init(dev); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11125 | |
Jesse Barnes | 27da3bd | 2014-04-04 16:12:07 -0700 | [diff] [blame] | 11126 | if (!IS_ULT(dev) && !IS_CHERRYVIEW(dev) && dev_priv->vbt.int_crt_support) |
Paulo Zanoni | 79935fc | 2012-11-20 13:27:40 -0200 | [diff] [blame] | 11127 | intel_crt_init(dev); |
Adam Jackson | cb0953d | 2010-07-16 14:46:29 -0400 | [diff] [blame] | 11128 | |
Paulo Zanoni | affa935 | 2012-11-23 15:30:39 -0200 | [diff] [blame] | 11129 | if (HAS_DDI(dev)) { |
Eugeni Dodonov | 0e72a5b | 2012-05-09 15:37:27 -0300 | [diff] [blame] | 11130 | int found; |
| 11131 | |
| 11132 | /* Haswell uses DDI functions to detect digital outputs */ |
| 11133 | found = I915_READ(DDI_BUF_CTL_A) & DDI_INIT_DISPLAY_DETECTED; |
| 11134 | /* DDI A only supports eDP */ |
| 11135 | if (found) |
| 11136 | intel_ddi_init(dev, PORT_A); |
| 11137 | |
| 11138 | /* DDI B, C and D detection is indicated by the SFUSE_STRAP |
| 11139 | * register */ |
| 11140 | found = I915_READ(SFUSE_STRAP); |
| 11141 | |
| 11142 | if (found & SFUSE_STRAP_DDIB_DETECTED) |
| 11143 | intel_ddi_init(dev, PORT_B); |
| 11144 | if (found & SFUSE_STRAP_DDIC_DETECTED) |
| 11145 | intel_ddi_init(dev, PORT_C); |
| 11146 | if (found & SFUSE_STRAP_DDID_DETECTED) |
| 11147 | intel_ddi_init(dev, PORT_D); |
| 11148 | } else if (HAS_PCH_SPLIT(dev)) { |
Adam Jackson | cb0953d | 2010-07-16 14:46:29 -0400 | [diff] [blame] | 11149 | int found; |
Ville Syrjälä | 5d8a775 | 2013-11-01 18:22:39 +0200 | [diff] [blame] | 11150 | dpd_is_edp = intel_dp_is_edp(dev, PORT_D); |
Daniel Vetter | 270b304 | 2012-10-27 15:52:05 +0200 | [diff] [blame] | 11151 | |
| 11152 | if (has_edp_a(dev)) |
| 11153 | intel_dp_init(dev, DP_A, PORT_A); |
Adam Jackson | cb0953d | 2010-07-16 14:46:29 -0400 | [diff] [blame] | 11154 | |
Paulo Zanoni | dc0fa71 | 2013-02-19 16:21:46 -0300 | [diff] [blame] | 11155 | if (I915_READ(PCH_HDMIB) & SDVO_DETECTED) { |
Zhao Yakui | 461ed3c | 2010-03-30 15:11:33 +0800 | [diff] [blame] | 11156 | /* PCH SDVOB multiplex with HDMIB */ |
Daniel Vetter | eef4eac | 2012-03-23 23:43:35 +0100 | [diff] [blame] | 11157 | found = intel_sdvo_init(dev, PCH_SDVOB, true); |
Zhenyu Wang | 30ad48b | 2009-06-05 15:38:43 +0800 | [diff] [blame] | 11158 | if (!found) |
Paulo Zanoni | e2debe9 | 2013-02-18 19:00:27 -0300 | [diff] [blame] | 11159 | intel_hdmi_init(dev, PCH_HDMIB, PORT_B); |
Zhenyu Wang | 5eb08b6 | 2009-07-24 01:00:31 +0800 | [diff] [blame] | 11160 | if (!found && (I915_READ(PCH_DP_B) & DP_DETECTED)) |
Paulo Zanoni | ab9d7c3 | 2012-07-17 17:53:45 -0300 | [diff] [blame] | 11161 | intel_dp_init(dev, PCH_DP_B, PORT_B); |
Zhenyu Wang | 30ad48b | 2009-06-05 15:38:43 +0800 | [diff] [blame] | 11162 | } |
| 11163 | |
Paulo Zanoni | dc0fa71 | 2013-02-19 16:21:46 -0300 | [diff] [blame] | 11164 | if (I915_READ(PCH_HDMIC) & SDVO_DETECTED) |
Paulo Zanoni | e2debe9 | 2013-02-18 19:00:27 -0300 | [diff] [blame] | 11165 | intel_hdmi_init(dev, PCH_HDMIC, PORT_C); |
Zhenyu Wang | 30ad48b | 2009-06-05 15:38:43 +0800 | [diff] [blame] | 11166 | |
Paulo Zanoni | dc0fa71 | 2013-02-19 16:21:46 -0300 | [diff] [blame] | 11167 | if (!dpd_is_edp && I915_READ(PCH_HDMID) & SDVO_DETECTED) |
Paulo Zanoni | e2debe9 | 2013-02-18 19:00:27 -0300 | [diff] [blame] | 11168 | intel_hdmi_init(dev, PCH_HDMID, PORT_D); |
Zhenyu Wang | 30ad48b | 2009-06-05 15:38:43 +0800 | [diff] [blame] | 11169 | |
Zhenyu Wang | 5eb08b6 | 2009-07-24 01:00:31 +0800 | [diff] [blame] | 11170 | if (I915_READ(PCH_DP_C) & DP_DETECTED) |
Paulo Zanoni | ab9d7c3 | 2012-07-17 17:53:45 -0300 | [diff] [blame] | 11171 | intel_dp_init(dev, PCH_DP_C, PORT_C); |
Zhenyu Wang | 5eb08b6 | 2009-07-24 01:00:31 +0800 | [diff] [blame] | 11172 | |
Daniel Vetter | 270b304 | 2012-10-27 15:52:05 +0200 | [diff] [blame] | 11173 | if (I915_READ(PCH_DP_D) & DP_DETECTED) |
Paulo Zanoni | ab9d7c3 | 2012-07-17 17:53:45 -0300 | [diff] [blame] | 11174 | intel_dp_init(dev, PCH_DP_D, PORT_D); |
Jesse Barnes | 4a87d65 | 2012-06-15 11:55:16 -0700 | [diff] [blame] | 11175 | } else if (IS_VALLEYVIEW(dev)) { |
Artem Bityutskiy | 585a94b | 2013-10-16 18:10:41 +0300 | [diff] [blame] | 11176 | if (I915_READ(VLV_DISPLAY_BASE + GEN4_HDMIB) & SDVO_DETECTED) { |
| 11177 | intel_hdmi_init(dev, VLV_DISPLAY_BASE + GEN4_HDMIB, |
| 11178 | PORT_B); |
| 11179 | if (I915_READ(VLV_DISPLAY_BASE + DP_B) & DP_DETECTED) |
| 11180 | intel_dp_init(dev, VLV_DISPLAY_BASE + DP_B, PORT_B); |
| 11181 | } |
| 11182 | |
Jesse Barnes | 6f6005a | 2013-08-09 09:34:35 -0700 | [diff] [blame] | 11183 | if (I915_READ(VLV_DISPLAY_BASE + GEN4_HDMIC) & SDVO_DETECTED) { |
| 11184 | intel_hdmi_init(dev, VLV_DISPLAY_BASE + GEN4_HDMIC, |
| 11185 | PORT_C); |
| 11186 | if (I915_READ(VLV_DISPLAY_BASE + DP_C) & DP_DETECTED) |
Ville Syrjälä | 5d8a775 | 2013-11-01 18:22:39 +0200 | [diff] [blame] | 11187 | intel_dp_init(dev, VLV_DISPLAY_BASE + DP_C, PORT_C); |
Jesse Barnes | 6f6005a | 2013-08-09 09:34:35 -0700 | [diff] [blame] | 11188 | } |
Gajanan Bhat | 19c0392 | 2012-09-27 19:13:07 +0530 | [diff] [blame] | 11189 | |
Ville Syrjälä | 9418c1f | 2014-04-09 13:28:56 +0300 | [diff] [blame] | 11190 | if (IS_CHERRYVIEW(dev)) { |
| 11191 | if (I915_READ(VLV_DISPLAY_BASE + CHV_HDMID) & SDVO_DETECTED) { |
| 11192 | intel_hdmi_init(dev, VLV_DISPLAY_BASE + CHV_HDMID, |
| 11193 | PORT_D); |
| 11194 | if (I915_READ(VLV_DISPLAY_BASE + DP_D) & DP_DETECTED) |
| 11195 | intel_dp_init(dev, VLV_DISPLAY_BASE + DP_D, PORT_D); |
| 11196 | } |
| 11197 | } |
| 11198 | |
Jani Nikula | 3cfca97 | 2013-08-27 15:12:26 +0300 | [diff] [blame] | 11199 | intel_dsi_init(dev); |
Zhenyu Wang | 103a196 | 2009-11-27 11:44:36 +0800 | [diff] [blame] | 11200 | } else if (SUPPORTS_DIGITAL_OUTPUTS(dev)) { |
Ma Ling | 27185ae | 2009-08-24 13:50:23 +0800 | [diff] [blame] | 11201 | bool found = false; |
Eric Anholt | 7d57382 | 2009-01-02 13:33:00 -0800 | [diff] [blame] | 11202 | |
Paulo Zanoni | e2debe9 | 2013-02-18 19:00:27 -0300 | [diff] [blame] | 11203 | if (I915_READ(GEN3_SDVOB) & SDVO_DETECTED) { |
Jesse Barnes | b01f2c3 | 2009-12-11 11:07:17 -0800 | [diff] [blame] | 11204 | DRM_DEBUG_KMS("probing SDVOB\n"); |
Paulo Zanoni | e2debe9 | 2013-02-18 19:00:27 -0300 | [diff] [blame] | 11205 | found = intel_sdvo_init(dev, GEN3_SDVOB, true); |
Jesse Barnes | b01f2c3 | 2009-12-11 11:07:17 -0800 | [diff] [blame] | 11206 | if (!found && SUPPORTS_INTEGRATED_HDMI(dev)) { |
| 11207 | DRM_DEBUG_KMS("probing HDMI on SDVOB\n"); |
Paulo Zanoni | e2debe9 | 2013-02-18 19:00:27 -0300 | [diff] [blame] | 11208 | intel_hdmi_init(dev, GEN4_HDMIB, PORT_B); |
Jesse Barnes | b01f2c3 | 2009-12-11 11:07:17 -0800 | [diff] [blame] | 11209 | } |
Ma Ling | 27185ae | 2009-08-24 13:50:23 +0800 | [diff] [blame] | 11210 | |
Imre Deak | e7281ea | 2013-05-08 13:14:08 +0300 | [diff] [blame] | 11211 | if (!found && SUPPORTS_INTEGRATED_DP(dev)) |
Paulo Zanoni | ab9d7c3 | 2012-07-17 17:53:45 -0300 | [diff] [blame] | 11212 | intel_dp_init(dev, DP_B, PORT_B); |
Eric Anholt | 725e30a | 2009-01-22 13:01:02 -0800 | [diff] [blame] | 11213 | } |
Kristian Høgsberg | 13520b0 | 2009-03-13 15:42:14 -0400 | [diff] [blame] | 11214 | |
| 11215 | /* Before G4X SDVOC doesn't have its own detect register */ |
Kristian Høgsberg | 13520b0 | 2009-03-13 15:42:14 -0400 | [diff] [blame] | 11216 | |
Paulo Zanoni | e2debe9 | 2013-02-18 19:00:27 -0300 | [diff] [blame] | 11217 | if (I915_READ(GEN3_SDVOB) & SDVO_DETECTED) { |
Jesse Barnes | b01f2c3 | 2009-12-11 11:07:17 -0800 | [diff] [blame] | 11218 | DRM_DEBUG_KMS("probing SDVOC\n"); |
Paulo Zanoni | e2debe9 | 2013-02-18 19:00:27 -0300 | [diff] [blame] | 11219 | found = intel_sdvo_init(dev, GEN3_SDVOC, false); |
Jesse Barnes | b01f2c3 | 2009-12-11 11:07:17 -0800 | [diff] [blame] | 11220 | } |
Ma Ling | 27185ae | 2009-08-24 13:50:23 +0800 | [diff] [blame] | 11221 | |
Paulo Zanoni | e2debe9 | 2013-02-18 19:00:27 -0300 | [diff] [blame] | 11222 | if (!found && (I915_READ(GEN3_SDVOC) & SDVO_DETECTED)) { |
Ma Ling | 27185ae | 2009-08-24 13:50:23 +0800 | [diff] [blame] | 11223 | |
Jesse Barnes | b01f2c3 | 2009-12-11 11:07:17 -0800 | [diff] [blame] | 11224 | if (SUPPORTS_INTEGRATED_HDMI(dev)) { |
| 11225 | DRM_DEBUG_KMS("probing HDMI on SDVOC\n"); |
Paulo Zanoni | e2debe9 | 2013-02-18 19:00:27 -0300 | [diff] [blame] | 11226 | intel_hdmi_init(dev, GEN4_HDMIC, PORT_C); |
Jesse Barnes | b01f2c3 | 2009-12-11 11:07:17 -0800 | [diff] [blame] | 11227 | } |
Imre Deak | e7281ea | 2013-05-08 13:14:08 +0300 | [diff] [blame] | 11228 | if (SUPPORTS_INTEGRATED_DP(dev)) |
Paulo Zanoni | ab9d7c3 | 2012-07-17 17:53:45 -0300 | [diff] [blame] | 11229 | intel_dp_init(dev, DP_C, PORT_C); |
Eric Anholt | 725e30a | 2009-01-22 13:01:02 -0800 | [diff] [blame] | 11230 | } |
Ma Ling | 27185ae | 2009-08-24 13:50:23 +0800 | [diff] [blame] | 11231 | |
Jesse Barnes | b01f2c3 | 2009-12-11 11:07:17 -0800 | [diff] [blame] | 11232 | if (SUPPORTS_INTEGRATED_DP(dev) && |
Imre Deak | e7281ea | 2013-05-08 13:14:08 +0300 | [diff] [blame] | 11233 | (I915_READ(DP_D) & DP_DETECTED)) |
Paulo Zanoni | ab9d7c3 | 2012-07-17 17:53:45 -0300 | [diff] [blame] | 11234 | intel_dp_init(dev, DP_D, PORT_D); |
Eric Anholt | bad720f | 2009-10-22 16:11:14 -0700 | [diff] [blame] | 11235 | } else if (IS_GEN2(dev)) |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11236 | intel_dvo_init(dev); |
| 11237 | |
Zhenyu Wang | 103a196 | 2009-11-27 11:44:36 +0800 | [diff] [blame] | 11238 | if (SUPPORTS_TV(dev)) |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11239 | intel_tv_init(dev); |
| 11240 | |
Chris Wilson | 4ef69c7 | 2010-09-09 15:14:28 +0100 | [diff] [blame] | 11241 | list_for_each_entry(encoder, &dev->mode_config.encoder_list, base.head) { |
| 11242 | encoder->base.possible_crtcs = encoder->crtc_mask; |
| 11243 | encoder->base.possible_clones = |
Daniel Vetter | 66a9278 | 2012-07-12 20:08:18 +0200 | [diff] [blame] | 11244 | intel_encoder_clones(encoder); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11245 | } |
Chris Wilson | 47356eb | 2011-01-11 17:06:04 +0000 | [diff] [blame] | 11246 | |
Paulo Zanoni | dde86e2 | 2012-12-01 12:04:25 -0200 | [diff] [blame] | 11247 | intel_init_pch_refclk(dev); |
Daniel Vetter | 270b304 | 2012-10-27 15:52:05 +0200 | [diff] [blame] | 11248 | |
| 11249 | drm_helper_move_panel_connectors_to_head(dev); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11250 | } |
| 11251 | |
| 11252 | static void intel_user_framebuffer_destroy(struct drm_framebuffer *fb) |
| 11253 | { |
| 11254 | struct intel_framebuffer *intel_fb = to_intel_framebuffer(fb); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11255 | |
Daniel Vetter | ef2d633 | 2014-02-10 18:00:38 +0100 | [diff] [blame] | 11256 | drm_framebuffer_cleanup(fb); |
| 11257 | WARN_ON(!intel_fb->obj->framebuffer_references--); |
| 11258 | drm_gem_object_unreference_unlocked(&intel_fb->obj->base); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11259 | kfree(intel_fb); |
| 11260 | } |
| 11261 | |
| 11262 | static int intel_user_framebuffer_create_handle(struct drm_framebuffer *fb, |
Chris Wilson | 05394f3 | 2010-11-08 19:18:58 +0000 | [diff] [blame] | 11263 | struct drm_file *file, |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11264 | unsigned int *handle) |
| 11265 | { |
| 11266 | struct intel_framebuffer *intel_fb = to_intel_framebuffer(fb); |
Chris Wilson | 05394f3 | 2010-11-08 19:18:58 +0000 | [diff] [blame] | 11267 | struct drm_i915_gem_object *obj = intel_fb->obj; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11268 | |
Chris Wilson | 05394f3 | 2010-11-08 19:18:58 +0000 | [diff] [blame] | 11269 | return drm_gem_handle_create(file, &obj->base, handle); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11270 | } |
| 11271 | |
| 11272 | static const struct drm_framebuffer_funcs intel_fb_funcs = { |
| 11273 | .destroy = intel_user_framebuffer_destroy, |
| 11274 | .create_handle = intel_user_framebuffer_create_handle, |
| 11275 | }; |
| 11276 | |
Daniel Vetter | b5ea642 | 2014-03-02 21:18:00 +0100 | [diff] [blame] | 11277 | static int intel_framebuffer_init(struct drm_device *dev, |
| 11278 | struct intel_framebuffer *intel_fb, |
| 11279 | struct drm_mode_fb_cmd2 *mode_cmd, |
| 11280 | struct drm_i915_gem_object *obj) |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11281 | { |
Jesse Barnes | a57ce0b | 2014-02-07 12:10:35 -0800 | [diff] [blame] | 11282 | int aligned_height; |
Chris Wilson | a35cdaa | 2013-06-25 17:26:45 +0100 | [diff] [blame] | 11283 | int pitch_limit; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11284 | int ret; |
| 11285 | |
Daniel Vetter | dd4916c | 2013-10-09 21:23:51 +0200 | [diff] [blame] | 11286 | WARN_ON(!mutex_is_locked(&dev->struct_mutex)); |
| 11287 | |
Chris Wilson | c16ed4b | 2012-12-18 22:13:14 +0000 | [diff] [blame] | 11288 | if (obj->tiling_mode == I915_TILING_Y) { |
| 11289 | DRM_DEBUG("hardware does not support tiling Y\n"); |
Chris Wilson | 57cd650 | 2010-08-08 12:34:44 +0100 | [diff] [blame] | 11290 | return -EINVAL; |
Chris Wilson | c16ed4b | 2012-12-18 22:13:14 +0000 | [diff] [blame] | 11291 | } |
Chris Wilson | 57cd650 | 2010-08-08 12:34:44 +0100 | [diff] [blame] | 11292 | |
Chris Wilson | c16ed4b | 2012-12-18 22:13:14 +0000 | [diff] [blame] | 11293 | if (mode_cmd->pitches[0] & 63) { |
| 11294 | DRM_DEBUG("pitch (%d) must be at least 64 byte aligned\n", |
| 11295 | mode_cmd->pitches[0]); |
Chris Wilson | 57cd650 | 2010-08-08 12:34:44 +0100 | [diff] [blame] | 11296 | return -EINVAL; |
Chris Wilson | c16ed4b | 2012-12-18 22:13:14 +0000 | [diff] [blame] | 11297 | } |
Chris Wilson | 57cd650 | 2010-08-08 12:34:44 +0100 | [diff] [blame] | 11298 | |
Chris Wilson | a35cdaa | 2013-06-25 17:26:45 +0100 | [diff] [blame] | 11299 | if (INTEL_INFO(dev)->gen >= 5 && !IS_VALLEYVIEW(dev)) { |
| 11300 | pitch_limit = 32*1024; |
| 11301 | } else if (INTEL_INFO(dev)->gen >= 4) { |
| 11302 | if (obj->tiling_mode) |
| 11303 | pitch_limit = 16*1024; |
| 11304 | else |
| 11305 | pitch_limit = 32*1024; |
| 11306 | } else if (INTEL_INFO(dev)->gen >= 3) { |
| 11307 | if (obj->tiling_mode) |
| 11308 | pitch_limit = 8*1024; |
| 11309 | else |
| 11310 | pitch_limit = 16*1024; |
| 11311 | } else |
| 11312 | /* XXX DSPC is limited to 4k tiled */ |
| 11313 | pitch_limit = 8*1024; |
| 11314 | |
| 11315 | if (mode_cmd->pitches[0] > pitch_limit) { |
| 11316 | DRM_DEBUG("%s pitch (%d) must be at less than %d\n", |
| 11317 | obj->tiling_mode ? "tiled" : "linear", |
| 11318 | mode_cmd->pitches[0], pitch_limit); |
Ville Syrjälä | 5d7bd70 | 2012-10-31 17:50:18 +0200 | [diff] [blame] | 11319 | return -EINVAL; |
Chris Wilson | c16ed4b | 2012-12-18 22:13:14 +0000 | [diff] [blame] | 11320 | } |
Ville Syrjälä | 5d7bd70 | 2012-10-31 17:50:18 +0200 | [diff] [blame] | 11321 | |
| 11322 | if (obj->tiling_mode != I915_TILING_NONE && |
Chris Wilson | c16ed4b | 2012-12-18 22:13:14 +0000 | [diff] [blame] | 11323 | mode_cmd->pitches[0] != obj->stride) { |
| 11324 | DRM_DEBUG("pitch (%d) must match tiling stride (%d)\n", |
| 11325 | mode_cmd->pitches[0], obj->stride); |
Ville Syrjälä | 5d7bd70 | 2012-10-31 17:50:18 +0200 | [diff] [blame] | 11326 | return -EINVAL; |
Chris Wilson | c16ed4b | 2012-12-18 22:13:14 +0000 | [diff] [blame] | 11327 | } |
Ville Syrjälä | 5d7bd70 | 2012-10-31 17:50:18 +0200 | [diff] [blame] | 11328 | |
Ville Syrjälä | 57779d0 | 2012-10-31 17:50:14 +0200 | [diff] [blame] | 11329 | /* Reject formats not supported by any plane early. */ |
Jesse Barnes | 308e5bc | 2011-11-14 14:51:28 -0800 | [diff] [blame] | 11330 | switch (mode_cmd->pixel_format) { |
Ville Syrjälä | 57779d0 | 2012-10-31 17:50:14 +0200 | [diff] [blame] | 11331 | case DRM_FORMAT_C8: |
Ville Syrjälä | 04b3924 | 2011-11-17 18:05:13 +0200 | [diff] [blame] | 11332 | case DRM_FORMAT_RGB565: |
| 11333 | case DRM_FORMAT_XRGB8888: |
| 11334 | case DRM_FORMAT_ARGB8888: |
Ville Syrjälä | 57779d0 | 2012-10-31 17:50:14 +0200 | [diff] [blame] | 11335 | break; |
| 11336 | case DRM_FORMAT_XRGB1555: |
| 11337 | case DRM_FORMAT_ARGB1555: |
Chris Wilson | c16ed4b | 2012-12-18 22:13:14 +0000 | [diff] [blame] | 11338 | if (INTEL_INFO(dev)->gen > 3) { |
Ville Syrjälä | 4ee62c7 | 2013-06-07 15:43:05 +0000 | [diff] [blame] | 11339 | DRM_DEBUG("unsupported pixel format: %s\n", |
| 11340 | drm_get_format_name(mode_cmd->pixel_format)); |
Ville Syrjälä | 57779d0 | 2012-10-31 17:50:14 +0200 | [diff] [blame] | 11341 | return -EINVAL; |
Chris Wilson | c16ed4b | 2012-12-18 22:13:14 +0000 | [diff] [blame] | 11342 | } |
Ville Syrjälä | 57779d0 | 2012-10-31 17:50:14 +0200 | [diff] [blame] | 11343 | break; |
| 11344 | case DRM_FORMAT_XBGR8888: |
| 11345 | case DRM_FORMAT_ABGR8888: |
Ville Syrjälä | 04b3924 | 2011-11-17 18:05:13 +0200 | [diff] [blame] | 11346 | case DRM_FORMAT_XRGB2101010: |
| 11347 | case DRM_FORMAT_ARGB2101010: |
Ville Syrjälä | 57779d0 | 2012-10-31 17:50:14 +0200 | [diff] [blame] | 11348 | case DRM_FORMAT_XBGR2101010: |
| 11349 | case DRM_FORMAT_ABGR2101010: |
Chris Wilson | c16ed4b | 2012-12-18 22:13:14 +0000 | [diff] [blame] | 11350 | if (INTEL_INFO(dev)->gen < 4) { |
Ville Syrjälä | 4ee62c7 | 2013-06-07 15:43:05 +0000 | [diff] [blame] | 11351 | DRM_DEBUG("unsupported pixel format: %s\n", |
| 11352 | drm_get_format_name(mode_cmd->pixel_format)); |
Ville Syrjälä | 57779d0 | 2012-10-31 17:50:14 +0200 | [diff] [blame] | 11353 | return -EINVAL; |
Chris Wilson | c16ed4b | 2012-12-18 22:13:14 +0000 | [diff] [blame] | 11354 | } |
Jesse Barnes | b562674 | 2011-06-24 12:19:27 -0700 | [diff] [blame] | 11355 | break; |
Ville Syrjälä | 04b3924 | 2011-11-17 18:05:13 +0200 | [diff] [blame] | 11356 | case DRM_FORMAT_YUYV: |
| 11357 | case DRM_FORMAT_UYVY: |
| 11358 | case DRM_FORMAT_YVYU: |
| 11359 | case DRM_FORMAT_VYUY: |
Chris Wilson | c16ed4b | 2012-12-18 22:13:14 +0000 | [diff] [blame] | 11360 | if (INTEL_INFO(dev)->gen < 5) { |
Ville Syrjälä | 4ee62c7 | 2013-06-07 15:43:05 +0000 | [diff] [blame] | 11361 | DRM_DEBUG("unsupported pixel format: %s\n", |
| 11362 | drm_get_format_name(mode_cmd->pixel_format)); |
Ville Syrjälä | 57779d0 | 2012-10-31 17:50:14 +0200 | [diff] [blame] | 11363 | return -EINVAL; |
Chris Wilson | c16ed4b | 2012-12-18 22:13:14 +0000 | [diff] [blame] | 11364 | } |
Chris Wilson | 57cd650 | 2010-08-08 12:34:44 +0100 | [diff] [blame] | 11365 | break; |
| 11366 | default: |
Ville Syrjälä | 4ee62c7 | 2013-06-07 15:43:05 +0000 | [diff] [blame] | 11367 | DRM_DEBUG("unsupported pixel format: %s\n", |
| 11368 | drm_get_format_name(mode_cmd->pixel_format)); |
Chris Wilson | 57cd650 | 2010-08-08 12:34:44 +0100 | [diff] [blame] | 11369 | return -EINVAL; |
| 11370 | } |
| 11371 | |
Ville Syrjälä | 90f9a33 | 2012-10-31 17:50:19 +0200 | [diff] [blame] | 11372 | /* FIXME need to adjust LINOFF/TILEOFF accordingly. */ |
| 11373 | if (mode_cmd->offsets[0] != 0) |
| 11374 | return -EINVAL; |
| 11375 | |
Jesse Barnes | a57ce0b | 2014-02-07 12:10:35 -0800 | [diff] [blame] | 11376 | aligned_height = intel_align_height(dev, mode_cmd->height, |
| 11377 | obj->tiling_mode); |
Daniel Vetter | 53155c0 | 2013-10-09 21:55:33 +0200 | [diff] [blame] | 11378 | /* FIXME drm helper for size checks (especially planar formats)? */ |
| 11379 | if (obj->base.size < aligned_height * mode_cmd->pitches[0]) |
| 11380 | return -EINVAL; |
| 11381 | |
Daniel Vetter | c7d73f6 | 2012-12-13 23:38:38 +0100 | [diff] [blame] | 11382 | drm_helper_mode_fill_fb_struct(&intel_fb->base, mode_cmd); |
| 11383 | intel_fb->obj = obj; |
Daniel Vetter | 80075d4 | 2013-10-09 21:23:52 +0200 | [diff] [blame] | 11384 | intel_fb->obj->framebuffer_references++; |
Daniel Vetter | c7d73f6 | 2012-12-13 23:38:38 +0100 | [diff] [blame] | 11385 | |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11386 | ret = drm_framebuffer_init(dev, &intel_fb->base, &intel_fb_funcs); |
| 11387 | if (ret) { |
| 11388 | DRM_ERROR("framebuffer init failed %d\n", ret); |
| 11389 | return ret; |
| 11390 | } |
| 11391 | |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11392 | return 0; |
| 11393 | } |
| 11394 | |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11395 | static struct drm_framebuffer * |
| 11396 | intel_user_framebuffer_create(struct drm_device *dev, |
| 11397 | struct drm_file *filp, |
Jesse Barnes | 308e5bc | 2011-11-14 14:51:28 -0800 | [diff] [blame] | 11398 | struct drm_mode_fb_cmd2 *mode_cmd) |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11399 | { |
Chris Wilson | 05394f3 | 2010-11-08 19:18:58 +0000 | [diff] [blame] | 11400 | struct drm_i915_gem_object *obj; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11401 | |
Jesse Barnes | 308e5bc | 2011-11-14 14:51:28 -0800 | [diff] [blame] | 11402 | obj = to_intel_bo(drm_gem_object_lookup(dev, filp, |
| 11403 | mode_cmd->handles[0])); |
Chris Wilson | c872522 | 2011-02-19 11:31:06 +0000 | [diff] [blame] | 11404 | if (&obj->base == NULL) |
Chris Wilson | cce13ff | 2010-08-08 13:36:38 +0100 | [diff] [blame] | 11405 | return ERR_PTR(-ENOENT); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11406 | |
Chris Wilson | d2dff87 | 2011-04-19 08:36:26 +0100 | [diff] [blame] | 11407 | return intel_framebuffer_create(dev, mode_cmd, obj); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11408 | } |
| 11409 | |
Daniel Vetter | 4520f53 | 2013-10-09 09:18:51 +0200 | [diff] [blame] | 11410 | #ifndef CONFIG_DRM_I915_FBDEV |
Daniel Vetter | 0632fef | 2013-10-08 17:44:49 +0200 | [diff] [blame] | 11411 | static inline void intel_fbdev_output_poll_changed(struct drm_device *dev) |
Daniel Vetter | 4520f53 | 2013-10-09 09:18:51 +0200 | [diff] [blame] | 11412 | { |
| 11413 | } |
| 11414 | #endif |
| 11415 | |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11416 | static const struct drm_mode_config_funcs intel_mode_funcs = { |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11417 | .fb_create = intel_user_framebuffer_create, |
Daniel Vetter | 0632fef | 2013-10-08 17:44:49 +0200 | [diff] [blame] | 11418 | .output_poll_changed = intel_fbdev_output_poll_changed, |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11419 | }; |
| 11420 | |
Jesse Barnes | e70236a | 2009-09-21 10:42:27 -0700 | [diff] [blame] | 11421 | /* Set up chip specific display functions */ |
| 11422 | static void intel_init_display(struct drm_device *dev) |
| 11423 | { |
| 11424 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 11425 | |
Daniel Vetter | ee9300b | 2013-06-03 22:40:22 +0200 | [diff] [blame] | 11426 | if (HAS_PCH_SPLIT(dev) || IS_G4X(dev)) |
| 11427 | dev_priv->display.find_dpll = g4x_find_best_dpll; |
Chon Ming Lee | ef9348c | 2014-04-09 13:28:18 +0300 | [diff] [blame] | 11428 | else if (IS_CHERRYVIEW(dev)) |
| 11429 | dev_priv->display.find_dpll = chv_find_best_dpll; |
Daniel Vetter | ee9300b | 2013-06-03 22:40:22 +0200 | [diff] [blame] | 11430 | else if (IS_VALLEYVIEW(dev)) |
| 11431 | dev_priv->display.find_dpll = vlv_find_best_dpll; |
| 11432 | else if (IS_PINEVIEW(dev)) |
| 11433 | dev_priv->display.find_dpll = pnv_find_best_dpll; |
| 11434 | else |
| 11435 | dev_priv->display.find_dpll = i9xx_find_best_dpll; |
| 11436 | |
Paulo Zanoni | affa935 | 2012-11-23 15:30:39 -0200 | [diff] [blame] | 11437 | if (HAS_DDI(dev)) { |
Daniel Vetter | 0e8ffe1 | 2013-03-28 10:42:00 +0100 | [diff] [blame] | 11438 | dev_priv->display.get_pipe_config = haswell_get_pipe_config; |
Jesse Barnes | 4c6baa5 | 2014-03-07 08:57:50 -0800 | [diff] [blame] | 11439 | dev_priv->display.get_plane_config = ironlake_get_plane_config; |
Paulo Zanoni | 09b4ddf | 2012-10-05 12:05:55 -0300 | [diff] [blame] | 11440 | dev_priv->display.crtc_mode_set = haswell_crtc_mode_set; |
Paulo Zanoni | 4f771f1 | 2012-10-23 18:29:51 -0200 | [diff] [blame] | 11441 | dev_priv->display.crtc_enable = haswell_crtc_enable; |
| 11442 | dev_priv->display.crtc_disable = haswell_crtc_disable; |
Paulo Zanoni | 6441ab5 | 2012-10-05 12:05:58 -0300 | [diff] [blame] | 11443 | dev_priv->display.off = haswell_crtc_off; |
Matt Roper | 262ca2b | 2014-03-18 17:22:55 -0700 | [diff] [blame] | 11444 | dev_priv->display.update_primary_plane = |
| 11445 | ironlake_update_primary_plane; |
Paulo Zanoni | 09b4ddf | 2012-10-05 12:05:55 -0300 | [diff] [blame] | 11446 | } else if (HAS_PCH_SPLIT(dev)) { |
Daniel Vetter | 0e8ffe1 | 2013-03-28 10:42:00 +0100 | [diff] [blame] | 11447 | dev_priv->display.get_pipe_config = ironlake_get_pipe_config; |
Jesse Barnes | 4c6baa5 | 2014-03-07 08:57:50 -0800 | [diff] [blame] | 11448 | dev_priv->display.get_plane_config = ironlake_get_plane_config; |
Eric Anholt | f564048e | 2011-03-30 13:01:02 -0700 | [diff] [blame] | 11449 | dev_priv->display.crtc_mode_set = ironlake_crtc_mode_set; |
Daniel Vetter | 76e5a89 | 2012-06-29 22:39:33 +0200 | [diff] [blame] | 11450 | dev_priv->display.crtc_enable = ironlake_crtc_enable; |
| 11451 | dev_priv->display.crtc_disable = ironlake_crtc_disable; |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 11452 | dev_priv->display.off = ironlake_crtc_off; |
Matt Roper | 262ca2b | 2014-03-18 17:22:55 -0700 | [diff] [blame] | 11453 | dev_priv->display.update_primary_plane = |
| 11454 | ironlake_update_primary_plane; |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 11455 | } else if (IS_VALLEYVIEW(dev)) { |
| 11456 | dev_priv->display.get_pipe_config = i9xx_get_pipe_config; |
Jesse Barnes | 1ad292b | 2014-03-07 08:57:49 -0800 | [diff] [blame] | 11457 | dev_priv->display.get_plane_config = i9xx_get_plane_config; |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 11458 | dev_priv->display.crtc_mode_set = i9xx_crtc_mode_set; |
| 11459 | dev_priv->display.crtc_enable = valleyview_crtc_enable; |
| 11460 | dev_priv->display.crtc_disable = i9xx_crtc_disable; |
| 11461 | dev_priv->display.off = i9xx_crtc_off; |
Matt Roper | 262ca2b | 2014-03-18 17:22:55 -0700 | [diff] [blame] | 11462 | dev_priv->display.update_primary_plane = |
| 11463 | i9xx_update_primary_plane; |
Eric Anholt | f564048e | 2011-03-30 13:01:02 -0700 | [diff] [blame] | 11464 | } else { |
Daniel Vetter | 0e8ffe1 | 2013-03-28 10:42:00 +0100 | [diff] [blame] | 11465 | dev_priv->display.get_pipe_config = i9xx_get_pipe_config; |
Jesse Barnes | 1ad292b | 2014-03-07 08:57:49 -0800 | [diff] [blame] | 11466 | dev_priv->display.get_plane_config = i9xx_get_plane_config; |
Eric Anholt | f564048e | 2011-03-30 13:01:02 -0700 | [diff] [blame] | 11467 | dev_priv->display.crtc_mode_set = i9xx_crtc_mode_set; |
Daniel Vetter | 76e5a89 | 2012-06-29 22:39:33 +0200 | [diff] [blame] | 11468 | dev_priv->display.crtc_enable = i9xx_crtc_enable; |
| 11469 | dev_priv->display.crtc_disable = i9xx_crtc_disable; |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 11470 | dev_priv->display.off = i9xx_crtc_off; |
Matt Roper | 262ca2b | 2014-03-18 17:22:55 -0700 | [diff] [blame] | 11471 | dev_priv->display.update_primary_plane = |
| 11472 | i9xx_update_primary_plane; |
Eric Anholt | f564048e | 2011-03-30 13:01:02 -0700 | [diff] [blame] | 11473 | } |
Jesse Barnes | e70236a | 2009-09-21 10:42:27 -0700 | [diff] [blame] | 11474 | |
Jesse Barnes | e70236a | 2009-09-21 10:42:27 -0700 | [diff] [blame] | 11475 | /* Returns the core display clock speed */ |
Jesse Barnes | 25eb05fc | 2012-03-28 13:39:23 -0700 | [diff] [blame] | 11476 | if (IS_VALLEYVIEW(dev)) |
| 11477 | dev_priv->display.get_display_clock_speed = |
| 11478 | valleyview_get_display_clock_speed; |
| 11479 | else if (IS_I945G(dev) || (IS_G33(dev) && !IS_PINEVIEW_M(dev))) |
Jesse Barnes | e70236a | 2009-09-21 10:42:27 -0700 | [diff] [blame] | 11480 | dev_priv->display.get_display_clock_speed = |
| 11481 | i945_get_display_clock_speed; |
| 11482 | else if (IS_I915G(dev)) |
| 11483 | dev_priv->display.get_display_clock_speed = |
| 11484 | i915_get_display_clock_speed; |
Daniel Vetter | 257a7ff | 2013-07-26 08:35:42 +0200 | [diff] [blame] | 11485 | else if (IS_I945GM(dev) || IS_845G(dev)) |
Jesse Barnes | e70236a | 2009-09-21 10:42:27 -0700 | [diff] [blame] | 11486 | dev_priv->display.get_display_clock_speed = |
| 11487 | i9xx_misc_get_display_clock_speed; |
Daniel Vetter | 257a7ff | 2013-07-26 08:35:42 +0200 | [diff] [blame] | 11488 | else if (IS_PINEVIEW(dev)) |
| 11489 | dev_priv->display.get_display_clock_speed = |
| 11490 | pnv_get_display_clock_speed; |
Jesse Barnes | e70236a | 2009-09-21 10:42:27 -0700 | [diff] [blame] | 11491 | else if (IS_I915GM(dev)) |
| 11492 | dev_priv->display.get_display_clock_speed = |
| 11493 | i915gm_get_display_clock_speed; |
| 11494 | else if (IS_I865G(dev)) |
| 11495 | dev_priv->display.get_display_clock_speed = |
| 11496 | i865_get_display_clock_speed; |
Daniel Vetter | f0f8a9c | 2009-09-15 22:57:33 +0200 | [diff] [blame] | 11497 | else if (IS_I85X(dev)) |
Jesse Barnes | e70236a | 2009-09-21 10:42:27 -0700 | [diff] [blame] | 11498 | dev_priv->display.get_display_clock_speed = |
| 11499 | i855_get_display_clock_speed; |
| 11500 | else /* 852, 830 */ |
| 11501 | dev_priv->display.get_display_clock_speed = |
| 11502 | i830_get_display_clock_speed; |
| 11503 | |
Zhenyu Wang | 7f8a856 | 2010-04-01 13:07:53 +0800 | [diff] [blame] | 11504 | if (HAS_PCH_SPLIT(dev)) { |
Chris Wilson | f00a3dd | 2010-10-21 14:57:17 +0100 | [diff] [blame] | 11505 | if (IS_GEN5(dev)) { |
Jesse Barnes | 674cf96 | 2011-04-28 14:27:04 -0700 | [diff] [blame] | 11506 | dev_priv->display.fdi_link_train = ironlake_fdi_link_train; |
Wu Fengguang | e0dac65 | 2011-09-05 14:25:34 +0800 | [diff] [blame] | 11507 | dev_priv->display.write_eld = ironlake_write_eld; |
Yuanhan Liu | 1398261 | 2010-12-15 15:42:31 +0800 | [diff] [blame] | 11508 | } else if (IS_GEN6(dev)) { |
Jesse Barnes | 674cf96 | 2011-04-28 14:27:04 -0700 | [diff] [blame] | 11509 | dev_priv->display.fdi_link_train = gen6_fdi_link_train; |
Wu Fengguang | e0dac65 | 2011-09-05 14:25:34 +0800 | [diff] [blame] | 11510 | dev_priv->display.write_eld = ironlake_write_eld; |
Paulo Zanoni | 9a952a0 | 2014-03-07 20:12:34 -0300 | [diff] [blame] | 11511 | dev_priv->display.modeset_global_resources = |
| 11512 | snb_modeset_global_resources; |
Jesse Barnes | 357555c | 2011-04-28 15:09:55 -0700 | [diff] [blame] | 11513 | } else if (IS_IVYBRIDGE(dev)) { |
| 11514 | /* FIXME: detect B0+ stepping and use auto training */ |
| 11515 | dev_priv->display.fdi_link_train = ivb_manual_fdi_link_train; |
Wu Fengguang | e0dac65 | 2011-09-05 14:25:34 +0800 | [diff] [blame] | 11516 | dev_priv->display.write_eld = ironlake_write_eld; |
Daniel Vetter | 01a415f | 2012-10-27 15:58:40 +0200 | [diff] [blame] | 11517 | dev_priv->display.modeset_global_resources = |
| 11518 | ivb_modeset_global_resources; |
Ben Widawsky | 4e0bbc3 | 2013-11-02 21:07:07 -0700 | [diff] [blame] | 11519 | } else if (IS_HASWELL(dev) || IS_GEN8(dev)) { |
Eugeni Dodonov | c82e4d2 | 2012-05-09 15:37:21 -0300 | [diff] [blame] | 11520 | dev_priv->display.fdi_link_train = hsw_fdi_link_train; |
Wang Xingchao | 83358c85 | 2012-08-16 22:43:37 +0800 | [diff] [blame] | 11521 | dev_priv->display.write_eld = haswell_write_eld; |
Daniel Vetter | d6dd9eb | 2013-01-29 16:35:20 -0200 | [diff] [blame] | 11522 | dev_priv->display.modeset_global_resources = |
| 11523 | haswell_modeset_global_resources; |
Paulo Zanoni | a0e63c2 | 2012-12-06 11:12:39 -0200 | [diff] [blame] | 11524 | } |
Jesse Barnes | 6067aae | 2011-04-28 15:04:31 -0700 | [diff] [blame] | 11525 | } else if (IS_G4X(dev)) { |
Wu Fengguang | e0dac65 | 2011-09-05 14:25:34 +0800 | [diff] [blame] | 11526 | dev_priv->display.write_eld = g4x_write_eld; |
Jesse Barnes | 30a970c | 2013-11-04 13:48:12 -0800 | [diff] [blame] | 11527 | } else if (IS_VALLEYVIEW(dev)) { |
| 11528 | dev_priv->display.modeset_global_resources = |
| 11529 | valleyview_modeset_global_resources; |
Mengdong Lin | 9ca2fe7 | 2013-11-01 00:17:03 -0400 | [diff] [blame] | 11530 | dev_priv->display.write_eld = ironlake_write_eld; |
Jesse Barnes | e70236a | 2009-09-21 10:42:27 -0700 | [diff] [blame] | 11531 | } |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 11532 | |
| 11533 | /* Default just returns -ENODEV to indicate unsupported */ |
| 11534 | dev_priv->display.queue_flip = intel_default_queue_flip; |
| 11535 | |
| 11536 | switch (INTEL_INFO(dev)->gen) { |
| 11537 | case 2: |
| 11538 | dev_priv->display.queue_flip = intel_gen2_queue_flip; |
| 11539 | break; |
| 11540 | |
| 11541 | case 3: |
| 11542 | dev_priv->display.queue_flip = intel_gen3_queue_flip; |
| 11543 | break; |
| 11544 | |
| 11545 | case 4: |
| 11546 | case 5: |
| 11547 | dev_priv->display.queue_flip = intel_gen4_queue_flip; |
| 11548 | break; |
| 11549 | |
| 11550 | case 6: |
| 11551 | dev_priv->display.queue_flip = intel_gen6_queue_flip; |
| 11552 | break; |
Jesse Barnes | 7c9017e | 2011-06-16 12:18:54 -0700 | [diff] [blame] | 11553 | case 7: |
Ben Widawsky | 4e0bbc3 | 2013-11-02 21:07:07 -0700 | [diff] [blame] | 11554 | case 8: /* FIXME(BDW): Check that the gen8 RCS flip works. */ |
Jesse Barnes | 7c9017e | 2011-06-16 12:18:54 -0700 | [diff] [blame] | 11555 | dev_priv->display.queue_flip = intel_gen7_queue_flip; |
| 11556 | break; |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 11557 | } |
Jani Nikula | 7bd688c | 2013-11-08 16:48:56 +0200 | [diff] [blame] | 11558 | |
| 11559 | intel_panel_init_backlight_funcs(dev); |
Jesse Barnes | e70236a | 2009-09-21 10:42:27 -0700 | [diff] [blame] | 11560 | } |
| 11561 | |
Jesse Barnes | b690e96 | 2010-07-19 13:53:12 -0700 | [diff] [blame] | 11562 | /* |
| 11563 | * Some BIOSes insist on assuming the GPU's pipe A is enabled at suspend, |
| 11564 | * resume, or other times. This quirk makes sure that's the case for |
| 11565 | * affected systems. |
| 11566 | */ |
Akshay Joshi | 0206e35 | 2011-08-16 15:34:10 -0400 | [diff] [blame] | 11567 | static void quirk_pipea_force(struct drm_device *dev) |
Jesse Barnes | b690e96 | 2010-07-19 13:53:12 -0700 | [diff] [blame] | 11568 | { |
| 11569 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 11570 | |
| 11571 | dev_priv->quirks |= QUIRK_PIPEA_FORCE; |
Daniel Vetter | bc0daf4 | 2012-04-01 13:16:49 +0200 | [diff] [blame] | 11572 | DRM_INFO("applying pipe a force quirk\n"); |
Jesse Barnes | b690e96 | 2010-07-19 13:53:12 -0700 | [diff] [blame] | 11573 | } |
| 11574 | |
Keith Packard | 435793d | 2011-07-12 14:56:22 -0700 | [diff] [blame] | 11575 | /* |
| 11576 | * Some machines (Lenovo U160) do not work with SSC on LVDS for some reason |
| 11577 | */ |
| 11578 | static void quirk_ssc_force_disable(struct drm_device *dev) |
| 11579 | { |
| 11580 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 11581 | dev_priv->quirks |= QUIRK_LVDS_SSC_DISABLE; |
Daniel Vetter | bc0daf4 | 2012-04-01 13:16:49 +0200 | [diff] [blame] | 11582 | DRM_INFO("applying lvds SSC disable quirk\n"); |
Keith Packard | 435793d | 2011-07-12 14:56:22 -0700 | [diff] [blame] | 11583 | } |
| 11584 | |
Carsten Emde | 4dca20e | 2012-03-15 15:56:26 +0100 | [diff] [blame] | 11585 | /* |
Carsten Emde | 5a15ab5 | 2012-03-15 15:56:27 +0100 | [diff] [blame] | 11586 | * A machine (e.g. Acer Aspire 5734Z) may need to invert the panel backlight |
| 11587 | * brightness value |
Carsten Emde | 4dca20e | 2012-03-15 15:56:26 +0100 | [diff] [blame] | 11588 | */ |
| 11589 | static void quirk_invert_brightness(struct drm_device *dev) |
| 11590 | { |
| 11591 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 11592 | dev_priv->quirks |= QUIRK_INVERT_BRIGHTNESS; |
Daniel Vetter | bc0daf4 | 2012-04-01 13:16:49 +0200 | [diff] [blame] | 11593 | DRM_INFO("applying inverted panel brightness quirk\n"); |
Jesse Barnes | b690e96 | 2010-07-19 13:53:12 -0700 | [diff] [blame] | 11594 | } |
| 11595 | |
| 11596 | struct intel_quirk { |
| 11597 | int device; |
| 11598 | int subsystem_vendor; |
| 11599 | int subsystem_device; |
| 11600 | void (*hook)(struct drm_device *dev); |
| 11601 | }; |
| 11602 | |
Egbert Eich | 5f85f176 | 2012-10-14 15:46:38 +0200 | [diff] [blame] | 11603 | /* For systems that don't have a meaningful PCI subdevice/subvendor ID */ |
| 11604 | struct intel_dmi_quirk { |
| 11605 | void (*hook)(struct drm_device *dev); |
| 11606 | const struct dmi_system_id (*dmi_id_list)[]; |
| 11607 | }; |
| 11608 | |
| 11609 | static int intel_dmi_reverse_brightness(const struct dmi_system_id *id) |
| 11610 | { |
| 11611 | DRM_INFO("Backlight polarity reversed on %s\n", id->ident); |
| 11612 | return 1; |
| 11613 | } |
| 11614 | |
| 11615 | static const struct intel_dmi_quirk intel_dmi_quirks[] = { |
| 11616 | { |
| 11617 | .dmi_id_list = &(const struct dmi_system_id[]) { |
| 11618 | { |
| 11619 | .callback = intel_dmi_reverse_brightness, |
| 11620 | .ident = "NCR Corporation", |
| 11621 | .matches = {DMI_MATCH(DMI_SYS_VENDOR, "NCR Corporation"), |
| 11622 | DMI_MATCH(DMI_PRODUCT_NAME, ""), |
| 11623 | }, |
| 11624 | }, |
| 11625 | { } /* terminating entry */ |
| 11626 | }, |
| 11627 | .hook = quirk_invert_brightness, |
| 11628 | }, |
| 11629 | }; |
| 11630 | |
Ben Widawsky | c43b563 | 2012-04-16 14:07:40 -0700 | [diff] [blame] | 11631 | static struct intel_quirk intel_quirks[] = { |
Jesse Barnes | b690e96 | 2010-07-19 13:53:12 -0700 | [diff] [blame] | 11632 | /* HP Mini needs pipe A force quirk (LP: #322104) */ |
Akshay Joshi | 0206e35 | 2011-08-16 15:34:10 -0400 | [diff] [blame] | 11633 | { 0x27ae, 0x103c, 0x361a, quirk_pipea_force }, |
Jesse Barnes | b690e96 | 2010-07-19 13:53:12 -0700 | [diff] [blame] | 11634 | |
Jesse Barnes | b690e96 | 2010-07-19 13:53:12 -0700 | [diff] [blame] | 11635 | /* Toshiba Protege R-205, S-209 needs pipe A force quirk */ |
| 11636 | { 0x2592, 0x1179, 0x0001, quirk_pipea_force }, |
| 11637 | |
Jesse Barnes | b690e96 | 2010-07-19 13:53:12 -0700 | [diff] [blame] | 11638 | /* ThinkPad T60 needs pipe A force quirk (bug #16494) */ |
| 11639 | { 0x2782, 0x17aa, 0x201a, quirk_pipea_force }, |
| 11640 | |
Keith Packard | 435793d | 2011-07-12 14:56:22 -0700 | [diff] [blame] | 11641 | /* Lenovo U160 cannot use SSC on LVDS */ |
| 11642 | { 0x0046, 0x17aa, 0x3920, quirk_ssc_force_disable }, |
Michel Alexandre Salim | 070d329 | 2011-07-28 18:52:06 +0200 | [diff] [blame] | 11643 | |
| 11644 | /* Sony Vaio Y cannot use SSC on LVDS */ |
| 11645 | { 0x0046, 0x104d, 0x9076, quirk_ssc_force_disable }, |
Carsten Emde | 5a15ab5 | 2012-03-15 15:56:27 +0100 | [diff] [blame] | 11646 | |
Alexander van Heukelum | be505f6 | 2013-12-28 21:00:39 +0100 | [diff] [blame] | 11647 | /* Acer Aspire 5734Z must invert backlight brightness */ |
| 11648 | { 0x2a42, 0x1025, 0x0459, quirk_invert_brightness }, |
| 11649 | |
| 11650 | /* Acer/eMachines G725 */ |
| 11651 | { 0x2a42, 0x1025, 0x0210, quirk_invert_brightness }, |
| 11652 | |
| 11653 | /* Acer/eMachines e725 */ |
| 11654 | { 0x2a42, 0x1025, 0x0212, quirk_invert_brightness }, |
| 11655 | |
| 11656 | /* Acer/Packard Bell NCL20 */ |
| 11657 | { 0x2a42, 0x1025, 0x034b, quirk_invert_brightness }, |
| 11658 | |
| 11659 | /* Acer Aspire 4736Z */ |
| 11660 | { 0x2a42, 0x1025, 0x0260, quirk_invert_brightness }, |
Jani Nikula | 0f540c3 | 2014-01-13 17:30:34 +0200 | [diff] [blame] | 11661 | |
| 11662 | /* Acer Aspire 5336 */ |
| 11663 | { 0x2a42, 0x1025, 0x048a, quirk_invert_brightness }, |
Jesse Barnes | b690e96 | 2010-07-19 13:53:12 -0700 | [diff] [blame] | 11664 | }; |
| 11665 | |
| 11666 | static void intel_init_quirks(struct drm_device *dev) |
| 11667 | { |
| 11668 | struct pci_dev *d = dev->pdev; |
| 11669 | int i; |
| 11670 | |
| 11671 | for (i = 0; i < ARRAY_SIZE(intel_quirks); i++) { |
| 11672 | struct intel_quirk *q = &intel_quirks[i]; |
| 11673 | |
| 11674 | if (d->device == q->device && |
| 11675 | (d->subsystem_vendor == q->subsystem_vendor || |
| 11676 | q->subsystem_vendor == PCI_ANY_ID) && |
| 11677 | (d->subsystem_device == q->subsystem_device || |
| 11678 | q->subsystem_device == PCI_ANY_ID)) |
| 11679 | q->hook(dev); |
| 11680 | } |
Egbert Eich | 5f85f176 | 2012-10-14 15:46:38 +0200 | [diff] [blame] | 11681 | for (i = 0; i < ARRAY_SIZE(intel_dmi_quirks); i++) { |
| 11682 | if (dmi_check_system(*intel_dmi_quirks[i].dmi_id_list) != 0) |
| 11683 | intel_dmi_quirks[i].hook(dev); |
| 11684 | } |
Jesse Barnes | b690e96 | 2010-07-19 13:53:12 -0700 | [diff] [blame] | 11685 | } |
| 11686 | |
Jesse Barnes | 9cce37f | 2010-08-13 15:11:26 -0700 | [diff] [blame] | 11687 | /* Disable the VGA plane that we never use */ |
| 11688 | static void i915_disable_vga(struct drm_device *dev) |
| 11689 | { |
| 11690 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 11691 | u8 sr1; |
Ville Syrjälä | 766aa1c | 2013-01-25 21:44:46 +0200 | [diff] [blame] | 11692 | u32 vga_reg = i915_vgacntrl_reg(dev); |
Jesse Barnes | 9cce37f | 2010-08-13 15:11:26 -0700 | [diff] [blame] | 11693 | |
Ville Syrjälä | 2b37c61 | 2014-01-22 21:32:38 +0200 | [diff] [blame] | 11694 | /* WaEnableVGAAccessThroughIOPort:ctg,elk,ilk,snb,ivb,vlv,hsw */ |
Jesse Barnes | 9cce37f | 2010-08-13 15:11:26 -0700 | [diff] [blame] | 11695 | vga_get_uninterruptible(dev->pdev, VGA_RSRC_LEGACY_IO); |
Jesse Barnes | 3fdcf43 | 2012-04-06 11:46:27 -0700 | [diff] [blame] | 11696 | outb(SR01, VGA_SR_INDEX); |
Jesse Barnes | 9cce37f | 2010-08-13 15:11:26 -0700 | [diff] [blame] | 11697 | sr1 = inb(VGA_SR_DATA); |
| 11698 | outb(sr1 | 1<<5, VGA_SR_DATA); |
| 11699 | vga_put(dev->pdev, VGA_RSRC_LEGACY_IO); |
| 11700 | udelay(300); |
| 11701 | |
| 11702 | I915_WRITE(vga_reg, VGA_DISP_DISABLE); |
| 11703 | POSTING_READ(vga_reg); |
| 11704 | } |
| 11705 | |
Daniel Vetter | f817586 | 2012-04-10 15:50:11 +0200 | [diff] [blame] | 11706 | void intel_modeset_init_hw(struct drm_device *dev) |
| 11707 | { |
Eugeni Dodonov | a8f78b5 | 2012-06-28 15:55:35 -0300 | [diff] [blame] | 11708 | intel_prepare_ddi(dev); |
| 11709 | |
Daniel Vetter | f817586 | 2012-04-10 15:50:11 +0200 | [diff] [blame] | 11710 | intel_init_clock_gating(dev); |
| 11711 | |
Jesse Barnes | 5382f5f35 | 2013-12-16 16:34:24 -0800 | [diff] [blame] | 11712 | intel_reset_dpio(dev); |
Jesse Barnes | 40e9cf6 | 2013-10-03 11:35:46 -0700 | [diff] [blame] | 11713 | |
Daniel Vetter | 8090c6b | 2012-06-24 16:42:32 +0200 | [diff] [blame] | 11714 | intel_enable_gt_powersave(dev); |
Daniel Vetter | f817586 | 2012-04-10 15:50:11 +0200 | [diff] [blame] | 11715 | } |
| 11716 | |
Imre Deak | 7d708ee | 2013-04-17 14:04:50 +0300 | [diff] [blame] | 11717 | void intel_modeset_suspend_hw(struct drm_device *dev) |
| 11718 | { |
| 11719 | intel_suspend_hw(dev); |
| 11720 | } |
| 11721 | |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11722 | void intel_modeset_init(struct drm_device *dev) |
| 11723 | { |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 11724 | struct drm_i915_private *dev_priv = dev->dev_private; |
Damien Lespiau | 1fe4778 | 2014-03-03 17:31:47 +0000 | [diff] [blame] | 11725 | int sprite, ret; |
Damien Lespiau | 8cc87b7 | 2014-03-03 17:31:44 +0000 | [diff] [blame] | 11726 | enum pipe pipe; |
Jesse Barnes | 46f297f | 2014-03-07 08:57:48 -0800 | [diff] [blame] | 11727 | struct intel_crtc *crtc; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11728 | |
| 11729 | drm_mode_config_init(dev); |
| 11730 | |
| 11731 | dev->mode_config.min_width = 0; |
| 11732 | dev->mode_config.min_height = 0; |
| 11733 | |
Dave Airlie | 019d96c | 2011-09-29 16:20:42 +0100 | [diff] [blame] | 11734 | dev->mode_config.preferred_depth = 24; |
| 11735 | dev->mode_config.prefer_shadow = 1; |
| 11736 | |
Laurent Pinchart | e6ecefa | 2012-05-17 13:27:23 +0200 | [diff] [blame] | 11737 | dev->mode_config.funcs = &intel_mode_funcs; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11738 | |
Jesse Barnes | b690e96 | 2010-07-19 13:53:12 -0700 | [diff] [blame] | 11739 | intel_init_quirks(dev); |
| 11740 | |
Eugeni Dodonov | 1fa6110 | 2012-04-18 15:29:26 -0300 | [diff] [blame] | 11741 | intel_init_pm(dev); |
| 11742 | |
Ben Widawsky | e3c7475 | 2013-04-05 13:12:39 -0700 | [diff] [blame] | 11743 | if (INTEL_INFO(dev)->num_pipes == 0) |
| 11744 | return; |
| 11745 | |
Jesse Barnes | e70236a | 2009-09-21 10:42:27 -0700 | [diff] [blame] | 11746 | intel_init_display(dev); |
| 11747 | |
Chris Wilson | a6c45cf | 2010-09-17 00:32:17 +0100 | [diff] [blame] | 11748 | if (IS_GEN2(dev)) { |
| 11749 | dev->mode_config.max_width = 2048; |
| 11750 | dev->mode_config.max_height = 2048; |
| 11751 | } else if (IS_GEN3(dev)) { |
Keith Packard | 5e4d6fa | 2009-07-12 23:53:17 -0700 | [diff] [blame] | 11752 | dev->mode_config.max_width = 4096; |
| 11753 | dev->mode_config.max_height = 4096; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11754 | } else { |
Chris Wilson | a6c45cf | 2010-09-17 00:32:17 +0100 | [diff] [blame] | 11755 | dev->mode_config.max_width = 8192; |
| 11756 | dev->mode_config.max_height = 8192; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11757 | } |
Damien Lespiau | 068be56 | 2014-03-28 14:17:49 +0000 | [diff] [blame] | 11758 | |
| 11759 | if (IS_GEN2(dev)) { |
| 11760 | dev->mode_config.cursor_width = GEN2_CURSOR_WIDTH; |
| 11761 | dev->mode_config.cursor_height = GEN2_CURSOR_HEIGHT; |
| 11762 | } else { |
| 11763 | dev->mode_config.cursor_width = MAX_CURSOR_WIDTH; |
| 11764 | dev->mode_config.cursor_height = MAX_CURSOR_HEIGHT; |
| 11765 | } |
| 11766 | |
Ben Widawsky | 5d4545a | 2013-01-17 12:45:15 -0800 | [diff] [blame] | 11767 | dev->mode_config.fb_base = dev_priv->gtt.mappable_base; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11768 | |
Zhao Yakui | 28c9773 | 2009-10-09 11:39:41 +0800 | [diff] [blame] | 11769 | DRM_DEBUG_KMS("%d display pipe%s available.\n", |
Ben Widawsky | 7eb552a | 2013-03-13 14:05:41 -0700 | [diff] [blame] | 11770 | INTEL_INFO(dev)->num_pipes, |
| 11771 | INTEL_INFO(dev)->num_pipes > 1 ? "s" : ""); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11772 | |
Damien Lespiau | 8cc87b7 | 2014-03-03 17:31:44 +0000 | [diff] [blame] | 11773 | for_each_pipe(pipe) { |
| 11774 | intel_crtc_init(dev, pipe); |
Damien Lespiau | 1fe4778 | 2014-03-03 17:31:47 +0000 | [diff] [blame] | 11775 | for_each_sprite(pipe, sprite) { |
| 11776 | ret = intel_plane_init(dev, pipe, sprite); |
Jesse Barnes | 7f1f385 | 2013-04-02 11:22:20 -0700 | [diff] [blame] | 11777 | if (ret) |
Ville Syrjälä | 06da8da | 2013-04-17 17:48:51 +0300 | [diff] [blame] | 11778 | DRM_DEBUG_KMS("pipe %c sprite %c init failed: %d\n", |
Damien Lespiau | 1fe4778 | 2014-03-03 17:31:47 +0000 | [diff] [blame] | 11779 | pipe_name(pipe), sprite_name(pipe, sprite), ret); |
Jesse Barnes | 7f1f385 | 2013-04-02 11:22:20 -0700 | [diff] [blame] | 11780 | } |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11781 | } |
| 11782 | |
Jesse Barnes | f42bb70 | 2013-12-16 16:34:23 -0800 | [diff] [blame] | 11783 | intel_init_dpio(dev); |
Jesse Barnes | 5382f5f35 | 2013-12-16 16:34:24 -0800 | [diff] [blame] | 11784 | intel_reset_dpio(dev); |
Jesse Barnes | f42bb70 | 2013-12-16 16:34:23 -0800 | [diff] [blame] | 11785 | |
Paulo Zanoni | 79f689a | 2012-10-05 12:05:52 -0300 | [diff] [blame] | 11786 | intel_cpu_pll_init(dev); |
Daniel Vetter | e72f9fb | 2013-06-05 13:34:06 +0200 | [diff] [blame] | 11787 | intel_shared_dpll_init(dev); |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 11788 | |
Jesse Barnes | 9cce37f | 2010-08-13 15:11:26 -0700 | [diff] [blame] | 11789 | /* Just disable it once at startup */ |
| 11790 | i915_disable_vga(dev); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11791 | intel_setup_outputs(dev); |
Chris Wilson | 11be49e | 2012-11-15 11:32:20 +0000 | [diff] [blame] | 11792 | |
| 11793 | /* Just in case the BIOS is doing something questionable. */ |
| 11794 | intel_disable_fbc(dev); |
Jesse Barnes | fa9fa08 | 2014-02-11 15:28:56 -0800 | [diff] [blame] | 11795 | |
Daniel Vetter | 6e9f798 | 2014-05-29 23:54:47 +0200 | [diff] [blame] | 11796 | drm_modeset_lock_all(dev); |
Jesse Barnes | fa9fa08 | 2014-02-11 15:28:56 -0800 | [diff] [blame] | 11797 | intel_modeset_setup_hw_state(dev, false); |
Daniel Vetter | 6e9f798 | 2014-05-29 23:54:47 +0200 | [diff] [blame] | 11798 | drm_modeset_unlock_all(dev); |
Jesse Barnes | 46f297f | 2014-03-07 08:57:48 -0800 | [diff] [blame] | 11799 | |
Damien Lespiau | d3fcc80 | 2014-05-13 23:32:22 +0100 | [diff] [blame] | 11800 | for_each_intel_crtc(dev, crtc) { |
Jesse Barnes | 46f297f | 2014-03-07 08:57:48 -0800 | [diff] [blame] | 11801 | if (!crtc->active) |
| 11802 | continue; |
| 11803 | |
Jesse Barnes | 46f297f | 2014-03-07 08:57:48 -0800 | [diff] [blame] | 11804 | /* |
Jesse Barnes | 46f297f | 2014-03-07 08:57:48 -0800 | [diff] [blame] | 11805 | * Note that reserving the BIOS fb up front prevents us |
| 11806 | * from stuffing other stolen allocations like the ring |
| 11807 | * on top. This prevents some ugliness at boot time, and |
| 11808 | * can even allow for smooth boot transitions if the BIOS |
| 11809 | * fb is large enough for the active pipe configuration. |
| 11810 | */ |
| 11811 | if (dev_priv->display.get_plane_config) { |
| 11812 | dev_priv->display.get_plane_config(crtc, |
| 11813 | &crtc->plane_config); |
| 11814 | /* |
| 11815 | * If the fb is shared between multiple heads, we'll |
| 11816 | * just get the first one. |
| 11817 | */ |
Jesse Barnes | 484b41d | 2014-03-07 08:57:55 -0800 | [diff] [blame] | 11818 | intel_find_plane_obj(crtc, &crtc->plane_config); |
Jesse Barnes | 46f297f | 2014-03-07 08:57:48 -0800 | [diff] [blame] | 11819 | } |
Jesse Barnes | 46f297f | 2014-03-07 08:57:48 -0800 | [diff] [blame] | 11820 | } |
Chris Wilson | 2c7111d | 2011-03-29 10:40:27 +0100 | [diff] [blame] | 11821 | } |
Jesse Barnes | d5bb081 | 2011-01-05 12:01:26 -0800 | [diff] [blame] | 11822 | |
Daniel Vetter | 7fad798 | 2012-07-04 17:51:47 +0200 | [diff] [blame] | 11823 | static void intel_enable_pipe_a(struct drm_device *dev) |
| 11824 | { |
| 11825 | struct intel_connector *connector; |
| 11826 | struct drm_connector *crt = NULL; |
| 11827 | struct intel_load_detect_pipe load_detect_temp; |
Rob Clark | 51fd371 | 2013-11-19 12:10:12 -0500 | [diff] [blame] | 11828 | struct drm_modeset_acquire_ctx ctx; |
Daniel Vetter | 7fad798 | 2012-07-04 17:51:47 +0200 | [diff] [blame] | 11829 | |
| 11830 | /* We can't just switch on the pipe A, we need to set things up with a |
| 11831 | * proper mode and output configuration. As a gross hack, enable pipe A |
| 11832 | * by enabling the load detect pipe once. */ |
| 11833 | list_for_each_entry(connector, |
| 11834 | &dev->mode_config.connector_list, |
| 11835 | base.head) { |
| 11836 | if (connector->encoder->type == INTEL_OUTPUT_ANALOG) { |
| 11837 | crt = &connector->base; |
| 11838 | break; |
| 11839 | } |
| 11840 | } |
| 11841 | |
| 11842 | if (!crt) |
| 11843 | return; |
| 11844 | |
Rob Clark | 51fd371 | 2013-11-19 12:10:12 -0500 | [diff] [blame] | 11845 | if (intel_get_load_detect_pipe(crt, NULL, &load_detect_temp, &ctx)) |
| 11846 | intel_release_load_detect_pipe(crt, &load_detect_temp, &ctx); |
Daniel Vetter | 7fad798 | 2012-07-04 17:51:47 +0200 | [diff] [blame] | 11847 | |
| 11848 | |
| 11849 | } |
| 11850 | |
Daniel Vetter | fa55583 | 2012-10-10 23:14:00 +0200 | [diff] [blame] | 11851 | static bool |
| 11852 | intel_check_plane_mapping(struct intel_crtc *crtc) |
| 11853 | { |
Ben Widawsky | 7eb552a | 2013-03-13 14:05:41 -0700 | [diff] [blame] | 11854 | struct drm_device *dev = crtc->base.dev; |
| 11855 | struct drm_i915_private *dev_priv = dev->dev_private; |
Daniel Vetter | fa55583 | 2012-10-10 23:14:00 +0200 | [diff] [blame] | 11856 | u32 reg, val; |
| 11857 | |
Ben Widawsky | 7eb552a | 2013-03-13 14:05:41 -0700 | [diff] [blame] | 11858 | if (INTEL_INFO(dev)->num_pipes == 1) |
Daniel Vetter | fa55583 | 2012-10-10 23:14:00 +0200 | [diff] [blame] | 11859 | return true; |
| 11860 | |
| 11861 | reg = DSPCNTR(!crtc->plane); |
| 11862 | val = I915_READ(reg); |
| 11863 | |
| 11864 | if ((val & DISPLAY_PLANE_ENABLE) && |
| 11865 | (!!(val & DISPPLANE_SEL_PIPE_MASK) == crtc->pipe)) |
| 11866 | return false; |
| 11867 | |
| 11868 | return true; |
| 11869 | } |
| 11870 | |
Daniel Vetter | 2492935 | 2012-07-02 20:28:59 +0200 | [diff] [blame] | 11871 | static void intel_sanitize_crtc(struct intel_crtc *crtc) |
| 11872 | { |
| 11873 | struct drm_device *dev = crtc->base.dev; |
| 11874 | struct drm_i915_private *dev_priv = dev->dev_private; |
Daniel Vetter | fa55583 | 2012-10-10 23:14:00 +0200 | [diff] [blame] | 11875 | u32 reg; |
Daniel Vetter | 2492935 | 2012-07-02 20:28:59 +0200 | [diff] [blame] | 11876 | |
Daniel Vetter | 2492935 | 2012-07-02 20:28:59 +0200 | [diff] [blame] | 11877 | /* Clear any frame start delays used for debugging left by the BIOS */ |
Daniel Vetter | 3b117c8 | 2013-04-17 20:15:07 +0200 | [diff] [blame] | 11878 | reg = PIPECONF(crtc->config.cpu_transcoder); |
Daniel Vetter | 2492935 | 2012-07-02 20:28:59 +0200 | [diff] [blame] | 11879 | I915_WRITE(reg, I915_READ(reg) & ~PIPECONF_FRAME_START_DELAY_MASK); |
| 11880 | |
Ville Syrjälä | d3eaf88 | 2014-05-20 17:20:05 +0300 | [diff] [blame] | 11881 | /* restore vblank interrupts to correct state */ |
| 11882 | if (crtc->active) |
| 11883 | drm_vblank_on(dev, crtc->pipe); |
| 11884 | else |
| 11885 | drm_vblank_off(dev, crtc->pipe); |
| 11886 | |
Daniel Vetter | 2492935 | 2012-07-02 20:28:59 +0200 | [diff] [blame] | 11887 | /* We need to sanitize the plane -> pipe mapping first because this will |
Daniel Vetter | fa55583 | 2012-10-10 23:14:00 +0200 | [diff] [blame] | 11888 | * disable the crtc (and hence change the state) if it is wrong. Note |
| 11889 | * that gen4+ has a fixed plane -> pipe mapping. */ |
| 11890 | if (INTEL_INFO(dev)->gen < 4 && !intel_check_plane_mapping(crtc)) { |
Daniel Vetter | 2492935 | 2012-07-02 20:28:59 +0200 | [diff] [blame] | 11891 | struct intel_connector *connector; |
| 11892 | bool plane; |
| 11893 | |
Daniel Vetter | 2492935 | 2012-07-02 20:28:59 +0200 | [diff] [blame] | 11894 | DRM_DEBUG_KMS("[CRTC:%d] wrong plane connection detected!\n", |
| 11895 | crtc->base.base.id); |
| 11896 | |
| 11897 | /* Pipe has the wrong plane attached and the plane is active. |
| 11898 | * Temporarily change the plane mapping and disable everything |
| 11899 | * ... */ |
| 11900 | plane = crtc->plane; |
| 11901 | crtc->plane = !plane; |
| 11902 | dev_priv->display.crtc_disable(&crtc->base); |
| 11903 | crtc->plane = plane; |
| 11904 | |
| 11905 | /* ... and break all links. */ |
| 11906 | list_for_each_entry(connector, &dev->mode_config.connector_list, |
| 11907 | base.head) { |
| 11908 | if (connector->encoder->base.crtc != &crtc->base) |
| 11909 | continue; |
| 11910 | |
Egbert Eich | 7f1950f | 2014-04-25 10:56:22 +0200 | [diff] [blame] | 11911 | connector->base.dpms = DRM_MODE_DPMS_OFF; |
| 11912 | connector->base.encoder = NULL; |
Daniel Vetter | 2492935 | 2012-07-02 20:28:59 +0200 | [diff] [blame] | 11913 | } |
Egbert Eich | 7f1950f | 2014-04-25 10:56:22 +0200 | [diff] [blame] | 11914 | /* multiple connectors may have the same encoder: |
| 11915 | * handle them and break crtc link separately */ |
| 11916 | list_for_each_entry(connector, &dev->mode_config.connector_list, |
| 11917 | base.head) |
| 11918 | if (connector->encoder->base.crtc == &crtc->base) { |
| 11919 | connector->encoder->base.crtc = NULL; |
| 11920 | connector->encoder->connectors_active = false; |
| 11921 | } |
Daniel Vetter | 2492935 | 2012-07-02 20:28:59 +0200 | [diff] [blame] | 11922 | |
| 11923 | WARN_ON(crtc->active); |
| 11924 | crtc->base.enabled = false; |
| 11925 | } |
Daniel Vetter | 2492935 | 2012-07-02 20:28:59 +0200 | [diff] [blame] | 11926 | |
Daniel Vetter | 7fad798 | 2012-07-04 17:51:47 +0200 | [diff] [blame] | 11927 | if (dev_priv->quirks & QUIRK_PIPEA_FORCE && |
| 11928 | crtc->pipe == PIPE_A && !crtc->active) { |
| 11929 | /* BIOS forgot to enable pipe A, this mostly happens after |
| 11930 | * resume. Force-enable the pipe to fix this, the update_dpms |
| 11931 | * call below we restore the pipe to the right state, but leave |
| 11932 | * the required bits on. */ |
| 11933 | intel_enable_pipe_a(dev); |
| 11934 | } |
| 11935 | |
Daniel Vetter | 2492935 | 2012-07-02 20:28:59 +0200 | [diff] [blame] | 11936 | /* Adjust the state of the output pipe according to whether we |
| 11937 | * have active connectors/encoders. */ |
| 11938 | intel_crtc_update_dpms(&crtc->base); |
| 11939 | |
| 11940 | if (crtc->active != crtc->base.enabled) { |
| 11941 | struct intel_encoder *encoder; |
| 11942 | |
| 11943 | /* This can happen either due to bugs in the get_hw_state |
| 11944 | * functions or because the pipe is force-enabled due to the |
| 11945 | * pipe A quirk. */ |
| 11946 | DRM_DEBUG_KMS("[CRTC:%d] hw state adjusted, was %s, now %s\n", |
| 11947 | crtc->base.base.id, |
| 11948 | crtc->base.enabled ? "enabled" : "disabled", |
| 11949 | crtc->active ? "enabled" : "disabled"); |
| 11950 | |
| 11951 | crtc->base.enabled = crtc->active; |
| 11952 | |
| 11953 | /* Because we only establish the connector -> encoder -> |
| 11954 | * crtc links if something is active, this means the |
| 11955 | * crtc is now deactivated. Break the links. connector |
| 11956 | * -> encoder links are only establish when things are |
| 11957 | * actually up, hence no need to break them. */ |
| 11958 | WARN_ON(crtc->active); |
| 11959 | |
| 11960 | for_each_encoder_on_crtc(dev, &crtc->base, encoder) { |
| 11961 | WARN_ON(encoder->connectors_active); |
| 11962 | encoder->base.crtc = NULL; |
| 11963 | } |
| 11964 | } |
Daniel Vetter | c5ab3bc | 2014-05-14 15:40:34 +0200 | [diff] [blame] | 11965 | |
| 11966 | if (crtc->active || IS_VALLEYVIEW(dev) || INTEL_INFO(dev)->gen < 5) { |
Daniel Vetter | 4cc3148 | 2014-03-24 00:01:41 +0100 | [diff] [blame] | 11967 | /* |
| 11968 | * We start out with underrun reporting disabled to avoid races. |
| 11969 | * For correct bookkeeping mark this on active crtcs. |
| 11970 | * |
Daniel Vetter | c5ab3bc | 2014-05-14 15:40:34 +0200 | [diff] [blame] | 11971 | * Also on gmch platforms we dont have any hardware bits to |
| 11972 | * disable the underrun reporting. Which means we need to start |
| 11973 | * out with underrun reporting disabled also on inactive pipes, |
| 11974 | * since otherwise we'll complain about the garbage we read when |
| 11975 | * e.g. coming up after runtime pm. |
| 11976 | * |
Daniel Vetter | 4cc3148 | 2014-03-24 00:01:41 +0100 | [diff] [blame] | 11977 | * No protection against concurrent access is required - at |
| 11978 | * worst a fifo underrun happens which also sets this to false. |
| 11979 | */ |
| 11980 | crtc->cpu_fifo_underrun_disabled = true; |
| 11981 | crtc->pch_fifo_underrun_disabled = true; |
Ville Syrjälä | 80715b2 | 2014-05-15 20:23:23 +0300 | [diff] [blame] | 11982 | |
| 11983 | update_scanline_offset(crtc); |
Daniel Vetter | 4cc3148 | 2014-03-24 00:01:41 +0100 | [diff] [blame] | 11984 | } |
Daniel Vetter | 2492935 | 2012-07-02 20:28:59 +0200 | [diff] [blame] | 11985 | } |
| 11986 | |
| 11987 | static void intel_sanitize_encoder(struct intel_encoder *encoder) |
| 11988 | { |
| 11989 | struct intel_connector *connector; |
| 11990 | struct drm_device *dev = encoder->base.dev; |
| 11991 | |
| 11992 | /* We need to check both for a crtc link (meaning that the |
| 11993 | * encoder is active and trying to read from a pipe) and the |
| 11994 | * pipe itself being active. */ |
| 11995 | bool has_active_crtc = encoder->base.crtc && |
| 11996 | to_intel_crtc(encoder->base.crtc)->active; |
| 11997 | |
| 11998 | if (encoder->connectors_active && !has_active_crtc) { |
| 11999 | DRM_DEBUG_KMS("[ENCODER:%d:%s] has active connectors but no active pipe!\n", |
| 12000 | encoder->base.base.id, |
Jani Nikula | 8e329a0 | 2014-06-03 14:56:21 +0300 | [diff] [blame] | 12001 | encoder->base.name); |
Daniel Vetter | 2492935 | 2012-07-02 20:28:59 +0200 | [diff] [blame] | 12002 | |
| 12003 | /* Connector is active, but has no active pipe. This is |
| 12004 | * fallout from our resume register restoring. Disable |
| 12005 | * the encoder manually again. */ |
| 12006 | if (encoder->base.crtc) { |
| 12007 | DRM_DEBUG_KMS("[ENCODER:%d:%s] manually disabled\n", |
| 12008 | encoder->base.base.id, |
Jani Nikula | 8e329a0 | 2014-06-03 14:56:21 +0300 | [diff] [blame] | 12009 | encoder->base.name); |
Daniel Vetter | 2492935 | 2012-07-02 20:28:59 +0200 | [diff] [blame] | 12010 | encoder->disable(encoder); |
| 12011 | } |
Egbert Eich | 7f1950f | 2014-04-25 10:56:22 +0200 | [diff] [blame] | 12012 | encoder->base.crtc = NULL; |
| 12013 | encoder->connectors_active = false; |
Daniel Vetter | 2492935 | 2012-07-02 20:28:59 +0200 | [diff] [blame] | 12014 | |
| 12015 | /* Inconsistent output/port/pipe state happens presumably due to |
| 12016 | * a bug in one of the get_hw_state functions. Or someplace else |
| 12017 | * in our code, like the register restore mess on resume. Clamp |
| 12018 | * things to off as a safer default. */ |
| 12019 | list_for_each_entry(connector, |
| 12020 | &dev->mode_config.connector_list, |
| 12021 | base.head) { |
| 12022 | if (connector->encoder != encoder) |
| 12023 | continue; |
Egbert Eich | 7f1950f | 2014-04-25 10:56:22 +0200 | [diff] [blame] | 12024 | connector->base.dpms = DRM_MODE_DPMS_OFF; |
| 12025 | connector->base.encoder = NULL; |
Daniel Vetter | 2492935 | 2012-07-02 20:28:59 +0200 | [diff] [blame] | 12026 | } |
| 12027 | } |
| 12028 | /* Enabled encoders without active connectors will be fixed in |
| 12029 | * the crtc fixup. */ |
| 12030 | } |
| 12031 | |
Imre Deak | 0409875 | 2014-02-18 00:02:16 +0200 | [diff] [blame] | 12032 | void i915_redisable_vga_power_on(struct drm_device *dev) |
Krzysztof Mazur | 0fde901 | 2012-12-19 11:03:41 +0100 | [diff] [blame] | 12033 | { |
| 12034 | struct drm_i915_private *dev_priv = dev->dev_private; |
Ville Syrjälä | 766aa1c | 2013-01-25 21:44:46 +0200 | [diff] [blame] | 12035 | u32 vga_reg = i915_vgacntrl_reg(dev); |
Krzysztof Mazur | 0fde901 | 2012-12-19 11:03:41 +0100 | [diff] [blame] | 12036 | |
Imre Deak | 0409875 | 2014-02-18 00:02:16 +0200 | [diff] [blame] | 12037 | if (!(I915_READ(vga_reg) & VGA_DISP_DISABLE)) { |
| 12038 | DRM_DEBUG_KMS("Something enabled VGA plane, disabling it\n"); |
| 12039 | i915_disable_vga(dev); |
| 12040 | } |
| 12041 | } |
| 12042 | |
| 12043 | void i915_redisable_vga(struct drm_device *dev) |
| 12044 | { |
| 12045 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 12046 | |
Paulo Zanoni | 8dc8a27 | 2013-08-02 16:22:24 -0300 | [diff] [blame] | 12047 | /* This function can be called both from intel_modeset_setup_hw_state or |
| 12048 | * at a very early point in our resume sequence, where the power well |
| 12049 | * structures are not yet restored. Since this function is at a very |
| 12050 | * paranoid "someone might have enabled VGA while we were not looking" |
| 12051 | * level, just check if the power well is enabled instead of trying to |
| 12052 | * follow the "don't touch the power well if we don't need it" policy |
| 12053 | * the rest of the driver uses. */ |
Imre Deak | 0409875 | 2014-02-18 00:02:16 +0200 | [diff] [blame] | 12054 | if (!intel_display_power_enabled(dev_priv, POWER_DOMAIN_VGA)) |
Paulo Zanoni | 8dc8a27 | 2013-08-02 16:22:24 -0300 | [diff] [blame] | 12055 | return; |
| 12056 | |
Imre Deak | 0409875 | 2014-02-18 00:02:16 +0200 | [diff] [blame] | 12057 | i915_redisable_vga_power_on(dev); |
Krzysztof Mazur | 0fde901 | 2012-12-19 11:03:41 +0100 | [diff] [blame] | 12058 | } |
| 12059 | |
Ville Syrjälä | 98ec773 | 2014-04-30 17:43:01 +0300 | [diff] [blame] | 12060 | static bool primary_get_hw_state(struct intel_crtc *crtc) |
| 12061 | { |
| 12062 | struct drm_i915_private *dev_priv = crtc->base.dev->dev_private; |
| 12063 | |
| 12064 | if (!crtc->active) |
| 12065 | return false; |
| 12066 | |
| 12067 | return I915_READ(DSPCNTR(crtc->plane)) & DISPLAY_PLANE_ENABLE; |
| 12068 | } |
| 12069 | |
Daniel Vetter | 30e984d | 2013-06-05 13:34:17 +0200 | [diff] [blame] | 12070 | static void intel_modeset_readout_hw_state(struct drm_device *dev) |
Daniel Vetter | 2492935 | 2012-07-02 20:28:59 +0200 | [diff] [blame] | 12071 | { |
| 12072 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 12073 | enum pipe pipe; |
Daniel Vetter | 2492935 | 2012-07-02 20:28:59 +0200 | [diff] [blame] | 12074 | struct intel_crtc *crtc; |
| 12075 | struct intel_encoder *encoder; |
| 12076 | struct intel_connector *connector; |
Daniel Vetter | 5358901 | 2013-06-05 13:34:16 +0200 | [diff] [blame] | 12077 | int i; |
Daniel Vetter | 2492935 | 2012-07-02 20:28:59 +0200 | [diff] [blame] | 12078 | |
Damien Lespiau | d3fcc80 | 2014-05-13 23:32:22 +0100 | [diff] [blame] | 12079 | for_each_intel_crtc(dev, crtc) { |
Daniel Vetter | 88adfff | 2013-03-28 10:42:01 +0100 | [diff] [blame] | 12080 | memset(&crtc->config, 0, sizeof(crtc->config)); |
Daniel Vetter | 3b117c8 | 2013-04-17 20:15:07 +0200 | [diff] [blame] | 12081 | |
Daniel Vetter | 9953599 | 2014-04-13 12:00:33 +0200 | [diff] [blame] | 12082 | crtc->config.quirks |= PIPE_CONFIG_QUIRK_INHERITED_MODE; |
| 12083 | |
Daniel Vetter | 0e8ffe1 | 2013-03-28 10:42:00 +0100 | [diff] [blame] | 12084 | crtc->active = dev_priv->display.get_pipe_config(crtc, |
| 12085 | &crtc->config); |
Daniel Vetter | 2492935 | 2012-07-02 20:28:59 +0200 | [diff] [blame] | 12086 | |
| 12087 | crtc->base.enabled = crtc->active; |
Ville Syrjälä | 98ec773 | 2014-04-30 17:43:01 +0300 | [diff] [blame] | 12088 | crtc->primary_enabled = primary_get_hw_state(crtc); |
Daniel Vetter | 2492935 | 2012-07-02 20:28:59 +0200 | [diff] [blame] | 12089 | |
| 12090 | DRM_DEBUG_KMS("[CRTC:%d] hw state readout: %s\n", |
| 12091 | crtc->base.base.id, |
| 12092 | crtc->active ? "enabled" : "disabled"); |
| 12093 | } |
| 12094 | |
Daniel Vetter | 5358901 | 2013-06-05 13:34:16 +0200 | [diff] [blame] | 12095 | /* FIXME: Smash this into the new shared dpll infrastructure. */ |
Paulo Zanoni | affa935 | 2012-11-23 15:30:39 -0200 | [diff] [blame] | 12096 | if (HAS_DDI(dev)) |
Paulo Zanoni | 6441ab5 | 2012-10-05 12:05:58 -0300 | [diff] [blame] | 12097 | intel_ddi_setup_hw_pll_state(dev); |
| 12098 | |
Daniel Vetter | 5358901 | 2013-06-05 13:34:16 +0200 | [diff] [blame] | 12099 | for (i = 0; i < dev_priv->num_shared_dpll; i++) { |
| 12100 | struct intel_shared_dpll *pll = &dev_priv->shared_dplls[i]; |
| 12101 | |
| 12102 | pll->on = pll->get_hw_state(dev_priv, pll, &pll->hw_state); |
| 12103 | pll->active = 0; |
Damien Lespiau | d3fcc80 | 2014-05-13 23:32:22 +0100 | [diff] [blame] | 12104 | for_each_intel_crtc(dev, crtc) { |
Daniel Vetter | 5358901 | 2013-06-05 13:34:16 +0200 | [diff] [blame] | 12105 | if (crtc->active && intel_crtc_to_shared_dpll(crtc) == pll) |
| 12106 | pll->active++; |
| 12107 | } |
| 12108 | pll->refcount = pll->active; |
| 12109 | |
Daniel Vetter | 35c9537 | 2013-07-17 06:55:04 +0200 | [diff] [blame] | 12110 | DRM_DEBUG_KMS("%s hw state readout: refcount %i, on %i\n", |
| 12111 | pll->name, pll->refcount, pll->on); |
Daniel Vetter | 5358901 | 2013-06-05 13:34:16 +0200 | [diff] [blame] | 12112 | } |
| 12113 | |
Daniel Vetter | 2492935 | 2012-07-02 20:28:59 +0200 | [diff] [blame] | 12114 | list_for_each_entry(encoder, &dev->mode_config.encoder_list, |
| 12115 | base.head) { |
| 12116 | pipe = 0; |
| 12117 | |
| 12118 | if (encoder->get_hw_state(encoder, &pipe)) { |
Jesse Barnes | 045ac3b | 2013-05-14 17:08:26 -0700 | [diff] [blame] | 12119 | crtc = to_intel_crtc(dev_priv->pipe_to_crtc_mapping[pipe]); |
| 12120 | encoder->base.crtc = &crtc->base; |
Daniel Vetter | 1d37b68 | 2013-11-18 09:00:59 +0100 | [diff] [blame] | 12121 | encoder->get_config(encoder, &crtc->config); |
Daniel Vetter | 2492935 | 2012-07-02 20:28:59 +0200 | [diff] [blame] | 12122 | } else { |
| 12123 | encoder->base.crtc = NULL; |
| 12124 | } |
| 12125 | |
| 12126 | encoder->connectors_active = false; |
Damien Lespiau | 6f2bcce | 2013-10-16 12:29:54 +0100 | [diff] [blame] | 12127 | DRM_DEBUG_KMS("[ENCODER:%d:%s] hw state readout: %s, pipe %c\n", |
Daniel Vetter | 2492935 | 2012-07-02 20:28:59 +0200 | [diff] [blame] | 12128 | encoder->base.base.id, |
Jani Nikula | 8e329a0 | 2014-06-03 14:56:21 +0300 | [diff] [blame] | 12129 | encoder->base.name, |
Daniel Vetter | 2492935 | 2012-07-02 20:28:59 +0200 | [diff] [blame] | 12130 | encoder->base.crtc ? "enabled" : "disabled", |
Damien Lespiau | 6f2bcce | 2013-10-16 12:29:54 +0100 | [diff] [blame] | 12131 | pipe_name(pipe)); |
Daniel Vetter | 2492935 | 2012-07-02 20:28:59 +0200 | [diff] [blame] | 12132 | } |
| 12133 | |
| 12134 | list_for_each_entry(connector, &dev->mode_config.connector_list, |
| 12135 | base.head) { |
| 12136 | if (connector->get_hw_state(connector)) { |
| 12137 | connector->base.dpms = DRM_MODE_DPMS_ON; |
| 12138 | connector->encoder->connectors_active = true; |
| 12139 | connector->base.encoder = &connector->encoder->base; |
| 12140 | } else { |
| 12141 | connector->base.dpms = DRM_MODE_DPMS_OFF; |
| 12142 | connector->base.encoder = NULL; |
| 12143 | } |
| 12144 | DRM_DEBUG_KMS("[CONNECTOR:%d:%s] hw state readout: %s\n", |
| 12145 | connector->base.base.id, |
Jani Nikula | c23cc41 | 2014-06-03 14:56:17 +0300 | [diff] [blame] | 12146 | connector->base.name, |
Daniel Vetter | 2492935 | 2012-07-02 20:28:59 +0200 | [diff] [blame] | 12147 | connector->base.encoder ? "enabled" : "disabled"); |
| 12148 | } |
Daniel Vetter | 30e984d | 2013-06-05 13:34:17 +0200 | [diff] [blame] | 12149 | } |
| 12150 | |
| 12151 | /* Scan out the current hw modeset state, sanitizes it and maps it into the drm |
| 12152 | * and i915 state tracking structures. */ |
| 12153 | void intel_modeset_setup_hw_state(struct drm_device *dev, |
| 12154 | bool force_restore) |
| 12155 | { |
| 12156 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 12157 | enum pipe pipe; |
Daniel Vetter | 30e984d | 2013-06-05 13:34:17 +0200 | [diff] [blame] | 12158 | struct intel_crtc *crtc; |
| 12159 | struct intel_encoder *encoder; |
Daniel Vetter | 35c9537 | 2013-07-17 06:55:04 +0200 | [diff] [blame] | 12160 | int i; |
Daniel Vetter | 30e984d | 2013-06-05 13:34:17 +0200 | [diff] [blame] | 12161 | |
| 12162 | intel_modeset_readout_hw_state(dev); |
Daniel Vetter | 2492935 | 2012-07-02 20:28:59 +0200 | [diff] [blame] | 12163 | |
Jesse Barnes | babea61 | 2013-06-26 18:57:38 +0300 | [diff] [blame] | 12164 | /* |
| 12165 | * Now that we have the config, copy it to each CRTC struct |
| 12166 | * Note that this could go away if we move to using crtc_config |
| 12167 | * checking everywhere. |
| 12168 | */ |
Damien Lespiau | d3fcc80 | 2014-05-13 23:32:22 +0100 | [diff] [blame] | 12169 | for_each_intel_crtc(dev, crtc) { |
Jani Nikula | d330a95 | 2014-01-21 11:24:25 +0200 | [diff] [blame] | 12170 | if (crtc->active && i915.fastboot) { |
Daniel Vetter | f6a8328 | 2014-02-11 15:28:57 -0800 | [diff] [blame] | 12171 | intel_mode_from_pipe_config(&crtc->base.mode, &crtc->config); |
Jesse Barnes | babea61 | 2013-06-26 18:57:38 +0300 | [diff] [blame] | 12172 | DRM_DEBUG_KMS("[CRTC:%d] found active mode: ", |
| 12173 | crtc->base.base.id); |
| 12174 | drm_mode_debug_printmodeline(&crtc->base.mode); |
| 12175 | } |
| 12176 | } |
| 12177 | |
Daniel Vetter | 2492935 | 2012-07-02 20:28:59 +0200 | [diff] [blame] | 12178 | /* HW state is read out, now we need to sanitize this mess. */ |
| 12179 | list_for_each_entry(encoder, &dev->mode_config.encoder_list, |
| 12180 | base.head) { |
| 12181 | intel_sanitize_encoder(encoder); |
| 12182 | } |
| 12183 | |
| 12184 | for_each_pipe(pipe) { |
| 12185 | crtc = to_intel_crtc(dev_priv->pipe_to_crtc_mapping[pipe]); |
| 12186 | intel_sanitize_crtc(crtc); |
Daniel Vetter | c0b0341 | 2013-05-28 12:05:54 +0200 | [diff] [blame] | 12187 | intel_dump_pipe_config(crtc, &crtc->config, "[setup_hw_state]"); |
Daniel Vetter | 2492935 | 2012-07-02 20:28:59 +0200 | [diff] [blame] | 12188 | } |
Daniel Vetter | 9a93585 | 2012-07-05 22:34:27 +0200 | [diff] [blame] | 12189 | |
Daniel Vetter | 35c9537 | 2013-07-17 06:55:04 +0200 | [diff] [blame] | 12190 | for (i = 0; i < dev_priv->num_shared_dpll; i++) { |
| 12191 | struct intel_shared_dpll *pll = &dev_priv->shared_dplls[i]; |
| 12192 | |
| 12193 | if (!pll->on || pll->active) |
| 12194 | continue; |
| 12195 | |
| 12196 | DRM_DEBUG_KMS("%s enabled but not in use, disabling\n", pll->name); |
| 12197 | |
| 12198 | pll->disable(dev_priv, pll); |
| 12199 | pll->on = false; |
| 12200 | } |
| 12201 | |
Ville Syrjälä | 96f90c5 | 2013-12-05 15:51:38 +0200 | [diff] [blame] | 12202 | if (HAS_PCH_SPLIT(dev)) |
Ville Syrjälä | 243e6a4 | 2013-10-14 14:55:24 +0300 | [diff] [blame] | 12203 | ilk_wm_get_hw_state(dev); |
| 12204 | |
Daniel Vetter | 45e2b5f | 2012-11-23 18:16:34 +0100 | [diff] [blame] | 12205 | if (force_restore) { |
Ville Syrjälä | 7d0bc1e | 2013-09-16 17:38:33 +0300 | [diff] [blame] | 12206 | i915_redisable_vga(dev); |
| 12207 | |
Daniel Vetter | f30da18 | 2013-04-11 20:22:50 +0200 | [diff] [blame] | 12208 | /* |
| 12209 | * We need to use raw interfaces for restoring state to avoid |
| 12210 | * checking (bogus) intermediate states. |
| 12211 | */ |
Daniel Vetter | 45e2b5f | 2012-11-23 18:16:34 +0100 | [diff] [blame] | 12212 | for_each_pipe(pipe) { |
Jesse Barnes | b5644d0 | 2013-03-26 13:25:27 -0700 | [diff] [blame] | 12213 | struct drm_crtc *crtc = |
| 12214 | dev_priv->pipe_to_crtc_mapping[pipe]; |
Daniel Vetter | f30da18 | 2013-04-11 20:22:50 +0200 | [diff] [blame] | 12215 | |
| 12216 | __intel_set_mode(crtc, &crtc->mode, crtc->x, crtc->y, |
Matt Roper | f4510a2 | 2014-04-01 15:22:40 -0700 | [diff] [blame] | 12217 | crtc->primary->fb); |
Daniel Vetter | 45e2b5f | 2012-11-23 18:16:34 +0100 | [diff] [blame] | 12218 | } |
| 12219 | } else { |
| 12220 | intel_modeset_update_staged_output_state(dev); |
| 12221 | } |
Daniel Vetter | 8af6cf8 | 2012-07-10 09:50:11 +0200 | [diff] [blame] | 12222 | |
| 12223 | intel_modeset_check_state(dev); |
Chris Wilson | 2c7111d | 2011-03-29 10:40:27 +0100 | [diff] [blame] | 12224 | } |
| 12225 | |
| 12226 | void intel_modeset_gem_init(struct drm_device *dev) |
| 12227 | { |
Jesse Barnes | 484b41d | 2014-03-07 08:57:55 -0800 | [diff] [blame] | 12228 | struct drm_crtc *c; |
| 12229 | struct intel_framebuffer *fb; |
| 12230 | |
Imre Deak | ae48434 | 2014-03-31 15:10:44 +0300 | [diff] [blame] | 12231 | mutex_lock(&dev->struct_mutex); |
| 12232 | intel_init_gt_powersave(dev); |
| 12233 | mutex_unlock(&dev->struct_mutex); |
| 12234 | |
Chris Wilson | 1833b13 | 2012-05-09 11:56:28 +0100 | [diff] [blame] | 12235 | intel_modeset_init_hw(dev); |
Daniel Vetter | 02e792f | 2009-09-15 22:57:34 +0200 | [diff] [blame] | 12236 | |
| 12237 | intel_setup_overlay(dev); |
Jesse Barnes | 484b41d | 2014-03-07 08:57:55 -0800 | [diff] [blame] | 12238 | |
| 12239 | /* |
| 12240 | * Make sure any fbs we allocated at startup are properly |
| 12241 | * pinned & fenced. When we do the allocation it's too early |
| 12242 | * for this. |
| 12243 | */ |
| 12244 | mutex_lock(&dev->struct_mutex); |
Damien Lespiau | 70e1e0e | 2014-05-13 23:32:24 +0100 | [diff] [blame] | 12245 | for_each_crtc(dev, c) { |
Dave Airlie | 66e514c | 2014-04-03 07:51:54 +1000 | [diff] [blame] | 12246 | if (!c->primary->fb) |
Jesse Barnes | 484b41d | 2014-03-07 08:57:55 -0800 | [diff] [blame] | 12247 | continue; |
| 12248 | |
Dave Airlie | 66e514c | 2014-04-03 07:51:54 +1000 | [diff] [blame] | 12249 | fb = to_intel_framebuffer(c->primary->fb); |
Jesse Barnes | 484b41d | 2014-03-07 08:57:55 -0800 | [diff] [blame] | 12250 | if (intel_pin_and_fence_fb_obj(dev, fb->obj, NULL)) { |
| 12251 | DRM_ERROR("failed to pin boot fb on pipe %d\n", |
| 12252 | to_intel_crtc(c)->pipe); |
Dave Airlie | 66e514c | 2014-04-03 07:51:54 +1000 | [diff] [blame] | 12253 | drm_framebuffer_unreference(c->primary->fb); |
| 12254 | c->primary->fb = NULL; |
Jesse Barnes | 484b41d | 2014-03-07 08:57:55 -0800 | [diff] [blame] | 12255 | } |
| 12256 | } |
| 12257 | mutex_unlock(&dev->struct_mutex); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 12258 | } |
| 12259 | |
Imre Deak | 4932e2c | 2014-02-11 17:12:48 +0200 | [diff] [blame] | 12260 | void intel_connector_unregister(struct intel_connector *intel_connector) |
| 12261 | { |
| 12262 | struct drm_connector *connector = &intel_connector->base; |
| 12263 | |
| 12264 | intel_panel_destroy_backlight(connector); |
| 12265 | drm_sysfs_connector_remove(connector); |
| 12266 | } |
| 12267 | |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 12268 | void intel_modeset_cleanup(struct drm_device *dev) |
| 12269 | { |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 12270 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 12271 | struct drm_crtc *crtc; |
Paulo Zanoni | d9255d5 | 2013-09-26 20:05:59 -0300 | [diff] [blame] | 12272 | struct drm_connector *connector; |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 12273 | |
Daniel Vetter | fd0c064 | 2013-04-24 11:13:35 +0200 | [diff] [blame] | 12274 | /* |
| 12275 | * Interrupts and polling as the first thing to avoid creating havoc. |
| 12276 | * Too much stuff here (turning of rps, connectors, ...) would |
| 12277 | * experience fancy races otherwise. |
| 12278 | */ |
| 12279 | drm_irq_uninstall(dev); |
| 12280 | cancel_work_sync(&dev_priv->hotplug_work); |
| 12281 | /* |
| 12282 | * Due to the hpd irq storm handling the hotplug work can re-arm the |
| 12283 | * poll handlers. Hence disable polling after hpd handling is shut down. |
| 12284 | */ |
Keith Packard | f87ea76 | 2010-10-03 19:36:26 -0700 | [diff] [blame] | 12285 | drm_kms_helper_poll_fini(dev); |
Daniel Vetter | fd0c064 | 2013-04-24 11:13:35 +0200 | [diff] [blame] | 12286 | |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 12287 | mutex_lock(&dev->struct_mutex); |
| 12288 | |
Jesse Barnes | 723bfd7 | 2010-10-07 16:01:13 -0700 | [diff] [blame] | 12289 | intel_unregister_dsm_handler(); |
| 12290 | |
Damien Lespiau | 70e1e0e | 2014-05-13 23:32:24 +0100 | [diff] [blame] | 12291 | for_each_crtc(dev, crtc) { |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 12292 | /* Skip inactive CRTCs */ |
Matt Roper | f4510a2 | 2014-04-01 15:22:40 -0700 | [diff] [blame] | 12293 | if (!crtc->primary->fb) |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 12294 | continue; |
| 12295 | |
Daniel Vetter | 3dec009 | 2010-08-20 21:40:52 +0200 | [diff] [blame] | 12296 | intel_increase_pllclock(crtc); |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 12297 | } |
| 12298 | |
Chris Wilson | 973d04f | 2011-07-08 12:22:37 +0100 | [diff] [blame] | 12299 | intel_disable_fbc(dev); |
Jesse Barnes | e70236a | 2009-09-21 10:42:27 -0700 | [diff] [blame] | 12300 | |
Daniel Vetter | 8090c6b | 2012-06-24 16:42:32 +0200 | [diff] [blame] | 12301 | intel_disable_gt_powersave(dev); |
Chris Wilson | 0cdab21 | 2010-12-05 17:27:06 +0000 | [diff] [blame] | 12302 | |
Daniel Vetter | 930ebb4 | 2012-06-29 23:32:16 +0200 | [diff] [blame] | 12303 | ironlake_teardown_rc6(dev); |
| 12304 | |
Kristian Høgsberg | 69341a5 | 2009-11-11 12:19:17 -0500 | [diff] [blame] | 12305 | mutex_unlock(&dev->struct_mutex); |
| 12306 | |
Chris Wilson | 1630fe7 | 2011-07-08 12:22:42 +0100 | [diff] [blame] | 12307 | /* flush any delayed tasks or pending work */ |
| 12308 | flush_scheduled_work(); |
| 12309 | |
Jani Nikula | db31af1 | 2013-11-08 16:48:53 +0200 | [diff] [blame] | 12310 | /* destroy the backlight and sysfs files before encoders/connectors */ |
| 12311 | list_for_each_entry(connector, &dev->mode_config.connector_list, head) { |
Imre Deak | 4932e2c | 2014-02-11 17:12:48 +0200 | [diff] [blame] | 12312 | struct intel_connector *intel_connector; |
| 12313 | |
| 12314 | intel_connector = to_intel_connector(connector); |
| 12315 | intel_connector->unregister(intel_connector); |
Jani Nikula | db31af1 | 2013-11-08 16:48:53 +0200 | [diff] [blame] | 12316 | } |
Paulo Zanoni | d9255d5 | 2013-09-26 20:05:59 -0300 | [diff] [blame] | 12317 | |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 12318 | drm_mode_config_cleanup(dev); |
Daniel Vetter | 4d7bb01 | 2012-12-18 15:24:37 +0100 | [diff] [blame] | 12319 | |
| 12320 | intel_cleanup_overlay(dev); |
Imre Deak | ae48434 | 2014-03-31 15:10:44 +0300 | [diff] [blame] | 12321 | |
| 12322 | mutex_lock(&dev->struct_mutex); |
| 12323 | intel_cleanup_gt_powersave(dev); |
| 12324 | mutex_unlock(&dev->struct_mutex); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 12325 | } |
| 12326 | |
Dave Airlie | 28d5204 | 2009-09-21 14:33:58 +1000 | [diff] [blame] | 12327 | /* |
Zhenyu Wang | f1c79df | 2010-03-30 14:39:29 +0800 | [diff] [blame] | 12328 | * Return which encoder is currently attached for connector. |
| 12329 | */ |
Chris Wilson | df0e924 | 2010-09-09 16:20:55 +0100 | [diff] [blame] | 12330 | struct drm_encoder *intel_best_encoder(struct drm_connector *connector) |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 12331 | { |
Chris Wilson | df0e924 | 2010-09-09 16:20:55 +0100 | [diff] [blame] | 12332 | return &intel_attached_encoder(connector)->base; |
| 12333 | } |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 12334 | |
Chris Wilson | df0e924 | 2010-09-09 16:20:55 +0100 | [diff] [blame] | 12335 | void intel_connector_attach_encoder(struct intel_connector *connector, |
| 12336 | struct intel_encoder *encoder) |
| 12337 | { |
| 12338 | connector->encoder = encoder; |
| 12339 | drm_mode_connector_attach_encoder(&connector->base, |
| 12340 | &encoder->base); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 12341 | } |
Dave Airlie | 28d5204 | 2009-09-21 14:33:58 +1000 | [diff] [blame] | 12342 | |
| 12343 | /* |
| 12344 | * set vga decode state - true == enable VGA decode |
| 12345 | */ |
| 12346 | int intel_modeset_vga_set_state(struct drm_device *dev, bool state) |
| 12347 | { |
| 12348 | struct drm_i915_private *dev_priv = dev->dev_private; |
Chris Wilson | a885b3c | 2013-12-17 14:34:50 +0000 | [diff] [blame] | 12349 | unsigned reg = INTEL_INFO(dev)->gen >= 6 ? SNB_GMCH_CTRL : INTEL_GMCH_CTRL; |
Dave Airlie | 28d5204 | 2009-09-21 14:33:58 +1000 | [diff] [blame] | 12350 | u16 gmch_ctrl; |
| 12351 | |
Chris Wilson | 75fa041 | 2014-02-07 18:37:02 -0200 | [diff] [blame] | 12352 | if (pci_read_config_word(dev_priv->bridge_dev, reg, &gmch_ctrl)) { |
| 12353 | DRM_ERROR("failed to read control word\n"); |
| 12354 | return -EIO; |
| 12355 | } |
| 12356 | |
Chris Wilson | c0cc8a5 | 2014-02-07 18:37:03 -0200 | [diff] [blame] | 12357 | if (!!(gmch_ctrl & INTEL_GMCH_VGA_DISABLE) == !state) |
| 12358 | return 0; |
| 12359 | |
Dave Airlie | 28d5204 | 2009-09-21 14:33:58 +1000 | [diff] [blame] | 12360 | if (state) |
| 12361 | gmch_ctrl &= ~INTEL_GMCH_VGA_DISABLE; |
| 12362 | else |
| 12363 | gmch_ctrl |= INTEL_GMCH_VGA_DISABLE; |
Chris Wilson | 75fa041 | 2014-02-07 18:37:02 -0200 | [diff] [blame] | 12364 | |
| 12365 | if (pci_write_config_word(dev_priv->bridge_dev, reg, gmch_ctrl)) { |
| 12366 | DRM_ERROR("failed to write control word\n"); |
| 12367 | return -EIO; |
| 12368 | } |
| 12369 | |
Dave Airlie | 28d5204 | 2009-09-21 14:33:58 +1000 | [diff] [blame] | 12370 | return 0; |
| 12371 | } |
Chris Wilson | c4a1d9e | 2010-11-21 13:12:35 +0000 | [diff] [blame] | 12372 | |
Chris Wilson | c4a1d9e | 2010-11-21 13:12:35 +0000 | [diff] [blame] | 12373 | struct intel_display_error_state { |
Paulo Zanoni | ff57f1b | 2013-05-03 12:15:37 -0300 | [diff] [blame] | 12374 | |
| 12375 | u32 power_well_driver; |
| 12376 | |
Chris Wilson | 63b66e5 | 2013-08-08 15:12:06 +0200 | [diff] [blame] | 12377 | int num_transcoders; |
| 12378 | |
Chris Wilson | c4a1d9e | 2010-11-21 13:12:35 +0000 | [diff] [blame] | 12379 | struct intel_cursor_error_state { |
| 12380 | u32 control; |
| 12381 | u32 position; |
| 12382 | u32 base; |
| 12383 | u32 size; |
Damien Lespiau | 5233130 | 2012-08-15 19:23:25 +0100 | [diff] [blame] | 12384 | } cursor[I915_MAX_PIPES]; |
Chris Wilson | c4a1d9e | 2010-11-21 13:12:35 +0000 | [diff] [blame] | 12385 | |
| 12386 | struct intel_pipe_error_state { |
Imre Deak | ddf9c53 | 2013-11-27 22:02:02 +0200 | [diff] [blame] | 12387 | bool power_domain_on; |
Chris Wilson | c4a1d9e | 2010-11-21 13:12:35 +0000 | [diff] [blame] | 12388 | u32 source; |
Imre Deak | f301b1e | 2014-04-18 15:55:04 +0300 | [diff] [blame] | 12389 | u32 stat; |
Damien Lespiau | 5233130 | 2012-08-15 19:23:25 +0100 | [diff] [blame] | 12390 | } pipe[I915_MAX_PIPES]; |
Chris Wilson | c4a1d9e | 2010-11-21 13:12:35 +0000 | [diff] [blame] | 12391 | |
| 12392 | struct intel_plane_error_state { |
| 12393 | u32 control; |
| 12394 | u32 stride; |
| 12395 | u32 size; |
| 12396 | u32 pos; |
| 12397 | u32 addr; |
| 12398 | u32 surface; |
| 12399 | u32 tile_offset; |
Damien Lespiau | 5233130 | 2012-08-15 19:23:25 +0100 | [diff] [blame] | 12400 | } plane[I915_MAX_PIPES]; |
Chris Wilson | 63b66e5 | 2013-08-08 15:12:06 +0200 | [diff] [blame] | 12401 | |
| 12402 | struct intel_transcoder_error_state { |
Imre Deak | ddf9c53 | 2013-11-27 22:02:02 +0200 | [diff] [blame] | 12403 | bool power_domain_on; |
Chris Wilson | 63b66e5 | 2013-08-08 15:12:06 +0200 | [diff] [blame] | 12404 | enum transcoder cpu_transcoder; |
| 12405 | |
| 12406 | u32 conf; |
| 12407 | |
| 12408 | u32 htotal; |
| 12409 | u32 hblank; |
| 12410 | u32 hsync; |
| 12411 | u32 vtotal; |
| 12412 | u32 vblank; |
| 12413 | u32 vsync; |
| 12414 | } transcoder[4]; |
Chris Wilson | c4a1d9e | 2010-11-21 13:12:35 +0000 | [diff] [blame] | 12415 | }; |
| 12416 | |
| 12417 | struct intel_display_error_state * |
| 12418 | intel_display_capture_error_state(struct drm_device *dev) |
| 12419 | { |
Jani Nikula | fbee40d | 2014-03-31 14:27:18 +0300 | [diff] [blame] | 12420 | struct drm_i915_private *dev_priv = dev->dev_private; |
Chris Wilson | c4a1d9e | 2010-11-21 13:12:35 +0000 | [diff] [blame] | 12421 | struct intel_display_error_state *error; |
Chris Wilson | 63b66e5 | 2013-08-08 15:12:06 +0200 | [diff] [blame] | 12422 | int transcoders[] = { |
| 12423 | TRANSCODER_A, |
| 12424 | TRANSCODER_B, |
| 12425 | TRANSCODER_C, |
| 12426 | TRANSCODER_EDP, |
| 12427 | }; |
Chris Wilson | c4a1d9e | 2010-11-21 13:12:35 +0000 | [diff] [blame] | 12428 | int i; |
| 12429 | |
Chris Wilson | 63b66e5 | 2013-08-08 15:12:06 +0200 | [diff] [blame] | 12430 | if (INTEL_INFO(dev)->num_pipes == 0) |
| 12431 | return NULL; |
| 12432 | |
Paulo Zanoni | 9d1cb91 | 2013-11-01 13:32:08 -0200 | [diff] [blame] | 12433 | error = kzalloc(sizeof(*error), GFP_ATOMIC); |
Chris Wilson | c4a1d9e | 2010-11-21 13:12:35 +0000 | [diff] [blame] | 12434 | if (error == NULL) |
| 12435 | return NULL; |
| 12436 | |
Imre Deak | 190be11 | 2013-11-25 17:15:31 +0200 | [diff] [blame] | 12437 | if (IS_HASWELL(dev) || IS_BROADWELL(dev)) |
Paulo Zanoni | ff57f1b | 2013-05-03 12:15:37 -0300 | [diff] [blame] | 12438 | error->power_well_driver = I915_READ(HSW_PWR_WELL_DRIVER); |
| 12439 | |
Damien Lespiau | 5233130 | 2012-08-15 19:23:25 +0100 | [diff] [blame] | 12440 | for_each_pipe(i) { |
Imre Deak | ddf9c53 | 2013-11-27 22:02:02 +0200 | [diff] [blame] | 12441 | error->pipe[i].power_domain_on = |
Imre Deak | da7e29b | 2014-02-18 00:02:02 +0200 | [diff] [blame] | 12442 | intel_display_power_enabled_sw(dev_priv, |
| 12443 | POWER_DOMAIN_PIPE(i)); |
Imre Deak | ddf9c53 | 2013-11-27 22:02:02 +0200 | [diff] [blame] | 12444 | if (!error->pipe[i].power_domain_on) |
Paulo Zanoni | 9d1cb91 | 2013-11-01 13:32:08 -0200 | [diff] [blame] | 12445 | continue; |
| 12446 | |
Ville Syrjälä | 5efb3e2 | 2014-04-09 13:28:53 +0300 | [diff] [blame] | 12447 | error->cursor[i].control = I915_READ(CURCNTR(i)); |
| 12448 | error->cursor[i].position = I915_READ(CURPOS(i)); |
| 12449 | error->cursor[i].base = I915_READ(CURBASE(i)); |
Chris Wilson | c4a1d9e | 2010-11-21 13:12:35 +0000 | [diff] [blame] | 12450 | |
| 12451 | error->plane[i].control = I915_READ(DSPCNTR(i)); |
| 12452 | error->plane[i].stride = I915_READ(DSPSTRIDE(i)); |
Paulo Zanoni | 80ca378 | 2013-03-22 14:20:57 -0300 | [diff] [blame] | 12453 | if (INTEL_INFO(dev)->gen <= 3) { |
Paulo Zanoni | 51889b3 | 2013-03-06 20:03:13 -0300 | [diff] [blame] | 12454 | error->plane[i].size = I915_READ(DSPSIZE(i)); |
Paulo Zanoni | 80ca378 | 2013-03-22 14:20:57 -0300 | [diff] [blame] | 12455 | error->plane[i].pos = I915_READ(DSPPOS(i)); |
| 12456 | } |
Paulo Zanoni | ca29136 | 2013-03-06 20:03:14 -0300 | [diff] [blame] | 12457 | if (INTEL_INFO(dev)->gen <= 7 && !IS_HASWELL(dev)) |
| 12458 | error->plane[i].addr = I915_READ(DSPADDR(i)); |
Chris Wilson | c4a1d9e | 2010-11-21 13:12:35 +0000 | [diff] [blame] | 12459 | if (INTEL_INFO(dev)->gen >= 4) { |
| 12460 | error->plane[i].surface = I915_READ(DSPSURF(i)); |
| 12461 | error->plane[i].tile_offset = I915_READ(DSPTILEOFF(i)); |
| 12462 | } |
| 12463 | |
Chris Wilson | c4a1d9e | 2010-11-21 13:12:35 +0000 | [diff] [blame] | 12464 | error->pipe[i].source = I915_READ(PIPESRC(i)); |
Imre Deak | f301b1e | 2014-04-18 15:55:04 +0300 | [diff] [blame] | 12465 | |
| 12466 | if (!HAS_PCH_SPLIT(dev)) |
| 12467 | error->pipe[i].stat = I915_READ(PIPESTAT(i)); |
Chris Wilson | 63b66e5 | 2013-08-08 15:12:06 +0200 | [diff] [blame] | 12468 | } |
| 12469 | |
| 12470 | error->num_transcoders = INTEL_INFO(dev)->num_pipes; |
| 12471 | if (HAS_DDI(dev_priv->dev)) |
| 12472 | error->num_transcoders++; /* Account for eDP. */ |
| 12473 | |
| 12474 | for (i = 0; i < error->num_transcoders; i++) { |
| 12475 | enum transcoder cpu_transcoder = transcoders[i]; |
| 12476 | |
Imre Deak | ddf9c53 | 2013-11-27 22:02:02 +0200 | [diff] [blame] | 12477 | error->transcoder[i].power_domain_on = |
Imre Deak | da7e29b | 2014-02-18 00:02:02 +0200 | [diff] [blame] | 12478 | intel_display_power_enabled_sw(dev_priv, |
Paulo Zanoni | 38cc1da | 2013-12-20 15:09:41 -0200 | [diff] [blame] | 12479 | POWER_DOMAIN_TRANSCODER(cpu_transcoder)); |
Imre Deak | ddf9c53 | 2013-11-27 22:02:02 +0200 | [diff] [blame] | 12480 | if (!error->transcoder[i].power_domain_on) |
Paulo Zanoni | 9d1cb91 | 2013-11-01 13:32:08 -0200 | [diff] [blame] | 12481 | continue; |
| 12482 | |
Chris Wilson | 63b66e5 | 2013-08-08 15:12:06 +0200 | [diff] [blame] | 12483 | error->transcoder[i].cpu_transcoder = cpu_transcoder; |
| 12484 | |
| 12485 | error->transcoder[i].conf = I915_READ(PIPECONF(cpu_transcoder)); |
| 12486 | error->transcoder[i].htotal = I915_READ(HTOTAL(cpu_transcoder)); |
| 12487 | error->transcoder[i].hblank = I915_READ(HBLANK(cpu_transcoder)); |
| 12488 | error->transcoder[i].hsync = I915_READ(HSYNC(cpu_transcoder)); |
| 12489 | error->transcoder[i].vtotal = I915_READ(VTOTAL(cpu_transcoder)); |
| 12490 | error->transcoder[i].vblank = I915_READ(VBLANK(cpu_transcoder)); |
| 12491 | error->transcoder[i].vsync = I915_READ(VSYNC(cpu_transcoder)); |
Chris Wilson | c4a1d9e | 2010-11-21 13:12:35 +0000 | [diff] [blame] | 12492 | } |
| 12493 | |
| 12494 | return error; |
| 12495 | } |
| 12496 | |
Mika Kuoppala | edc3d88 | 2013-05-23 13:55:35 +0300 | [diff] [blame] | 12497 | #define err_printf(e, ...) i915_error_printf(e, __VA_ARGS__) |
| 12498 | |
Chris Wilson | c4a1d9e | 2010-11-21 13:12:35 +0000 | [diff] [blame] | 12499 | void |
Mika Kuoppala | edc3d88 | 2013-05-23 13:55:35 +0300 | [diff] [blame] | 12500 | intel_display_print_error_state(struct drm_i915_error_state_buf *m, |
Chris Wilson | c4a1d9e | 2010-11-21 13:12:35 +0000 | [diff] [blame] | 12501 | struct drm_device *dev, |
| 12502 | struct intel_display_error_state *error) |
| 12503 | { |
| 12504 | int i; |
| 12505 | |
Chris Wilson | 63b66e5 | 2013-08-08 15:12:06 +0200 | [diff] [blame] | 12506 | if (!error) |
| 12507 | return; |
| 12508 | |
Mika Kuoppala | edc3d88 | 2013-05-23 13:55:35 +0300 | [diff] [blame] | 12509 | err_printf(m, "Num Pipes: %d\n", INTEL_INFO(dev)->num_pipes); |
Imre Deak | 190be11 | 2013-11-25 17:15:31 +0200 | [diff] [blame] | 12510 | if (IS_HASWELL(dev) || IS_BROADWELL(dev)) |
Mika Kuoppala | edc3d88 | 2013-05-23 13:55:35 +0300 | [diff] [blame] | 12511 | err_printf(m, "PWR_WELL_CTL2: %08x\n", |
Paulo Zanoni | ff57f1b | 2013-05-03 12:15:37 -0300 | [diff] [blame] | 12512 | error->power_well_driver); |
Damien Lespiau | 5233130 | 2012-08-15 19:23:25 +0100 | [diff] [blame] | 12513 | for_each_pipe(i) { |
Mika Kuoppala | edc3d88 | 2013-05-23 13:55:35 +0300 | [diff] [blame] | 12514 | err_printf(m, "Pipe [%d]:\n", i); |
Imre Deak | ddf9c53 | 2013-11-27 22:02:02 +0200 | [diff] [blame] | 12515 | err_printf(m, " Power: %s\n", |
| 12516 | error->pipe[i].power_domain_on ? "on" : "off"); |
Mika Kuoppala | edc3d88 | 2013-05-23 13:55:35 +0300 | [diff] [blame] | 12517 | err_printf(m, " SRC: %08x\n", error->pipe[i].source); |
Imre Deak | f301b1e | 2014-04-18 15:55:04 +0300 | [diff] [blame] | 12518 | err_printf(m, " STAT: %08x\n", error->pipe[i].stat); |
Chris Wilson | c4a1d9e | 2010-11-21 13:12:35 +0000 | [diff] [blame] | 12519 | |
Mika Kuoppala | edc3d88 | 2013-05-23 13:55:35 +0300 | [diff] [blame] | 12520 | err_printf(m, "Plane [%d]:\n", i); |
| 12521 | err_printf(m, " CNTR: %08x\n", error->plane[i].control); |
| 12522 | err_printf(m, " STRIDE: %08x\n", error->plane[i].stride); |
Paulo Zanoni | 80ca378 | 2013-03-22 14:20:57 -0300 | [diff] [blame] | 12523 | if (INTEL_INFO(dev)->gen <= 3) { |
Mika Kuoppala | edc3d88 | 2013-05-23 13:55:35 +0300 | [diff] [blame] | 12524 | err_printf(m, " SIZE: %08x\n", error->plane[i].size); |
| 12525 | err_printf(m, " POS: %08x\n", error->plane[i].pos); |
Paulo Zanoni | 80ca378 | 2013-03-22 14:20:57 -0300 | [diff] [blame] | 12526 | } |
Paulo Zanoni | 4b71a57 | 2013-03-22 14:19:21 -0300 | [diff] [blame] | 12527 | if (INTEL_INFO(dev)->gen <= 7 && !IS_HASWELL(dev)) |
Mika Kuoppala | edc3d88 | 2013-05-23 13:55:35 +0300 | [diff] [blame] | 12528 | err_printf(m, " ADDR: %08x\n", error->plane[i].addr); |
Chris Wilson | c4a1d9e | 2010-11-21 13:12:35 +0000 | [diff] [blame] | 12529 | if (INTEL_INFO(dev)->gen >= 4) { |
Mika Kuoppala | edc3d88 | 2013-05-23 13:55:35 +0300 | [diff] [blame] | 12530 | err_printf(m, " SURF: %08x\n", error->plane[i].surface); |
| 12531 | err_printf(m, " TILEOFF: %08x\n", error->plane[i].tile_offset); |
Chris Wilson | c4a1d9e | 2010-11-21 13:12:35 +0000 | [diff] [blame] | 12532 | } |
| 12533 | |
Mika Kuoppala | edc3d88 | 2013-05-23 13:55:35 +0300 | [diff] [blame] | 12534 | err_printf(m, "Cursor [%d]:\n", i); |
| 12535 | err_printf(m, " CNTR: %08x\n", error->cursor[i].control); |
| 12536 | err_printf(m, " POS: %08x\n", error->cursor[i].position); |
| 12537 | err_printf(m, " BASE: %08x\n", error->cursor[i].base); |
Chris Wilson | c4a1d9e | 2010-11-21 13:12:35 +0000 | [diff] [blame] | 12538 | } |
Chris Wilson | 63b66e5 | 2013-08-08 15:12:06 +0200 | [diff] [blame] | 12539 | |
| 12540 | for (i = 0; i < error->num_transcoders; i++) { |
Chris Wilson | 1cf84bb | 2013-10-21 09:10:33 +0100 | [diff] [blame] | 12541 | err_printf(m, "CPU transcoder: %c\n", |
Chris Wilson | 63b66e5 | 2013-08-08 15:12:06 +0200 | [diff] [blame] | 12542 | transcoder_name(error->transcoder[i].cpu_transcoder)); |
Imre Deak | ddf9c53 | 2013-11-27 22:02:02 +0200 | [diff] [blame] | 12543 | err_printf(m, " Power: %s\n", |
| 12544 | error->transcoder[i].power_domain_on ? "on" : "off"); |
Chris Wilson | 63b66e5 | 2013-08-08 15:12:06 +0200 | [diff] [blame] | 12545 | err_printf(m, " CONF: %08x\n", error->transcoder[i].conf); |
| 12546 | err_printf(m, " HTOTAL: %08x\n", error->transcoder[i].htotal); |
| 12547 | err_printf(m, " HBLANK: %08x\n", error->transcoder[i].hblank); |
| 12548 | err_printf(m, " HSYNC: %08x\n", error->transcoder[i].hsync); |
| 12549 | err_printf(m, " VTOTAL: %08x\n", error->transcoder[i].vtotal); |
| 12550 | err_printf(m, " VBLANK: %08x\n", error->transcoder[i].vblank); |
| 12551 | err_printf(m, " VSYNC: %08x\n", error->transcoder[i].vsync); |
| 12552 | } |
Chris Wilson | c4a1d9e | 2010-11-21 13:12:35 +0000 | [diff] [blame] | 12553 | } |