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); |
Damien Lespiau | e7457a9 | 2013-08-08 22:28:59 +0100 | [diff] [blame] | 69 | |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 70 | typedef struct { |
Akshay Joshi | 0206e35 | 2011-08-16 15:34:10 -0400 | [diff] [blame] | 71 | int min, max; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 72 | } intel_range_t; |
| 73 | |
| 74 | typedef struct { |
Akshay Joshi | 0206e35 | 2011-08-16 15:34:10 -0400 | [diff] [blame] | 75 | int dot_limit; |
| 76 | int p2_slow, p2_fast; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 77 | } intel_p2_t; |
| 78 | |
Ma Ling | d490609 | 2009-03-18 20:13:27 +0800 | [diff] [blame] | 79 | typedef struct intel_limit intel_limit_t; |
| 80 | struct intel_limit { |
Akshay Joshi | 0206e35 | 2011-08-16 15:34:10 -0400 | [diff] [blame] | 81 | intel_range_t dot, vco, n, m, m1, m2, p, p1; |
| 82 | intel_p2_t p2; |
Ma Ling | d490609 | 2009-03-18 20:13:27 +0800 | [diff] [blame] | 83 | }; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 84 | |
Daniel Vetter | d2acd21 | 2012-10-20 20:57:43 +0200 | [diff] [blame] | 85 | int |
| 86 | intel_pch_rawclk(struct drm_device *dev) |
| 87 | { |
| 88 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 89 | |
| 90 | WARN_ON(!HAS_PCH_SPLIT(dev)); |
| 91 | |
| 92 | return I915_READ(PCH_RAWCLK_FREQ) & RAWCLK_FREQ_MASK; |
| 93 | } |
| 94 | |
Chris Wilson | 021357a | 2010-09-07 20:54:59 +0100 | [diff] [blame] | 95 | static inline u32 /* units of 100MHz */ |
| 96 | intel_fdi_link_freq(struct drm_device *dev) |
| 97 | { |
Chris Wilson | 8b99e68 | 2010-10-13 09:59:17 +0100 | [diff] [blame] | 98 | if (IS_GEN5(dev)) { |
| 99 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 100 | return (I915_READ(FDI_PLL_BIOS_0) & FDI_PLL_FB_CLOCK_MASK) + 2; |
| 101 | } else |
| 102 | return 27; |
Chris Wilson | 021357a | 2010-09-07 20:54:59 +0100 | [diff] [blame] | 103 | } |
| 104 | |
Daniel Vetter | 5d536e2 | 2013-07-06 12:52:06 +0200 | [diff] [blame] | 105 | static const intel_limit_t intel_limits_i8xx_dac = { |
Akshay Joshi | 0206e35 | 2011-08-16 15:34:10 -0400 | [diff] [blame] | 106 | .dot = { .min = 25000, .max = 350000 }, |
Ville Syrjälä | 9c33371 | 2013-12-09 18:54:17 +0200 | [diff] [blame] | 107 | .vco = { .min = 908000, .max = 1512000 }, |
Ville Syrjälä | 91dbe5f | 2013-12-09 18:54:14 +0200 | [diff] [blame] | 108 | .n = { .min = 2, .max = 16 }, |
Akshay Joshi | 0206e35 | 2011-08-16 15:34:10 -0400 | [diff] [blame] | 109 | .m = { .min = 96, .max = 140 }, |
| 110 | .m1 = { .min = 18, .max = 26 }, |
| 111 | .m2 = { .min = 6, .max = 16 }, |
| 112 | .p = { .min = 4, .max = 128 }, |
| 113 | .p1 = { .min = 2, .max = 33 }, |
Eric Anholt | 273e27c | 2011-03-30 13:01:10 -0700 | [diff] [blame] | 114 | .p2 = { .dot_limit = 165000, |
| 115 | .p2_slow = 4, .p2_fast = 2 }, |
Keith Packard | e4b3669 | 2009-06-05 19:22:17 -0700 | [diff] [blame] | 116 | }; |
| 117 | |
Daniel Vetter | 5d536e2 | 2013-07-06 12:52:06 +0200 | [diff] [blame] | 118 | static const intel_limit_t intel_limits_i8xx_dvo = { |
| 119 | .dot = { .min = 25000, .max = 350000 }, |
Ville Syrjälä | 9c33371 | 2013-12-09 18:54:17 +0200 | [diff] [blame] | 120 | .vco = { .min = 908000, .max = 1512000 }, |
Ville Syrjälä | 91dbe5f | 2013-12-09 18:54:14 +0200 | [diff] [blame] | 121 | .n = { .min = 2, .max = 16 }, |
Daniel Vetter | 5d536e2 | 2013-07-06 12:52:06 +0200 | [diff] [blame] | 122 | .m = { .min = 96, .max = 140 }, |
| 123 | .m1 = { .min = 18, .max = 26 }, |
| 124 | .m2 = { .min = 6, .max = 16 }, |
| 125 | .p = { .min = 4, .max = 128 }, |
| 126 | .p1 = { .min = 2, .max = 33 }, |
| 127 | .p2 = { .dot_limit = 165000, |
| 128 | .p2_slow = 4, .p2_fast = 4 }, |
| 129 | }; |
| 130 | |
Keith Packard | e4b3669 | 2009-06-05 19:22:17 -0700 | [diff] [blame] | 131 | static const intel_limit_t intel_limits_i8xx_lvds = { |
Akshay Joshi | 0206e35 | 2011-08-16 15:34:10 -0400 | [diff] [blame] | 132 | .dot = { .min = 25000, .max = 350000 }, |
Ville Syrjälä | 9c33371 | 2013-12-09 18:54:17 +0200 | [diff] [blame] | 133 | .vco = { .min = 908000, .max = 1512000 }, |
Ville Syrjälä | 91dbe5f | 2013-12-09 18:54:14 +0200 | [diff] [blame] | 134 | .n = { .min = 2, .max = 16 }, |
Akshay Joshi | 0206e35 | 2011-08-16 15:34:10 -0400 | [diff] [blame] | 135 | .m = { .min = 96, .max = 140 }, |
| 136 | .m1 = { .min = 18, .max = 26 }, |
| 137 | .m2 = { .min = 6, .max = 16 }, |
| 138 | .p = { .min = 4, .max = 128 }, |
| 139 | .p1 = { .min = 1, .max = 6 }, |
Eric Anholt | 273e27c | 2011-03-30 13:01:10 -0700 | [diff] [blame] | 140 | .p2 = { .dot_limit = 165000, |
| 141 | .p2_slow = 14, .p2_fast = 7 }, |
Keith Packard | e4b3669 | 2009-06-05 19:22:17 -0700 | [diff] [blame] | 142 | }; |
Eric Anholt | 273e27c | 2011-03-30 13:01:10 -0700 | [diff] [blame] | 143 | |
Keith Packard | e4b3669 | 2009-06-05 19:22:17 -0700 | [diff] [blame] | 144 | static const intel_limit_t intel_limits_i9xx_sdvo = { |
Akshay Joshi | 0206e35 | 2011-08-16 15:34:10 -0400 | [diff] [blame] | 145 | .dot = { .min = 20000, .max = 400000 }, |
| 146 | .vco = { .min = 1400000, .max = 2800000 }, |
| 147 | .n = { .min = 1, .max = 6 }, |
| 148 | .m = { .min = 70, .max = 120 }, |
Patrik Jakobsson | 4f7dfb6 | 2013-02-13 22:20:22 +0100 | [diff] [blame] | 149 | .m1 = { .min = 8, .max = 18 }, |
| 150 | .m2 = { .min = 3, .max = 7 }, |
Akshay Joshi | 0206e35 | 2011-08-16 15:34:10 -0400 | [diff] [blame] | 151 | .p = { .min = 5, .max = 80 }, |
| 152 | .p1 = { .min = 1, .max = 8 }, |
Eric Anholt | 273e27c | 2011-03-30 13:01:10 -0700 | [diff] [blame] | 153 | .p2 = { .dot_limit = 200000, |
| 154 | .p2_slow = 10, .p2_fast = 5 }, |
Keith Packard | e4b3669 | 2009-06-05 19:22:17 -0700 | [diff] [blame] | 155 | }; |
| 156 | |
| 157 | static const intel_limit_t intel_limits_i9xx_lvds = { |
Akshay Joshi | 0206e35 | 2011-08-16 15:34:10 -0400 | [diff] [blame] | 158 | .dot = { .min = 20000, .max = 400000 }, |
| 159 | .vco = { .min = 1400000, .max = 2800000 }, |
| 160 | .n = { .min = 1, .max = 6 }, |
| 161 | .m = { .min = 70, .max = 120 }, |
Patrik Jakobsson | 53a7d2d | 2013-02-13 22:20:21 +0100 | [diff] [blame] | 162 | .m1 = { .min = 8, .max = 18 }, |
| 163 | .m2 = { .min = 3, .max = 7 }, |
Akshay Joshi | 0206e35 | 2011-08-16 15:34:10 -0400 | [diff] [blame] | 164 | .p = { .min = 7, .max = 98 }, |
| 165 | .p1 = { .min = 1, .max = 8 }, |
Eric Anholt | 273e27c | 2011-03-30 13:01:10 -0700 | [diff] [blame] | 166 | .p2 = { .dot_limit = 112000, |
| 167 | .p2_slow = 14, .p2_fast = 7 }, |
Keith Packard | e4b3669 | 2009-06-05 19:22:17 -0700 | [diff] [blame] | 168 | }; |
| 169 | |
Eric Anholt | 273e27c | 2011-03-30 13:01:10 -0700 | [diff] [blame] | 170 | |
Keith Packard | e4b3669 | 2009-06-05 19:22:17 -0700 | [diff] [blame] | 171 | static const intel_limit_t intel_limits_g4x_sdvo = { |
Eric Anholt | 273e27c | 2011-03-30 13:01:10 -0700 | [diff] [blame] | 172 | .dot = { .min = 25000, .max = 270000 }, |
| 173 | .vco = { .min = 1750000, .max = 3500000}, |
| 174 | .n = { .min = 1, .max = 4 }, |
| 175 | .m = { .min = 104, .max = 138 }, |
| 176 | .m1 = { .min = 17, .max = 23 }, |
| 177 | .m2 = { .min = 5, .max = 11 }, |
| 178 | .p = { .min = 10, .max = 30 }, |
| 179 | .p1 = { .min = 1, .max = 3}, |
| 180 | .p2 = { .dot_limit = 270000, |
| 181 | .p2_slow = 10, |
| 182 | .p2_fast = 10 |
Ma Ling | 044c7c4 | 2009-03-18 20:13:23 +0800 | [diff] [blame] | 183 | }, |
Keith Packard | e4b3669 | 2009-06-05 19:22:17 -0700 | [diff] [blame] | 184 | }; |
| 185 | |
| 186 | static const intel_limit_t intel_limits_g4x_hdmi = { |
Eric Anholt | 273e27c | 2011-03-30 13:01:10 -0700 | [diff] [blame] | 187 | .dot = { .min = 22000, .max = 400000 }, |
| 188 | .vco = { .min = 1750000, .max = 3500000}, |
| 189 | .n = { .min = 1, .max = 4 }, |
| 190 | .m = { .min = 104, .max = 138 }, |
| 191 | .m1 = { .min = 16, .max = 23 }, |
| 192 | .m2 = { .min = 5, .max = 11 }, |
| 193 | .p = { .min = 5, .max = 80 }, |
| 194 | .p1 = { .min = 1, .max = 8}, |
| 195 | .p2 = { .dot_limit = 165000, |
| 196 | .p2_slow = 10, .p2_fast = 5 }, |
Keith Packard | e4b3669 | 2009-06-05 19:22:17 -0700 | [diff] [blame] | 197 | }; |
| 198 | |
| 199 | static const intel_limit_t intel_limits_g4x_single_channel_lvds = { |
Eric Anholt | 273e27c | 2011-03-30 13:01:10 -0700 | [diff] [blame] | 200 | .dot = { .min = 20000, .max = 115000 }, |
| 201 | .vco = { .min = 1750000, .max = 3500000 }, |
| 202 | .n = { .min = 1, .max = 3 }, |
| 203 | .m = { .min = 104, .max = 138 }, |
| 204 | .m1 = { .min = 17, .max = 23 }, |
| 205 | .m2 = { .min = 5, .max = 11 }, |
| 206 | .p = { .min = 28, .max = 112 }, |
| 207 | .p1 = { .min = 2, .max = 8 }, |
| 208 | .p2 = { .dot_limit = 0, |
| 209 | .p2_slow = 14, .p2_fast = 14 |
Ma Ling | 044c7c4 | 2009-03-18 20:13:23 +0800 | [diff] [blame] | 210 | }, |
Keith Packard | e4b3669 | 2009-06-05 19:22:17 -0700 | [diff] [blame] | 211 | }; |
| 212 | |
| 213 | static const intel_limit_t intel_limits_g4x_dual_channel_lvds = { |
Eric Anholt | 273e27c | 2011-03-30 13:01:10 -0700 | [diff] [blame] | 214 | .dot = { .min = 80000, .max = 224000 }, |
| 215 | .vco = { .min = 1750000, .max = 3500000 }, |
| 216 | .n = { .min = 1, .max = 3 }, |
| 217 | .m = { .min = 104, .max = 138 }, |
| 218 | .m1 = { .min = 17, .max = 23 }, |
| 219 | .m2 = { .min = 5, .max = 11 }, |
| 220 | .p = { .min = 14, .max = 42 }, |
| 221 | .p1 = { .min = 2, .max = 6 }, |
| 222 | .p2 = { .dot_limit = 0, |
| 223 | .p2_slow = 7, .p2_fast = 7 |
Ma Ling | 044c7c4 | 2009-03-18 20:13:23 +0800 | [diff] [blame] | 224 | }, |
Keith Packard | e4b3669 | 2009-06-05 19:22:17 -0700 | [diff] [blame] | 225 | }; |
| 226 | |
Adam Jackson | f2b115e | 2009-12-03 17:14:42 -0500 | [diff] [blame] | 227 | static const intel_limit_t intel_limits_pineview_sdvo = { |
Akshay Joshi | 0206e35 | 2011-08-16 15:34:10 -0400 | [diff] [blame] | 228 | .dot = { .min = 20000, .max = 400000}, |
| 229 | .vco = { .min = 1700000, .max = 3500000 }, |
Eric Anholt | 273e27c | 2011-03-30 13:01:10 -0700 | [diff] [blame] | 230 | /* Pineview's Ncounter is a ring counter */ |
Akshay Joshi | 0206e35 | 2011-08-16 15:34:10 -0400 | [diff] [blame] | 231 | .n = { .min = 3, .max = 6 }, |
| 232 | .m = { .min = 2, .max = 256 }, |
Eric Anholt | 273e27c | 2011-03-30 13:01:10 -0700 | [diff] [blame] | 233 | /* Pineview only has one combined m divider, which we treat as m2. */ |
Akshay Joshi | 0206e35 | 2011-08-16 15:34:10 -0400 | [diff] [blame] | 234 | .m1 = { .min = 0, .max = 0 }, |
| 235 | .m2 = { .min = 0, .max = 254 }, |
| 236 | .p = { .min = 5, .max = 80 }, |
| 237 | .p1 = { .min = 1, .max = 8 }, |
Eric Anholt | 273e27c | 2011-03-30 13:01:10 -0700 | [diff] [blame] | 238 | .p2 = { .dot_limit = 200000, |
| 239 | .p2_slow = 10, .p2_fast = 5 }, |
Keith Packard | e4b3669 | 2009-06-05 19:22:17 -0700 | [diff] [blame] | 240 | }; |
| 241 | |
Adam Jackson | f2b115e | 2009-12-03 17:14:42 -0500 | [diff] [blame] | 242 | static const intel_limit_t intel_limits_pineview_lvds = { |
Akshay Joshi | 0206e35 | 2011-08-16 15:34:10 -0400 | [diff] [blame] | 243 | .dot = { .min = 20000, .max = 400000 }, |
| 244 | .vco = { .min = 1700000, .max = 3500000 }, |
| 245 | .n = { .min = 3, .max = 6 }, |
| 246 | .m = { .min = 2, .max = 256 }, |
| 247 | .m1 = { .min = 0, .max = 0 }, |
| 248 | .m2 = { .min = 0, .max = 254 }, |
| 249 | .p = { .min = 7, .max = 112 }, |
| 250 | .p1 = { .min = 1, .max = 8 }, |
Eric Anholt | 273e27c | 2011-03-30 13:01:10 -0700 | [diff] [blame] | 251 | .p2 = { .dot_limit = 112000, |
| 252 | .p2_slow = 14, .p2_fast = 14 }, |
Keith Packard | e4b3669 | 2009-06-05 19:22:17 -0700 | [diff] [blame] | 253 | }; |
| 254 | |
Eric Anholt | 273e27c | 2011-03-30 13:01:10 -0700 | [diff] [blame] | 255 | /* Ironlake / Sandybridge |
| 256 | * |
| 257 | * We calculate clock using (register_value + 2) for N/M1/M2, so here |
| 258 | * the range value for them is (actual_value - 2). |
| 259 | */ |
Zhenyu Wang | b91ad0e | 2010-02-05 09:14:17 +0800 | [diff] [blame] | 260 | static const intel_limit_t intel_limits_ironlake_dac = { |
Eric Anholt | 273e27c | 2011-03-30 13:01:10 -0700 | [diff] [blame] | 261 | .dot = { .min = 25000, .max = 350000 }, |
| 262 | .vco = { .min = 1760000, .max = 3510000 }, |
| 263 | .n = { .min = 1, .max = 5 }, |
| 264 | .m = { .min = 79, .max = 127 }, |
| 265 | .m1 = { .min = 12, .max = 22 }, |
| 266 | .m2 = { .min = 5, .max = 9 }, |
| 267 | .p = { .min = 5, .max = 80 }, |
| 268 | .p1 = { .min = 1, .max = 8 }, |
| 269 | .p2 = { .dot_limit = 225000, |
| 270 | .p2_slow = 10, .p2_fast = 5 }, |
Keith Packard | e4b3669 | 2009-06-05 19:22:17 -0700 | [diff] [blame] | 271 | }; |
| 272 | |
Zhenyu Wang | b91ad0e | 2010-02-05 09:14:17 +0800 | [diff] [blame] | 273 | static const intel_limit_t intel_limits_ironlake_single_lvds = { |
Eric Anholt | 273e27c | 2011-03-30 13:01:10 -0700 | [diff] [blame] | 274 | .dot = { .min = 25000, .max = 350000 }, |
| 275 | .vco = { .min = 1760000, .max = 3510000 }, |
| 276 | .n = { .min = 1, .max = 3 }, |
| 277 | .m = { .min = 79, .max = 118 }, |
| 278 | .m1 = { .min = 12, .max = 22 }, |
| 279 | .m2 = { .min = 5, .max = 9 }, |
| 280 | .p = { .min = 28, .max = 112 }, |
| 281 | .p1 = { .min = 2, .max = 8 }, |
| 282 | .p2 = { .dot_limit = 225000, |
| 283 | .p2_slow = 14, .p2_fast = 14 }, |
Zhenyu Wang | b91ad0e | 2010-02-05 09:14:17 +0800 | [diff] [blame] | 284 | }; |
| 285 | |
| 286 | static const intel_limit_t intel_limits_ironlake_dual_lvds = { |
Eric Anholt | 273e27c | 2011-03-30 13:01:10 -0700 | [diff] [blame] | 287 | .dot = { .min = 25000, .max = 350000 }, |
| 288 | .vco = { .min = 1760000, .max = 3510000 }, |
| 289 | .n = { .min = 1, .max = 3 }, |
| 290 | .m = { .min = 79, .max = 127 }, |
| 291 | .m1 = { .min = 12, .max = 22 }, |
| 292 | .m2 = { .min = 5, .max = 9 }, |
| 293 | .p = { .min = 14, .max = 56 }, |
| 294 | .p1 = { .min = 2, .max = 8 }, |
| 295 | .p2 = { .dot_limit = 225000, |
| 296 | .p2_slow = 7, .p2_fast = 7 }, |
Zhenyu Wang | b91ad0e | 2010-02-05 09:14:17 +0800 | [diff] [blame] | 297 | }; |
| 298 | |
Eric Anholt | 273e27c | 2011-03-30 13:01:10 -0700 | [diff] [blame] | 299 | /* LVDS 100mhz refclk limits. */ |
Zhenyu Wang | b91ad0e | 2010-02-05 09:14:17 +0800 | [diff] [blame] | 300 | static const intel_limit_t intel_limits_ironlake_single_lvds_100m = { |
Eric Anholt | 273e27c | 2011-03-30 13:01:10 -0700 | [diff] [blame] | 301 | .dot = { .min = 25000, .max = 350000 }, |
| 302 | .vco = { .min = 1760000, .max = 3510000 }, |
| 303 | .n = { .min = 1, .max = 2 }, |
| 304 | .m = { .min = 79, .max = 126 }, |
| 305 | .m1 = { .min = 12, .max = 22 }, |
| 306 | .m2 = { .min = 5, .max = 9 }, |
| 307 | .p = { .min = 28, .max = 112 }, |
Akshay Joshi | 0206e35 | 2011-08-16 15:34:10 -0400 | [diff] [blame] | 308 | .p1 = { .min = 2, .max = 8 }, |
Eric Anholt | 273e27c | 2011-03-30 13:01:10 -0700 | [diff] [blame] | 309 | .p2 = { .dot_limit = 225000, |
| 310 | .p2_slow = 14, .p2_fast = 14 }, |
Zhenyu Wang | b91ad0e | 2010-02-05 09:14:17 +0800 | [diff] [blame] | 311 | }; |
| 312 | |
| 313 | static const intel_limit_t intel_limits_ironlake_dual_lvds_100m = { |
Eric Anholt | 273e27c | 2011-03-30 13:01:10 -0700 | [diff] [blame] | 314 | .dot = { .min = 25000, .max = 350000 }, |
| 315 | .vco = { .min = 1760000, .max = 3510000 }, |
| 316 | .n = { .min = 1, .max = 3 }, |
| 317 | .m = { .min = 79, .max = 126 }, |
| 318 | .m1 = { .min = 12, .max = 22 }, |
| 319 | .m2 = { .min = 5, .max = 9 }, |
| 320 | .p = { .min = 14, .max = 42 }, |
Akshay Joshi | 0206e35 | 2011-08-16 15:34:10 -0400 | [diff] [blame] | 321 | .p1 = { .min = 2, .max = 6 }, |
Eric Anholt | 273e27c | 2011-03-30 13:01:10 -0700 | [diff] [blame] | 322 | .p2 = { .dot_limit = 225000, |
| 323 | .p2_slow = 7, .p2_fast = 7 }, |
Zhao Yakui | 4547668 | 2009-12-31 16:06:04 +0800 | [diff] [blame] | 324 | }; |
| 325 | |
Ville Syrjälä | dc73051 | 2013-09-24 21:26:30 +0300 | [diff] [blame] | 326 | static const intel_limit_t intel_limits_vlv = { |
Ville Syrjälä | f01b796 | 2013-09-27 16:55:49 +0300 | [diff] [blame] | 327 | /* |
| 328 | * These are the data rate limits (measured in fast clocks) |
| 329 | * since those are the strictest limits we have. The fast |
| 330 | * clock and actual rate limits are more relaxed, so checking |
| 331 | * them would make no difference. |
| 332 | */ |
| 333 | .dot = { .min = 25000 * 5, .max = 270000 * 5 }, |
Daniel Vetter | 75e5398 | 2013-04-18 21:10:43 +0200 | [diff] [blame] | 334 | .vco = { .min = 4000000, .max = 6000000 }, |
Jesse Barnes | a0c4da2 | 2012-06-15 11:55:13 -0700 | [diff] [blame] | 335 | .n = { .min = 1, .max = 7 }, |
Jesse Barnes | a0c4da2 | 2012-06-15 11:55:13 -0700 | [diff] [blame] | 336 | .m1 = { .min = 2, .max = 3 }, |
| 337 | .m2 = { .min = 11, .max = 156 }, |
Ville Syrjälä | b99ab66 | 2013-09-24 21:26:26 +0300 | [diff] [blame] | 338 | .p1 = { .min = 2, .max = 3 }, |
Ville Syrjälä | 5fdc9c49 | 2013-09-24 21:26:29 +0300 | [diff] [blame] | 339 | .p2 = { .p2_slow = 2, .p2_fast = 20 }, /* slow=min, fast=max */ |
Jesse Barnes | a0c4da2 | 2012-06-15 11:55:13 -0700 | [diff] [blame] | 340 | }; |
| 341 | |
Chon Ming Lee | ef9348c | 2014-04-09 13:28:18 +0300 | [diff] [blame] | 342 | static const intel_limit_t intel_limits_chv = { |
| 343 | /* |
| 344 | * These are the data rate limits (measured in fast clocks) |
| 345 | * since those are the strictest limits we have. The fast |
| 346 | * clock and actual rate limits are more relaxed, so checking |
| 347 | * them would make no difference. |
| 348 | */ |
| 349 | .dot = { .min = 25000 * 5, .max = 540000 * 5}, |
| 350 | .vco = { .min = 4860000, .max = 6700000 }, |
| 351 | .n = { .min = 1, .max = 1 }, |
| 352 | .m1 = { .min = 2, .max = 2 }, |
| 353 | .m2 = { .min = 24 << 22, .max = 175 << 22 }, |
| 354 | .p1 = { .min = 2, .max = 4 }, |
| 355 | .p2 = { .p2_slow = 1, .p2_fast = 14 }, |
| 356 | }; |
| 357 | |
Ville Syrjälä | 6b4bf1c | 2013-09-27 16:54:19 +0300 | [diff] [blame] | 358 | static void vlv_clock(int refclk, intel_clock_t *clock) |
| 359 | { |
| 360 | clock->m = clock->m1 * clock->m2; |
| 361 | clock->p = clock->p1 * clock->p2; |
Ville Syrjälä | ed5ca77 | 2013-12-02 19:00:45 +0200 | [diff] [blame] | 362 | if (WARN_ON(clock->n == 0 || clock->p == 0)) |
| 363 | return; |
Ville Syrjälä | fb03ac0 | 2013-10-14 14:50:30 +0300 | [diff] [blame] | 364 | clock->vco = DIV_ROUND_CLOSEST(refclk * clock->m, clock->n); |
| 365 | clock->dot = DIV_ROUND_CLOSEST(clock->vco, clock->p); |
Ville Syrjälä | 6b4bf1c | 2013-09-27 16:54:19 +0300 | [diff] [blame] | 366 | } |
| 367 | |
Paulo Zanoni | e0638cd | 2013-09-24 13:52:54 -0300 | [diff] [blame] | 368 | /** |
| 369 | * Returns whether any output on the specified pipe is of the specified type |
| 370 | */ |
| 371 | static bool intel_pipe_has_type(struct drm_crtc *crtc, int type) |
| 372 | { |
| 373 | struct drm_device *dev = crtc->dev; |
| 374 | struct intel_encoder *encoder; |
| 375 | |
| 376 | for_each_encoder_on_crtc(dev, crtc, encoder) |
| 377 | if (encoder->type == type) |
| 378 | return true; |
| 379 | |
| 380 | return false; |
| 381 | } |
| 382 | |
Chris Wilson | 1b894b5 | 2010-12-14 20:04:54 +0000 | [diff] [blame] | 383 | static const intel_limit_t *intel_ironlake_limit(struct drm_crtc *crtc, |
| 384 | int refclk) |
Zhenyu Wang | 2c07245 | 2009-06-05 15:38:42 +0800 | [diff] [blame] | 385 | { |
Zhenyu Wang | b91ad0e | 2010-02-05 09:14:17 +0800 | [diff] [blame] | 386 | struct drm_device *dev = crtc->dev; |
Zhenyu Wang | 2c07245 | 2009-06-05 15:38:42 +0800 | [diff] [blame] | 387 | const intel_limit_t *limit; |
Zhenyu Wang | b91ad0e | 2010-02-05 09:14:17 +0800 | [diff] [blame] | 388 | |
| 389 | if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) { |
Daniel Vetter | 1974cad | 2012-11-26 17:22:09 +0100 | [diff] [blame] | 390 | if (intel_is_dual_link_lvds(dev)) { |
Chris Wilson | 1b894b5 | 2010-12-14 20:04:54 +0000 | [diff] [blame] | 391 | if (refclk == 100000) |
Zhenyu Wang | b91ad0e | 2010-02-05 09:14:17 +0800 | [diff] [blame] | 392 | limit = &intel_limits_ironlake_dual_lvds_100m; |
| 393 | else |
| 394 | limit = &intel_limits_ironlake_dual_lvds; |
| 395 | } else { |
Chris Wilson | 1b894b5 | 2010-12-14 20:04:54 +0000 | [diff] [blame] | 396 | if (refclk == 100000) |
Zhenyu Wang | b91ad0e | 2010-02-05 09:14:17 +0800 | [diff] [blame] | 397 | limit = &intel_limits_ironlake_single_lvds_100m; |
| 398 | else |
| 399 | limit = &intel_limits_ironlake_single_lvds; |
| 400 | } |
Daniel Vetter | c6bb353 | 2013-04-19 11:14:33 +0200 | [diff] [blame] | 401 | } else |
Zhenyu Wang | b91ad0e | 2010-02-05 09:14:17 +0800 | [diff] [blame] | 402 | limit = &intel_limits_ironlake_dac; |
Zhenyu Wang | 2c07245 | 2009-06-05 15:38:42 +0800 | [diff] [blame] | 403 | |
| 404 | return limit; |
| 405 | } |
| 406 | |
Ma Ling | 044c7c4 | 2009-03-18 20:13:23 +0800 | [diff] [blame] | 407 | static const intel_limit_t *intel_g4x_limit(struct drm_crtc *crtc) |
| 408 | { |
| 409 | struct drm_device *dev = crtc->dev; |
Ma Ling | 044c7c4 | 2009-03-18 20:13:23 +0800 | [diff] [blame] | 410 | const intel_limit_t *limit; |
| 411 | |
| 412 | if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) { |
Daniel Vetter | 1974cad | 2012-11-26 17:22:09 +0100 | [diff] [blame] | 413 | if (intel_is_dual_link_lvds(dev)) |
Keith Packard | e4b3669 | 2009-06-05 19:22:17 -0700 | [diff] [blame] | 414 | limit = &intel_limits_g4x_dual_channel_lvds; |
Ma Ling | 044c7c4 | 2009-03-18 20:13:23 +0800 | [diff] [blame] | 415 | else |
Keith Packard | e4b3669 | 2009-06-05 19:22:17 -0700 | [diff] [blame] | 416 | limit = &intel_limits_g4x_single_channel_lvds; |
Ma Ling | 044c7c4 | 2009-03-18 20:13:23 +0800 | [diff] [blame] | 417 | } else if (intel_pipe_has_type(crtc, INTEL_OUTPUT_HDMI) || |
| 418 | intel_pipe_has_type(crtc, INTEL_OUTPUT_ANALOG)) { |
Keith Packard | e4b3669 | 2009-06-05 19:22:17 -0700 | [diff] [blame] | 419 | limit = &intel_limits_g4x_hdmi; |
Ma Ling | 044c7c4 | 2009-03-18 20:13:23 +0800 | [diff] [blame] | 420 | } else if (intel_pipe_has_type(crtc, INTEL_OUTPUT_SDVO)) { |
Keith Packard | e4b3669 | 2009-06-05 19:22:17 -0700 | [diff] [blame] | 421 | limit = &intel_limits_g4x_sdvo; |
Ma Ling | 044c7c4 | 2009-03-18 20:13:23 +0800 | [diff] [blame] | 422 | } else /* The option is for other outputs */ |
Keith Packard | e4b3669 | 2009-06-05 19:22:17 -0700 | [diff] [blame] | 423 | limit = &intel_limits_i9xx_sdvo; |
Ma Ling | 044c7c4 | 2009-03-18 20:13:23 +0800 | [diff] [blame] | 424 | |
| 425 | return limit; |
| 426 | } |
| 427 | |
Chris Wilson | 1b894b5 | 2010-12-14 20:04:54 +0000 | [diff] [blame] | 428 | 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] | 429 | { |
| 430 | struct drm_device *dev = crtc->dev; |
| 431 | const intel_limit_t *limit; |
| 432 | |
Eric Anholt | bad720f | 2009-10-22 16:11:14 -0700 | [diff] [blame] | 433 | if (HAS_PCH_SPLIT(dev)) |
Chris Wilson | 1b894b5 | 2010-12-14 20:04:54 +0000 | [diff] [blame] | 434 | limit = intel_ironlake_limit(crtc, refclk); |
Zhenyu Wang | 2c07245 | 2009-06-05 15:38:42 +0800 | [diff] [blame] | 435 | else if (IS_G4X(dev)) { |
Ma Ling | 044c7c4 | 2009-03-18 20:13:23 +0800 | [diff] [blame] | 436 | limit = intel_g4x_limit(crtc); |
Adam Jackson | f2b115e | 2009-12-03 17:14:42 -0500 | [diff] [blame] | 437 | } else if (IS_PINEVIEW(dev)) { |
Shaohua Li | 2177832 | 2009-02-23 15:19:16 +0800 | [diff] [blame] | 438 | if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) |
Adam Jackson | f2b115e | 2009-12-03 17:14:42 -0500 | [diff] [blame] | 439 | limit = &intel_limits_pineview_lvds; |
Shaohua Li | 2177832 | 2009-02-23 15:19:16 +0800 | [diff] [blame] | 440 | else |
Adam Jackson | f2b115e | 2009-12-03 17:14:42 -0500 | [diff] [blame] | 441 | limit = &intel_limits_pineview_sdvo; |
Chon Ming Lee | ef9348c | 2014-04-09 13:28:18 +0300 | [diff] [blame] | 442 | } else if (IS_CHERRYVIEW(dev)) { |
| 443 | limit = &intel_limits_chv; |
Jesse Barnes | a0c4da2 | 2012-06-15 11:55:13 -0700 | [diff] [blame] | 444 | } else if (IS_VALLEYVIEW(dev)) { |
Ville Syrjälä | dc73051 | 2013-09-24 21:26:30 +0300 | [diff] [blame] | 445 | limit = &intel_limits_vlv; |
Chris Wilson | a6c45cf | 2010-09-17 00:32:17 +0100 | [diff] [blame] | 446 | } else if (!IS_GEN2(dev)) { |
| 447 | if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) |
| 448 | limit = &intel_limits_i9xx_lvds; |
| 449 | else |
| 450 | limit = &intel_limits_i9xx_sdvo; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 451 | } else { |
| 452 | if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) |
Keith Packard | e4b3669 | 2009-06-05 19:22:17 -0700 | [diff] [blame] | 453 | limit = &intel_limits_i8xx_lvds; |
Daniel Vetter | 5d536e2 | 2013-07-06 12:52:06 +0200 | [diff] [blame] | 454 | else if (intel_pipe_has_type(crtc, INTEL_OUTPUT_DVO)) |
Keith Packard | e4b3669 | 2009-06-05 19:22:17 -0700 | [diff] [blame] | 455 | limit = &intel_limits_i8xx_dvo; |
Daniel Vetter | 5d536e2 | 2013-07-06 12:52:06 +0200 | [diff] [blame] | 456 | else |
| 457 | limit = &intel_limits_i8xx_dac; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 458 | } |
| 459 | return limit; |
| 460 | } |
| 461 | |
Adam Jackson | f2b115e | 2009-12-03 17:14:42 -0500 | [diff] [blame] | 462 | /* m1 is reserved as 0 in Pineview, n is a ring counter */ |
| 463 | static void pineview_clock(int refclk, intel_clock_t *clock) |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 464 | { |
Shaohua Li | 2177832 | 2009-02-23 15:19:16 +0800 | [diff] [blame] | 465 | clock->m = clock->m2 + 2; |
| 466 | clock->p = clock->p1 * clock->p2; |
Ville Syrjälä | ed5ca77 | 2013-12-02 19:00:45 +0200 | [diff] [blame] | 467 | if (WARN_ON(clock->n == 0 || clock->p == 0)) |
| 468 | return; |
Ville Syrjälä | fb03ac0 | 2013-10-14 14:50:30 +0300 | [diff] [blame] | 469 | clock->vco = DIV_ROUND_CLOSEST(refclk * clock->m, clock->n); |
| 470 | clock->dot = DIV_ROUND_CLOSEST(clock->vco, clock->p); |
Shaohua Li | 2177832 | 2009-02-23 15:19:16 +0800 | [diff] [blame] | 471 | } |
| 472 | |
Daniel Vetter | 7429e9d | 2013-04-20 17:19:46 +0200 | [diff] [blame] | 473 | static uint32_t i9xx_dpll_compute_m(struct dpll *dpll) |
| 474 | { |
| 475 | return 5 * (dpll->m1 + 2) + (dpll->m2 + 2); |
| 476 | } |
| 477 | |
Daniel Vetter | ac58c3f | 2013-06-01 17:16:17 +0200 | [diff] [blame] | 478 | static void i9xx_clock(int refclk, intel_clock_t *clock) |
Shaohua Li | 2177832 | 2009-02-23 15:19:16 +0800 | [diff] [blame] | 479 | { |
Daniel Vetter | 7429e9d | 2013-04-20 17:19:46 +0200 | [diff] [blame] | 480 | clock->m = i9xx_dpll_compute_m(clock); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 481 | clock->p = clock->p1 * clock->p2; |
Ville Syrjälä | ed5ca77 | 2013-12-02 19:00:45 +0200 | [diff] [blame] | 482 | if (WARN_ON(clock->n + 2 == 0 || clock->p == 0)) |
| 483 | return; |
Ville Syrjälä | fb03ac0 | 2013-10-14 14:50:30 +0300 | [diff] [blame] | 484 | clock->vco = DIV_ROUND_CLOSEST(refclk * clock->m, clock->n + 2); |
| 485 | clock->dot = DIV_ROUND_CLOSEST(clock->vco, clock->p); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 486 | } |
| 487 | |
Chon Ming Lee | ef9348c | 2014-04-09 13:28:18 +0300 | [diff] [blame] | 488 | static void chv_clock(int refclk, intel_clock_t *clock) |
| 489 | { |
| 490 | clock->m = clock->m1 * clock->m2; |
| 491 | clock->p = clock->p1 * clock->p2; |
| 492 | if (WARN_ON(clock->n == 0 || clock->p == 0)) |
| 493 | return; |
| 494 | clock->vco = DIV_ROUND_CLOSEST_ULL((uint64_t)refclk * clock->m, |
| 495 | clock->n << 22); |
| 496 | clock->dot = DIV_ROUND_CLOSEST(clock->vco, clock->p); |
| 497 | } |
| 498 | |
Jesse Barnes | 7c04d1d | 2009-02-23 15:36:40 -0800 | [diff] [blame] | 499 | #define INTELPllInvalid(s) do { /* DRM_DEBUG(s); */ return false; } while (0) |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 500 | /** |
| 501 | * Returns whether the given set of divisors are valid for a given refclk with |
| 502 | * the given connectors. |
| 503 | */ |
| 504 | |
Chris Wilson | 1b894b5 | 2010-12-14 20:04:54 +0000 | [diff] [blame] | 505 | static bool intel_PLL_is_valid(struct drm_device *dev, |
| 506 | const intel_limit_t *limit, |
| 507 | const intel_clock_t *clock) |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 508 | { |
Ville Syrjälä | f01b796 | 2013-09-27 16:55:49 +0300 | [diff] [blame] | 509 | if (clock->n < limit->n.min || limit->n.max < clock->n) |
| 510 | INTELPllInvalid("n out of range\n"); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 511 | if (clock->p1 < limit->p1.min || limit->p1.max < clock->p1) |
Akshay Joshi | 0206e35 | 2011-08-16 15:34:10 -0400 | [diff] [blame] | 512 | INTELPllInvalid("p1 out of range\n"); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 513 | if (clock->m2 < limit->m2.min || limit->m2.max < clock->m2) |
Akshay Joshi | 0206e35 | 2011-08-16 15:34:10 -0400 | [diff] [blame] | 514 | INTELPllInvalid("m2 out of range\n"); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 515 | if (clock->m1 < limit->m1.min || limit->m1.max < clock->m1) |
Akshay Joshi | 0206e35 | 2011-08-16 15:34:10 -0400 | [diff] [blame] | 516 | INTELPllInvalid("m1 out of range\n"); |
Ville Syrjälä | f01b796 | 2013-09-27 16:55:49 +0300 | [diff] [blame] | 517 | |
| 518 | if (!IS_PINEVIEW(dev) && !IS_VALLEYVIEW(dev)) |
| 519 | if (clock->m1 <= clock->m2) |
| 520 | INTELPllInvalid("m1 <= m2\n"); |
| 521 | |
| 522 | if (!IS_VALLEYVIEW(dev)) { |
| 523 | if (clock->p < limit->p.min || limit->p.max < clock->p) |
| 524 | INTELPllInvalid("p out of range\n"); |
| 525 | if (clock->m < limit->m.min || limit->m.max < clock->m) |
| 526 | INTELPllInvalid("m out of range\n"); |
| 527 | } |
| 528 | |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 529 | if (clock->vco < limit->vco.min || limit->vco.max < clock->vco) |
Akshay Joshi | 0206e35 | 2011-08-16 15:34:10 -0400 | [diff] [blame] | 530 | INTELPllInvalid("vco out of range\n"); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 531 | /* XXX: We may need to be checking "Dot clock" depending on the multiplier, |
| 532 | * connector, etc., rather than just a single range. |
| 533 | */ |
| 534 | if (clock->dot < limit->dot.min || limit->dot.max < clock->dot) |
Akshay Joshi | 0206e35 | 2011-08-16 15:34:10 -0400 | [diff] [blame] | 535 | INTELPllInvalid("dot out of range\n"); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 536 | |
| 537 | return true; |
| 538 | } |
| 539 | |
Ma Ling | d490609 | 2009-03-18 20:13:27 +0800 | [diff] [blame] | 540 | static bool |
Daniel Vetter | ee9300b | 2013-06-03 22:40:22 +0200 | [diff] [blame] | 541 | 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] | 542 | int target, int refclk, intel_clock_t *match_clock, |
| 543 | intel_clock_t *best_clock) |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 544 | { |
| 545 | struct drm_device *dev = crtc->dev; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 546 | intel_clock_t clock; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 547 | int err = target; |
| 548 | |
Daniel Vetter | a210b02 | 2012-11-26 17:22:08 +0100 | [diff] [blame] | 549 | if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) { |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 550 | /* |
Daniel Vetter | a210b02 | 2012-11-26 17:22:08 +0100 | [diff] [blame] | 551 | * For LVDS just rely on its current settings for dual-channel. |
| 552 | * We haven't figured out how to reliably set up different |
| 553 | * single/dual channel state, if we even can. |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 554 | */ |
Daniel Vetter | 1974cad | 2012-11-26 17:22:09 +0100 | [diff] [blame] | 555 | if (intel_is_dual_link_lvds(dev)) |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 556 | clock.p2 = limit->p2.p2_fast; |
| 557 | else |
| 558 | clock.p2 = limit->p2.p2_slow; |
| 559 | } else { |
| 560 | if (target < limit->p2.dot_limit) |
| 561 | clock.p2 = limit->p2.p2_slow; |
| 562 | else |
| 563 | clock.p2 = limit->p2.p2_fast; |
| 564 | } |
| 565 | |
Akshay Joshi | 0206e35 | 2011-08-16 15:34:10 -0400 | [diff] [blame] | 566 | memset(best_clock, 0, sizeof(*best_clock)); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 567 | |
Zhao Yakui | 4215866 | 2009-11-20 11:24:18 +0800 | [diff] [blame] | 568 | for (clock.m1 = limit->m1.min; clock.m1 <= limit->m1.max; |
| 569 | clock.m1++) { |
| 570 | for (clock.m2 = limit->m2.min; |
| 571 | clock.m2 <= limit->m2.max; clock.m2++) { |
Daniel Vetter | c0efc38 | 2013-06-03 20:56:24 +0200 | [diff] [blame] | 572 | if (clock.m2 >= clock.m1) |
Zhao Yakui | 4215866 | 2009-11-20 11:24:18 +0800 | [diff] [blame] | 573 | break; |
| 574 | for (clock.n = limit->n.min; |
| 575 | clock.n <= limit->n.max; clock.n++) { |
| 576 | for (clock.p1 = limit->p1.min; |
| 577 | clock.p1 <= limit->p1.max; clock.p1++) { |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 578 | int this_err; |
| 579 | |
Daniel Vetter | ac58c3f | 2013-06-01 17:16:17 +0200 | [diff] [blame] | 580 | i9xx_clock(refclk, &clock); |
Chris Wilson | 1b894b5 | 2010-12-14 20:04:54 +0000 | [diff] [blame] | 581 | if (!intel_PLL_is_valid(dev, limit, |
| 582 | &clock)) |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 583 | continue; |
Sean Paul | cec2f35 | 2012-01-10 15:09:36 -0800 | [diff] [blame] | 584 | if (match_clock && |
| 585 | clock.p != match_clock->p) |
| 586 | continue; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 587 | |
| 588 | this_err = abs(clock.dot - target); |
| 589 | if (this_err < err) { |
| 590 | *best_clock = clock; |
| 591 | err = this_err; |
| 592 | } |
| 593 | } |
| 594 | } |
| 595 | } |
| 596 | } |
| 597 | |
| 598 | return (err != target); |
| 599 | } |
| 600 | |
Ma Ling | d490609 | 2009-03-18 20:13:27 +0800 | [diff] [blame] | 601 | static bool |
Daniel Vetter | ee9300b | 2013-06-03 22:40:22 +0200 | [diff] [blame] | 602 | pnv_find_best_dpll(const intel_limit_t *limit, struct drm_crtc *crtc, |
| 603 | int target, int refclk, intel_clock_t *match_clock, |
| 604 | intel_clock_t *best_clock) |
Daniel Vetter | ac58c3f | 2013-06-01 17:16:17 +0200 | [diff] [blame] | 605 | { |
| 606 | struct drm_device *dev = crtc->dev; |
| 607 | intel_clock_t clock; |
| 608 | int err = target; |
| 609 | |
| 610 | if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) { |
| 611 | /* |
| 612 | * For LVDS just rely on its current settings for dual-channel. |
| 613 | * We haven't figured out how to reliably set up different |
| 614 | * single/dual channel state, if we even can. |
| 615 | */ |
| 616 | if (intel_is_dual_link_lvds(dev)) |
| 617 | clock.p2 = limit->p2.p2_fast; |
| 618 | else |
| 619 | clock.p2 = limit->p2.p2_slow; |
| 620 | } else { |
| 621 | if (target < limit->p2.dot_limit) |
| 622 | clock.p2 = limit->p2.p2_slow; |
| 623 | else |
| 624 | clock.p2 = limit->p2.p2_fast; |
| 625 | } |
| 626 | |
| 627 | memset(best_clock, 0, sizeof(*best_clock)); |
| 628 | |
| 629 | for (clock.m1 = limit->m1.min; clock.m1 <= limit->m1.max; |
| 630 | clock.m1++) { |
| 631 | for (clock.m2 = limit->m2.min; |
| 632 | clock.m2 <= limit->m2.max; clock.m2++) { |
Daniel Vetter | ac58c3f | 2013-06-01 17:16:17 +0200 | [diff] [blame] | 633 | for (clock.n = limit->n.min; |
| 634 | clock.n <= limit->n.max; clock.n++) { |
| 635 | for (clock.p1 = limit->p1.min; |
| 636 | clock.p1 <= limit->p1.max; clock.p1++) { |
| 637 | int this_err; |
| 638 | |
| 639 | pineview_clock(refclk, &clock); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 640 | if (!intel_PLL_is_valid(dev, limit, |
| 641 | &clock)) |
| 642 | continue; |
| 643 | if (match_clock && |
| 644 | clock.p != match_clock->p) |
| 645 | continue; |
| 646 | |
| 647 | this_err = abs(clock.dot - target); |
| 648 | if (this_err < err) { |
| 649 | *best_clock = clock; |
| 650 | err = this_err; |
| 651 | } |
| 652 | } |
| 653 | } |
| 654 | } |
| 655 | } |
| 656 | |
| 657 | return (err != target); |
| 658 | } |
| 659 | |
Ma Ling | d490609 | 2009-03-18 20:13:27 +0800 | [diff] [blame] | 660 | static bool |
Daniel Vetter | ee9300b | 2013-06-03 22:40:22 +0200 | [diff] [blame] | 661 | g4x_find_best_dpll(const intel_limit_t *limit, struct drm_crtc *crtc, |
| 662 | int target, int refclk, intel_clock_t *match_clock, |
| 663 | intel_clock_t *best_clock) |
Ma Ling | d490609 | 2009-03-18 20:13:27 +0800 | [diff] [blame] | 664 | { |
| 665 | struct drm_device *dev = crtc->dev; |
Ma Ling | d490609 | 2009-03-18 20:13:27 +0800 | [diff] [blame] | 666 | intel_clock_t clock; |
| 667 | int max_n; |
| 668 | bool found; |
Adam Jackson | 6ba770d | 2010-07-02 16:43:30 -0400 | [diff] [blame] | 669 | /* approximately equals target * 0.00585 */ |
| 670 | int err_most = (target >> 8) + (target >> 9); |
Ma Ling | d490609 | 2009-03-18 20:13:27 +0800 | [diff] [blame] | 671 | found = false; |
| 672 | |
| 673 | if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) { |
Daniel Vetter | 1974cad | 2012-11-26 17:22:09 +0100 | [diff] [blame] | 674 | if (intel_is_dual_link_lvds(dev)) |
Ma Ling | d490609 | 2009-03-18 20:13:27 +0800 | [diff] [blame] | 675 | clock.p2 = limit->p2.p2_fast; |
| 676 | else |
| 677 | clock.p2 = limit->p2.p2_slow; |
| 678 | } else { |
| 679 | if (target < limit->p2.dot_limit) |
| 680 | clock.p2 = limit->p2.p2_slow; |
| 681 | else |
| 682 | clock.p2 = limit->p2.p2_fast; |
| 683 | } |
| 684 | |
| 685 | memset(best_clock, 0, sizeof(*best_clock)); |
| 686 | max_n = limit->n.max; |
Gilles Espinasse | f77f13e | 2010-03-29 15:41:47 +0200 | [diff] [blame] | 687 | /* based on hardware requirement, prefer smaller n to precision */ |
Ma Ling | d490609 | 2009-03-18 20:13:27 +0800 | [diff] [blame] | 688 | for (clock.n = limit->n.min; clock.n <= max_n; clock.n++) { |
Gilles Espinasse | f77f13e | 2010-03-29 15:41:47 +0200 | [diff] [blame] | 689 | /* based on hardware requirement, prefere larger m1,m2 */ |
Ma Ling | d490609 | 2009-03-18 20:13:27 +0800 | [diff] [blame] | 690 | for (clock.m1 = limit->m1.max; |
| 691 | clock.m1 >= limit->m1.min; clock.m1--) { |
| 692 | for (clock.m2 = limit->m2.max; |
| 693 | clock.m2 >= limit->m2.min; clock.m2--) { |
| 694 | for (clock.p1 = limit->p1.max; |
| 695 | clock.p1 >= limit->p1.min; clock.p1--) { |
| 696 | int this_err; |
| 697 | |
Daniel Vetter | ac58c3f | 2013-06-01 17:16:17 +0200 | [diff] [blame] | 698 | i9xx_clock(refclk, &clock); |
Chris Wilson | 1b894b5 | 2010-12-14 20:04:54 +0000 | [diff] [blame] | 699 | if (!intel_PLL_is_valid(dev, limit, |
| 700 | &clock)) |
Ma Ling | d490609 | 2009-03-18 20:13:27 +0800 | [diff] [blame] | 701 | continue; |
Chris Wilson | 1b894b5 | 2010-12-14 20:04:54 +0000 | [diff] [blame] | 702 | |
| 703 | this_err = abs(clock.dot - target); |
Ma Ling | d490609 | 2009-03-18 20:13:27 +0800 | [diff] [blame] | 704 | if (this_err < err_most) { |
| 705 | *best_clock = clock; |
| 706 | err_most = this_err; |
| 707 | max_n = clock.n; |
| 708 | found = true; |
| 709 | } |
| 710 | } |
| 711 | } |
| 712 | } |
| 713 | } |
Zhenyu Wang | 2c07245 | 2009-06-05 15:38:42 +0800 | [diff] [blame] | 714 | return found; |
| 715 | } |
Ma Ling | d490609 | 2009-03-18 20:13:27 +0800 | [diff] [blame] | 716 | |
Zhenyu Wang | 2c07245 | 2009-06-05 15:38:42 +0800 | [diff] [blame] | 717 | static bool |
Daniel Vetter | ee9300b | 2013-06-03 22:40:22 +0200 | [diff] [blame] | 718 | vlv_find_best_dpll(const intel_limit_t *limit, struct drm_crtc *crtc, |
| 719 | int target, int refclk, intel_clock_t *match_clock, |
| 720 | intel_clock_t *best_clock) |
Jesse Barnes | a0c4da2 | 2012-06-15 11:55:13 -0700 | [diff] [blame] | 721 | { |
Ville Syrjälä | f01b796 | 2013-09-27 16:55:49 +0300 | [diff] [blame] | 722 | struct drm_device *dev = crtc->dev; |
Ville Syrjälä | 6b4bf1c | 2013-09-27 16:54:19 +0300 | [diff] [blame] | 723 | intel_clock_t clock; |
Ville Syrjälä | 69e4f900 | 2013-09-24 21:26:20 +0300 | [diff] [blame] | 724 | unsigned int bestppm = 1000000; |
Ville Syrjälä | 27e639b | 2013-09-24 21:26:24 +0300 | [diff] [blame] | 725 | /* min update 19.2 MHz */ |
| 726 | int max_n = min(limit->n.max, refclk / 19200); |
Ville Syrjälä | 49e497e | 2013-09-24 21:26:31 +0300 | [diff] [blame] | 727 | bool found = false; |
Jesse Barnes | a0c4da2 | 2012-06-15 11:55:13 -0700 | [diff] [blame] | 728 | |
Ville Syrjälä | 6b4bf1c | 2013-09-27 16:54:19 +0300 | [diff] [blame] | 729 | target *= 5; /* fast clock */ |
| 730 | |
| 731 | memset(best_clock, 0, sizeof(*best_clock)); |
Jesse Barnes | a0c4da2 | 2012-06-15 11:55:13 -0700 | [diff] [blame] | 732 | |
| 733 | /* based on hardware requirement, prefer smaller n to precision */ |
Ville Syrjälä | 27e639b | 2013-09-24 21:26:24 +0300 | [diff] [blame] | 734 | 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] | 735 | 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] | 736 | 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] | 737 | clock.p2 -= clock.p2 > 10 ? 2 : 1) { |
Ville Syrjälä | 6b4bf1c | 2013-09-27 16:54:19 +0300 | [diff] [blame] | 738 | clock.p = clock.p1 * clock.p2; |
Jesse Barnes | a0c4da2 | 2012-06-15 11:55:13 -0700 | [diff] [blame] | 739 | /* based on hardware requirement, prefer bigger m1,m2 values */ |
Ville Syrjälä | 6b4bf1c | 2013-09-27 16:54:19 +0300 | [diff] [blame] | 740 | 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] | 741 | unsigned int ppm, diff; |
| 742 | |
Ville Syrjälä | 6b4bf1c | 2013-09-27 16:54:19 +0300 | [diff] [blame] | 743 | clock.m2 = DIV_ROUND_CLOSEST(target * clock.p * clock.n, |
| 744 | refclk * clock.m1); |
Ville Syrjälä | 43b0ac5 | 2013-09-24 21:26:18 +0300 | [diff] [blame] | 745 | |
Ville Syrjälä | 6b4bf1c | 2013-09-27 16:54:19 +0300 | [diff] [blame] | 746 | vlv_clock(refclk, &clock); |
| 747 | |
Ville Syrjälä | f01b796 | 2013-09-27 16:55:49 +0300 | [diff] [blame] | 748 | if (!intel_PLL_is_valid(dev, limit, |
| 749 | &clock)) |
Ville Syrjälä | 43b0ac5 | 2013-09-24 21:26:18 +0300 | [diff] [blame] | 750 | continue; |
| 751 | |
Ville Syrjälä | 6b4bf1c | 2013-09-27 16:54:19 +0300 | [diff] [blame] | 752 | diff = abs(clock.dot - target); |
| 753 | ppm = div_u64(1000000ULL * diff, target); |
| 754 | |
| 755 | if (ppm < 100 && clock.p > best_clock->p) { |
Ville Syrjälä | 43b0ac5 | 2013-09-24 21:26:18 +0300 | [diff] [blame] | 756 | bestppm = 0; |
Ville Syrjälä | 6b4bf1c | 2013-09-27 16:54:19 +0300 | [diff] [blame] | 757 | *best_clock = clock; |
Ville Syrjälä | 49e497e | 2013-09-24 21:26:31 +0300 | [diff] [blame] | 758 | found = true; |
Ville Syrjälä | 43b0ac5 | 2013-09-24 21:26:18 +0300 | [diff] [blame] | 759 | } |
Ville Syrjälä | 6b4bf1c | 2013-09-27 16:54:19 +0300 | [diff] [blame] | 760 | |
Ville Syrjälä | c686122 | 2013-09-24 21:26:21 +0300 | [diff] [blame] | 761 | if (bestppm >= 10 && ppm < bestppm - 10) { |
Ville Syrjälä | 69e4f900 | 2013-09-24 21:26:20 +0300 | [diff] [blame] | 762 | bestppm = ppm; |
Ville Syrjälä | 6b4bf1c | 2013-09-27 16:54:19 +0300 | [diff] [blame] | 763 | *best_clock = clock; |
Ville Syrjälä | 49e497e | 2013-09-24 21:26:31 +0300 | [diff] [blame] | 764 | found = true; |
Jesse Barnes | a0c4da2 | 2012-06-15 11:55:13 -0700 | [diff] [blame] | 765 | } |
| 766 | } |
| 767 | } |
| 768 | } |
| 769 | } |
Jesse Barnes | a0c4da2 | 2012-06-15 11:55:13 -0700 | [diff] [blame] | 770 | |
Ville Syrjälä | 49e497e | 2013-09-24 21:26:31 +0300 | [diff] [blame] | 771 | return found; |
Jesse Barnes | a0c4da2 | 2012-06-15 11:55:13 -0700 | [diff] [blame] | 772 | } |
Keith Packard | a4fc5ed | 2009-04-07 16:16:42 -0700 | [diff] [blame] | 773 | |
Chon Ming Lee | ef9348c | 2014-04-09 13:28:18 +0300 | [diff] [blame] | 774 | static bool |
| 775 | chv_find_best_dpll(const intel_limit_t *limit, struct drm_crtc *crtc, |
| 776 | int target, int refclk, intel_clock_t *match_clock, |
| 777 | intel_clock_t *best_clock) |
| 778 | { |
| 779 | struct drm_device *dev = crtc->dev; |
| 780 | intel_clock_t clock; |
| 781 | uint64_t m2; |
| 782 | int found = false; |
| 783 | |
| 784 | memset(best_clock, 0, sizeof(*best_clock)); |
| 785 | |
| 786 | /* |
| 787 | * Based on hardware doc, the n always set to 1, and m1 always |
| 788 | * set to 2. If requires to support 200Mhz refclk, we need to |
| 789 | * revisit this because n may not 1 anymore. |
| 790 | */ |
| 791 | clock.n = 1, clock.m1 = 2; |
| 792 | target *= 5; /* fast clock */ |
| 793 | |
| 794 | for (clock.p1 = limit->p1.max; clock.p1 >= limit->p1.min; clock.p1--) { |
| 795 | for (clock.p2 = limit->p2.p2_fast; |
| 796 | clock.p2 >= limit->p2.p2_slow; |
| 797 | clock.p2 -= clock.p2 > 10 ? 2 : 1) { |
| 798 | |
| 799 | clock.p = clock.p1 * clock.p2; |
| 800 | |
| 801 | m2 = DIV_ROUND_CLOSEST_ULL(((uint64_t)target * clock.p * |
| 802 | clock.n) << 22, refclk * clock.m1); |
| 803 | |
| 804 | if (m2 > INT_MAX/clock.m1) |
| 805 | continue; |
| 806 | |
| 807 | clock.m2 = m2; |
| 808 | |
| 809 | chv_clock(refclk, &clock); |
| 810 | |
| 811 | if (!intel_PLL_is_valid(dev, limit, &clock)) |
| 812 | continue; |
| 813 | |
| 814 | /* based on hardware requirement, prefer bigger p |
| 815 | */ |
| 816 | if (clock.p > best_clock->p) { |
| 817 | *best_clock = clock; |
| 818 | found = true; |
| 819 | } |
| 820 | } |
| 821 | } |
| 822 | |
| 823 | return found; |
| 824 | } |
| 825 | |
Ville Syrjälä | 20ddf66 | 2013-09-04 18:25:25 +0300 | [diff] [blame] | 826 | bool intel_crtc_active(struct drm_crtc *crtc) |
| 827 | { |
| 828 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 829 | |
| 830 | /* Be paranoid as we can arrive here with only partial |
| 831 | * state retrieved from the hardware during setup. |
| 832 | * |
Damien Lespiau | 241bfc3 | 2013-09-25 16:45:37 +0100 | [diff] [blame] | 833 | * We can ditch the adjusted_mode.crtc_clock check as soon |
Ville Syrjälä | 20ddf66 | 2013-09-04 18:25:25 +0300 | [diff] [blame] | 834 | * as Haswell has gained clock readout/fastboot support. |
| 835 | * |
Dave Airlie | 66e514c | 2014-04-03 07:51:54 +1000 | [diff] [blame] | 836 | * 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] | 837 | * properly reconstruct framebuffers. |
| 838 | */ |
Matt Roper | f4510a2 | 2014-04-01 15:22:40 -0700 | [diff] [blame] | 839 | return intel_crtc->active && crtc->primary->fb && |
Damien Lespiau | 241bfc3 | 2013-09-25 16:45:37 +0100 | [diff] [blame] | 840 | intel_crtc->config.adjusted_mode.crtc_clock; |
Ville Syrjälä | 20ddf66 | 2013-09-04 18:25:25 +0300 | [diff] [blame] | 841 | } |
| 842 | |
Paulo Zanoni | a5c961d | 2012-10-24 15:59:34 -0200 | [diff] [blame] | 843 | enum transcoder intel_pipe_to_cpu_transcoder(struct drm_i915_private *dev_priv, |
| 844 | enum pipe pipe) |
| 845 | { |
| 846 | struct drm_crtc *crtc = dev_priv->pipe_to_crtc_mapping[pipe]; |
| 847 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 848 | |
Daniel Vetter | 3b117c8 | 2013-04-17 20:15:07 +0200 | [diff] [blame] | 849 | return intel_crtc->config.cpu_transcoder; |
Paulo Zanoni | a5c961d | 2012-10-24 15:59:34 -0200 | [diff] [blame] | 850 | } |
| 851 | |
Ville Syrjälä | 57e22f4 | 2013-11-06 13:56:28 -0200 | [diff] [blame] | 852 | static void g4x_wait_for_vblank(struct drm_device *dev, int pipe) |
Paulo Zanoni | a928d53 | 2012-05-04 17:18:15 -0300 | [diff] [blame] | 853 | { |
| 854 | struct drm_i915_private *dev_priv = dev->dev_private; |
Ville Syrjälä | 57e22f4 | 2013-11-06 13:56:28 -0200 | [diff] [blame] | 855 | u32 frame, frame_reg = PIPE_FRMCOUNT_GM45(pipe); |
Paulo Zanoni | a928d53 | 2012-05-04 17:18:15 -0300 | [diff] [blame] | 856 | |
| 857 | frame = I915_READ(frame_reg); |
| 858 | |
| 859 | if (wait_for(I915_READ_NOTRACE(frame_reg) != frame, 50)) |
Jesse Barnes | 9393707 | 2014-04-04 16:12:09 -0700 | [diff] [blame] | 860 | WARN(1, "vblank wait timed out\n"); |
Paulo Zanoni | a928d53 | 2012-05-04 17:18:15 -0300 | [diff] [blame] | 861 | } |
| 862 | |
Jesse Barnes | 9d0498a | 2010-08-18 13:20:54 -0700 | [diff] [blame] | 863 | /** |
| 864 | * intel_wait_for_vblank - wait for vblank on a given pipe |
| 865 | * @dev: drm device |
| 866 | * @pipe: pipe to wait for |
| 867 | * |
| 868 | * Wait for vblank to occur on a given pipe. Needed for various bits of |
| 869 | * mode setting code. |
| 870 | */ |
| 871 | void intel_wait_for_vblank(struct drm_device *dev, int pipe) |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 872 | { |
Jesse Barnes | 9d0498a | 2010-08-18 13:20:54 -0700 | [diff] [blame] | 873 | struct drm_i915_private *dev_priv = dev->dev_private; |
Jesse Barnes | 9db4a9c | 2011-02-07 12:26:52 -0800 | [diff] [blame] | 874 | int pipestat_reg = PIPESTAT(pipe); |
Jesse Barnes | 9d0498a | 2010-08-18 13:20:54 -0700 | [diff] [blame] | 875 | |
Ville Syrjälä | 57e22f4 | 2013-11-06 13:56:28 -0200 | [diff] [blame] | 876 | if (IS_G4X(dev) || INTEL_INFO(dev)->gen >= 5) { |
| 877 | g4x_wait_for_vblank(dev, pipe); |
Paulo Zanoni | a928d53 | 2012-05-04 17:18:15 -0300 | [diff] [blame] | 878 | return; |
| 879 | } |
| 880 | |
Chris Wilson | 300387c | 2010-09-05 20:25:43 +0100 | [diff] [blame] | 881 | /* Clear existing vblank status. Note this will clear any other |
| 882 | * sticky status fields as well. |
| 883 | * |
| 884 | * This races with i915_driver_irq_handler() with the result |
| 885 | * that either function could miss a vblank event. Here it is not |
| 886 | * fatal, as we will either wait upon the next vblank interrupt or |
| 887 | * timeout. Generally speaking intel_wait_for_vblank() is only |
| 888 | * called during modeset at which time the GPU should be idle and |
| 889 | * should *not* be performing page flips and thus not waiting on |
| 890 | * vblanks... |
| 891 | * Currently, the result of us stealing a vblank from the irq |
| 892 | * handler is that a single frame will be skipped during swapbuffers. |
| 893 | */ |
| 894 | I915_WRITE(pipestat_reg, |
| 895 | I915_READ(pipestat_reg) | PIPE_VBLANK_INTERRUPT_STATUS); |
| 896 | |
Jesse Barnes | 9d0498a | 2010-08-18 13:20:54 -0700 | [diff] [blame] | 897 | /* Wait for vblank interrupt bit to set */ |
Chris Wilson | 481b6af | 2010-08-23 17:43:35 +0100 | [diff] [blame] | 898 | if (wait_for(I915_READ(pipestat_reg) & |
| 899 | PIPE_VBLANK_INTERRUPT_STATUS, |
| 900 | 50)) |
Jesse Barnes | 9d0498a | 2010-08-18 13:20:54 -0700 | [diff] [blame] | 901 | DRM_DEBUG_KMS("vblank wait timed out\n"); |
| 902 | } |
| 903 | |
Ville Syrjälä | fbf49ea | 2013-10-11 14:21:31 +0300 | [diff] [blame] | 904 | static bool pipe_dsl_stopped(struct drm_device *dev, enum pipe pipe) |
| 905 | { |
| 906 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 907 | u32 reg = PIPEDSL(pipe); |
| 908 | u32 line1, line2; |
| 909 | u32 line_mask; |
| 910 | |
| 911 | if (IS_GEN2(dev)) |
| 912 | line_mask = DSL_LINEMASK_GEN2; |
| 913 | else |
| 914 | line_mask = DSL_LINEMASK_GEN3; |
| 915 | |
| 916 | line1 = I915_READ(reg) & line_mask; |
| 917 | mdelay(5); |
| 918 | line2 = I915_READ(reg) & line_mask; |
| 919 | |
| 920 | return line1 == line2; |
| 921 | } |
| 922 | |
Keith Packard | ab7ad7f | 2010-10-03 00:33:06 -0700 | [diff] [blame] | 923 | /* |
| 924 | * intel_wait_for_pipe_off - wait for pipe to turn off |
Jesse Barnes | 9d0498a | 2010-08-18 13:20:54 -0700 | [diff] [blame] | 925 | * @dev: drm device |
| 926 | * @pipe: pipe to wait for |
| 927 | * |
| 928 | * After disabling a pipe, we can't wait for vblank in the usual way, |
| 929 | * spinning on the vblank interrupt status bit, since we won't actually |
| 930 | * see an interrupt when the pipe is disabled. |
| 931 | * |
Keith Packard | ab7ad7f | 2010-10-03 00:33:06 -0700 | [diff] [blame] | 932 | * On Gen4 and above: |
| 933 | * wait for the pipe register state bit to turn off |
| 934 | * |
| 935 | * Otherwise: |
| 936 | * wait for the display line value to settle (it usually |
| 937 | * ends up stopping at the start of the next frame). |
Chris Wilson | 58e10eb | 2010-10-03 10:56:11 +0100 | [diff] [blame] | 938 | * |
Jesse Barnes | 9d0498a | 2010-08-18 13:20:54 -0700 | [diff] [blame] | 939 | */ |
Chris Wilson | 58e10eb | 2010-10-03 10:56:11 +0100 | [diff] [blame] | 940 | void intel_wait_for_pipe_off(struct drm_device *dev, int pipe) |
Jesse Barnes | 9d0498a | 2010-08-18 13:20:54 -0700 | [diff] [blame] | 941 | { |
| 942 | struct drm_i915_private *dev_priv = dev->dev_private; |
Paulo Zanoni | 702e7a5 | 2012-10-23 18:29:59 -0200 | [diff] [blame] | 943 | enum transcoder cpu_transcoder = intel_pipe_to_cpu_transcoder(dev_priv, |
| 944 | pipe); |
Jesse Barnes | 9d0498a | 2010-08-18 13:20:54 -0700 | [diff] [blame] | 945 | |
Keith Packard | ab7ad7f | 2010-10-03 00:33:06 -0700 | [diff] [blame] | 946 | if (INTEL_INFO(dev)->gen >= 4) { |
Paulo Zanoni | 702e7a5 | 2012-10-23 18:29:59 -0200 | [diff] [blame] | 947 | int reg = PIPECONF(cpu_transcoder); |
Jesse Barnes | 9d0498a | 2010-08-18 13:20:54 -0700 | [diff] [blame] | 948 | |
Keith Packard | ab7ad7f | 2010-10-03 00:33:06 -0700 | [diff] [blame] | 949 | /* Wait for the Pipe State to go off */ |
Chris Wilson | 58e10eb | 2010-10-03 10:56:11 +0100 | [diff] [blame] | 950 | if (wait_for((I915_READ(reg) & I965_PIPECONF_ACTIVE) == 0, |
| 951 | 100)) |
Daniel Vetter | 284637d | 2012-07-09 09:51:57 +0200 | [diff] [blame] | 952 | WARN(1, "pipe_off wait timed out\n"); |
Keith Packard | ab7ad7f | 2010-10-03 00:33:06 -0700 | [diff] [blame] | 953 | } else { |
Keith Packard | ab7ad7f | 2010-10-03 00:33:06 -0700 | [diff] [blame] | 954 | /* Wait for the display line to settle */ |
Ville Syrjälä | fbf49ea | 2013-10-11 14:21:31 +0300 | [diff] [blame] | 955 | if (wait_for(pipe_dsl_stopped(dev, pipe), 100)) |
Daniel Vetter | 284637d | 2012-07-09 09:51:57 +0200 | [diff] [blame] | 956 | WARN(1, "pipe_off wait timed out\n"); |
Keith Packard | ab7ad7f | 2010-10-03 00:33:06 -0700 | [diff] [blame] | 957 | } |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 958 | } |
| 959 | |
Damien Lespiau | b0ea7d3 | 2012-12-13 16:09:00 +0000 | [diff] [blame] | 960 | /* |
| 961 | * ibx_digital_port_connected - is the specified port connected? |
| 962 | * @dev_priv: i915 private structure |
| 963 | * @port: the port to test |
| 964 | * |
| 965 | * Returns true if @port is connected, false otherwise. |
| 966 | */ |
| 967 | bool ibx_digital_port_connected(struct drm_i915_private *dev_priv, |
| 968 | struct intel_digital_port *port) |
| 969 | { |
| 970 | u32 bit; |
| 971 | |
Damien Lespiau | c36346e | 2012-12-13 16:09:03 +0000 | [diff] [blame] | 972 | if (HAS_PCH_IBX(dev_priv->dev)) { |
Robin Schroer | eba905b | 2014-05-18 02:24:50 +0200 | [diff] [blame] | 973 | switch (port->port) { |
Damien Lespiau | c36346e | 2012-12-13 16:09:03 +0000 | [diff] [blame] | 974 | case PORT_B: |
| 975 | bit = SDE_PORTB_HOTPLUG; |
| 976 | break; |
| 977 | case PORT_C: |
| 978 | bit = SDE_PORTC_HOTPLUG; |
| 979 | break; |
| 980 | case PORT_D: |
| 981 | bit = SDE_PORTD_HOTPLUG; |
| 982 | break; |
| 983 | default: |
| 984 | return true; |
| 985 | } |
| 986 | } else { |
Robin Schroer | eba905b | 2014-05-18 02:24:50 +0200 | [diff] [blame] | 987 | switch (port->port) { |
Damien Lespiau | c36346e | 2012-12-13 16:09:03 +0000 | [diff] [blame] | 988 | case PORT_B: |
| 989 | bit = SDE_PORTB_HOTPLUG_CPT; |
| 990 | break; |
| 991 | case PORT_C: |
| 992 | bit = SDE_PORTC_HOTPLUG_CPT; |
| 993 | break; |
| 994 | case PORT_D: |
| 995 | bit = SDE_PORTD_HOTPLUG_CPT; |
| 996 | break; |
| 997 | default: |
| 998 | return true; |
| 999 | } |
Damien Lespiau | b0ea7d3 | 2012-12-13 16:09:00 +0000 | [diff] [blame] | 1000 | } |
| 1001 | |
| 1002 | return I915_READ(SDEISR) & bit; |
| 1003 | } |
| 1004 | |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 1005 | static const char *state_string(bool enabled) |
| 1006 | { |
| 1007 | return enabled ? "on" : "off"; |
| 1008 | } |
| 1009 | |
| 1010 | /* Only for pre-ILK configs */ |
Daniel Vetter | 55607e8 | 2013-06-16 21:42:39 +0200 | [diff] [blame] | 1011 | void assert_pll(struct drm_i915_private *dev_priv, |
| 1012 | enum pipe pipe, bool state) |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 1013 | { |
| 1014 | int reg; |
| 1015 | u32 val; |
| 1016 | bool cur_state; |
| 1017 | |
| 1018 | reg = DPLL(pipe); |
| 1019 | val = I915_READ(reg); |
| 1020 | cur_state = !!(val & DPLL_VCO_ENABLE); |
| 1021 | WARN(cur_state != state, |
| 1022 | "PLL state assertion failure (expected %s, current %s)\n", |
| 1023 | state_string(state), state_string(cur_state)); |
| 1024 | } |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 1025 | |
Jani Nikula | 23538ef | 2013-08-27 15:12:22 +0300 | [diff] [blame] | 1026 | /* XXX: the dsi pll is shared between MIPI DSI ports */ |
| 1027 | static void assert_dsi_pll(struct drm_i915_private *dev_priv, bool state) |
| 1028 | { |
| 1029 | u32 val; |
| 1030 | bool cur_state; |
| 1031 | |
| 1032 | mutex_lock(&dev_priv->dpio_lock); |
| 1033 | val = vlv_cck_read(dev_priv, CCK_REG_DSI_PLL_CONTROL); |
| 1034 | mutex_unlock(&dev_priv->dpio_lock); |
| 1035 | |
| 1036 | cur_state = val & DSI_PLL_VCO_EN; |
| 1037 | WARN(cur_state != state, |
| 1038 | "DSI PLL state assertion failure (expected %s, current %s)\n", |
| 1039 | state_string(state), state_string(cur_state)); |
| 1040 | } |
| 1041 | #define assert_dsi_pll_enabled(d) assert_dsi_pll(d, true) |
| 1042 | #define assert_dsi_pll_disabled(d) assert_dsi_pll(d, false) |
| 1043 | |
Daniel Vetter | 55607e8 | 2013-06-16 21:42:39 +0200 | [diff] [blame] | 1044 | struct intel_shared_dpll * |
Daniel Vetter | e2b7826 | 2013-06-07 23:10:03 +0200 | [diff] [blame] | 1045 | intel_crtc_to_shared_dpll(struct intel_crtc *crtc) |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 1046 | { |
Daniel Vetter | e2b7826 | 2013-06-07 23:10:03 +0200 | [diff] [blame] | 1047 | struct drm_i915_private *dev_priv = crtc->base.dev->dev_private; |
| 1048 | |
Daniel Vetter | a43f6e0 | 2013-06-07 23:10:32 +0200 | [diff] [blame] | 1049 | if (crtc->config.shared_dpll < 0) |
Daniel Vetter | e2b7826 | 2013-06-07 23:10:03 +0200 | [diff] [blame] | 1050 | return NULL; |
| 1051 | |
Daniel Vetter | a43f6e0 | 2013-06-07 23:10:32 +0200 | [diff] [blame] | 1052 | return &dev_priv->shared_dplls[crtc->config.shared_dpll]; |
Daniel Vetter | e2b7826 | 2013-06-07 23:10:03 +0200 | [diff] [blame] | 1053 | } |
| 1054 | |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 1055 | /* For ILK+ */ |
Daniel Vetter | 55607e8 | 2013-06-16 21:42:39 +0200 | [diff] [blame] | 1056 | void assert_shared_dpll(struct drm_i915_private *dev_priv, |
| 1057 | struct intel_shared_dpll *pll, |
| 1058 | bool state) |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 1059 | { |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 1060 | bool cur_state; |
Daniel Vetter | 5358901 | 2013-06-05 13:34:16 +0200 | [diff] [blame] | 1061 | struct intel_dpll_hw_state hw_state; |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 1062 | |
Eugeni Dodonov | 9d82aa1 | 2012-05-09 15:37:17 -0300 | [diff] [blame] | 1063 | if (HAS_PCH_LPT(dev_priv->dev)) { |
| 1064 | DRM_DEBUG_DRIVER("LPT detected: skipping PCH PLL test\n"); |
| 1065 | return; |
| 1066 | } |
| 1067 | |
Chris Wilson | 92b27b0 | 2012-05-20 18:10:50 +0100 | [diff] [blame] | 1068 | if (WARN (!pll, |
Daniel Vetter | 46edb02 | 2013-06-05 13:34:12 +0200 | [diff] [blame] | 1069 | "asserting DPLL %s with no DPLL\n", state_string(state))) |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 1070 | return; |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 1071 | |
Daniel Vetter | 5358901 | 2013-06-05 13:34:16 +0200 | [diff] [blame] | 1072 | cur_state = pll->get_hw_state(dev_priv, pll, &hw_state); |
Chris Wilson | 92b27b0 | 2012-05-20 18:10:50 +0100 | [diff] [blame] | 1073 | WARN(cur_state != state, |
Daniel Vetter | 5358901 | 2013-06-05 13:34:16 +0200 | [diff] [blame] | 1074 | "%s assertion failure (expected %s, current %s)\n", |
| 1075 | pll->name, state_string(state), state_string(cur_state)); |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 1076 | } |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 1077 | |
| 1078 | static void assert_fdi_tx(struct drm_i915_private *dev_priv, |
| 1079 | enum pipe pipe, bool state) |
| 1080 | { |
| 1081 | int reg; |
| 1082 | u32 val; |
| 1083 | bool cur_state; |
Paulo Zanoni | ad80a81 | 2012-10-24 16:06:19 -0200 | [diff] [blame] | 1084 | enum transcoder cpu_transcoder = intel_pipe_to_cpu_transcoder(dev_priv, |
| 1085 | pipe); |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 1086 | |
Paulo Zanoni | affa935 | 2012-11-23 15:30:39 -0200 | [diff] [blame] | 1087 | if (HAS_DDI(dev_priv->dev)) { |
| 1088 | /* DDI does not have a specific FDI_TX register */ |
Paulo Zanoni | ad80a81 | 2012-10-24 16:06:19 -0200 | [diff] [blame] | 1089 | reg = TRANS_DDI_FUNC_CTL(cpu_transcoder); |
Eugeni Dodonov | bf507ef | 2012-05-09 15:37:18 -0300 | [diff] [blame] | 1090 | val = I915_READ(reg); |
Paulo Zanoni | ad80a81 | 2012-10-24 16:06:19 -0200 | [diff] [blame] | 1091 | cur_state = !!(val & TRANS_DDI_FUNC_ENABLE); |
Eugeni Dodonov | bf507ef | 2012-05-09 15:37:18 -0300 | [diff] [blame] | 1092 | } else { |
| 1093 | reg = FDI_TX_CTL(pipe); |
| 1094 | val = I915_READ(reg); |
| 1095 | cur_state = !!(val & FDI_TX_ENABLE); |
| 1096 | } |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 1097 | WARN(cur_state != state, |
| 1098 | "FDI TX state assertion failure (expected %s, current %s)\n", |
| 1099 | state_string(state), state_string(cur_state)); |
| 1100 | } |
| 1101 | #define assert_fdi_tx_enabled(d, p) assert_fdi_tx(d, p, true) |
| 1102 | #define assert_fdi_tx_disabled(d, p) assert_fdi_tx(d, p, false) |
| 1103 | |
| 1104 | static void assert_fdi_rx(struct drm_i915_private *dev_priv, |
| 1105 | enum pipe pipe, bool state) |
| 1106 | { |
| 1107 | int reg; |
| 1108 | u32 val; |
| 1109 | bool cur_state; |
| 1110 | |
Paulo Zanoni | d63fa0d | 2012-11-20 13:27:35 -0200 | [diff] [blame] | 1111 | reg = FDI_RX_CTL(pipe); |
| 1112 | val = I915_READ(reg); |
| 1113 | cur_state = !!(val & FDI_RX_ENABLE); |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 1114 | WARN(cur_state != state, |
| 1115 | "FDI RX state assertion failure (expected %s, current %s)\n", |
| 1116 | state_string(state), state_string(cur_state)); |
| 1117 | } |
| 1118 | #define assert_fdi_rx_enabled(d, p) assert_fdi_rx(d, p, true) |
| 1119 | #define assert_fdi_rx_disabled(d, p) assert_fdi_rx(d, p, false) |
| 1120 | |
| 1121 | static void assert_fdi_tx_pll_enabled(struct drm_i915_private *dev_priv, |
| 1122 | enum pipe pipe) |
| 1123 | { |
| 1124 | int reg; |
| 1125 | u32 val; |
| 1126 | |
| 1127 | /* ILK FDI PLL is always enabled */ |
Damien Lespiau | 3d13ef2 | 2014-02-07 19:12:47 +0000 | [diff] [blame] | 1128 | if (INTEL_INFO(dev_priv->dev)->gen == 5) |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 1129 | return; |
| 1130 | |
Eugeni Dodonov | bf507ef | 2012-05-09 15:37:18 -0300 | [diff] [blame] | 1131 | /* On Haswell, DDI ports are responsible for the FDI PLL setup */ |
Paulo Zanoni | affa935 | 2012-11-23 15:30:39 -0200 | [diff] [blame] | 1132 | if (HAS_DDI(dev_priv->dev)) |
Eugeni Dodonov | bf507ef | 2012-05-09 15:37:18 -0300 | [diff] [blame] | 1133 | return; |
| 1134 | |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 1135 | reg = FDI_TX_CTL(pipe); |
| 1136 | val = I915_READ(reg); |
| 1137 | WARN(!(val & FDI_TX_PLL_ENABLE), "FDI TX PLL assertion failure, should be active but is disabled\n"); |
| 1138 | } |
| 1139 | |
Daniel Vetter | 55607e8 | 2013-06-16 21:42:39 +0200 | [diff] [blame] | 1140 | void assert_fdi_rx_pll(struct drm_i915_private *dev_priv, |
| 1141 | enum pipe pipe, bool state) |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 1142 | { |
| 1143 | int reg; |
| 1144 | u32 val; |
Daniel Vetter | 55607e8 | 2013-06-16 21:42:39 +0200 | [diff] [blame] | 1145 | bool cur_state; |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 1146 | |
| 1147 | reg = FDI_RX_CTL(pipe); |
| 1148 | val = I915_READ(reg); |
Daniel Vetter | 55607e8 | 2013-06-16 21:42:39 +0200 | [diff] [blame] | 1149 | cur_state = !!(val & FDI_RX_PLL_ENABLE); |
| 1150 | WARN(cur_state != state, |
| 1151 | "FDI RX PLL assertion failure (expected %s, current %s)\n", |
| 1152 | state_string(state), state_string(cur_state)); |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 1153 | } |
| 1154 | |
Jesse Barnes | ea0760c | 2011-01-04 15:09:32 -0800 | [diff] [blame] | 1155 | static void assert_panel_unlocked(struct drm_i915_private *dev_priv, |
| 1156 | enum pipe pipe) |
| 1157 | { |
| 1158 | int pp_reg, lvds_reg; |
| 1159 | u32 val; |
| 1160 | enum pipe panel_pipe = PIPE_A; |
Thomas Jarosch | 0de3b48 | 2011-08-25 15:37:45 +0200 | [diff] [blame] | 1161 | bool locked = true; |
Jesse Barnes | ea0760c | 2011-01-04 15:09:32 -0800 | [diff] [blame] | 1162 | |
| 1163 | if (HAS_PCH_SPLIT(dev_priv->dev)) { |
| 1164 | pp_reg = PCH_PP_CONTROL; |
| 1165 | lvds_reg = PCH_LVDS; |
| 1166 | } else { |
| 1167 | pp_reg = PP_CONTROL; |
| 1168 | lvds_reg = LVDS; |
| 1169 | } |
| 1170 | |
| 1171 | val = I915_READ(pp_reg); |
| 1172 | if (!(val & PANEL_POWER_ON) || |
| 1173 | ((val & PANEL_UNLOCK_REGS) == PANEL_UNLOCK_REGS)) |
| 1174 | locked = false; |
| 1175 | |
| 1176 | if (I915_READ(lvds_reg) & LVDS_PIPEB_SELECT) |
| 1177 | panel_pipe = PIPE_B; |
| 1178 | |
| 1179 | WARN(panel_pipe == pipe && locked, |
| 1180 | "panel assertion failure, pipe %c regs locked\n", |
Jesse Barnes | 9db4a9c | 2011-02-07 12:26:52 -0800 | [diff] [blame] | 1181 | pipe_name(pipe)); |
Jesse Barnes | ea0760c | 2011-01-04 15:09:32 -0800 | [diff] [blame] | 1182 | } |
| 1183 | |
Jani Nikula | 93ce0ba | 2013-09-13 11:03:08 +0300 | [diff] [blame] | 1184 | static void assert_cursor(struct drm_i915_private *dev_priv, |
| 1185 | enum pipe pipe, bool state) |
| 1186 | { |
| 1187 | struct drm_device *dev = dev_priv->dev; |
| 1188 | bool cur_state; |
| 1189 | |
Paulo Zanoni | d9d8208 | 2014-02-27 16:30:56 -0300 | [diff] [blame] | 1190 | if (IS_845G(dev) || IS_I865G(dev)) |
Jani Nikula | 93ce0ba | 2013-09-13 11:03:08 +0300 | [diff] [blame] | 1191 | cur_state = I915_READ(_CURACNTR) & CURSOR_ENABLE; |
Paulo Zanoni | d9d8208 | 2014-02-27 16:30:56 -0300 | [diff] [blame] | 1192 | else if (INTEL_INFO(dev)->gen <= 6 || IS_VALLEYVIEW(dev)) |
Jani Nikula | 93ce0ba | 2013-09-13 11:03:08 +0300 | [diff] [blame] | 1193 | cur_state = I915_READ(CURCNTR(pipe)) & CURSOR_MODE; |
Paulo Zanoni | d9d8208 | 2014-02-27 16:30:56 -0300 | [diff] [blame] | 1194 | else |
| 1195 | cur_state = I915_READ(CURCNTR_IVB(pipe)) & CURSOR_MODE; |
Jani Nikula | 93ce0ba | 2013-09-13 11:03:08 +0300 | [diff] [blame] | 1196 | |
| 1197 | WARN(cur_state != state, |
| 1198 | "cursor on pipe %c assertion failure (expected %s, current %s)\n", |
| 1199 | pipe_name(pipe), state_string(state), state_string(cur_state)); |
| 1200 | } |
| 1201 | #define assert_cursor_enabled(d, p) assert_cursor(d, p, true) |
| 1202 | #define assert_cursor_disabled(d, p) assert_cursor(d, p, false) |
| 1203 | |
Jesse Barnes | b840d907f | 2011-12-13 13:19:38 -0800 | [diff] [blame] | 1204 | void assert_pipe(struct drm_i915_private *dev_priv, |
| 1205 | enum pipe pipe, bool state) |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 1206 | { |
| 1207 | int reg; |
| 1208 | u32 val; |
Jesse Barnes | 63d7bbe | 2011-01-04 15:09:33 -0800 | [diff] [blame] | 1209 | bool cur_state; |
Paulo Zanoni | 702e7a5 | 2012-10-23 18:29:59 -0200 | [diff] [blame] | 1210 | enum transcoder cpu_transcoder = intel_pipe_to_cpu_transcoder(dev_priv, |
| 1211 | pipe); |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 1212 | |
Daniel Vetter | 8e63678 | 2012-01-22 01:36:48 +0100 | [diff] [blame] | 1213 | /* if we need the pipe A quirk it must be always on */ |
| 1214 | if (pipe == PIPE_A && dev_priv->quirks & QUIRK_PIPEA_FORCE) |
| 1215 | state = true; |
| 1216 | |
Imre Deak | da7e29b | 2014-02-18 00:02:02 +0200 | [diff] [blame] | 1217 | if (!intel_display_power_enabled(dev_priv, |
Paulo Zanoni | b97186f | 2013-05-03 12:15:36 -0300 | [diff] [blame] | 1218 | POWER_DOMAIN_TRANSCODER(cpu_transcoder))) { |
Paulo Zanoni | 6931016 | 2013-01-29 16:35:19 -0200 | [diff] [blame] | 1219 | cur_state = false; |
| 1220 | } else { |
| 1221 | reg = PIPECONF(cpu_transcoder); |
| 1222 | val = I915_READ(reg); |
| 1223 | cur_state = !!(val & PIPECONF_ENABLE); |
| 1224 | } |
| 1225 | |
Jesse Barnes | 63d7bbe | 2011-01-04 15:09:33 -0800 | [diff] [blame] | 1226 | WARN(cur_state != state, |
| 1227 | "pipe %c assertion failure (expected %s, current %s)\n", |
Jesse Barnes | 9db4a9c | 2011-02-07 12:26:52 -0800 | [diff] [blame] | 1228 | pipe_name(pipe), state_string(state), state_string(cur_state)); |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 1229 | } |
| 1230 | |
Chris Wilson | 931872f | 2012-01-16 23:01:13 +0000 | [diff] [blame] | 1231 | static void assert_plane(struct drm_i915_private *dev_priv, |
| 1232 | enum plane plane, bool state) |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 1233 | { |
| 1234 | int reg; |
| 1235 | u32 val; |
Chris Wilson | 931872f | 2012-01-16 23:01:13 +0000 | [diff] [blame] | 1236 | bool cur_state; |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 1237 | |
| 1238 | reg = DSPCNTR(plane); |
| 1239 | val = I915_READ(reg); |
Chris Wilson | 931872f | 2012-01-16 23:01:13 +0000 | [diff] [blame] | 1240 | cur_state = !!(val & DISPLAY_PLANE_ENABLE); |
| 1241 | WARN(cur_state != state, |
| 1242 | "plane %c assertion failure (expected %s, current %s)\n", |
| 1243 | plane_name(plane), state_string(state), state_string(cur_state)); |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 1244 | } |
| 1245 | |
Chris Wilson | 931872f | 2012-01-16 23:01:13 +0000 | [diff] [blame] | 1246 | #define assert_plane_enabled(d, p) assert_plane(d, p, true) |
| 1247 | #define assert_plane_disabled(d, p) assert_plane(d, p, false) |
| 1248 | |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 1249 | static void assert_planes_disabled(struct drm_i915_private *dev_priv, |
| 1250 | enum pipe pipe) |
| 1251 | { |
Ville Syrjälä | 653e102 | 2013-06-04 13:49:05 +0300 | [diff] [blame] | 1252 | struct drm_device *dev = dev_priv->dev; |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 1253 | int reg, i; |
| 1254 | u32 val; |
| 1255 | int cur_pipe; |
| 1256 | |
Ville Syrjälä | 653e102 | 2013-06-04 13:49:05 +0300 | [diff] [blame] | 1257 | /* Primary planes are fixed to pipes on gen4+ */ |
| 1258 | if (INTEL_INFO(dev)->gen >= 4) { |
Adam Jackson | 28c05794 | 2011-10-07 14:38:42 -0400 | [diff] [blame] | 1259 | reg = DSPCNTR(pipe); |
| 1260 | val = I915_READ(reg); |
Damien Lespiau | 83f26f1 | 2014-03-17 17:59:48 +0000 | [diff] [blame] | 1261 | WARN(val & DISPLAY_PLANE_ENABLE, |
Adam Jackson | 28c05794 | 2011-10-07 14:38:42 -0400 | [diff] [blame] | 1262 | "plane %c assertion failure, should be disabled but not\n", |
| 1263 | plane_name(pipe)); |
Jesse Barnes | 19ec135 | 2011-02-02 12:28:02 -0800 | [diff] [blame] | 1264 | return; |
Adam Jackson | 28c05794 | 2011-10-07 14:38:42 -0400 | [diff] [blame] | 1265 | } |
Jesse Barnes | 19ec135 | 2011-02-02 12:28:02 -0800 | [diff] [blame] | 1266 | |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 1267 | /* Need to check both planes against the pipe */ |
Damien Lespiau | 08e2a7d | 2013-07-11 20:10:54 +0100 | [diff] [blame] | 1268 | for_each_pipe(i) { |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 1269 | reg = DSPCNTR(i); |
| 1270 | val = I915_READ(reg); |
| 1271 | cur_pipe = (val & DISPPLANE_SEL_PIPE_MASK) >> |
| 1272 | DISPPLANE_SEL_PIPE_SHIFT; |
| 1273 | WARN((val & DISPLAY_PLANE_ENABLE) && pipe == cur_pipe, |
Jesse Barnes | 9db4a9c | 2011-02-07 12:26:52 -0800 | [diff] [blame] | 1274 | "plane %c assertion failure, should be off on pipe %c but is still active\n", |
| 1275 | plane_name(i), pipe_name(pipe)); |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 1276 | } |
| 1277 | } |
| 1278 | |
Jesse Barnes | 19332d7 | 2013-03-28 09:55:38 -0700 | [diff] [blame] | 1279 | static void assert_sprites_disabled(struct drm_i915_private *dev_priv, |
| 1280 | enum pipe pipe) |
| 1281 | { |
Ville Syrjälä | 20674ee | 2013-06-04 13:49:06 +0300 | [diff] [blame] | 1282 | struct drm_device *dev = dev_priv->dev; |
Damien Lespiau | 1fe4778 | 2014-03-03 17:31:47 +0000 | [diff] [blame] | 1283 | int reg, sprite; |
Jesse Barnes | 19332d7 | 2013-03-28 09:55:38 -0700 | [diff] [blame] | 1284 | u32 val; |
| 1285 | |
Ville Syrjälä | 20674ee | 2013-06-04 13:49:06 +0300 | [diff] [blame] | 1286 | if (IS_VALLEYVIEW(dev)) { |
Damien Lespiau | 1fe4778 | 2014-03-03 17:31:47 +0000 | [diff] [blame] | 1287 | for_each_sprite(pipe, sprite) { |
| 1288 | reg = SPCNTR(pipe, sprite); |
Ville Syrjälä | 20674ee | 2013-06-04 13:49:06 +0300 | [diff] [blame] | 1289 | val = I915_READ(reg); |
Damien Lespiau | 83f26f1 | 2014-03-17 17:59:48 +0000 | [diff] [blame] | 1290 | WARN(val & SP_ENABLE, |
Ville Syrjälä | 20674ee | 2013-06-04 13:49:06 +0300 | [diff] [blame] | 1291 | "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] | 1292 | sprite_name(pipe, sprite), pipe_name(pipe)); |
Ville Syrjälä | 20674ee | 2013-06-04 13:49:06 +0300 | [diff] [blame] | 1293 | } |
| 1294 | } else if (INTEL_INFO(dev)->gen >= 7) { |
| 1295 | reg = SPRCTL(pipe); |
Jesse Barnes | 19332d7 | 2013-03-28 09:55:38 -0700 | [diff] [blame] | 1296 | val = I915_READ(reg); |
Damien Lespiau | 83f26f1 | 2014-03-17 17:59:48 +0000 | [diff] [blame] | 1297 | WARN(val & SPRITE_ENABLE, |
Ville Syrjälä | 06da8da | 2013-04-17 17:48:51 +0300 | [diff] [blame] | 1298 | "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] | 1299 | plane_name(pipe), pipe_name(pipe)); |
| 1300 | } else if (INTEL_INFO(dev)->gen >= 5) { |
| 1301 | reg = DVSCNTR(pipe); |
| 1302 | val = I915_READ(reg); |
Damien Lespiau | 83f26f1 | 2014-03-17 17:59:48 +0000 | [diff] [blame] | 1303 | WARN(val & DVS_ENABLE, |
Ville Syrjälä | 20674ee | 2013-06-04 13:49:06 +0300 | [diff] [blame] | 1304 | "sprite %c assertion failure, should be off on pipe %c but is still active\n", |
| 1305 | plane_name(pipe), pipe_name(pipe)); |
Jesse Barnes | 19332d7 | 2013-03-28 09:55:38 -0700 | [diff] [blame] | 1306 | } |
| 1307 | } |
| 1308 | |
Paulo Zanoni | 89eff4b | 2014-01-08 11:12:28 -0200 | [diff] [blame] | 1309 | 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] | 1310 | { |
| 1311 | u32 val; |
| 1312 | bool enabled; |
| 1313 | |
Paulo Zanoni | 89eff4b | 2014-01-08 11:12:28 -0200 | [diff] [blame] | 1314 | 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] | 1315 | |
Jesse Barnes | 92f2584 | 2011-01-04 15:09:34 -0800 | [diff] [blame] | 1316 | val = I915_READ(PCH_DREF_CONTROL); |
| 1317 | enabled = !!(val & (DREF_SSC_SOURCE_MASK | DREF_NONSPREAD_SOURCE_MASK | |
| 1318 | DREF_SUPERSPREAD_SOURCE_MASK)); |
| 1319 | WARN(!enabled, "PCH refclk assertion failure, should be active but is disabled\n"); |
| 1320 | } |
| 1321 | |
Daniel Vetter | ab9412b | 2013-05-03 11:49:46 +0200 | [diff] [blame] | 1322 | static void assert_pch_transcoder_disabled(struct drm_i915_private *dev_priv, |
| 1323 | enum pipe pipe) |
Jesse Barnes | 92f2584 | 2011-01-04 15:09:34 -0800 | [diff] [blame] | 1324 | { |
| 1325 | int reg; |
| 1326 | u32 val; |
| 1327 | bool enabled; |
| 1328 | |
Daniel Vetter | ab9412b | 2013-05-03 11:49:46 +0200 | [diff] [blame] | 1329 | reg = PCH_TRANSCONF(pipe); |
Jesse Barnes | 92f2584 | 2011-01-04 15:09:34 -0800 | [diff] [blame] | 1330 | val = I915_READ(reg); |
| 1331 | enabled = !!(val & TRANS_ENABLE); |
Jesse Barnes | 9db4a9c | 2011-02-07 12:26:52 -0800 | [diff] [blame] | 1332 | WARN(enabled, |
| 1333 | "transcoder assertion failed, should be off on pipe %c but is still active\n", |
| 1334 | pipe_name(pipe)); |
Jesse Barnes | 92f2584 | 2011-01-04 15:09:34 -0800 | [diff] [blame] | 1335 | } |
| 1336 | |
Keith Packard | 4e63438 | 2011-08-06 10:39:45 -0700 | [diff] [blame] | 1337 | static bool dp_pipe_enabled(struct drm_i915_private *dev_priv, |
| 1338 | enum pipe pipe, u32 port_sel, u32 val) |
Keith Packard | f0575e9 | 2011-07-25 22:12:43 -0700 | [diff] [blame] | 1339 | { |
| 1340 | if ((val & DP_PORT_EN) == 0) |
| 1341 | return false; |
| 1342 | |
| 1343 | if (HAS_PCH_CPT(dev_priv->dev)) { |
| 1344 | u32 trans_dp_ctl_reg = TRANS_DP_CTL(pipe); |
| 1345 | u32 trans_dp_ctl = I915_READ(trans_dp_ctl_reg); |
| 1346 | if ((trans_dp_ctl & TRANS_DP_PORT_SEL_MASK) != port_sel) |
| 1347 | return false; |
Chon Ming Lee | 44f37d1 | 2014-04-09 13:28:21 +0300 | [diff] [blame] | 1348 | } else if (IS_CHERRYVIEW(dev_priv->dev)) { |
| 1349 | if ((val & DP_PIPE_MASK_CHV) != DP_PIPE_SELECT_CHV(pipe)) |
| 1350 | return false; |
Keith Packard | f0575e9 | 2011-07-25 22:12:43 -0700 | [diff] [blame] | 1351 | } else { |
| 1352 | if ((val & DP_PIPE_MASK) != (pipe << 30)) |
| 1353 | return false; |
| 1354 | } |
| 1355 | return true; |
| 1356 | } |
| 1357 | |
Keith Packard | 1519b99 | 2011-08-06 10:35:34 -0700 | [diff] [blame] | 1358 | static bool hdmi_pipe_enabled(struct drm_i915_private *dev_priv, |
| 1359 | enum pipe pipe, u32 val) |
| 1360 | { |
Paulo Zanoni | dc0fa71 | 2013-02-19 16:21:46 -0300 | [diff] [blame] | 1361 | if ((val & SDVO_ENABLE) == 0) |
Keith Packard | 1519b99 | 2011-08-06 10:35:34 -0700 | [diff] [blame] | 1362 | return false; |
| 1363 | |
| 1364 | if (HAS_PCH_CPT(dev_priv->dev)) { |
Paulo Zanoni | dc0fa71 | 2013-02-19 16:21:46 -0300 | [diff] [blame] | 1365 | if ((val & SDVO_PIPE_SEL_MASK_CPT) != SDVO_PIPE_SEL_CPT(pipe)) |
Keith Packard | 1519b99 | 2011-08-06 10:35:34 -0700 | [diff] [blame] | 1366 | return false; |
Chon Ming Lee | 44f37d1 | 2014-04-09 13:28:21 +0300 | [diff] [blame] | 1367 | } else if (IS_CHERRYVIEW(dev_priv->dev)) { |
| 1368 | if ((val & SDVO_PIPE_SEL_MASK_CHV) != SDVO_PIPE_SEL_CHV(pipe)) |
| 1369 | return false; |
Keith Packard | 1519b99 | 2011-08-06 10:35:34 -0700 | [diff] [blame] | 1370 | } else { |
Paulo Zanoni | dc0fa71 | 2013-02-19 16:21:46 -0300 | [diff] [blame] | 1371 | if ((val & SDVO_PIPE_SEL_MASK) != SDVO_PIPE_SEL(pipe)) |
Keith Packard | 1519b99 | 2011-08-06 10:35:34 -0700 | [diff] [blame] | 1372 | return false; |
| 1373 | } |
| 1374 | return true; |
| 1375 | } |
| 1376 | |
| 1377 | static bool lvds_pipe_enabled(struct drm_i915_private *dev_priv, |
| 1378 | enum pipe pipe, u32 val) |
| 1379 | { |
| 1380 | if ((val & LVDS_PORT_EN) == 0) |
| 1381 | return false; |
| 1382 | |
| 1383 | if (HAS_PCH_CPT(dev_priv->dev)) { |
| 1384 | if ((val & PORT_TRANS_SEL_MASK) != PORT_TRANS_SEL_CPT(pipe)) |
| 1385 | return false; |
| 1386 | } else { |
| 1387 | if ((val & LVDS_PIPE_MASK) != LVDS_PIPE(pipe)) |
| 1388 | return false; |
| 1389 | } |
| 1390 | return true; |
| 1391 | } |
| 1392 | |
| 1393 | static bool adpa_pipe_enabled(struct drm_i915_private *dev_priv, |
| 1394 | enum pipe pipe, u32 val) |
| 1395 | { |
| 1396 | if ((val & ADPA_DAC_ENABLE) == 0) |
| 1397 | return false; |
| 1398 | if (HAS_PCH_CPT(dev_priv->dev)) { |
| 1399 | if ((val & PORT_TRANS_SEL_MASK) != PORT_TRANS_SEL_CPT(pipe)) |
| 1400 | return false; |
| 1401 | } else { |
| 1402 | if ((val & ADPA_PIPE_SELECT_MASK) != ADPA_PIPE_SELECT(pipe)) |
| 1403 | return false; |
| 1404 | } |
| 1405 | return true; |
| 1406 | } |
| 1407 | |
Jesse Barnes | 291906f | 2011-02-02 12:28:03 -0800 | [diff] [blame] | 1408 | static void assert_pch_dp_disabled(struct drm_i915_private *dev_priv, |
Keith Packard | f0575e9 | 2011-07-25 22:12:43 -0700 | [diff] [blame] | 1409 | enum pipe pipe, int reg, u32 port_sel) |
Jesse Barnes | 291906f | 2011-02-02 12:28:03 -0800 | [diff] [blame] | 1410 | { |
Jesse Barnes | 47a05ec | 2011-02-07 13:46:40 -0800 | [diff] [blame] | 1411 | u32 val = I915_READ(reg); |
Keith Packard | 4e63438 | 2011-08-06 10:39:45 -0700 | [diff] [blame] | 1412 | WARN(dp_pipe_enabled(dev_priv, pipe, port_sel, val), |
Jesse Barnes | 291906f | 2011-02-02 12:28:03 -0800 | [diff] [blame] | 1413 | "PCH DP (0x%08x) enabled on transcoder %c, should be disabled\n", |
Jesse Barnes | 9db4a9c | 2011-02-07 12:26:52 -0800 | [diff] [blame] | 1414 | reg, pipe_name(pipe)); |
Daniel Vetter | de9a35a | 2012-06-05 11:03:40 +0200 | [diff] [blame] | 1415 | |
Daniel Vetter | 75c5da2 | 2012-09-10 21:58:29 +0200 | [diff] [blame] | 1416 | WARN(HAS_PCH_IBX(dev_priv->dev) && (val & DP_PORT_EN) == 0 |
| 1417 | && (val & DP_PIPEB_SELECT), |
Daniel Vetter | de9a35a | 2012-06-05 11:03:40 +0200 | [diff] [blame] | 1418 | "IBX PCH dp port still using transcoder B\n"); |
Jesse Barnes | 291906f | 2011-02-02 12:28:03 -0800 | [diff] [blame] | 1419 | } |
| 1420 | |
| 1421 | static void assert_pch_hdmi_disabled(struct drm_i915_private *dev_priv, |
| 1422 | enum pipe pipe, int reg) |
| 1423 | { |
Jesse Barnes | 47a05ec | 2011-02-07 13:46:40 -0800 | [diff] [blame] | 1424 | u32 val = I915_READ(reg); |
Xu, Anhua | b70ad58 | 2012-08-13 03:08:33 +0000 | [diff] [blame] | 1425 | WARN(hdmi_pipe_enabled(dev_priv, pipe, val), |
Adam Jackson | 23c99e7 | 2011-10-07 14:38:43 -0400 | [diff] [blame] | 1426 | "PCH HDMI (0x%08x) enabled on transcoder %c, should be disabled\n", |
Jesse Barnes | 9db4a9c | 2011-02-07 12:26:52 -0800 | [diff] [blame] | 1427 | reg, pipe_name(pipe)); |
Daniel Vetter | de9a35a | 2012-06-05 11:03:40 +0200 | [diff] [blame] | 1428 | |
Paulo Zanoni | dc0fa71 | 2013-02-19 16:21:46 -0300 | [diff] [blame] | 1429 | WARN(HAS_PCH_IBX(dev_priv->dev) && (val & SDVO_ENABLE) == 0 |
Daniel Vetter | 75c5da2 | 2012-09-10 21:58:29 +0200 | [diff] [blame] | 1430 | && (val & SDVO_PIPE_B_SELECT), |
Daniel Vetter | de9a35a | 2012-06-05 11:03:40 +0200 | [diff] [blame] | 1431 | "IBX PCH hdmi port still using transcoder B\n"); |
Jesse Barnes | 291906f | 2011-02-02 12:28:03 -0800 | [diff] [blame] | 1432 | } |
| 1433 | |
| 1434 | static void assert_pch_ports_disabled(struct drm_i915_private *dev_priv, |
| 1435 | enum pipe pipe) |
| 1436 | { |
| 1437 | int reg; |
| 1438 | u32 val; |
Jesse Barnes | 291906f | 2011-02-02 12:28:03 -0800 | [diff] [blame] | 1439 | |
Keith Packard | f0575e9 | 2011-07-25 22:12:43 -0700 | [diff] [blame] | 1440 | assert_pch_dp_disabled(dev_priv, pipe, PCH_DP_B, TRANS_DP_PORT_SEL_B); |
| 1441 | assert_pch_dp_disabled(dev_priv, pipe, PCH_DP_C, TRANS_DP_PORT_SEL_C); |
| 1442 | 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] | 1443 | |
| 1444 | reg = PCH_ADPA; |
| 1445 | val = I915_READ(reg); |
Xu, Anhua | b70ad58 | 2012-08-13 03:08:33 +0000 | [diff] [blame] | 1446 | WARN(adpa_pipe_enabled(dev_priv, pipe, val), |
Jesse Barnes | 291906f | 2011-02-02 12:28:03 -0800 | [diff] [blame] | 1447 | "PCH VGA enabled on transcoder %c, should be disabled\n", |
Jesse Barnes | 9db4a9c | 2011-02-07 12:26:52 -0800 | [diff] [blame] | 1448 | pipe_name(pipe)); |
Jesse Barnes | 291906f | 2011-02-02 12:28:03 -0800 | [diff] [blame] | 1449 | |
| 1450 | reg = PCH_LVDS; |
| 1451 | val = I915_READ(reg); |
Xu, Anhua | b70ad58 | 2012-08-13 03:08:33 +0000 | [diff] [blame] | 1452 | WARN(lvds_pipe_enabled(dev_priv, pipe, val), |
Jesse Barnes | 291906f | 2011-02-02 12:28:03 -0800 | [diff] [blame] | 1453 | "PCH LVDS enabled on transcoder %c, should be disabled\n", |
Jesse Barnes | 9db4a9c | 2011-02-07 12:26:52 -0800 | [diff] [blame] | 1454 | pipe_name(pipe)); |
Jesse Barnes | 291906f | 2011-02-02 12:28:03 -0800 | [diff] [blame] | 1455 | |
Paulo Zanoni | e2debe9 | 2013-02-18 19:00:27 -0300 | [diff] [blame] | 1456 | assert_pch_hdmi_disabled(dev_priv, pipe, PCH_HDMIB); |
| 1457 | assert_pch_hdmi_disabled(dev_priv, pipe, PCH_HDMIC); |
| 1458 | assert_pch_hdmi_disabled(dev_priv, pipe, PCH_HDMID); |
Jesse Barnes | 291906f | 2011-02-02 12:28:03 -0800 | [diff] [blame] | 1459 | } |
| 1460 | |
Jesse Barnes | 40e9cf6 | 2013-10-03 11:35:46 -0700 | [diff] [blame] | 1461 | static void intel_init_dpio(struct drm_device *dev) |
| 1462 | { |
| 1463 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 1464 | |
| 1465 | if (!IS_VALLEYVIEW(dev)) |
| 1466 | return; |
| 1467 | |
Chon Ming Lee | a09cadd | 2014-04-09 13:28:14 +0300 | [diff] [blame] | 1468 | /* |
| 1469 | * IOSF_PORT_DPIO is used for VLV x2 PHY (DP/HDMI B and C), |
| 1470 | * CHV x1 PHY (DP/HDMI D) |
| 1471 | * IOSF_PORT_DPIO_2 is used for CHV x2 PHY (DP/HDMI B and C) |
| 1472 | */ |
| 1473 | if (IS_CHERRYVIEW(dev)) { |
| 1474 | DPIO_PHY_IOSF_PORT(DPIO_PHY0) = IOSF_PORT_DPIO_2; |
| 1475 | DPIO_PHY_IOSF_PORT(DPIO_PHY1) = IOSF_PORT_DPIO; |
| 1476 | } else { |
| 1477 | DPIO_PHY_IOSF_PORT(DPIO_PHY0) = IOSF_PORT_DPIO; |
| 1478 | } |
Jesse Barnes | 5382f5f35 | 2013-12-16 16:34:24 -0800 | [diff] [blame] | 1479 | } |
| 1480 | |
| 1481 | static void intel_reset_dpio(struct drm_device *dev) |
| 1482 | { |
| 1483 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 1484 | |
| 1485 | if (!IS_VALLEYVIEW(dev)) |
| 1486 | return; |
| 1487 | |
Imre Deak | e5cbfbf | 2014-01-09 17:08:16 +0200 | [diff] [blame] | 1488 | /* |
| 1489 | * Enable the CRI clock source so we can get at the display and the |
| 1490 | * reference clock for VGA hotplug / manual detection. |
| 1491 | */ |
Imre Deak | 404faab | 2014-01-09 17:08:15 +0200 | [diff] [blame] | 1492 | I915_WRITE(DPLL(PIPE_B), I915_READ(DPLL(PIPE_B)) | |
Imre Deak | e5cbfbf | 2014-01-09 17:08:16 +0200 | [diff] [blame] | 1493 | DPLL_REFA_CLK_ENABLE_VLV | |
Imre Deak | 404faab | 2014-01-09 17:08:15 +0200 | [diff] [blame] | 1494 | DPLL_INTEGRATED_CRI_CLK_VLV); |
| 1495 | |
Chon Ming Lee | 076ed3b | 2014-04-09 13:28:17 +0300 | [diff] [blame] | 1496 | if (IS_CHERRYVIEW(dev)) { |
| 1497 | enum dpio_phy phy; |
| 1498 | u32 val; |
| 1499 | |
| 1500 | for (phy = DPIO_PHY0; phy < I915_NUM_PHYS_VLV; phy++) { |
| 1501 | /* Poll for phypwrgood signal */ |
| 1502 | if (wait_for(I915_READ(DISPLAY_PHY_STATUS) & |
| 1503 | PHY_POWERGOOD(phy), 1)) |
| 1504 | DRM_ERROR("Display PHY %d is not power up\n", phy); |
| 1505 | |
| 1506 | /* |
| 1507 | * Deassert common lane reset for PHY. |
| 1508 | * |
| 1509 | * This should only be done on init and resume from S3 |
| 1510 | * with both PLLs disabled, or we risk losing DPIO and |
| 1511 | * PLL synchronization. |
| 1512 | */ |
| 1513 | val = I915_READ(DISPLAY_PHY_CONTROL); |
| 1514 | I915_WRITE(DISPLAY_PHY_CONTROL, |
| 1515 | PHY_COM_LANE_RESET_DEASSERT(phy, val)); |
| 1516 | } |
| 1517 | |
| 1518 | } else { |
| 1519 | /* |
| 1520 | * From VLV2A0_DP_eDP_DPIO_driver_vbios_notes_10.docx - |
| 1521 | * 6. De-assert cmn_reset/side_reset. Same as VLV X0. |
| 1522 | * a. GUnit 0x2110 bit[0] set to 1 (def 0) |
| 1523 | * b. The other bits such as sfr settings / modesel may all |
| 1524 | * be set to 0. |
| 1525 | * |
| 1526 | * This should only be done on init and resume from S3 with |
| 1527 | * both PLLs disabled, or we risk losing DPIO and PLL |
| 1528 | * synchronization. |
| 1529 | */ |
| 1530 | I915_WRITE(DPIO_CTL, I915_READ(DPIO_CTL) | DPIO_CMNRST); |
| 1531 | } |
Jesse Barnes | 40e9cf6 | 2013-10-03 11:35:46 -0700 | [diff] [blame] | 1532 | } |
| 1533 | |
Daniel Vetter | 426115c | 2013-07-11 22:13:42 +0200 | [diff] [blame] | 1534 | static void vlv_enable_pll(struct intel_crtc *crtc) |
Jesse Barnes | 63d7bbe | 2011-01-04 15:09:33 -0800 | [diff] [blame] | 1535 | { |
Daniel Vetter | 426115c | 2013-07-11 22:13:42 +0200 | [diff] [blame] | 1536 | struct drm_device *dev = crtc->base.dev; |
| 1537 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 1538 | int reg = DPLL(crtc->pipe); |
| 1539 | u32 dpll = crtc->config.dpll_hw_state.dpll; |
Jesse Barnes | 63d7bbe | 2011-01-04 15:09:33 -0800 | [diff] [blame] | 1540 | |
Daniel Vetter | 426115c | 2013-07-11 22:13:42 +0200 | [diff] [blame] | 1541 | assert_pipe_disabled(dev_priv, crtc->pipe); |
Daniel Vetter | 58c6eaa | 2013-04-11 16:29:09 +0200 | [diff] [blame] | 1542 | |
Jesse Barnes | 63d7bbe | 2011-01-04 15:09:33 -0800 | [diff] [blame] | 1543 | /* No really, not for ILK+ */ |
Daniel Vetter | 87442f7 | 2013-06-06 00:52:17 +0200 | [diff] [blame] | 1544 | BUG_ON(!IS_VALLEYVIEW(dev_priv->dev)); |
| 1545 | |
| 1546 | /* PLL is protected by panel, make sure we can write it */ |
| 1547 | if (IS_MOBILE(dev_priv->dev) && !IS_I830(dev_priv->dev)) |
Daniel Vetter | 426115c | 2013-07-11 22:13:42 +0200 | [diff] [blame] | 1548 | assert_panel_unlocked(dev_priv, crtc->pipe); |
Daniel Vetter | 87442f7 | 2013-06-06 00:52:17 +0200 | [diff] [blame] | 1549 | |
Daniel Vetter | 426115c | 2013-07-11 22:13:42 +0200 | [diff] [blame] | 1550 | I915_WRITE(reg, dpll); |
| 1551 | POSTING_READ(reg); |
| 1552 | udelay(150); |
| 1553 | |
| 1554 | if (wait_for(((I915_READ(reg) & DPLL_LOCK_VLV) == DPLL_LOCK_VLV), 1)) |
| 1555 | DRM_ERROR("DPLL %d failed to lock\n", crtc->pipe); |
| 1556 | |
| 1557 | I915_WRITE(DPLL_MD(crtc->pipe), crtc->config.dpll_hw_state.dpll_md); |
| 1558 | POSTING_READ(DPLL_MD(crtc->pipe)); |
Daniel Vetter | 87442f7 | 2013-06-06 00:52:17 +0200 | [diff] [blame] | 1559 | |
| 1560 | /* We do this three times for luck */ |
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 */ |
Daniel Vetter | 426115c | 2013-07-11 22:13:42 +0200 | [diff] [blame] | 1567 | I915_WRITE(reg, dpll); |
Daniel Vetter | 87442f7 | 2013-06-06 00:52:17 +0200 | [diff] [blame] | 1568 | POSTING_READ(reg); |
| 1569 | udelay(150); /* wait for warmup */ |
| 1570 | } |
| 1571 | |
Chon Ming Lee | 9d556c9 | 2014-05-02 14:27:47 +0300 | [diff] [blame] | 1572 | static void chv_enable_pll(struct intel_crtc *crtc) |
| 1573 | { |
| 1574 | struct drm_device *dev = crtc->base.dev; |
| 1575 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 1576 | int pipe = crtc->pipe; |
| 1577 | enum dpio_channel port = vlv_pipe_to_channel(pipe); |
| 1578 | int dpll = DPLL(crtc->pipe); |
| 1579 | u32 tmp; |
| 1580 | |
| 1581 | assert_pipe_disabled(dev_priv, crtc->pipe); |
| 1582 | |
| 1583 | BUG_ON(!IS_CHERRYVIEW(dev_priv->dev)); |
| 1584 | |
| 1585 | mutex_lock(&dev_priv->dpio_lock); |
| 1586 | |
| 1587 | /* Enable back the 10bit clock to display controller */ |
| 1588 | tmp = vlv_dpio_read(dev_priv, pipe, CHV_CMN_DW14(port)); |
| 1589 | tmp |= DPIO_DCLKP_EN; |
| 1590 | vlv_dpio_write(dev_priv, pipe, CHV_CMN_DW14(port), tmp); |
| 1591 | |
| 1592 | /* |
| 1593 | * Need to wait > 100ns between dclkp clock enable bit and PLL enable. |
| 1594 | */ |
| 1595 | udelay(1); |
| 1596 | |
| 1597 | /* Enable PLL */ |
| 1598 | tmp = I915_READ(dpll); |
| 1599 | tmp |= DPLL_VCO_ENABLE; |
| 1600 | I915_WRITE(dpll, tmp); |
| 1601 | |
| 1602 | /* Check PLL is locked */ |
| 1603 | if (wait_for(((I915_READ(dpll) & DPLL_LOCK_VLV) == DPLL_LOCK_VLV), 1)) |
| 1604 | DRM_ERROR("PLL %d failed to lock\n", pipe); |
| 1605 | |
| 1606 | /* Deassert soft data lane reset*/ |
| 1607 | tmp = vlv_dpio_read(dev_priv, pipe, VLV_PCS_DW0(port)); |
| 1608 | tmp |= (DPIO_PCS_TX_LANE2_RESET | DPIO_PCS_TX_LANE1_RESET); |
| 1609 | vlv_dpio_write(dev_priv, pipe, VLV_PCS_DW0(port), tmp); |
| 1610 | |
| 1611 | |
| 1612 | mutex_unlock(&dev_priv->dpio_lock); |
| 1613 | } |
| 1614 | |
Daniel Vetter | 66e3d5c | 2013-06-16 21:24:16 +0200 | [diff] [blame] | 1615 | static void i9xx_enable_pll(struct intel_crtc *crtc) |
Daniel Vetter | 87442f7 | 2013-06-06 00:52:17 +0200 | [diff] [blame] | 1616 | { |
Daniel Vetter | 66e3d5c | 2013-06-16 21:24:16 +0200 | [diff] [blame] | 1617 | struct drm_device *dev = crtc->base.dev; |
| 1618 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 1619 | int reg = DPLL(crtc->pipe); |
| 1620 | u32 dpll = crtc->config.dpll_hw_state.dpll; |
Daniel Vetter | 87442f7 | 2013-06-06 00:52:17 +0200 | [diff] [blame] | 1621 | |
Daniel Vetter | 66e3d5c | 2013-06-16 21:24:16 +0200 | [diff] [blame] | 1622 | assert_pipe_disabled(dev_priv, crtc->pipe); |
Daniel Vetter | 87442f7 | 2013-06-06 00:52:17 +0200 | [diff] [blame] | 1623 | |
| 1624 | /* No really, not for ILK+ */ |
Damien Lespiau | 3d13ef2 | 2014-02-07 19:12:47 +0000 | [diff] [blame] | 1625 | BUG_ON(INTEL_INFO(dev)->gen >= 5); |
Jesse Barnes | 63d7bbe | 2011-01-04 15:09:33 -0800 | [diff] [blame] | 1626 | |
| 1627 | /* PLL is protected by panel, make sure we can write it */ |
Daniel Vetter | 66e3d5c | 2013-06-16 21:24:16 +0200 | [diff] [blame] | 1628 | if (IS_MOBILE(dev) && !IS_I830(dev)) |
| 1629 | assert_panel_unlocked(dev_priv, crtc->pipe); |
Jesse Barnes | 63d7bbe | 2011-01-04 15:09:33 -0800 | [diff] [blame] | 1630 | |
Daniel Vetter | 66e3d5c | 2013-06-16 21:24:16 +0200 | [diff] [blame] | 1631 | I915_WRITE(reg, dpll); |
| 1632 | |
| 1633 | /* Wait for the clocks to stabilize. */ |
| 1634 | POSTING_READ(reg); |
| 1635 | udelay(150); |
| 1636 | |
| 1637 | if (INTEL_INFO(dev)->gen >= 4) { |
| 1638 | I915_WRITE(DPLL_MD(crtc->pipe), |
| 1639 | crtc->config.dpll_hw_state.dpll_md); |
| 1640 | } else { |
| 1641 | /* The pixel multiplier can only be updated once the |
| 1642 | * DPLL is enabled and the clocks are stable. |
| 1643 | * |
| 1644 | * So write it again. |
| 1645 | */ |
| 1646 | I915_WRITE(reg, dpll); |
| 1647 | } |
Jesse Barnes | 63d7bbe | 2011-01-04 15:09:33 -0800 | [diff] [blame] | 1648 | |
| 1649 | /* We do this three times for luck */ |
Daniel Vetter | 66e3d5c | 2013-06-16 21:24:16 +0200 | [diff] [blame] | 1650 | I915_WRITE(reg, dpll); |
Jesse Barnes | 63d7bbe | 2011-01-04 15:09:33 -0800 | [diff] [blame] | 1651 | POSTING_READ(reg); |
| 1652 | udelay(150); /* wait for warmup */ |
Daniel Vetter | 66e3d5c | 2013-06-16 21:24:16 +0200 | [diff] [blame] | 1653 | I915_WRITE(reg, dpll); |
Jesse Barnes | 63d7bbe | 2011-01-04 15:09:33 -0800 | [diff] [blame] | 1654 | POSTING_READ(reg); |
| 1655 | udelay(150); /* wait for warmup */ |
Daniel Vetter | 66e3d5c | 2013-06-16 21:24:16 +0200 | [diff] [blame] | 1656 | I915_WRITE(reg, dpll); |
Jesse Barnes | 63d7bbe | 2011-01-04 15:09:33 -0800 | [diff] [blame] | 1657 | POSTING_READ(reg); |
| 1658 | udelay(150); /* wait for warmup */ |
| 1659 | } |
| 1660 | |
| 1661 | /** |
Daniel Vetter | 50b44a4 | 2013-06-05 13:34:33 +0200 | [diff] [blame] | 1662 | * i9xx_disable_pll - disable a PLL |
Jesse Barnes | 63d7bbe | 2011-01-04 15:09:33 -0800 | [diff] [blame] | 1663 | * @dev_priv: i915 private structure |
| 1664 | * @pipe: pipe PLL to disable |
| 1665 | * |
| 1666 | * Disable the PLL for @pipe, making sure the pipe is off first. |
| 1667 | * |
| 1668 | * Note! This is for pre-ILK only. |
| 1669 | */ |
Daniel Vetter | 50b44a4 | 2013-06-05 13:34:33 +0200 | [diff] [blame] | 1670 | 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] | 1671 | { |
Jesse Barnes | 63d7bbe | 2011-01-04 15:09:33 -0800 | [diff] [blame] | 1672 | /* Don't disable pipe A or pipe A PLLs if needed */ |
| 1673 | if (pipe == PIPE_A && (dev_priv->quirks & QUIRK_PIPEA_FORCE)) |
| 1674 | return; |
| 1675 | |
| 1676 | /* Make sure the pipe isn't still relying on us */ |
| 1677 | assert_pipe_disabled(dev_priv, pipe); |
| 1678 | |
Daniel Vetter | 50b44a4 | 2013-06-05 13:34:33 +0200 | [diff] [blame] | 1679 | I915_WRITE(DPLL(pipe), 0); |
| 1680 | POSTING_READ(DPLL(pipe)); |
Jesse Barnes | 63d7bbe | 2011-01-04 15:09:33 -0800 | [diff] [blame] | 1681 | } |
| 1682 | |
Jesse Barnes | f607116 | 2013-10-01 10:41:38 -0700 | [diff] [blame] | 1683 | static void vlv_disable_pll(struct drm_i915_private *dev_priv, enum pipe pipe) |
| 1684 | { |
| 1685 | u32 val = 0; |
| 1686 | |
| 1687 | /* Make sure the pipe isn't still relying on us */ |
| 1688 | assert_pipe_disabled(dev_priv, pipe); |
| 1689 | |
Imre Deak | e5cbfbf | 2014-01-09 17:08:16 +0200 | [diff] [blame] | 1690 | /* |
| 1691 | * Leave integrated clock source and reference clock enabled for pipe B. |
| 1692 | * The latter is needed for VGA hotplug / manual detection. |
| 1693 | */ |
Jesse Barnes | f607116 | 2013-10-01 10:41:38 -0700 | [diff] [blame] | 1694 | if (pipe == PIPE_B) |
Imre Deak | e5cbfbf | 2014-01-09 17:08:16 +0200 | [diff] [blame] | 1695 | val = DPLL_INTEGRATED_CRI_CLK_VLV | DPLL_REFA_CLK_ENABLE_VLV; |
Jesse Barnes | f607116 | 2013-10-01 10:41:38 -0700 | [diff] [blame] | 1696 | I915_WRITE(DPLL(pipe), val); |
| 1697 | POSTING_READ(DPLL(pipe)); |
Chon Ming Lee | 076ed3b | 2014-04-09 13:28:17 +0300 | [diff] [blame] | 1698 | |
| 1699 | } |
| 1700 | |
| 1701 | static void chv_disable_pll(struct drm_i915_private *dev_priv, enum pipe pipe) |
| 1702 | { |
| 1703 | int dpll = DPLL(pipe); |
| 1704 | u32 val; |
| 1705 | |
| 1706 | /* Set PLL en = 0 */ |
| 1707 | val = I915_READ(dpll); |
| 1708 | val &= ~DPLL_VCO_ENABLE; |
| 1709 | I915_WRITE(dpll, val); |
| 1710 | |
Jesse Barnes | f607116 | 2013-10-01 10:41:38 -0700 | [diff] [blame] | 1711 | } |
| 1712 | |
Chon Ming Lee | e4607fc | 2013-11-06 14:36:35 +0800 | [diff] [blame] | 1713 | void vlv_wait_port_ready(struct drm_i915_private *dev_priv, |
| 1714 | struct intel_digital_port *dport) |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 1715 | { |
| 1716 | u32 port_mask; |
Chon Ming Lee | 00fc31b | 2014-04-09 13:28:15 +0300 | [diff] [blame] | 1717 | int dpll_reg; |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 1718 | |
Chon Ming Lee | e4607fc | 2013-11-06 14:36:35 +0800 | [diff] [blame] | 1719 | switch (dport->port) { |
| 1720 | case PORT_B: |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 1721 | port_mask = DPLL_PORTB_READY_MASK; |
Chon Ming Lee | 00fc31b | 2014-04-09 13:28:15 +0300 | [diff] [blame] | 1722 | dpll_reg = DPLL(0); |
Chon Ming Lee | e4607fc | 2013-11-06 14:36:35 +0800 | [diff] [blame] | 1723 | break; |
| 1724 | case PORT_C: |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 1725 | port_mask = DPLL_PORTC_READY_MASK; |
Chon Ming Lee | 00fc31b | 2014-04-09 13:28:15 +0300 | [diff] [blame] | 1726 | dpll_reg = DPLL(0); |
| 1727 | break; |
| 1728 | case PORT_D: |
| 1729 | port_mask = DPLL_PORTD_READY_MASK; |
| 1730 | dpll_reg = DPIO_PHY_STATUS; |
Chon Ming Lee | e4607fc | 2013-11-06 14:36:35 +0800 | [diff] [blame] | 1731 | break; |
| 1732 | default: |
| 1733 | BUG(); |
| 1734 | } |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 1735 | |
Chon Ming Lee | 00fc31b | 2014-04-09 13:28:15 +0300 | [diff] [blame] | 1736 | if (wait_for((I915_READ(dpll_reg) & port_mask) == 0, 1000)) |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 1737 | 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] | 1738 | port_name(dport->port), I915_READ(dpll_reg)); |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 1739 | } |
| 1740 | |
Jesse Barnes | 63d7bbe | 2011-01-04 15:09:33 -0800 | [diff] [blame] | 1741 | /** |
Daniel Vetter | e72f9fb | 2013-06-05 13:34:06 +0200 | [diff] [blame] | 1742 | * ironlake_enable_shared_dpll - enable PCH PLL |
Jesse Barnes | 92f2584 | 2011-01-04 15:09:34 -0800 | [diff] [blame] | 1743 | * @dev_priv: i915 private structure |
| 1744 | * @pipe: pipe PLL to enable |
| 1745 | * |
| 1746 | * The PCH PLL needs to be enabled before the PCH transcoder, since it |
| 1747 | * drives the transcoder clock. |
| 1748 | */ |
Daniel Vetter | e2b7826 | 2013-06-07 23:10:03 +0200 | [diff] [blame] | 1749 | static void ironlake_enable_shared_dpll(struct intel_crtc *crtc) |
Jesse Barnes | 92f2584 | 2011-01-04 15:09:34 -0800 | [diff] [blame] | 1750 | { |
Damien Lespiau | 3d13ef2 | 2014-02-07 19:12:47 +0000 | [diff] [blame] | 1751 | struct drm_device *dev = crtc->base.dev; |
| 1752 | struct drm_i915_private *dev_priv = dev->dev_private; |
Daniel Vetter | e2b7826 | 2013-06-07 23:10:03 +0200 | [diff] [blame] | 1753 | struct intel_shared_dpll *pll = intel_crtc_to_shared_dpll(crtc); |
Jesse Barnes | 92f2584 | 2011-01-04 15:09:34 -0800 | [diff] [blame] | 1754 | |
Chris Wilson | 48da64a | 2012-05-13 20:16:12 +0100 | [diff] [blame] | 1755 | /* PCH PLLs only available on ILK, SNB and IVB */ |
Damien Lespiau | 3d13ef2 | 2014-02-07 19:12:47 +0000 | [diff] [blame] | 1756 | BUG_ON(INTEL_INFO(dev)->gen < 5); |
Daniel Vetter | 87a875b | 2013-06-05 13:34:19 +0200 | [diff] [blame] | 1757 | if (WARN_ON(pll == NULL)) |
Chris Wilson | 48da64a | 2012-05-13 20:16:12 +0100 | [diff] [blame] | 1758 | return; |
| 1759 | |
| 1760 | if (WARN_ON(pll->refcount == 0)) |
| 1761 | return; |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 1762 | |
Daniel Vetter | 46edb02 | 2013-06-05 13:34:12 +0200 | [diff] [blame] | 1763 | DRM_DEBUG_KMS("enable %s (active %d, on? %d)for crtc %d\n", |
| 1764 | pll->name, pll->active, pll->on, |
Daniel Vetter | e2b7826 | 2013-06-07 23:10:03 +0200 | [diff] [blame] | 1765 | crtc->base.base.id); |
Jesse Barnes | 92f2584 | 2011-01-04 15:09:34 -0800 | [diff] [blame] | 1766 | |
Daniel Vetter | cdbd231 | 2013-06-05 13:34:03 +0200 | [diff] [blame] | 1767 | if (pll->active++) { |
| 1768 | WARN_ON(!pll->on); |
Daniel Vetter | e9d6944 | 2013-06-05 13:34:15 +0200 | [diff] [blame] | 1769 | assert_shared_dpll_enabled(dev_priv, pll); |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 1770 | return; |
| 1771 | } |
Daniel Vetter | f4a091c | 2013-06-10 17:28:22 +0200 | [diff] [blame] | 1772 | WARN_ON(pll->on); |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 1773 | |
Daniel Vetter | 46edb02 | 2013-06-05 13:34:12 +0200 | [diff] [blame] | 1774 | DRM_DEBUG_KMS("enabling %s\n", pll->name); |
Daniel Vetter | e7b903d | 2013-06-05 13:34:14 +0200 | [diff] [blame] | 1775 | pll->enable(dev_priv, pll); |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 1776 | pll->on = true; |
Jesse Barnes | 92f2584 | 2011-01-04 15:09:34 -0800 | [diff] [blame] | 1777 | } |
| 1778 | |
Daniel Vetter | e2b7826 | 2013-06-07 23:10:03 +0200 | [diff] [blame] | 1779 | static void intel_disable_shared_dpll(struct intel_crtc *crtc) |
Jesse Barnes | 92f2584 | 2011-01-04 15:09:34 -0800 | [diff] [blame] | 1780 | { |
Damien Lespiau | 3d13ef2 | 2014-02-07 19:12:47 +0000 | [diff] [blame] | 1781 | struct drm_device *dev = crtc->base.dev; |
| 1782 | struct drm_i915_private *dev_priv = dev->dev_private; |
Daniel Vetter | e2b7826 | 2013-06-07 23:10:03 +0200 | [diff] [blame] | 1783 | struct intel_shared_dpll *pll = intel_crtc_to_shared_dpll(crtc); |
Jesse Barnes | 4c609cb | 2011-09-02 12:52:11 -0700 | [diff] [blame] | 1784 | |
Jesse Barnes | 92f2584 | 2011-01-04 15:09:34 -0800 | [diff] [blame] | 1785 | /* PCH only available on ILK+ */ |
Damien Lespiau | 3d13ef2 | 2014-02-07 19:12:47 +0000 | [diff] [blame] | 1786 | BUG_ON(INTEL_INFO(dev)->gen < 5); |
Daniel Vetter | 87a875b | 2013-06-05 13:34:19 +0200 | [diff] [blame] | 1787 | if (WARN_ON(pll == NULL)) |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 1788 | return; |
| 1789 | |
Chris Wilson | 48da64a | 2012-05-13 20:16:12 +0100 | [diff] [blame] | 1790 | if (WARN_ON(pll->refcount == 0)) |
| 1791 | return; |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 1792 | |
Daniel Vetter | 46edb02 | 2013-06-05 13:34:12 +0200 | [diff] [blame] | 1793 | DRM_DEBUG_KMS("disable %s (active %d, on? %d) for crtc %d\n", |
| 1794 | pll->name, pll->active, pll->on, |
Daniel Vetter | e2b7826 | 2013-06-07 23:10:03 +0200 | [diff] [blame] | 1795 | crtc->base.base.id); |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 1796 | |
Chris Wilson | 48da64a | 2012-05-13 20:16:12 +0100 | [diff] [blame] | 1797 | if (WARN_ON(pll->active == 0)) { |
Daniel Vetter | e9d6944 | 2013-06-05 13:34:15 +0200 | [diff] [blame] | 1798 | assert_shared_dpll_disabled(dev_priv, pll); |
Chris Wilson | 48da64a | 2012-05-13 20:16:12 +0100 | [diff] [blame] | 1799 | return; |
| 1800 | } |
| 1801 | |
Daniel Vetter | e9d6944 | 2013-06-05 13:34:15 +0200 | [diff] [blame] | 1802 | assert_shared_dpll_enabled(dev_priv, pll); |
Daniel Vetter | f4a091c | 2013-06-10 17:28:22 +0200 | [diff] [blame] | 1803 | WARN_ON(!pll->on); |
Daniel Vetter | cdbd231 | 2013-06-05 13:34:03 +0200 | [diff] [blame] | 1804 | if (--pll->active) |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 1805 | return; |
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("disabling %s\n", pll->name); |
Daniel Vetter | e7b903d | 2013-06-05 13:34:14 +0200 | [diff] [blame] | 1808 | pll->disable(dev_priv, pll); |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 1809 | pll->on = false; |
Jesse Barnes | 92f2584 | 2011-01-04 15:09:34 -0800 | [diff] [blame] | 1810 | } |
| 1811 | |
Paulo Zanoni | b8a4f40 | 2012-10-31 18:12:42 -0200 | [diff] [blame] | 1812 | static void ironlake_enable_pch_transcoder(struct drm_i915_private *dev_priv, |
| 1813 | enum pipe pipe) |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 1814 | { |
Daniel Vetter | 23670b32 | 2012-11-01 09:15:30 +0100 | [diff] [blame] | 1815 | struct drm_device *dev = dev_priv->dev; |
Paulo Zanoni | 7c26e5c | 2012-02-14 17:07:09 -0200 | [diff] [blame] | 1816 | struct drm_crtc *crtc = dev_priv->pipe_to_crtc_mapping[pipe]; |
Daniel Vetter | e2b7826 | 2013-06-07 23:10:03 +0200 | [diff] [blame] | 1817 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
Daniel Vetter | 23670b32 | 2012-11-01 09:15:30 +0100 | [diff] [blame] | 1818 | uint32_t reg, val, pipeconf_val; |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 1819 | |
| 1820 | /* PCH only available on ILK+ */ |
Damien Lespiau | 3d13ef2 | 2014-02-07 19:12:47 +0000 | [diff] [blame] | 1821 | BUG_ON(INTEL_INFO(dev)->gen < 5); |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 1822 | |
| 1823 | /* Make sure PCH DPLL is enabled */ |
Daniel Vetter | e72f9fb | 2013-06-05 13:34:06 +0200 | [diff] [blame] | 1824 | assert_shared_dpll_enabled(dev_priv, |
Daniel Vetter | e9d6944 | 2013-06-05 13:34:15 +0200 | [diff] [blame] | 1825 | intel_crtc_to_shared_dpll(intel_crtc)); |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 1826 | |
| 1827 | /* FDI must be feeding us bits for PCH ports */ |
| 1828 | assert_fdi_tx_enabled(dev_priv, pipe); |
| 1829 | assert_fdi_rx_enabled(dev_priv, pipe); |
| 1830 | |
Daniel Vetter | 23670b32 | 2012-11-01 09:15:30 +0100 | [diff] [blame] | 1831 | if (HAS_PCH_CPT(dev)) { |
| 1832 | /* Workaround: Set the timing override bit before enabling the |
| 1833 | * pch transcoder. */ |
| 1834 | reg = TRANS_CHICKEN2(pipe); |
| 1835 | val = I915_READ(reg); |
| 1836 | val |= TRANS_CHICKEN2_TIMING_OVERRIDE; |
| 1837 | I915_WRITE(reg, val); |
Eugeni Dodonov | 59c859d | 2012-05-09 15:37:19 -0300 | [diff] [blame] | 1838 | } |
Daniel Vetter | 23670b32 | 2012-11-01 09:15:30 +0100 | [diff] [blame] | 1839 | |
Daniel Vetter | ab9412b | 2013-05-03 11:49:46 +0200 | [diff] [blame] | 1840 | reg = PCH_TRANSCONF(pipe); |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 1841 | val = I915_READ(reg); |
Paulo Zanoni | 5f7f726 | 2012-02-03 17:47:15 -0200 | [diff] [blame] | 1842 | pipeconf_val = I915_READ(PIPECONF(pipe)); |
Jesse Barnes | e9bcff5 | 2011-06-24 12:19:20 -0700 | [diff] [blame] | 1843 | |
| 1844 | if (HAS_PCH_IBX(dev_priv->dev)) { |
| 1845 | /* |
| 1846 | * make the BPC in transcoder be consistent with |
| 1847 | * that in pipeconf reg. |
| 1848 | */ |
Daniel Vetter | dfd07d7 | 2012-12-17 11:21:38 +0100 | [diff] [blame] | 1849 | val &= ~PIPECONF_BPC_MASK; |
| 1850 | val |= pipeconf_val & PIPECONF_BPC_MASK; |
Jesse Barnes | e9bcff5 | 2011-06-24 12:19:20 -0700 | [diff] [blame] | 1851 | } |
Paulo Zanoni | 5f7f726 | 2012-02-03 17:47:15 -0200 | [diff] [blame] | 1852 | |
| 1853 | val &= ~TRANS_INTERLACE_MASK; |
| 1854 | if ((pipeconf_val & PIPECONF_INTERLACE_MASK) == PIPECONF_INTERLACED_ILK) |
Paulo Zanoni | 7c26e5c | 2012-02-14 17:07:09 -0200 | [diff] [blame] | 1855 | if (HAS_PCH_IBX(dev_priv->dev) && |
| 1856 | intel_pipe_has_type(crtc, INTEL_OUTPUT_SDVO)) |
| 1857 | val |= TRANS_LEGACY_INTERLACED_ILK; |
| 1858 | else |
| 1859 | val |= TRANS_INTERLACED; |
Paulo Zanoni | 5f7f726 | 2012-02-03 17:47:15 -0200 | [diff] [blame] | 1860 | else |
| 1861 | val |= TRANS_PROGRESSIVE; |
| 1862 | |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 1863 | I915_WRITE(reg, val | TRANS_ENABLE); |
| 1864 | if (wait_for(I915_READ(reg) & TRANS_STATE_ENABLE, 100)) |
Ville Syrjälä | 4bb6f1f | 2013-04-17 17:48:50 +0300 | [diff] [blame] | 1865 | DRM_ERROR("failed to enable transcoder %c\n", pipe_name(pipe)); |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 1866 | } |
| 1867 | |
Paulo Zanoni | 8fb033d | 2012-10-31 18:12:43 -0200 | [diff] [blame] | 1868 | static void lpt_enable_pch_transcoder(struct drm_i915_private *dev_priv, |
Paulo Zanoni | 937bb61 | 2012-10-31 18:12:47 -0200 | [diff] [blame] | 1869 | enum transcoder cpu_transcoder) |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 1870 | { |
Paulo Zanoni | 8fb033d | 2012-10-31 18:12:43 -0200 | [diff] [blame] | 1871 | u32 val, pipeconf_val; |
Paulo Zanoni | 8fb033d | 2012-10-31 18:12:43 -0200 | [diff] [blame] | 1872 | |
| 1873 | /* PCH only available on ILK+ */ |
Damien Lespiau | 3d13ef2 | 2014-02-07 19:12:47 +0000 | [diff] [blame] | 1874 | BUG_ON(INTEL_INFO(dev_priv->dev)->gen < 5); |
Paulo Zanoni | 8fb033d | 2012-10-31 18:12:43 -0200 | [diff] [blame] | 1875 | |
Paulo Zanoni | 8fb033d | 2012-10-31 18:12:43 -0200 | [diff] [blame] | 1876 | /* FDI must be feeding us bits for PCH ports */ |
Daniel Vetter | 1a240d4 | 2012-11-29 22:18:51 +0100 | [diff] [blame] | 1877 | assert_fdi_tx_enabled(dev_priv, (enum pipe) cpu_transcoder); |
Paulo Zanoni | 937bb61 | 2012-10-31 18:12:47 -0200 | [diff] [blame] | 1878 | assert_fdi_rx_enabled(dev_priv, TRANSCODER_A); |
Paulo Zanoni | 8fb033d | 2012-10-31 18:12:43 -0200 | [diff] [blame] | 1879 | |
Paulo Zanoni | 223a6fd | 2012-10-31 18:12:52 -0200 | [diff] [blame] | 1880 | /* Workaround: set timing override bit. */ |
| 1881 | val = I915_READ(_TRANSA_CHICKEN2); |
Daniel Vetter | 23670b32 | 2012-11-01 09:15:30 +0100 | [diff] [blame] | 1882 | val |= TRANS_CHICKEN2_TIMING_OVERRIDE; |
Paulo Zanoni | 223a6fd | 2012-10-31 18:12:52 -0200 | [diff] [blame] | 1883 | I915_WRITE(_TRANSA_CHICKEN2, val); |
| 1884 | |
Paulo Zanoni | 25f3ef1 | 2012-10-31 18:12:49 -0200 | [diff] [blame] | 1885 | val = TRANS_ENABLE; |
Paulo Zanoni | 937bb61 | 2012-10-31 18:12:47 -0200 | [diff] [blame] | 1886 | pipeconf_val = I915_READ(PIPECONF(cpu_transcoder)); |
Paulo Zanoni | 8fb033d | 2012-10-31 18:12:43 -0200 | [diff] [blame] | 1887 | |
Paulo Zanoni | 9a76b1c | 2012-10-31 18:12:48 -0200 | [diff] [blame] | 1888 | if ((pipeconf_val & PIPECONF_INTERLACE_MASK_HSW) == |
| 1889 | PIPECONF_INTERLACED_ILK) |
Paulo Zanoni | a35f267 | 2012-10-31 18:12:45 -0200 | [diff] [blame] | 1890 | val |= TRANS_INTERLACED; |
Paulo Zanoni | 8fb033d | 2012-10-31 18:12:43 -0200 | [diff] [blame] | 1891 | else |
| 1892 | val |= TRANS_PROGRESSIVE; |
| 1893 | |
Daniel Vetter | ab9412b | 2013-05-03 11:49:46 +0200 | [diff] [blame] | 1894 | I915_WRITE(LPT_TRANSCONF, val); |
| 1895 | if (wait_for(I915_READ(LPT_TRANSCONF) & TRANS_STATE_ENABLE, 100)) |
Paulo Zanoni | 937bb61 | 2012-10-31 18:12:47 -0200 | [diff] [blame] | 1896 | DRM_ERROR("Failed to enable PCH transcoder\n"); |
Paulo Zanoni | 8fb033d | 2012-10-31 18:12:43 -0200 | [diff] [blame] | 1897 | } |
| 1898 | |
Paulo Zanoni | b8a4f40 | 2012-10-31 18:12:42 -0200 | [diff] [blame] | 1899 | static void ironlake_disable_pch_transcoder(struct drm_i915_private *dev_priv, |
| 1900 | enum pipe pipe) |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 1901 | { |
Daniel Vetter | 23670b32 | 2012-11-01 09:15:30 +0100 | [diff] [blame] | 1902 | struct drm_device *dev = dev_priv->dev; |
| 1903 | uint32_t reg, val; |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 1904 | |
| 1905 | /* FDI relies on the transcoder */ |
| 1906 | assert_fdi_tx_disabled(dev_priv, pipe); |
| 1907 | assert_fdi_rx_disabled(dev_priv, pipe); |
| 1908 | |
Jesse Barnes | 291906f | 2011-02-02 12:28:03 -0800 | [diff] [blame] | 1909 | /* Ports must be off as well */ |
| 1910 | assert_pch_ports_disabled(dev_priv, pipe); |
| 1911 | |
Daniel Vetter | ab9412b | 2013-05-03 11:49:46 +0200 | [diff] [blame] | 1912 | reg = PCH_TRANSCONF(pipe); |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 1913 | val = I915_READ(reg); |
| 1914 | val &= ~TRANS_ENABLE; |
| 1915 | I915_WRITE(reg, val); |
| 1916 | /* wait for PCH transcoder off, transcoder state */ |
| 1917 | if (wait_for((I915_READ(reg) & TRANS_STATE_ENABLE) == 0, 50)) |
Ville Syrjälä | 4bb6f1f | 2013-04-17 17:48:50 +0300 | [diff] [blame] | 1918 | DRM_ERROR("failed to disable transcoder %c\n", pipe_name(pipe)); |
Daniel Vetter | 23670b32 | 2012-11-01 09:15:30 +0100 | [diff] [blame] | 1919 | |
| 1920 | if (!HAS_PCH_IBX(dev)) { |
| 1921 | /* Workaround: Clear the timing override chicken bit again. */ |
| 1922 | reg = TRANS_CHICKEN2(pipe); |
| 1923 | val = I915_READ(reg); |
| 1924 | val &= ~TRANS_CHICKEN2_TIMING_OVERRIDE; |
| 1925 | I915_WRITE(reg, val); |
| 1926 | } |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 1927 | } |
| 1928 | |
Paulo Zanoni | ab4d966 | 2012-10-31 18:12:55 -0200 | [diff] [blame] | 1929 | static void lpt_disable_pch_transcoder(struct drm_i915_private *dev_priv) |
Paulo Zanoni | 8fb033d | 2012-10-31 18:12:43 -0200 | [diff] [blame] | 1930 | { |
Paulo Zanoni | 8fb033d | 2012-10-31 18:12:43 -0200 | [diff] [blame] | 1931 | u32 val; |
| 1932 | |
Daniel Vetter | ab9412b | 2013-05-03 11:49:46 +0200 | [diff] [blame] | 1933 | val = I915_READ(LPT_TRANSCONF); |
Paulo Zanoni | 8fb033d | 2012-10-31 18:12:43 -0200 | [diff] [blame] | 1934 | val &= ~TRANS_ENABLE; |
Daniel Vetter | ab9412b | 2013-05-03 11:49:46 +0200 | [diff] [blame] | 1935 | I915_WRITE(LPT_TRANSCONF, val); |
Paulo Zanoni | 8fb033d | 2012-10-31 18:12:43 -0200 | [diff] [blame] | 1936 | /* wait for PCH transcoder off, transcoder state */ |
Daniel Vetter | ab9412b | 2013-05-03 11:49:46 +0200 | [diff] [blame] | 1937 | if (wait_for((I915_READ(LPT_TRANSCONF) & TRANS_STATE_ENABLE) == 0, 50)) |
Paulo Zanoni | 8a52fd9 | 2012-10-31 18:12:51 -0200 | [diff] [blame] | 1938 | DRM_ERROR("Failed to disable PCH transcoder\n"); |
Paulo Zanoni | 223a6fd | 2012-10-31 18:12:52 -0200 | [diff] [blame] | 1939 | |
| 1940 | /* Workaround: clear timing override bit. */ |
| 1941 | val = I915_READ(_TRANSA_CHICKEN2); |
Daniel Vetter | 23670b32 | 2012-11-01 09:15:30 +0100 | [diff] [blame] | 1942 | val &= ~TRANS_CHICKEN2_TIMING_OVERRIDE; |
Paulo Zanoni | 223a6fd | 2012-10-31 18:12:52 -0200 | [diff] [blame] | 1943 | I915_WRITE(_TRANSA_CHICKEN2, val); |
Jesse Barnes | 92f2584 | 2011-01-04 15:09:34 -0800 | [diff] [blame] | 1944 | } |
| 1945 | |
| 1946 | /** |
Chris Wilson | 309cfea | 2011-01-28 13:54:53 +0000 | [diff] [blame] | 1947 | * intel_enable_pipe - enable a pipe, asserting requirements |
Paulo Zanoni | 0372264 | 2014-01-17 13:51:09 -0200 | [diff] [blame] | 1948 | * @crtc: crtc responsible for the pipe |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 1949 | * |
Paulo Zanoni | 0372264 | 2014-01-17 13:51:09 -0200 | [diff] [blame] | 1950 | * Enable @crtc's pipe, making sure that various hardware specific requirements |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 1951 | * are met, if applicable, e.g. PLL enabled, LVDS pairs enabled, etc. |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 1952 | */ |
Paulo Zanoni | e1fdc47 | 2014-01-17 13:51:12 -0200 | [diff] [blame] | 1953 | static void intel_enable_pipe(struct intel_crtc *crtc) |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 1954 | { |
Paulo Zanoni | 0372264 | 2014-01-17 13:51:09 -0200 | [diff] [blame] | 1955 | struct drm_device *dev = crtc->base.dev; |
| 1956 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 1957 | enum pipe pipe = crtc->pipe; |
Paulo Zanoni | 702e7a5 | 2012-10-23 18:29:59 -0200 | [diff] [blame] | 1958 | enum transcoder cpu_transcoder = intel_pipe_to_cpu_transcoder(dev_priv, |
| 1959 | pipe); |
Daniel Vetter | 1a240d4 | 2012-11-29 22:18:51 +0100 | [diff] [blame] | 1960 | enum pipe pch_transcoder; |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 1961 | int reg; |
| 1962 | u32 val; |
| 1963 | |
Daniel Vetter | 58c6eaa | 2013-04-11 16:29:09 +0200 | [diff] [blame] | 1964 | assert_planes_disabled(dev_priv, pipe); |
Jani Nikula | 93ce0ba | 2013-09-13 11:03:08 +0300 | [diff] [blame] | 1965 | assert_cursor_disabled(dev_priv, pipe); |
Daniel Vetter | 58c6eaa | 2013-04-11 16:29:09 +0200 | [diff] [blame] | 1966 | assert_sprites_disabled(dev_priv, pipe); |
| 1967 | |
Paulo Zanoni | 681e581 | 2012-12-06 11:12:38 -0200 | [diff] [blame] | 1968 | if (HAS_PCH_LPT(dev_priv->dev)) |
Paulo Zanoni | cc391bb | 2012-11-20 13:27:37 -0200 | [diff] [blame] | 1969 | pch_transcoder = TRANSCODER_A; |
| 1970 | else |
| 1971 | pch_transcoder = pipe; |
| 1972 | |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 1973 | /* |
| 1974 | * A pipe without a PLL won't actually be able to drive bits from |
| 1975 | * a plane. On ILK+ the pipe PLLs are integrated, so we don't |
| 1976 | * need the check. |
| 1977 | */ |
| 1978 | if (!HAS_PCH_SPLIT(dev_priv->dev)) |
Paulo Zanoni | fbf3218 | 2014-01-17 13:51:11 -0200 | [diff] [blame] | 1979 | if (intel_pipe_has_type(&crtc->base, INTEL_OUTPUT_DSI)) |
Jani Nikula | 23538ef | 2013-08-27 15:12:22 +0300 | [diff] [blame] | 1980 | assert_dsi_pll_enabled(dev_priv); |
| 1981 | else |
| 1982 | assert_pll_enabled(dev_priv, pipe); |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 1983 | else { |
Paulo Zanoni | 30421c4 | 2014-01-17 13:51:10 -0200 | [diff] [blame] | 1984 | if (crtc->config.has_pch_encoder) { |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 1985 | /* if driving the PCH, we need FDI enabled */ |
Paulo Zanoni | cc391bb | 2012-11-20 13:27:37 -0200 | [diff] [blame] | 1986 | assert_fdi_rx_pll_enabled(dev_priv, pch_transcoder); |
Daniel Vetter | 1a240d4 | 2012-11-29 22:18:51 +0100 | [diff] [blame] | 1987 | assert_fdi_tx_pll_enabled(dev_priv, |
| 1988 | (enum pipe) cpu_transcoder); |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 1989 | } |
| 1990 | /* FIXME: assert CPU port conditions for SNB+ */ |
| 1991 | } |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 1992 | |
Paulo Zanoni | 702e7a5 | 2012-10-23 18:29:59 -0200 | [diff] [blame] | 1993 | reg = PIPECONF(cpu_transcoder); |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 1994 | val = I915_READ(reg); |
Paulo Zanoni | 7ad25d4 | 2014-01-17 13:51:13 -0200 | [diff] [blame] | 1995 | if (val & PIPECONF_ENABLE) { |
| 1996 | WARN_ON(!(pipe == PIPE_A && |
| 1997 | dev_priv->quirks & QUIRK_PIPEA_FORCE)); |
Chris Wilson | 00d70b1 | 2011-03-17 07:18:29 +0000 | [diff] [blame] | 1998 | return; |
Paulo Zanoni | 7ad25d4 | 2014-01-17 13:51:13 -0200 | [diff] [blame] | 1999 | } |
Chris Wilson | 00d70b1 | 2011-03-17 07:18:29 +0000 | [diff] [blame] | 2000 | |
| 2001 | I915_WRITE(reg, val | PIPECONF_ENABLE); |
Paulo Zanoni | 851855d | 2013-12-19 19:12:29 -0200 | [diff] [blame] | 2002 | POSTING_READ(reg); |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 2003 | } |
| 2004 | |
| 2005 | /** |
Chris Wilson | 309cfea | 2011-01-28 13:54:53 +0000 | [diff] [blame] | 2006 | * intel_disable_pipe - disable a pipe, asserting requirements |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 2007 | * @dev_priv: i915 private structure |
| 2008 | * @pipe: pipe to disable |
| 2009 | * |
| 2010 | * Disable @pipe, making sure that various hardware specific requirements |
| 2011 | * are met, if applicable, e.g. plane disabled, panel fitter off, etc. |
| 2012 | * |
| 2013 | * @pipe should be %PIPE_A or %PIPE_B. |
| 2014 | * |
| 2015 | * Will wait until the pipe has shut down before returning. |
| 2016 | */ |
| 2017 | static void intel_disable_pipe(struct drm_i915_private *dev_priv, |
| 2018 | enum pipe pipe) |
| 2019 | { |
Paulo Zanoni | 702e7a5 | 2012-10-23 18:29:59 -0200 | [diff] [blame] | 2020 | enum transcoder cpu_transcoder = intel_pipe_to_cpu_transcoder(dev_priv, |
| 2021 | pipe); |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 2022 | int reg; |
| 2023 | u32 val; |
| 2024 | |
| 2025 | /* |
| 2026 | * Make sure planes won't keep trying to pump pixels to us, |
| 2027 | * or we might hang the display. |
| 2028 | */ |
| 2029 | assert_planes_disabled(dev_priv, pipe); |
Jani Nikula | 93ce0ba | 2013-09-13 11:03:08 +0300 | [diff] [blame] | 2030 | assert_cursor_disabled(dev_priv, pipe); |
Jesse Barnes | 19332d7 | 2013-03-28 09:55:38 -0700 | [diff] [blame] | 2031 | assert_sprites_disabled(dev_priv, pipe); |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 2032 | |
| 2033 | /* Don't disable pipe A or pipe A PLLs if needed */ |
| 2034 | if (pipe == PIPE_A && (dev_priv->quirks & QUIRK_PIPEA_FORCE)) |
| 2035 | return; |
| 2036 | |
Paulo Zanoni | 702e7a5 | 2012-10-23 18:29:59 -0200 | [diff] [blame] | 2037 | reg = PIPECONF(cpu_transcoder); |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 2038 | val = I915_READ(reg); |
Chris Wilson | 00d70b1 | 2011-03-17 07:18:29 +0000 | [diff] [blame] | 2039 | if ((val & PIPECONF_ENABLE) == 0) |
| 2040 | return; |
| 2041 | |
| 2042 | I915_WRITE(reg, val & ~PIPECONF_ENABLE); |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 2043 | intel_wait_for_pipe_off(dev_priv->dev, pipe); |
| 2044 | } |
| 2045 | |
Keith Packard | d74362c | 2011-07-28 14:47:14 -0700 | [diff] [blame] | 2046 | /* |
| 2047 | * Plane regs are double buffered, going from enabled->disabled needs a |
| 2048 | * trigger in order to latch. The display address reg provides this. |
| 2049 | */ |
Ville Syrjälä | 1dba99f | 2013-10-01 18:02:18 +0300 | [diff] [blame] | 2050 | void intel_flush_primary_plane(struct drm_i915_private *dev_priv, |
| 2051 | enum plane plane) |
Keith Packard | d74362c | 2011-07-28 14:47:14 -0700 | [diff] [blame] | 2052 | { |
Damien Lespiau | 3d13ef2 | 2014-02-07 19:12:47 +0000 | [diff] [blame] | 2053 | struct drm_device *dev = dev_priv->dev; |
| 2054 | u32 reg = INTEL_INFO(dev)->gen >= 4 ? DSPSURF(plane) : DSPADDR(plane); |
Ville Syrjälä | 1dba99f | 2013-10-01 18:02:18 +0300 | [diff] [blame] | 2055 | |
| 2056 | I915_WRITE(reg, I915_READ(reg)); |
| 2057 | POSTING_READ(reg); |
Keith Packard | d74362c | 2011-07-28 14:47:14 -0700 | [diff] [blame] | 2058 | } |
| 2059 | |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 2060 | /** |
Matt Roper | 262ca2b | 2014-03-18 17:22:55 -0700 | [diff] [blame] | 2061 | * 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] | 2062 | * @dev_priv: i915 private structure |
| 2063 | * @plane: plane to enable |
| 2064 | * @pipe: pipe being fed |
| 2065 | * |
| 2066 | * Enable @plane on @pipe, making sure that @pipe is running first. |
| 2067 | */ |
Matt Roper | 262ca2b | 2014-03-18 17:22:55 -0700 | [diff] [blame] | 2068 | static void intel_enable_primary_hw_plane(struct drm_i915_private *dev_priv, |
| 2069 | enum plane plane, enum pipe pipe) |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 2070 | { |
Ville Syrjälä | 939c2fe | 2013-10-01 18:02:10 +0300 | [diff] [blame] | 2071 | struct intel_crtc *intel_crtc = |
| 2072 | to_intel_crtc(dev_priv->pipe_to_crtc_mapping[pipe]); |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 2073 | int reg; |
| 2074 | u32 val; |
| 2075 | |
| 2076 | /* If the pipe isn't enabled, we can't pump pixels and may hang */ |
| 2077 | assert_pipe_enabled(dev_priv, pipe); |
| 2078 | |
Ville Syrjälä | 98ec773 | 2014-04-30 17:43:01 +0300 | [diff] [blame] | 2079 | if (intel_crtc->primary_enabled) |
| 2080 | return; |
Ville Syrjälä | 0037f71 | 2013-10-01 18:02:20 +0300 | [diff] [blame] | 2081 | |
Ville Syrjälä | 4c445e0 | 2013-10-09 17:24:58 +0300 | [diff] [blame] | 2082 | intel_crtc->primary_enabled = true; |
Ville Syrjälä | 939c2fe | 2013-10-01 18:02:10 +0300 | [diff] [blame] | 2083 | |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 2084 | reg = DSPCNTR(plane); |
| 2085 | val = I915_READ(reg); |
Ville Syrjälä | 10efa93 | 2014-04-28 15:53:25 +0300 | [diff] [blame] | 2086 | WARN_ON(val & DISPLAY_PLANE_ENABLE); |
Chris Wilson | 00d70b1 | 2011-03-17 07:18:29 +0000 | [diff] [blame] | 2087 | |
| 2088 | I915_WRITE(reg, val | DISPLAY_PLANE_ENABLE); |
Ville Syrjälä | 1dba99f | 2013-10-01 18:02:18 +0300 | [diff] [blame] | 2089 | intel_flush_primary_plane(dev_priv, plane); |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 2090 | intel_wait_for_vblank(dev_priv->dev, pipe); |
| 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_disable_primary_hw_plane - disable the primary hardware plane |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 2095 | * @dev_priv: i915 private structure |
| 2096 | * @plane: plane to disable |
| 2097 | * @pipe: pipe consuming the data |
| 2098 | * |
| 2099 | * Disable @plane; should be an independent operation. |
| 2100 | */ |
Matt Roper | 262ca2b | 2014-03-18 17:22:55 -0700 | [diff] [blame] | 2101 | static void intel_disable_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 | |
Ville Syrjälä | 98ec773 | 2014-04-30 17:43:01 +0300 | [diff] [blame] | 2109 | if (!intel_crtc->primary_enabled) |
| 2110 | return; |
Ville Syrjälä | 0037f71 | 2013-10-01 18:02:20 +0300 | [diff] [blame] | 2111 | |
Ville Syrjälä | 4c445e0 | 2013-10-09 17:24:58 +0300 | [diff] [blame] | 2112 | intel_crtc->primary_enabled = false; |
Ville Syrjälä | 939c2fe | 2013-10-01 18:02:10 +0300 | [diff] [blame] | 2113 | |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 2114 | reg = DSPCNTR(plane); |
| 2115 | val = I915_READ(reg); |
Ville Syrjälä | 10efa93 | 2014-04-28 15:53:25 +0300 | [diff] [blame] | 2116 | WARN_ON((val & DISPLAY_PLANE_ENABLE) == 0); |
Chris Wilson | 00d70b1 | 2011-03-17 07:18:29 +0000 | [diff] [blame] | 2117 | |
| 2118 | I915_WRITE(reg, val & ~DISPLAY_PLANE_ENABLE); |
Ville Syrjälä | 1dba99f | 2013-10-01 18:02:18 +0300 | [diff] [blame] | 2119 | intel_flush_primary_plane(dev_priv, plane); |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 2120 | intel_wait_for_vblank(dev_priv->dev, pipe); |
| 2121 | } |
| 2122 | |
Chris Wilson | 693db18 | 2013-03-05 14:52:39 +0000 | [diff] [blame] | 2123 | static bool need_vtd_wa(struct drm_device *dev) |
| 2124 | { |
| 2125 | #ifdef CONFIG_INTEL_IOMMU |
| 2126 | if (INTEL_INFO(dev)->gen >= 6 && intel_iommu_gfx_mapped) |
| 2127 | return true; |
| 2128 | #endif |
| 2129 | return false; |
| 2130 | } |
| 2131 | |
Jesse Barnes | a57ce0b | 2014-02-07 12:10:35 -0800 | [diff] [blame] | 2132 | static int intel_align_height(struct drm_device *dev, int height, bool tiled) |
| 2133 | { |
| 2134 | int tile_height; |
| 2135 | |
| 2136 | tile_height = tiled ? (IS_GEN2(dev) ? 16 : 8) : 1; |
| 2137 | return ALIGN(height, tile_height); |
| 2138 | } |
| 2139 | |
Chris Wilson | 127bd2a | 2010-07-23 23:32:05 +0100 | [diff] [blame] | 2140 | int |
Chris Wilson | 48b956c | 2010-09-14 12:50:34 +0100 | [diff] [blame] | 2141 | intel_pin_and_fence_fb_obj(struct drm_device *dev, |
Chris Wilson | 05394f3 | 2010-11-08 19:18:58 +0000 | [diff] [blame] | 2142 | struct drm_i915_gem_object *obj, |
Chris Wilson | 919926a | 2010-11-12 13:42:53 +0000 | [diff] [blame] | 2143 | struct intel_ring_buffer *pipelined) |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 2144 | { |
Chris Wilson | ce453d8 | 2011-02-21 14:43:56 +0000 | [diff] [blame] | 2145 | struct drm_i915_private *dev_priv = dev->dev_private; |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 2146 | u32 alignment; |
| 2147 | int ret; |
| 2148 | |
Chris Wilson | 05394f3 | 2010-11-08 19:18:58 +0000 | [diff] [blame] | 2149 | switch (obj->tiling_mode) { |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 2150 | case I915_TILING_NONE: |
Chris Wilson | 534843d | 2010-07-05 18:01:46 +0100 | [diff] [blame] | 2151 | if (IS_BROADWATER(dev) || IS_CRESTLINE(dev)) |
| 2152 | alignment = 128 * 1024; |
Chris Wilson | a6c45cf | 2010-09-17 00:32:17 +0100 | [diff] [blame] | 2153 | else if (INTEL_INFO(dev)->gen >= 4) |
Chris Wilson | 534843d | 2010-07-05 18:01:46 +0100 | [diff] [blame] | 2154 | alignment = 4 * 1024; |
| 2155 | else |
| 2156 | alignment = 64 * 1024; |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 2157 | break; |
| 2158 | case I915_TILING_X: |
| 2159 | /* pin() will align the object as required by fence */ |
| 2160 | alignment = 0; |
| 2161 | break; |
| 2162 | case I915_TILING_Y: |
Daniel Vetter | 80075d4 | 2013-10-09 21:23:52 +0200 | [diff] [blame] | 2163 | WARN(1, "Y tiled bo slipped through, driver bug!\n"); |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 2164 | return -EINVAL; |
| 2165 | default: |
| 2166 | BUG(); |
| 2167 | } |
| 2168 | |
Chris Wilson | 693db18 | 2013-03-05 14:52:39 +0000 | [diff] [blame] | 2169 | /* Note that the w/a also requires 64 PTE of padding following the |
| 2170 | * bo. We currently fill all unused PTE with the shadow page and so |
| 2171 | * we should always have valid PTE following the scanout preventing |
| 2172 | * the VT-d warning. |
| 2173 | */ |
| 2174 | if (need_vtd_wa(dev) && alignment < 256 * 1024) |
| 2175 | alignment = 256 * 1024; |
| 2176 | |
Chris Wilson | ce453d8 | 2011-02-21 14:43:56 +0000 | [diff] [blame] | 2177 | dev_priv->mm.interruptible = false; |
Chris Wilson | 2da3b9b | 2011-04-14 09:41:17 +0100 | [diff] [blame] | 2178 | ret = i915_gem_object_pin_to_display_plane(obj, alignment, pipelined); |
Chris Wilson | 48b956c | 2010-09-14 12:50:34 +0100 | [diff] [blame] | 2179 | if (ret) |
Chris Wilson | ce453d8 | 2011-02-21 14:43:56 +0000 | [diff] [blame] | 2180 | goto err_interruptible; |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 2181 | |
| 2182 | /* Install a fence for tiled scan-out. Pre-i965 always needs a |
| 2183 | * fence, whereas 965+ only requires a fence if using |
| 2184 | * framebuffer compression. For simplicity, we always install |
| 2185 | * a fence as the cost is not that onerous. |
| 2186 | */ |
Chris Wilson | 06d9813 | 2012-04-17 15:31:24 +0100 | [diff] [blame] | 2187 | ret = i915_gem_object_get_fence(obj); |
Chris Wilson | 9a5a53b | 2012-03-22 15:10:00 +0000 | [diff] [blame] | 2188 | if (ret) |
| 2189 | goto err_unpin; |
Chris Wilson | 1690e1e | 2011-12-14 13:57:08 +0100 | [diff] [blame] | 2190 | |
Chris Wilson | 9a5a53b | 2012-03-22 15:10:00 +0000 | [diff] [blame] | 2191 | i915_gem_object_pin_fence(obj); |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 2192 | |
Chris Wilson | ce453d8 | 2011-02-21 14:43:56 +0000 | [diff] [blame] | 2193 | dev_priv->mm.interruptible = true; |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 2194 | return 0; |
Chris Wilson | 48b956c | 2010-09-14 12:50:34 +0100 | [diff] [blame] | 2195 | |
| 2196 | err_unpin: |
Chris Wilson | cc98b41 | 2013-08-09 12:25:09 +0100 | [diff] [blame] | 2197 | i915_gem_object_unpin_from_display_plane(obj); |
Chris Wilson | ce453d8 | 2011-02-21 14:43:56 +0000 | [diff] [blame] | 2198 | err_interruptible: |
| 2199 | dev_priv->mm.interruptible = true; |
Chris Wilson | 48b956c | 2010-09-14 12:50:34 +0100 | [diff] [blame] | 2200 | return ret; |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 2201 | } |
| 2202 | |
Chris Wilson | 1690e1e | 2011-12-14 13:57:08 +0100 | [diff] [blame] | 2203 | void intel_unpin_fb_obj(struct drm_i915_gem_object *obj) |
| 2204 | { |
| 2205 | i915_gem_object_unpin_fence(obj); |
Chris Wilson | cc98b41 | 2013-08-09 12:25:09 +0100 | [diff] [blame] | 2206 | i915_gem_object_unpin_from_display_plane(obj); |
Chris Wilson | 1690e1e | 2011-12-14 13:57:08 +0100 | [diff] [blame] | 2207 | } |
| 2208 | |
Daniel Vetter | c2c7513 | 2012-07-05 12:17:30 +0200 | [diff] [blame] | 2209 | /* Computes the linear offset to the base tile and adjusts x, y. bytes per pixel |
| 2210 | * is assumed to be a power-of-two. */ |
Chris Wilson | bc75286 | 2013-02-21 20:04:31 +0000 | [diff] [blame] | 2211 | unsigned long intel_gen4_compute_page_offset(int *x, int *y, |
| 2212 | unsigned int tiling_mode, |
| 2213 | unsigned int cpp, |
| 2214 | unsigned int pitch) |
Daniel Vetter | c2c7513 | 2012-07-05 12:17:30 +0200 | [diff] [blame] | 2215 | { |
Chris Wilson | bc75286 | 2013-02-21 20:04:31 +0000 | [diff] [blame] | 2216 | if (tiling_mode != I915_TILING_NONE) { |
| 2217 | unsigned int tile_rows, tiles; |
Daniel Vetter | c2c7513 | 2012-07-05 12:17:30 +0200 | [diff] [blame] | 2218 | |
Chris Wilson | bc75286 | 2013-02-21 20:04:31 +0000 | [diff] [blame] | 2219 | tile_rows = *y / 8; |
| 2220 | *y %= 8; |
Daniel Vetter | c2c7513 | 2012-07-05 12:17:30 +0200 | [diff] [blame] | 2221 | |
Chris Wilson | bc75286 | 2013-02-21 20:04:31 +0000 | [diff] [blame] | 2222 | tiles = *x / (512/cpp); |
| 2223 | *x %= 512/cpp; |
| 2224 | |
| 2225 | return tile_rows * pitch * 8 + tiles * 4096; |
| 2226 | } else { |
| 2227 | unsigned int offset; |
| 2228 | |
| 2229 | offset = *y * pitch + *x * cpp; |
| 2230 | *y = 0; |
| 2231 | *x = (offset & 4095) / cpp; |
| 2232 | return offset & -4096; |
| 2233 | } |
Daniel Vetter | c2c7513 | 2012-07-05 12:17:30 +0200 | [diff] [blame] | 2234 | } |
| 2235 | |
Jesse Barnes | 46f297f | 2014-03-07 08:57:48 -0800 | [diff] [blame] | 2236 | int intel_format_to_fourcc(int format) |
| 2237 | { |
| 2238 | switch (format) { |
| 2239 | case DISPPLANE_8BPP: |
| 2240 | return DRM_FORMAT_C8; |
| 2241 | case DISPPLANE_BGRX555: |
| 2242 | return DRM_FORMAT_XRGB1555; |
| 2243 | case DISPPLANE_BGRX565: |
| 2244 | return DRM_FORMAT_RGB565; |
| 2245 | default: |
| 2246 | case DISPPLANE_BGRX888: |
| 2247 | return DRM_FORMAT_XRGB8888; |
| 2248 | case DISPPLANE_RGBX888: |
| 2249 | return DRM_FORMAT_XBGR8888; |
| 2250 | case DISPPLANE_BGRX101010: |
| 2251 | return DRM_FORMAT_XRGB2101010; |
| 2252 | case DISPPLANE_RGBX101010: |
| 2253 | return DRM_FORMAT_XBGR2101010; |
| 2254 | } |
| 2255 | } |
| 2256 | |
Jesse Barnes | 484b41d | 2014-03-07 08:57:55 -0800 | [diff] [blame] | 2257 | static bool intel_alloc_plane_obj(struct intel_crtc *crtc, |
Jesse Barnes | 46f297f | 2014-03-07 08:57:48 -0800 | [diff] [blame] | 2258 | struct intel_plane_config *plane_config) |
| 2259 | { |
| 2260 | struct drm_device *dev = crtc->base.dev; |
| 2261 | struct drm_i915_gem_object *obj = NULL; |
| 2262 | struct drm_mode_fb_cmd2 mode_cmd = { 0 }; |
| 2263 | u32 base = plane_config->base; |
| 2264 | |
Chris Wilson | ff2652e | 2014-03-10 08:07:02 +0000 | [diff] [blame] | 2265 | if (plane_config->size == 0) |
| 2266 | return false; |
| 2267 | |
Jesse Barnes | 46f297f | 2014-03-07 08:57:48 -0800 | [diff] [blame] | 2268 | obj = i915_gem_object_create_stolen_for_preallocated(dev, base, base, |
| 2269 | plane_config->size); |
| 2270 | if (!obj) |
Jesse Barnes | 484b41d | 2014-03-07 08:57:55 -0800 | [diff] [blame] | 2271 | return false; |
Jesse Barnes | 46f297f | 2014-03-07 08:57:48 -0800 | [diff] [blame] | 2272 | |
| 2273 | if (plane_config->tiled) { |
| 2274 | obj->tiling_mode = I915_TILING_X; |
Dave Airlie | 66e514c | 2014-04-03 07:51:54 +1000 | [diff] [blame] | 2275 | obj->stride = crtc->base.primary->fb->pitches[0]; |
Jesse Barnes | 46f297f | 2014-03-07 08:57:48 -0800 | [diff] [blame] | 2276 | } |
| 2277 | |
Dave Airlie | 66e514c | 2014-04-03 07:51:54 +1000 | [diff] [blame] | 2278 | mode_cmd.pixel_format = crtc->base.primary->fb->pixel_format; |
| 2279 | mode_cmd.width = crtc->base.primary->fb->width; |
| 2280 | mode_cmd.height = crtc->base.primary->fb->height; |
| 2281 | mode_cmd.pitches[0] = crtc->base.primary->fb->pitches[0]; |
Jesse Barnes | 46f297f | 2014-03-07 08:57:48 -0800 | [diff] [blame] | 2282 | |
| 2283 | mutex_lock(&dev->struct_mutex); |
| 2284 | |
Dave Airlie | 66e514c | 2014-04-03 07:51:54 +1000 | [diff] [blame] | 2285 | if (intel_framebuffer_init(dev, to_intel_framebuffer(crtc->base.primary->fb), |
Jesse Barnes | 484b41d | 2014-03-07 08:57:55 -0800 | [diff] [blame] | 2286 | &mode_cmd, obj)) { |
Jesse Barnes | 46f297f | 2014-03-07 08:57:48 -0800 | [diff] [blame] | 2287 | DRM_DEBUG_KMS("intel fb init failed\n"); |
| 2288 | goto out_unref_obj; |
| 2289 | } |
| 2290 | |
| 2291 | mutex_unlock(&dev->struct_mutex); |
Jesse Barnes | 484b41d | 2014-03-07 08:57:55 -0800 | [diff] [blame] | 2292 | |
| 2293 | DRM_DEBUG_KMS("plane fb obj %p\n", obj); |
| 2294 | return true; |
Jesse Barnes | 46f297f | 2014-03-07 08:57:48 -0800 | [diff] [blame] | 2295 | |
| 2296 | out_unref_obj: |
| 2297 | drm_gem_object_unreference(&obj->base); |
| 2298 | mutex_unlock(&dev->struct_mutex); |
Jesse Barnes | 484b41d | 2014-03-07 08:57:55 -0800 | [diff] [blame] | 2299 | return false; |
| 2300 | } |
| 2301 | |
| 2302 | static void intel_find_plane_obj(struct intel_crtc *intel_crtc, |
| 2303 | struct intel_plane_config *plane_config) |
| 2304 | { |
| 2305 | struct drm_device *dev = intel_crtc->base.dev; |
| 2306 | struct drm_crtc *c; |
| 2307 | struct intel_crtc *i; |
| 2308 | struct intel_framebuffer *fb; |
| 2309 | |
Dave Airlie | 66e514c | 2014-04-03 07:51:54 +1000 | [diff] [blame] | 2310 | if (!intel_crtc->base.primary->fb) |
Jesse Barnes | 484b41d | 2014-03-07 08:57:55 -0800 | [diff] [blame] | 2311 | return; |
| 2312 | |
| 2313 | if (intel_alloc_plane_obj(intel_crtc, plane_config)) |
| 2314 | return; |
| 2315 | |
Dave Airlie | 66e514c | 2014-04-03 07:51:54 +1000 | [diff] [blame] | 2316 | kfree(intel_crtc->base.primary->fb); |
| 2317 | intel_crtc->base.primary->fb = NULL; |
Jesse Barnes | 484b41d | 2014-03-07 08:57:55 -0800 | [diff] [blame] | 2318 | |
| 2319 | /* |
| 2320 | * Failed to alloc the obj, check to see if we should share |
| 2321 | * an fb with another CRTC instead |
| 2322 | */ |
Damien Lespiau | 70e1e0e | 2014-05-13 23:32:24 +0100 | [diff] [blame] | 2323 | for_each_crtc(dev, c) { |
Jesse Barnes | 484b41d | 2014-03-07 08:57:55 -0800 | [diff] [blame] | 2324 | i = to_intel_crtc(c); |
| 2325 | |
| 2326 | if (c == &intel_crtc->base) |
| 2327 | continue; |
| 2328 | |
Dave Airlie | 66e514c | 2014-04-03 07:51:54 +1000 | [diff] [blame] | 2329 | if (!i->active || !c->primary->fb) |
Jesse Barnes | 484b41d | 2014-03-07 08:57:55 -0800 | [diff] [blame] | 2330 | continue; |
| 2331 | |
Dave Airlie | 66e514c | 2014-04-03 07:51:54 +1000 | [diff] [blame] | 2332 | fb = to_intel_framebuffer(c->primary->fb); |
Jesse Barnes | 484b41d | 2014-03-07 08:57:55 -0800 | [diff] [blame] | 2333 | if (i915_gem_obj_ggtt_offset(fb->obj) == plane_config->base) { |
Dave Airlie | 66e514c | 2014-04-03 07:51:54 +1000 | [diff] [blame] | 2334 | drm_framebuffer_reference(c->primary->fb); |
| 2335 | intel_crtc->base.primary->fb = c->primary->fb; |
Jesse Barnes | 484b41d | 2014-03-07 08:57:55 -0800 | [diff] [blame] | 2336 | break; |
| 2337 | } |
| 2338 | } |
Jesse Barnes | 46f297f | 2014-03-07 08:57:48 -0800 | [diff] [blame] | 2339 | } |
| 2340 | |
Daniel Vetter | 29b9bde | 2014-04-24 23:55:01 +0200 | [diff] [blame] | 2341 | static void i9xx_update_primary_plane(struct drm_crtc *crtc, |
| 2342 | struct drm_framebuffer *fb, |
| 2343 | int x, int y) |
Jesse Barnes | 8125556 | 2010-08-02 12:07:50 -0700 | [diff] [blame] | 2344 | { |
| 2345 | struct drm_device *dev = crtc->dev; |
| 2346 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 2347 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 2348 | struct intel_framebuffer *intel_fb; |
Chris Wilson | 05394f3 | 2010-11-08 19:18:58 +0000 | [diff] [blame] | 2349 | struct drm_i915_gem_object *obj; |
Jesse Barnes | 8125556 | 2010-08-02 12:07:50 -0700 | [diff] [blame] | 2350 | int plane = intel_crtc->plane; |
Daniel Vetter | e506a0c | 2012-07-05 12:17:29 +0200 | [diff] [blame] | 2351 | unsigned long linear_offset; |
Jesse Barnes | 8125556 | 2010-08-02 12:07:50 -0700 | [diff] [blame] | 2352 | u32 dspcntr; |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2353 | u32 reg; |
Jesse Barnes | 8125556 | 2010-08-02 12:07:50 -0700 | [diff] [blame] | 2354 | |
Jesse Barnes | 8125556 | 2010-08-02 12:07:50 -0700 | [diff] [blame] | 2355 | intel_fb = to_intel_framebuffer(fb); |
| 2356 | obj = intel_fb->obj; |
Jesse Barnes | 8125556 | 2010-08-02 12:07:50 -0700 | [diff] [blame] | 2357 | |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2358 | reg = DSPCNTR(plane); |
| 2359 | dspcntr = I915_READ(reg); |
Jesse Barnes | 8125556 | 2010-08-02 12:07:50 -0700 | [diff] [blame] | 2360 | /* Mask out pixel format bits in case we change it */ |
| 2361 | dspcntr &= ~DISPPLANE_PIXFORMAT_MASK; |
Ville Syrjälä | 57779d0 | 2012-10-31 17:50:14 +0200 | [diff] [blame] | 2362 | switch (fb->pixel_format) { |
| 2363 | case DRM_FORMAT_C8: |
Jesse Barnes | 8125556 | 2010-08-02 12:07:50 -0700 | [diff] [blame] | 2364 | dspcntr |= DISPPLANE_8BPP; |
| 2365 | break; |
Ville Syrjälä | 57779d0 | 2012-10-31 17:50:14 +0200 | [diff] [blame] | 2366 | case DRM_FORMAT_XRGB1555: |
| 2367 | case DRM_FORMAT_ARGB1555: |
| 2368 | dspcntr |= DISPPLANE_BGRX555; |
Jesse Barnes | 8125556 | 2010-08-02 12:07:50 -0700 | [diff] [blame] | 2369 | break; |
Ville Syrjälä | 57779d0 | 2012-10-31 17:50:14 +0200 | [diff] [blame] | 2370 | case DRM_FORMAT_RGB565: |
| 2371 | dspcntr |= DISPPLANE_BGRX565; |
| 2372 | break; |
| 2373 | case DRM_FORMAT_XRGB8888: |
| 2374 | case DRM_FORMAT_ARGB8888: |
| 2375 | dspcntr |= DISPPLANE_BGRX888; |
| 2376 | break; |
| 2377 | case DRM_FORMAT_XBGR8888: |
| 2378 | case DRM_FORMAT_ABGR8888: |
| 2379 | dspcntr |= DISPPLANE_RGBX888; |
| 2380 | break; |
| 2381 | case DRM_FORMAT_XRGB2101010: |
| 2382 | case DRM_FORMAT_ARGB2101010: |
| 2383 | dspcntr |= DISPPLANE_BGRX101010; |
| 2384 | break; |
| 2385 | case DRM_FORMAT_XBGR2101010: |
| 2386 | case DRM_FORMAT_ABGR2101010: |
| 2387 | dspcntr |= DISPPLANE_RGBX101010; |
Jesse Barnes | 8125556 | 2010-08-02 12:07:50 -0700 | [diff] [blame] | 2388 | break; |
| 2389 | default: |
Daniel Vetter | baba133 | 2013-03-27 00:45:00 +0100 | [diff] [blame] | 2390 | BUG(); |
Jesse Barnes | 8125556 | 2010-08-02 12:07:50 -0700 | [diff] [blame] | 2391 | } |
Ville Syrjälä | 57779d0 | 2012-10-31 17:50:14 +0200 | [diff] [blame] | 2392 | |
Chris Wilson | a6c45cf | 2010-09-17 00:32:17 +0100 | [diff] [blame] | 2393 | if (INTEL_INFO(dev)->gen >= 4) { |
Chris Wilson | 05394f3 | 2010-11-08 19:18:58 +0000 | [diff] [blame] | 2394 | if (obj->tiling_mode != I915_TILING_NONE) |
Jesse Barnes | 8125556 | 2010-08-02 12:07:50 -0700 | [diff] [blame] | 2395 | dspcntr |= DISPPLANE_TILED; |
| 2396 | else |
| 2397 | dspcntr &= ~DISPPLANE_TILED; |
| 2398 | } |
| 2399 | |
Ville Syrjälä | de1aa62 | 2013-06-07 10:47:01 +0300 | [diff] [blame] | 2400 | if (IS_G4X(dev)) |
| 2401 | dspcntr |= DISPPLANE_TRICKLE_FEED_DISABLE; |
| 2402 | |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2403 | I915_WRITE(reg, dspcntr); |
Jesse Barnes | 8125556 | 2010-08-02 12:07:50 -0700 | [diff] [blame] | 2404 | |
Daniel Vetter | e506a0c | 2012-07-05 12:17:29 +0200 | [diff] [blame] | 2405 | linear_offset = y * fb->pitches[0] + x * (fb->bits_per_pixel / 8); |
Jesse Barnes | 8125556 | 2010-08-02 12:07:50 -0700 | [diff] [blame] | 2406 | |
Daniel Vetter | c2c7513 | 2012-07-05 12:17:30 +0200 | [diff] [blame] | 2407 | if (INTEL_INFO(dev)->gen >= 4) { |
| 2408 | intel_crtc->dspaddr_offset = |
Chris Wilson | bc75286 | 2013-02-21 20:04:31 +0000 | [diff] [blame] | 2409 | intel_gen4_compute_page_offset(&x, &y, obj->tiling_mode, |
| 2410 | fb->bits_per_pixel / 8, |
| 2411 | fb->pitches[0]); |
Daniel Vetter | c2c7513 | 2012-07-05 12:17:30 +0200 | [diff] [blame] | 2412 | linear_offset -= intel_crtc->dspaddr_offset; |
| 2413 | } else { |
Daniel Vetter | e506a0c | 2012-07-05 12:17:29 +0200 | [diff] [blame] | 2414 | intel_crtc->dspaddr_offset = linear_offset; |
Daniel Vetter | c2c7513 | 2012-07-05 12:17:30 +0200 | [diff] [blame] | 2415 | } |
Daniel Vetter | e506a0c | 2012-07-05 12:17:29 +0200 | [diff] [blame] | 2416 | |
Ben Widawsky | f343c5f | 2013-07-05 14:41:04 -0700 | [diff] [blame] | 2417 | DRM_DEBUG_KMS("Writing base %08lX %08lX %d %d %d\n", |
| 2418 | i915_gem_obj_ggtt_offset(obj), linear_offset, x, y, |
| 2419 | fb->pitches[0]); |
Ville Syrjälä | 01f2c77 | 2011-12-20 00:06:49 +0200 | [diff] [blame] | 2420 | I915_WRITE(DSPSTRIDE(plane), fb->pitches[0]); |
Chris Wilson | a6c45cf | 2010-09-17 00:32:17 +0100 | [diff] [blame] | 2421 | if (INTEL_INFO(dev)->gen >= 4) { |
Daniel Vetter | 85ba7b7 | 2014-01-24 10:31:44 +0100 | [diff] [blame] | 2422 | I915_WRITE(DSPSURF(plane), |
| 2423 | i915_gem_obj_ggtt_offset(obj) + intel_crtc->dspaddr_offset); |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2424 | I915_WRITE(DSPTILEOFF(plane), (y << 16) | x); |
Daniel Vetter | e506a0c | 2012-07-05 12:17:29 +0200 | [diff] [blame] | 2425 | I915_WRITE(DSPLINOFF(plane), linear_offset); |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2426 | } else |
Ben Widawsky | f343c5f | 2013-07-05 14:41:04 -0700 | [diff] [blame] | 2427 | I915_WRITE(DSPADDR(plane), i915_gem_obj_ggtt_offset(obj) + linear_offset); |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2428 | POSTING_READ(reg); |
Jesse Barnes | 17638cd | 2011-06-24 12:19:23 -0700 | [diff] [blame] | 2429 | } |
| 2430 | |
Daniel Vetter | 29b9bde | 2014-04-24 23:55:01 +0200 | [diff] [blame] | 2431 | static void ironlake_update_primary_plane(struct drm_crtc *crtc, |
| 2432 | struct drm_framebuffer *fb, |
| 2433 | int x, int y) |
Jesse Barnes | 17638cd | 2011-06-24 12:19:23 -0700 | [diff] [blame] | 2434 | { |
| 2435 | struct drm_device *dev = crtc->dev; |
| 2436 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 2437 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 2438 | struct intel_framebuffer *intel_fb; |
| 2439 | struct drm_i915_gem_object *obj; |
| 2440 | int plane = intel_crtc->plane; |
Daniel Vetter | e506a0c | 2012-07-05 12:17:29 +0200 | [diff] [blame] | 2441 | unsigned long linear_offset; |
Jesse Barnes | 17638cd | 2011-06-24 12:19:23 -0700 | [diff] [blame] | 2442 | u32 dspcntr; |
| 2443 | u32 reg; |
| 2444 | |
Jesse Barnes | 17638cd | 2011-06-24 12:19:23 -0700 | [diff] [blame] | 2445 | intel_fb = to_intel_framebuffer(fb); |
| 2446 | obj = intel_fb->obj; |
| 2447 | |
| 2448 | reg = DSPCNTR(plane); |
| 2449 | dspcntr = I915_READ(reg); |
| 2450 | /* Mask out pixel format bits in case we change it */ |
| 2451 | dspcntr &= ~DISPPLANE_PIXFORMAT_MASK; |
Ville Syrjälä | 57779d0 | 2012-10-31 17:50:14 +0200 | [diff] [blame] | 2452 | switch (fb->pixel_format) { |
| 2453 | case DRM_FORMAT_C8: |
Jesse Barnes | 17638cd | 2011-06-24 12:19:23 -0700 | [diff] [blame] | 2454 | dspcntr |= DISPPLANE_8BPP; |
| 2455 | break; |
Ville Syrjälä | 57779d0 | 2012-10-31 17:50:14 +0200 | [diff] [blame] | 2456 | case DRM_FORMAT_RGB565: |
| 2457 | dspcntr |= DISPPLANE_BGRX565; |
Jesse Barnes | 17638cd | 2011-06-24 12:19:23 -0700 | [diff] [blame] | 2458 | break; |
Ville Syrjälä | 57779d0 | 2012-10-31 17:50:14 +0200 | [diff] [blame] | 2459 | case DRM_FORMAT_XRGB8888: |
| 2460 | case DRM_FORMAT_ARGB8888: |
| 2461 | dspcntr |= DISPPLANE_BGRX888; |
| 2462 | break; |
| 2463 | case DRM_FORMAT_XBGR8888: |
| 2464 | case DRM_FORMAT_ABGR8888: |
| 2465 | dspcntr |= DISPPLANE_RGBX888; |
| 2466 | break; |
| 2467 | case DRM_FORMAT_XRGB2101010: |
| 2468 | case DRM_FORMAT_ARGB2101010: |
| 2469 | dspcntr |= DISPPLANE_BGRX101010; |
| 2470 | break; |
| 2471 | case DRM_FORMAT_XBGR2101010: |
| 2472 | case DRM_FORMAT_ABGR2101010: |
| 2473 | dspcntr |= DISPPLANE_RGBX101010; |
Jesse Barnes | 17638cd | 2011-06-24 12:19:23 -0700 | [diff] [blame] | 2474 | break; |
| 2475 | default: |
Daniel Vetter | baba133 | 2013-03-27 00:45:00 +0100 | [diff] [blame] | 2476 | BUG(); |
Jesse Barnes | 17638cd | 2011-06-24 12:19:23 -0700 | [diff] [blame] | 2477 | } |
| 2478 | |
| 2479 | if (obj->tiling_mode != I915_TILING_NONE) |
| 2480 | dspcntr |= DISPPLANE_TILED; |
| 2481 | else |
| 2482 | dspcntr &= ~DISPPLANE_TILED; |
| 2483 | |
Ville Syrjälä | b42c600 | 2013-11-03 13:47:27 +0200 | [diff] [blame] | 2484 | if (IS_HASWELL(dev) || IS_BROADWELL(dev)) |
Paulo Zanoni | 1f5d76d | 2013-08-23 19:51:28 -0300 | [diff] [blame] | 2485 | dspcntr &= ~DISPPLANE_TRICKLE_FEED_DISABLE; |
| 2486 | else |
| 2487 | dspcntr |= DISPPLANE_TRICKLE_FEED_DISABLE; |
Jesse Barnes | 17638cd | 2011-06-24 12:19:23 -0700 | [diff] [blame] | 2488 | |
| 2489 | I915_WRITE(reg, dspcntr); |
| 2490 | |
Daniel Vetter | e506a0c | 2012-07-05 12:17:29 +0200 | [diff] [blame] | 2491 | linear_offset = y * fb->pitches[0] + x * (fb->bits_per_pixel / 8); |
Daniel Vetter | c2c7513 | 2012-07-05 12:17:30 +0200 | [diff] [blame] | 2492 | intel_crtc->dspaddr_offset = |
Chris Wilson | bc75286 | 2013-02-21 20:04:31 +0000 | [diff] [blame] | 2493 | intel_gen4_compute_page_offset(&x, &y, obj->tiling_mode, |
| 2494 | fb->bits_per_pixel / 8, |
| 2495 | fb->pitches[0]); |
Daniel Vetter | c2c7513 | 2012-07-05 12:17:30 +0200 | [diff] [blame] | 2496 | linear_offset -= intel_crtc->dspaddr_offset; |
Jesse Barnes | 17638cd | 2011-06-24 12:19:23 -0700 | [diff] [blame] | 2497 | |
Ben Widawsky | f343c5f | 2013-07-05 14:41:04 -0700 | [diff] [blame] | 2498 | DRM_DEBUG_KMS("Writing base %08lX %08lX %d %d %d\n", |
| 2499 | i915_gem_obj_ggtt_offset(obj), linear_offset, x, y, |
| 2500 | fb->pitches[0]); |
Ville Syrjälä | 01f2c77 | 2011-12-20 00:06:49 +0200 | [diff] [blame] | 2501 | I915_WRITE(DSPSTRIDE(plane), fb->pitches[0]); |
Daniel Vetter | 85ba7b7 | 2014-01-24 10:31:44 +0100 | [diff] [blame] | 2502 | I915_WRITE(DSPSURF(plane), |
| 2503 | i915_gem_obj_ggtt_offset(obj) + intel_crtc->dspaddr_offset); |
Paulo Zanoni | b3dc685 | 2013-11-02 21:07:33 -0700 | [diff] [blame] | 2504 | if (IS_HASWELL(dev) || IS_BROADWELL(dev)) { |
Damien Lespiau | bc1c91e | 2012-10-29 12:14:21 +0000 | [diff] [blame] | 2505 | I915_WRITE(DSPOFFSET(plane), (y << 16) | x); |
| 2506 | } else { |
| 2507 | I915_WRITE(DSPTILEOFF(plane), (y << 16) | x); |
| 2508 | I915_WRITE(DSPLINOFF(plane), linear_offset); |
| 2509 | } |
Jesse Barnes | 17638cd | 2011-06-24 12:19:23 -0700 | [diff] [blame] | 2510 | POSTING_READ(reg); |
Jesse Barnes | 17638cd | 2011-06-24 12:19:23 -0700 | [diff] [blame] | 2511 | } |
| 2512 | |
| 2513 | /* Assume fb object is pinned & idle & fenced and just update base pointers */ |
| 2514 | static int |
| 2515 | intel_pipe_set_base_atomic(struct drm_crtc *crtc, struct drm_framebuffer *fb, |
| 2516 | int x, int y, enum mode_set_atomic state) |
| 2517 | { |
| 2518 | struct drm_device *dev = crtc->dev; |
| 2519 | struct drm_i915_private *dev_priv = dev->dev_private; |
Jesse Barnes | 17638cd | 2011-06-24 12:19:23 -0700 | [diff] [blame] | 2520 | |
Chris Wilson | 6b8e6ed | 2012-04-17 15:08:19 +0100 | [diff] [blame] | 2521 | if (dev_priv->display.disable_fbc) |
| 2522 | dev_priv->display.disable_fbc(dev); |
Daniel Vetter | 3dec009 | 2010-08-20 21:40:52 +0200 | [diff] [blame] | 2523 | intel_increase_pllclock(crtc); |
Jesse Barnes | 8125556 | 2010-08-02 12:07:50 -0700 | [diff] [blame] | 2524 | |
Daniel Vetter | 29b9bde | 2014-04-24 23:55:01 +0200 | [diff] [blame] | 2525 | dev_priv->display.update_primary_plane(crtc, fb, x, y); |
| 2526 | |
| 2527 | return 0; |
Jesse Barnes | 8125556 | 2010-08-02 12:07:50 -0700 | [diff] [blame] | 2528 | } |
| 2529 | |
Ville Syrjälä | 96a0291 | 2013-02-18 19:08:49 +0200 | [diff] [blame] | 2530 | void intel_display_handle_reset(struct drm_device *dev) |
| 2531 | { |
| 2532 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 2533 | struct drm_crtc *crtc; |
| 2534 | |
| 2535 | /* |
| 2536 | * Flips in the rings have been nuked by the reset, |
| 2537 | * so complete all pending flips so that user space |
| 2538 | * will get its events and not get stuck. |
| 2539 | * |
| 2540 | * Also update the base address of all primary |
| 2541 | * planes to the the last fb to make sure we're |
| 2542 | * showing the correct fb after a reset. |
| 2543 | * |
| 2544 | * Need to make two loops over the crtcs so that we |
| 2545 | * don't try to grab a crtc mutex before the |
| 2546 | * pending_flip_queue really got woken up. |
| 2547 | */ |
| 2548 | |
Damien Lespiau | 70e1e0e | 2014-05-13 23:32:24 +0100 | [diff] [blame] | 2549 | for_each_crtc(dev, crtc) { |
Ville Syrjälä | 96a0291 | 2013-02-18 19:08:49 +0200 | [diff] [blame] | 2550 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 2551 | enum plane plane = intel_crtc->plane; |
| 2552 | |
| 2553 | intel_prepare_page_flip(dev, plane); |
| 2554 | intel_finish_page_flip_plane(dev, plane); |
| 2555 | } |
| 2556 | |
Damien Lespiau | 70e1e0e | 2014-05-13 23:32:24 +0100 | [diff] [blame] | 2557 | for_each_crtc(dev, crtc) { |
Ville Syrjälä | 96a0291 | 2013-02-18 19:08:49 +0200 | [diff] [blame] | 2558 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 2559 | |
| 2560 | mutex_lock(&crtc->mutex); |
Chris Wilson | 947fdaadf | 2013-11-27 12:01:32 +0000 | [diff] [blame] | 2561 | /* |
| 2562 | * FIXME: Once we have proper support for primary planes (and |
| 2563 | * disabling them without disabling the entire crtc) allow again |
Dave Airlie | 66e514c | 2014-04-03 07:51:54 +1000 | [diff] [blame] | 2564 | * a NULL crtc->primary->fb. |
Chris Wilson | 947fdaadf | 2013-11-27 12:01:32 +0000 | [diff] [blame] | 2565 | */ |
Matt Roper | f4510a2 | 2014-04-01 15:22:40 -0700 | [diff] [blame] | 2566 | if (intel_crtc->active && crtc->primary->fb) |
Matt Roper | 262ca2b | 2014-03-18 17:22:55 -0700 | [diff] [blame] | 2567 | dev_priv->display.update_primary_plane(crtc, |
Dave Airlie | 66e514c | 2014-04-03 07:51:54 +1000 | [diff] [blame] | 2568 | crtc->primary->fb, |
Matt Roper | 262ca2b | 2014-03-18 17:22:55 -0700 | [diff] [blame] | 2569 | crtc->x, |
| 2570 | crtc->y); |
Ville Syrjälä | 96a0291 | 2013-02-18 19:08:49 +0200 | [diff] [blame] | 2571 | mutex_unlock(&crtc->mutex); |
| 2572 | } |
| 2573 | } |
| 2574 | |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 2575 | static int |
Chris Wilson | 14667a4 | 2012-04-03 17:58:35 +0100 | [diff] [blame] | 2576 | intel_finish_fb(struct drm_framebuffer *old_fb) |
| 2577 | { |
| 2578 | struct drm_i915_gem_object *obj = to_intel_framebuffer(old_fb)->obj; |
| 2579 | struct drm_i915_private *dev_priv = obj->base.dev->dev_private; |
| 2580 | bool was_interruptible = dev_priv->mm.interruptible; |
| 2581 | int ret; |
| 2582 | |
Chris Wilson | 14667a4 | 2012-04-03 17:58:35 +0100 | [diff] [blame] | 2583 | /* Big Hammer, we also need to ensure that any pending |
| 2584 | * MI_WAIT_FOR_EVENT inside a user batch buffer on the |
| 2585 | * current scanout is retired before unpinning the old |
| 2586 | * framebuffer. |
| 2587 | * |
| 2588 | * This should only fail upon a hung GPU, in which case we |
| 2589 | * can safely continue. |
| 2590 | */ |
| 2591 | dev_priv->mm.interruptible = false; |
| 2592 | ret = i915_gem_object_finish_gpu(obj); |
| 2593 | dev_priv->mm.interruptible = was_interruptible; |
| 2594 | |
| 2595 | return ret; |
| 2596 | } |
| 2597 | |
Chris Wilson | 7d5e379 | 2014-03-04 13:15:08 +0000 | [diff] [blame] | 2598 | static bool intel_crtc_has_pending_flip(struct drm_crtc *crtc) |
| 2599 | { |
| 2600 | struct drm_device *dev = crtc->dev; |
| 2601 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 2602 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 2603 | unsigned long flags; |
| 2604 | bool pending; |
| 2605 | |
| 2606 | if (i915_reset_in_progress(&dev_priv->gpu_error) || |
| 2607 | intel_crtc->reset_counter != atomic_read(&dev_priv->gpu_error.reset_counter)) |
| 2608 | return false; |
| 2609 | |
| 2610 | spin_lock_irqsave(&dev->event_lock, flags); |
| 2611 | pending = to_intel_crtc(crtc)->unpin_work != NULL; |
| 2612 | spin_unlock_irqrestore(&dev->event_lock, flags); |
| 2613 | |
| 2614 | return pending; |
| 2615 | } |
| 2616 | |
Chris Wilson | 14667a4 | 2012-04-03 17:58:35 +0100 | [diff] [blame] | 2617 | static int |
Kristian Høgsberg | 3c4fdcf | 2008-12-17 22:14:46 -0500 | [diff] [blame] | 2618 | intel_pipe_set_base(struct drm_crtc *crtc, int x, int y, |
Daniel Vetter | 94352cf | 2012-07-05 22:51:56 +0200 | [diff] [blame] | 2619 | struct drm_framebuffer *fb) |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 2620 | { |
| 2621 | struct drm_device *dev = crtc->dev; |
Chris Wilson | 6b8e6ed | 2012-04-17 15:08:19 +0100 | [diff] [blame] | 2622 | struct drm_i915_private *dev_priv = dev->dev_private; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 2623 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
Daniel Vetter | 94352cf | 2012-07-05 22:51:56 +0200 | [diff] [blame] | 2624 | struct drm_framebuffer *old_fb; |
Chris Wilson | 5c3b82e | 2009-02-11 13:25:09 +0000 | [diff] [blame] | 2625 | int ret; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 2626 | |
Chris Wilson | 7d5e379 | 2014-03-04 13:15:08 +0000 | [diff] [blame] | 2627 | if (intel_crtc_has_pending_flip(crtc)) { |
| 2628 | DRM_ERROR("pipe is still busy with an old pageflip\n"); |
| 2629 | return -EBUSY; |
| 2630 | } |
| 2631 | |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 2632 | /* no fb bound */ |
Daniel Vetter | 94352cf | 2012-07-05 22:51:56 +0200 | [diff] [blame] | 2633 | if (!fb) { |
Jesse Barnes | a5071c2 | 2011-07-19 15:38:56 -0700 | [diff] [blame] | 2634 | DRM_ERROR("No FB bound\n"); |
Chris Wilson | 5c3b82e | 2009-02-11 13:25:09 +0000 | [diff] [blame] | 2635 | return 0; |
| 2636 | } |
| 2637 | |
Ben Widawsky | 7eb552a | 2013-03-13 14:05:41 -0700 | [diff] [blame] | 2638 | if (intel_crtc->plane > INTEL_INFO(dev)->num_pipes) { |
Ville Syrjälä | 84f44ce | 2013-04-17 17:48:49 +0300 | [diff] [blame] | 2639 | DRM_ERROR("no plane for crtc: plane %c, num_pipes %d\n", |
| 2640 | plane_name(intel_crtc->plane), |
| 2641 | INTEL_INFO(dev)->num_pipes); |
Chris Wilson | 5c3b82e | 2009-02-11 13:25:09 +0000 | [diff] [blame] | 2642 | return -EINVAL; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 2643 | } |
| 2644 | |
Chris Wilson | 5c3b82e | 2009-02-11 13:25:09 +0000 | [diff] [blame] | 2645 | mutex_lock(&dev->struct_mutex); |
Chris Wilson | 265db95 | 2010-09-20 15:41:01 +0100 | [diff] [blame] | 2646 | ret = intel_pin_and_fence_fb_obj(dev, |
Daniel Vetter | 94352cf | 2012-07-05 22:51:56 +0200 | [diff] [blame] | 2647 | to_intel_framebuffer(fb)->obj, |
Chris Wilson | 919926a | 2010-11-12 13:42:53 +0000 | [diff] [blame] | 2648 | NULL); |
Ville Syrjälä | 8ac36ec | 2014-03-11 19:37:33 +0200 | [diff] [blame] | 2649 | mutex_unlock(&dev->struct_mutex); |
Chris Wilson | 5c3b82e | 2009-02-11 13:25:09 +0000 | [diff] [blame] | 2650 | if (ret != 0) { |
Jesse Barnes | a5071c2 | 2011-07-19 15:38:56 -0700 | [diff] [blame] | 2651 | DRM_ERROR("pin & fence failed\n"); |
Chris Wilson | 5c3b82e | 2009-02-11 13:25:09 +0000 | [diff] [blame] | 2652 | return ret; |
| 2653 | } |
Kristian Høgsberg | 3c4fdcf | 2008-12-17 22:14:46 -0500 | [diff] [blame] | 2654 | |
Damien Lespiau | bb2043d | 2013-09-30 14:21:49 +0100 | [diff] [blame] | 2655 | /* |
| 2656 | * Update pipe size and adjust fitter if needed: the reason for this is |
| 2657 | * that in compute_mode_changes we check the native mode (not the pfit |
| 2658 | * mode) to see if we can flip rather than do a full mode set. In the |
| 2659 | * fastboot case, we'll flip, but if we don't update the pipesrc and |
| 2660 | * pfit state, we'll end up with a big fb scanned out into the wrong |
| 2661 | * sized surface. |
| 2662 | * |
| 2663 | * To fix this properly, we need to hoist the checks up into |
| 2664 | * compute_mode_changes (or above), check the actual pfit state and |
| 2665 | * whether the platform allows pfit disable with pipe active, and only |
| 2666 | * then update the pipesrc and pfit state, even on the flip path. |
| 2667 | */ |
Jani Nikula | d330a95 | 2014-01-21 11:24:25 +0200 | [diff] [blame] | 2668 | if (i915.fastboot) { |
Damien Lespiau | d7bf63f | 2013-09-30 14:21:50 +0100 | [diff] [blame] | 2669 | const struct drm_display_mode *adjusted_mode = |
| 2670 | &intel_crtc->config.adjusted_mode; |
| 2671 | |
Jesse Barnes | 4d6a3e6 | 2013-06-26 01:38:18 +0300 | [diff] [blame] | 2672 | I915_WRITE(PIPESRC(intel_crtc->pipe), |
Damien Lespiau | d7bf63f | 2013-09-30 14:21:50 +0100 | [diff] [blame] | 2673 | ((adjusted_mode->crtc_hdisplay - 1) << 16) | |
| 2674 | (adjusted_mode->crtc_vdisplay - 1)); |
Chris Wilson | fd4daa9 | 2013-08-27 17:04:17 +0100 | [diff] [blame] | 2675 | if (!intel_crtc->config.pch_pfit.enabled && |
Jesse Barnes | 4d6a3e6 | 2013-06-26 01:38:18 +0300 | [diff] [blame] | 2676 | (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS) || |
| 2677 | intel_pipe_has_type(crtc, INTEL_OUTPUT_EDP))) { |
| 2678 | I915_WRITE(PF_CTL(intel_crtc->pipe), 0); |
| 2679 | I915_WRITE(PF_WIN_POS(intel_crtc->pipe), 0); |
| 2680 | I915_WRITE(PF_WIN_SZ(intel_crtc->pipe), 0); |
| 2681 | } |
Jesse Barnes | 0637d60 | 2013-12-19 10:48:01 -0800 | [diff] [blame] | 2682 | intel_crtc->config.pipe_src_w = adjusted_mode->crtc_hdisplay; |
| 2683 | intel_crtc->config.pipe_src_h = adjusted_mode->crtc_vdisplay; |
Jesse Barnes | 4d6a3e6 | 2013-06-26 01:38:18 +0300 | [diff] [blame] | 2684 | } |
| 2685 | |
Daniel Vetter | 29b9bde | 2014-04-24 23:55:01 +0200 | [diff] [blame] | 2686 | dev_priv->display.update_primary_plane(crtc, fb, x, y); |
Kristian Høgsberg | 3c4fdcf | 2008-12-17 22:14:46 -0500 | [diff] [blame] | 2687 | |
Matt Roper | f4510a2 | 2014-04-01 15:22:40 -0700 | [diff] [blame] | 2688 | old_fb = crtc->primary->fb; |
| 2689 | crtc->primary->fb = fb; |
Daniel Vetter | 6c4c86f | 2012-09-10 21:58:30 +0200 | [diff] [blame] | 2690 | crtc->x = x; |
| 2691 | crtc->y = y; |
Daniel Vetter | 94352cf | 2012-07-05 22:51:56 +0200 | [diff] [blame] | 2692 | |
Chris Wilson | b7f1de2 | 2010-12-14 16:09:31 +0000 | [diff] [blame] | 2693 | if (old_fb) { |
Daniel Vetter | d7697ee | 2013-06-02 17:23:01 +0200 | [diff] [blame] | 2694 | if (intel_crtc->active && old_fb != fb) |
| 2695 | intel_wait_for_vblank(dev, intel_crtc->pipe); |
Ville Syrjälä | 8ac36ec | 2014-03-11 19:37:33 +0200 | [diff] [blame] | 2696 | mutex_lock(&dev->struct_mutex); |
Chris Wilson | 1690e1e | 2011-12-14 13:57:08 +0100 | [diff] [blame] | 2697 | intel_unpin_fb_obj(to_intel_framebuffer(old_fb)->obj); |
Ville Syrjälä | 8ac36ec | 2014-03-11 19:37:33 +0200 | [diff] [blame] | 2698 | mutex_unlock(&dev->struct_mutex); |
Chris Wilson | b7f1de2 | 2010-12-14 16:09:31 +0000 | [diff] [blame] | 2699 | } |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 2700 | |
Ville Syrjälä | 8ac36ec | 2014-03-11 19:37:33 +0200 | [diff] [blame] | 2701 | mutex_lock(&dev->struct_mutex); |
Chris Wilson | 6b8e6ed | 2012-04-17 15:08:19 +0100 | [diff] [blame] | 2702 | intel_update_fbc(dev); |
Rodrigo Vivi | 4906557 | 2013-07-11 18:45:05 -0300 | [diff] [blame] | 2703 | intel_edp_psr_update(dev); |
Chris Wilson | 5c3b82e | 2009-02-11 13:25:09 +0000 | [diff] [blame] | 2704 | mutex_unlock(&dev->struct_mutex); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 2705 | |
Chris Wilson | 5c3b82e | 2009-02-11 13:25:09 +0000 | [diff] [blame] | 2706 | return 0; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 2707 | } |
| 2708 | |
Zhenyu Wang | 5e84e1a | 2010-10-28 16:38:08 +0800 | [diff] [blame] | 2709 | static void intel_fdi_normal_train(struct drm_crtc *crtc) |
| 2710 | { |
| 2711 | struct drm_device *dev = crtc->dev; |
| 2712 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 2713 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 2714 | int pipe = intel_crtc->pipe; |
| 2715 | u32 reg, temp; |
| 2716 | |
| 2717 | /* enable normal train */ |
| 2718 | reg = FDI_TX_CTL(pipe); |
| 2719 | temp = I915_READ(reg); |
Keith Packard | 61e499b | 2011-05-17 16:13:52 -0700 | [diff] [blame] | 2720 | if (IS_IVYBRIDGE(dev)) { |
Jesse Barnes | 357555c | 2011-04-28 15:09:55 -0700 | [diff] [blame] | 2721 | temp &= ~FDI_LINK_TRAIN_NONE_IVB; |
| 2722 | temp |= FDI_LINK_TRAIN_NONE_IVB | FDI_TX_ENHANCE_FRAME_ENABLE; |
Keith Packard | 61e499b | 2011-05-17 16:13:52 -0700 | [diff] [blame] | 2723 | } else { |
| 2724 | temp &= ~FDI_LINK_TRAIN_NONE; |
| 2725 | temp |= FDI_LINK_TRAIN_NONE | FDI_TX_ENHANCE_FRAME_ENABLE; |
Jesse Barnes | 357555c | 2011-04-28 15:09:55 -0700 | [diff] [blame] | 2726 | } |
Zhenyu Wang | 5e84e1a | 2010-10-28 16:38:08 +0800 | [diff] [blame] | 2727 | I915_WRITE(reg, temp); |
| 2728 | |
| 2729 | reg = FDI_RX_CTL(pipe); |
| 2730 | temp = I915_READ(reg); |
| 2731 | if (HAS_PCH_CPT(dev)) { |
| 2732 | temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT; |
| 2733 | temp |= FDI_LINK_TRAIN_NORMAL_CPT; |
| 2734 | } else { |
| 2735 | temp &= ~FDI_LINK_TRAIN_NONE; |
| 2736 | temp |= FDI_LINK_TRAIN_NONE; |
| 2737 | } |
| 2738 | I915_WRITE(reg, temp | FDI_RX_ENHANCE_FRAME_ENABLE); |
| 2739 | |
| 2740 | /* wait one idle pattern time */ |
| 2741 | POSTING_READ(reg); |
| 2742 | udelay(1000); |
Jesse Barnes | 357555c | 2011-04-28 15:09:55 -0700 | [diff] [blame] | 2743 | |
| 2744 | /* IVB wants error correction enabled */ |
| 2745 | if (IS_IVYBRIDGE(dev)) |
| 2746 | I915_WRITE(reg, I915_READ(reg) | FDI_FS_ERRC_ENABLE | |
| 2747 | FDI_FE_ERRC_ENABLE); |
Zhenyu Wang | 5e84e1a | 2010-10-28 16:38:08 +0800 | [diff] [blame] | 2748 | } |
| 2749 | |
Daniel Vetter | 1fbc0d7 | 2013-10-29 12:04:08 +0100 | [diff] [blame] | 2750 | static bool pipe_has_enabled_pch(struct intel_crtc *crtc) |
Daniel Vetter | 1e833f4 | 2013-02-19 22:31:57 +0100 | [diff] [blame] | 2751 | { |
Daniel Vetter | 1fbc0d7 | 2013-10-29 12:04:08 +0100 | [diff] [blame] | 2752 | return crtc->base.enabled && crtc->active && |
| 2753 | crtc->config.has_pch_encoder; |
Daniel Vetter | 1e833f4 | 2013-02-19 22:31:57 +0100 | [diff] [blame] | 2754 | } |
| 2755 | |
Daniel Vetter | 01a415f | 2012-10-27 15:58:40 +0200 | [diff] [blame] | 2756 | static void ivb_modeset_global_resources(struct drm_device *dev) |
| 2757 | { |
| 2758 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 2759 | struct intel_crtc *pipe_B_crtc = |
| 2760 | to_intel_crtc(dev_priv->pipe_to_crtc_mapping[PIPE_B]); |
| 2761 | struct intel_crtc *pipe_C_crtc = |
| 2762 | to_intel_crtc(dev_priv->pipe_to_crtc_mapping[PIPE_C]); |
| 2763 | uint32_t temp; |
| 2764 | |
Daniel Vetter | 1e833f4 | 2013-02-19 22:31:57 +0100 | [diff] [blame] | 2765 | /* |
| 2766 | * When everything is off disable fdi C so that we could enable fdi B |
| 2767 | * with all lanes. Note that we don't care about enabled pipes without |
| 2768 | * an enabled pch encoder. |
| 2769 | */ |
| 2770 | if (!pipe_has_enabled_pch(pipe_B_crtc) && |
| 2771 | !pipe_has_enabled_pch(pipe_C_crtc)) { |
Daniel Vetter | 01a415f | 2012-10-27 15:58:40 +0200 | [diff] [blame] | 2772 | WARN_ON(I915_READ(FDI_RX_CTL(PIPE_B)) & FDI_RX_ENABLE); |
| 2773 | WARN_ON(I915_READ(FDI_RX_CTL(PIPE_C)) & FDI_RX_ENABLE); |
| 2774 | |
| 2775 | temp = I915_READ(SOUTH_CHICKEN1); |
| 2776 | temp &= ~FDI_BC_BIFURCATION_SELECT; |
| 2777 | DRM_DEBUG_KMS("disabling fdi C rx\n"); |
| 2778 | I915_WRITE(SOUTH_CHICKEN1, temp); |
| 2779 | } |
| 2780 | } |
| 2781 | |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2782 | /* The FDI link training functions for ILK/Ibexpeak. */ |
| 2783 | static void ironlake_fdi_link_train(struct drm_crtc *crtc) |
| 2784 | { |
| 2785 | struct drm_device *dev = crtc->dev; |
| 2786 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 2787 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 2788 | int pipe = intel_crtc->pipe; |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2789 | u32 reg, temp, tries; |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2790 | |
Ville Syrjälä | 1c8562f | 2014-04-25 22:12:07 +0300 | [diff] [blame] | 2791 | /* FDI needs bits from pipe first */ |
Jesse Barnes | 0fc932b | 2011-01-04 15:09:37 -0800 | [diff] [blame] | 2792 | assert_pipe_enabled(dev_priv, pipe); |
Jesse Barnes | 0fc932b | 2011-01-04 15:09:37 -0800 | [diff] [blame] | 2793 | |
Adam Jackson | e1a4474 | 2010-06-25 15:32:14 -0400 | [diff] [blame] | 2794 | /* Train 1: umask FDI RX Interrupt symbol_lock and bit_lock bit |
| 2795 | for train result */ |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2796 | reg = FDI_RX_IMR(pipe); |
| 2797 | temp = I915_READ(reg); |
Adam Jackson | e1a4474 | 2010-06-25 15:32:14 -0400 | [diff] [blame] | 2798 | temp &= ~FDI_RX_SYMBOL_LOCK; |
| 2799 | temp &= ~FDI_RX_BIT_LOCK; |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2800 | I915_WRITE(reg, temp); |
| 2801 | I915_READ(reg); |
Adam Jackson | e1a4474 | 2010-06-25 15:32:14 -0400 | [diff] [blame] | 2802 | udelay(150); |
| 2803 | |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2804 | /* enable CPU FDI TX and PCH FDI RX */ |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2805 | reg = FDI_TX_CTL(pipe); |
| 2806 | temp = I915_READ(reg); |
Daniel Vetter | 627eb5a | 2013-04-29 19:33:42 +0200 | [diff] [blame] | 2807 | temp &= ~FDI_DP_PORT_WIDTH_MASK; |
| 2808 | temp |= FDI_DP_PORT_WIDTH(intel_crtc->config.fdi_lanes); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2809 | temp &= ~FDI_LINK_TRAIN_NONE; |
| 2810 | temp |= FDI_LINK_TRAIN_PATTERN_1; |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2811 | I915_WRITE(reg, temp | FDI_TX_ENABLE); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2812 | |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2813 | reg = FDI_RX_CTL(pipe); |
| 2814 | temp = I915_READ(reg); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2815 | temp &= ~FDI_LINK_TRAIN_NONE; |
| 2816 | temp |= FDI_LINK_TRAIN_PATTERN_1; |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2817 | I915_WRITE(reg, temp | FDI_RX_ENABLE); |
| 2818 | |
| 2819 | POSTING_READ(reg); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2820 | udelay(150); |
| 2821 | |
Jesse Barnes | 5b2adf8 | 2010-10-07 16:01:15 -0700 | [diff] [blame] | 2822 | /* Ironlake workaround, enable clock pointer after FDI enable*/ |
Daniel Vetter | 8f5718a | 2012-10-31 22:52:28 +0100 | [diff] [blame] | 2823 | I915_WRITE(FDI_RX_CHICKEN(pipe), FDI_RX_PHASE_SYNC_POINTER_OVR); |
| 2824 | I915_WRITE(FDI_RX_CHICKEN(pipe), FDI_RX_PHASE_SYNC_POINTER_OVR | |
| 2825 | FDI_RX_PHASE_SYNC_POINTER_EN); |
Jesse Barnes | 5b2adf8 | 2010-10-07 16:01:15 -0700 | [diff] [blame] | 2826 | |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2827 | reg = FDI_RX_IIR(pipe); |
Adam Jackson | e1a4474 | 2010-06-25 15:32:14 -0400 | [diff] [blame] | 2828 | for (tries = 0; tries < 5; tries++) { |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2829 | temp = I915_READ(reg); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2830 | DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp); |
| 2831 | |
| 2832 | if ((temp & FDI_RX_BIT_LOCK)) { |
| 2833 | DRM_DEBUG_KMS("FDI train 1 done.\n"); |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2834 | I915_WRITE(reg, temp | FDI_RX_BIT_LOCK); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2835 | break; |
| 2836 | } |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2837 | } |
Adam Jackson | e1a4474 | 2010-06-25 15:32:14 -0400 | [diff] [blame] | 2838 | if (tries == 5) |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2839 | DRM_ERROR("FDI train 1 fail!\n"); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2840 | |
| 2841 | /* Train 2 */ |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2842 | reg = FDI_TX_CTL(pipe); |
| 2843 | temp = I915_READ(reg); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2844 | temp &= ~FDI_LINK_TRAIN_NONE; |
| 2845 | temp |= FDI_LINK_TRAIN_PATTERN_2; |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2846 | I915_WRITE(reg, temp); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2847 | |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2848 | reg = FDI_RX_CTL(pipe); |
| 2849 | temp = I915_READ(reg); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2850 | temp &= ~FDI_LINK_TRAIN_NONE; |
| 2851 | temp |= FDI_LINK_TRAIN_PATTERN_2; |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2852 | I915_WRITE(reg, temp); |
| 2853 | |
| 2854 | POSTING_READ(reg); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2855 | udelay(150); |
| 2856 | |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2857 | reg = FDI_RX_IIR(pipe); |
Adam Jackson | e1a4474 | 2010-06-25 15:32:14 -0400 | [diff] [blame] | 2858 | for (tries = 0; tries < 5; tries++) { |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2859 | temp = I915_READ(reg); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2860 | DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp); |
| 2861 | |
| 2862 | if (temp & FDI_RX_SYMBOL_LOCK) { |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2863 | I915_WRITE(reg, temp | FDI_RX_SYMBOL_LOCK); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2864 | DRM_DEBUG_KMS("FDI train 2 done.\n"); |
| 2865 | break; |
| 2866 | } |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2867 | } |
Adam Jackson | e1a4474 | 2010-06-25 15:32:14 -0400 | [diff] [blame] | 2868 | if (tries == 5) |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2869 | DRM_ERROR("FDI train 2 fail!\n"); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2870 | |
| 2871 | DRM_DEBUG_KMS("FDI train done\n"); |
Jesse Barnes | 5c5313c | 2010-10-07 16:01:11 -0700 | [diff] [blame] | 2872 | |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2873 | } |
| 2874 | |
Akshay Joshi | 0206e35 | 2011-08-16 15:34:10 -0400 | [diff] [blame] | 2875 | static const int snb_b_fdi_train_param[] = { |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2876 | FDI_LINK_TRAIN_400MV_0DB_SNB_B, |
| 2877 | FDI_LINK_TRAIN_400MV_6DB_SNB_B, |
| 2878 | FDI_LINK_TRAIN_600MV_3_5DB_SNB_B, |
| 2879 | FDI_LINK_TRAIN_800MV_0DB_SNB_B, |
| 2880 | }; |
| 2881 | |
| 2882 | /* The FDI link training functions for SNB/Cougarpoint. */ |
| 2883 | static void gen6_fdi_link_train(struct drm_crtc *crtc) |
| 2884 | { |
| 2885 | struct drm_device *dev = crtc->dev; |
| 2886 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 2887 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 2888 | int pipe = intel_crtc->pipe; |
Sean Paul | fa37d39 | 2012-03-02 12:53:39 -0500 | [diff] [blame] | 2889 | u32 reg, temp, i, retry; |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2890 | |
Adam Jackson | e1a4474 | 2010-06-25 15:32:14 -0400 | [diff] [blame] | 2891 | /* Train 1: umask FDI RX Interrupt symbol_lock and bit_lock bit |
| 2892 | for train result */ |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2893 | reg = FDI_RX_IMR(pipe); |
| 2894 | temp = I915_READ(reg); |
Adam Jackson | e1a4474 | 2010-06-25 15:32:14 -0400 | [diff] [blame] | 2895 | temp &= ~FDI_RX_SYMBOL_LOCK; |
| 2896 | temp &= ~FDI_RX_BIT_LOCK; |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2897 | I915_WRITE(reg, temp); |
| 2898 | |
| 2899 | POSTING_READ(reg); |
Adam Jackson | e1a4474 | 2010-06-25 15:32:14 -0400 | [diff] [blame] | 2900 | udelay(150); |
| 2901 | |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2902 | /* enable CPU FDI TX and PCH FDI RX */ |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2903 | reg = FDI_TX_CTL(pipe); |
| 2904 | temp = I915_READ(reg); |
Daniel Vetter | 627eb5a | 2013-04-29 19:33:42 +0200 | [diff] [blame] | 2905 | temp &= ~FDI_DP_PORT_WIDTH_MASK; |
| 2906 | temp |= FDI_DP_PORT_WIDTH(intel_crtc->config.fdi_lanes); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2907 | temp &= ~FDI_LINK_TRAIN_NONE; |
| 2908 | temp |= FDI_LINK_TRAIN_PATTERN_1; |
| 2909 | temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK; |
| 2910 | /* SNB-B */ |
| 2911 | temp |= FDI_LINK_TRAIN_400MV_0DB_SNB_B; |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2912 | I915_WRITE(reg, temp | FDI_TX_ENABLE); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2913 | |
Daniel Vetter | d74cf32 | 2012-10-26 10:58:13 +0200 | [diff] [blame] | 2914 | I915_WRITE(FDI_RX_MISC(pipe), |
| 2915 | FDI_RX_TP1_TO_TP2_48 | FDI_RX_FDI_DELAY_90); |
| 2916 | |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2917 | reg = FDI_RX_CTL(pipe); |
| 2918 | temp = I915_READ(reg); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2919 | if (HAS_PCH_CPT(dev)) { |
| 2920 | temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT; |
| 2921 | temp |= FDI_LINK_TRAIN_PATTERN_1_CPT; |
| 2922 | } else { |
| 2923 | temp &= ~FDI_LINK_TRAIN_NONE; |
| 2924 | temp |= FDI_LINK_TRAIN_PATTERN_1; |
| 2925 | } |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2926 | I915_WRITE(reg, temp | FDI_RX_ENABLE); |
| 2927 | |
| 2928 | POSTING_READ(reg); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2929 | udelay(150); |
| 2930 | |
Akshay Joshi | 0206e35 | 2011-08-16 15:34:10 -0400 | [diff] [blame] | 2931 | for (i = 0; i < 4; i++) { |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2932 | reg = FDI_TX_CTL(pipe); |
| 2933 | temp = I915_READ(reg); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2934 | temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK; |
| 2935 | temp |= snb_b_fdi_train_param[i]; |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2936 | I915_WRITE(reg, temp); |
| 2937 | |
| 2938 | POSTING_READ(reg); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2939 | udelay(500); |
| 2940 | |
Sean Paul | fa37d39 | 2012-03-02 12:53:39 -0500 | [diff] [blame] | 2941 | for (retry = 0; retry < 5; retry++) { |
| 2942 | reg = FDI_RX_IIR(pipe); |
| 2943 | temp = I915_READ(reg); |
| 2944 | DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp); |
| 2945 | if (temp & FDI_RX_BIT_LOCK) { |
| 2946 | I915_WRITE(reg, temp | FDI_RX_BIT_LOCK); |
| 2947 | DRM_DEBUG_KMS("FDI train 1 done.\n"); |
| 2948 | break; |
| 2949 | } |
| 2950 | udelay(50); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2951 | } |
Sean Paul | fa37d39 | 2012-03-02 12:53:39 -0500 | [diff] [blame] | 2952 | if (retry < 5) |
| 2953 | break; |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2954 | } |
| 2955 | if (i == 4) |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2956 | DRM_ERROR("FDI train 1 fail!\n"); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2957 | |
| 2958 | /* Train 2 */ |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2959 | reg = FDI_TX_CTL(pipe); |
| 2960 | temp = I915_READ(reg); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2961 | temp &= ~FDI_LINK_TRAIN_NONE; |
| 2962 | temp |= FDI_LINK_TRAIN_PATTERN_2; |
| 2963 | if (IS_GEN6(dev)) { |
| 2964 | temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK; |
| 2965 | /* SNB-B */ |
| 2966 | temp |= FDI_LINK_TRAIN_400MV_0DB_SNB_B; |
| 2967 | } |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2968 | I915_WRITE(reg, temp); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2969 | |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2970 | reg = FDI_RX_CTL(pipe); |
| 2971 | temp = I915_READ(reg); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2972 | if (HAS_PCH_CPT(dev)) { |
| 2973 | temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT; |
| 2974 | temp |= FDI_LINK_TRAIN_PATTERN_2_CPT; |
| 2975 | } else { |
| 2976 | temp &= ~FDI_LINK_TRAIN_NONE; |
| 2977 | temp |= FDI_LINK_TRAIN_PATTERN_2; |
| 2978 | } |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2979 | I915_WRITE(reg, temp); |
| 2980 | |
| 2981 | POSTING_READ(reg); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2982 | udelay(150); |
| 2983 | |
Akshay Joshi | 0206e35 | 2011-08-16 15:34:10 -0400 | [diff] [blame] | 2984 | for (i = 0; i < 4; i++) { |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2985 | reg = FDI_TX_CTL(pipe); |
| 2986 | temp = I915_READ(reg); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2987 | temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK; |
| 2988 | temp |= snb_b_fdi_train_param[i]; |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 2989 | I915_WRITE(reg, temp); |
| 2990 | |
| 2991 | POSTING_READ(reg); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 2992 | udelay(500); |
| 2993 | |
Sean Paul | fa37d39 | 2012-03-02 12:53:39 -0500 | [diff] [blame] | 2994 | for (retry = 0; retry < 5; retry++) { |
| 2995 | reg = FDI_RX_IIR(pipe); |
| 2996 | temp = I915_READ(reg); |
| 2997 | DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp); |
| 2998 | if (temp & FDI_RX_SYMBOL_LOCK) { |
| 2999 | I915_WRITE(reg, temp | FDI_RX_SYMBOL_LOCK); |
| 3000 | DRM_DEBUG_KMS("FDI train 2 done.\n"); |
| 3001 | break; |
| 3002 | } |
| 3003 | udelay(50); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 3004 | } |
Sean Paul | fa37d39 | 2012-03-02 12:53:39 -0500 | [diff] [blame] | 3005 | if (retry < 5) |
| 3006 | break; |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 3007 | } |
| 3008 | if (i == 4) |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 3009 | DRM_ERROR("FDI train 2 fail!\n"); |
Zhenyu Wang | 8db9d77 | 2010-04-07 16:15:54 +0800 | [diff] [blame] | 3010 | |
| 3011 | DRM_DEBUG_KMS("FDI train done.\n"); |
| 3012 | } |
| 3013 | |
Jesse Barnes | 357555c | 2011-04-28 15:09:55 -0700 | [diff] [blame] | 3014 | /* Manual link training for Ivy Bridge A0 parts */ |
| 3015 | static void ivb_manual_fdi_link_train(struct drm_crtc *crtc) |
| 3016 | { |
| 3017 | struct drm_device *dev = crtc->dev; |
| 3018 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 3019 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 3020 | int pipe = intel_crtc->pipe; |
Jesse Barnes | 139ccd3 | 2013-08-19 11:04:55 -0700 | [diff] [blame] | 3021 | u32 reg, temp, i, j; |
Jesse Barnes | 357555c | 2011-04-28 15:09:55 -0700 | [diff] [blame] | 3022 | |
| 3023 | /* Train 1: umask FDI RX Interrupt symbol_lock and bit_lock bit |
| 3024 | for train result */ |
| 3025 | reg = FDI_RX_IMR(pipe); |
| 3026 | temp = I915_READ(reg); |
| 3027 | temp &= ~FDI_RX_SYMBOL_LOCK; |
| 3028 | temp &= ~FDI_RX_BIT_LOCK; |
| 3029 | I915_WRITE(reg, temp); |
| 3030 | |
| 3031 | POSTING_READ(reg); |
| 3032 | udelay(150); |
| 3033 | |
Daniel Vetter | 01a415f | 2012-10-27 15:58:40 +0200 | [diff] [blame] | 3034 | DRM_DEBUG_KMS("FDI_RX_IIR before link train 0x%x\n", |
| 3035 | I915_READ(FDI_RX_IIR(pipe))); |
| 3036 | |
Jesse Barnes | 139ccd3 | 2013-08-19 11:04:55 -0700 | [diff] [blame] | 3037 | /* Try each vswing and preemphasis setting twice before moving on */ |
| 3038 | for (j = 0; j < ARRAY_SIZE(snb_b_fdi_train_param) * 2; j++) { |
| 3039 | /* disable first in case we need to retry */ |
Jesse Barnes | 357555c | 2011-04-28 15:09:55 -0700 | [diff] [blame] | 3040 | reg = FDI_TX_CTL(pipe); |
| 3041 | temp = I915_READ(reg); |
Jesse Barnes | 139ccd3 | 2013-08-19 11:04:55 -0700 | [diff] [blame] | 3042 | temp &= ~(FDI_LINK_TRAIN_AUTO | FDI_LINK_TRAIN_NONE_IVB); |
| 3043 | temp &= ~FDI_TX_ENABLE; |
| 3044 | I915_WRITE(reg, temp); |
| 3045 | |
| 3046 | reg = FDI_RX_CTL(pipe); |
| 3047 | temp = I915_READ(reg); |
| 3048 | temp &= ~FDI_LINK_TRAIN_AUTO; |
| 3049 | temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT; |
| 3050 | temp &= ~FDI_RX_ENABLE; |
| 3051 | I915_WRITE(reg, temp); |
| 3052 | |
| 3053 | /* enable CPU FDI TX and PCH FDI RX */ |
| 3054 | reg = FDI_TX_CTL(pipe); |
| 3055 | temp = I915_READ(reg); |
| 3056 | temp &= ~FDI_DP_PORT_WIDTH_MASK; |
| 3057 | temp |= FDI_DP_PORT_WIDTH(intel_crtc->config.fdi_lanes); |
| 3058 | temp |= FDI_LINK_TRAIN_PATTERN_1_IVB; |
Jesse Barnes | 357555c | 2011-04-28 15:09:55 -0700 | [diff] [blame] | 3059 | temp &= ~FDI_LINK_TRAIN_VOL_EMP_MASK; |
Jesse Barnes | 139ccd3 | 2013-08-19 11:04:55 -0700 | [diff] [blame] | 3060 | temp |= snb_b_fdi_train_param[j/2]; |
| 3061 | temp |= FDI_COMPOSITE_SYNC; |
| 3062 | I915_WRITE(reg, temp | FDI_TX_ENABLE); |
| 3063 | |
| 3064 | I915_WRITE(FDI_RX_MISC(pipe), |
| 3065 | FDI_RX_TP1_TO_TP2_48 | FDI_RX_FDI_DELAY_90); |
| 3066 | |
| 3067 | reg = FDI_RX_CTL(pipe); |
| 3068 | temp = I915_READ(reg); |
| 3069 | temp |= FDI_LINK_TRAIN_PATTERN_1_CPT; |
| 3070 | temp |= FDI_COMPOSITE_SYNC; |
| 3071 | I915_WRITE(reg, temp | FDI_RX_ENABLE); |
| 3072 | |
| 3073 | POSTING_READ(reg); |
| 3074 | udelay(1); /* should be 0.5us */ |
| 3075 | |
| 3076 | for (i = 0; i < 4; i++) { |
| 3077 | reg = FDI_RX_IIR(pipe); |
| 3078 | temp = I915_READ(reg); |
| 3079 | DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp); |
| 3080 | |
| 3081 | if (temp & FDI_RX_BIT_LOCK || |
| 3082 | (I915_READ(reg) & FDI_RX_BIT_LOCK)) { |
| 3083 | I915_WRITE(reg, temp | FDI_RX_BIT_LOCK); |
| 3084 | DRM_DEBUG_KMS("FDI train 1 done, level %i.\n", |
| 3085 | i); |
| 3086 | break; |
| 3087 | } |
| 3088 | udelay(1); /* should be 0.5us */ |
| 3089 | } |
| 3090 | if (i == 4) { |
| 3091 | DRM_DEBUG_KMS("FDI train 1 fail on vswing %d\n", j / 2); |
| 3092 | continue; |
| 3093 | } |
| 3094 | |
| 3095 | /* Train 2 */ |
| 3096 | reg = FDI_TX_CTL(pipe); |
| 3097 | temp = I915_READ(reg); |
| 3098 | temp &= ~FDI_LINK_TRAIN_NONE_IVB; |
| 3099 | temp |= FDI_LINK_TRAIN_PATTERN_2_IVB; |
| 3100 | I915_WRITE(reg, temp); |
| 3101 | |
| 3102 | reg = FDI_RX_CTL(pipe); |
| 3103 | temp = I915_READ(reg); |
| 3104 | temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT; |
| 3105 | temp |= FDI_LINK_TRAIN_PATTERN_2_CPT; |
Jesse Barnes | 357555c | 2011-04-28 15:09:55 -0700 | [diff] [blame] | 3106 | I915_WRITE(reg, temp); |
| 3107 | |
| 3108 | POSTING_READ(reg); |
Jesse Barnes | 139ccd3 | 2013-08-19 11:04:55 -0700 | [diff] [blame] | 3109 | udelay(2); /* should be 1.5us */ |
Jesse Barnes | 357555c | 2011-04-28 15:09:55 -0700 | [diff] [blame] | 3110 | |
Jesse Barnes | 139ccd3 | 2013-08-19 11:04:55 -0700 | [diff] [blame] | 3111 | for (i = 0; i < 4; i++) { |
| 3112 | reg = FDI_RX_IIR(pipe); |
| 3113 | temp = I915_READ(reg); |
| 3114 | DRM_DEBUG_KMS("FDI_RX_IIR 0x%x\n", temp); |
Jesse Barnes | 357555c | 2011-04-28 15:09:55 -0700 | [diff] [blame] | 3115 | |
Jesse Barnes | 139ccd3 | 2013-08-19 11:04:55 -0700 | [diff] [blame] | 3116 | if (temp & FDI_RX_SYMBOL_LOCK || |
| 3117 | (I915_READ(reg) & FDI_RX_SYMBOL_LOCK)) { |
| 3118 | I915_WRITE(reg, temp | FDI_RX_SYMBOL_LOCK); |
| 3119 | DRM_DEBUG_KMS("FDI train 2 done, level %i.\n", |
| 3120 | i); |
| 3121 | goto train_done; |
| 3122 | } |
| 3123 | udelay(2); /* should be 1.5us */ |
Jesse Barnes | 357555c | 2011-04-28 15:09:55 -0700 | [diff] [blame] | 3124 | } |
Jesse Barnes | 139ccd3 | 2013-08-19 11:04:55 -0700 | [diff] [blame] | 3125 | if (i == 4) |
| 3126 | 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] | 3127 | } |
Jesse Barnes | 357555c | 2011-04-28 15:09:55 -0700 | [diff] [blame] | 3128 | |
Jesse Barnes | 139ccd3 | 2013-08-19 11:04:55 -0700 | [diff] [blame] | 3129 | train_done: |
Jesse Barnes | 357555c | 2011-04-28 15:09:55 -0700 | [diff] [blame] | 3130 | DRM_DEBUG_KMS("FDI train done.\n"); |
| 3131 | } |
| 3132 | |
Daniel Vetter | 88cefb6 | 2012-08-12 19:27:14 +0200 | [diff] [blame] | 3133 | static void ironlake_fdi_pll_enable(struct intel_crtc *intel_crtc) |
Jesse Barnes | 0e23b99 | 2010-09-10 11:10:00 -0700 | [diff] [blame] | 3134 | { |
Daniel Vetter | 88cefb6 | 2012-08-12 19:27:14 +0200 | [diff] [blame] | 3135 | struct drm_device *dev = intel_crtc->base.dev; |
Jesse Barnes | 0e23b99 | 2010-09-10 11:10:00 -0700 | [diff] [blame] | 3136 | struct drm_i915_private *dev_priv = dev->dev_private; |
Jesse Barnes | 0e23b99 | 2010-09-10 11:10:00 -0700 | [diff] [blame] | 3137 | int pipe = intel_crtc->pipe; |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 3138 | u32 reg, temp; |
Jesse Barnes | 0e23b99 | 2010-09-10 11:10:00 -0700 | [diff] [blame] | 3139 | |
Jesse Barnes | c64e311 | 2010-09-10 11:27:03 -0700 | [diff] [blame] | 3140 | |
Jesse Barnes | 0e23b99 | 2010-09-10 11:10:00 -0700 | [diff] [blame] | 3141 | /* enable PCH FDI RX PLL, wait warmup plus DMI latency */ |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 3142 | reg = FDI_RX_CTL(pipe); |
| 3143 | temp = I915_READ(reg); |
Daniel Vetter | 627eb5a | 2013-04-29 19:33:42 +0200 | [diff] [blame] | 3144 | temp &= ~(FDI_DP_PORT_WIDTH_MASK | (0x7 << 16)); |
| 3145 | temp |= FDI_DP_PORT_WIDTH(intel_crtc->config.fdi_lanes); |
Daniel Vetter | dfd07d7 | 2012-12-17 11:21:38 +0100 | [diff] [blame] | 3146 | temp |= (I915_READ(PIPECONF(pipe)) & PIPECONF_BPC_MASK) << 11; |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 3147 | I915_WRITE(reg, temp | FDI_RX_PLL_ENABLE); |
| 3148 | |
| 3149 | POSTING_READ(reg); |
Jesse Barnes | 0e23b99 | 2010-09-10 11:10:00 -0700 | [diff] [blame] | 3150 | udelay(200); |
| 3151 | |
| 3152 | /* Switch from Rawclk to PCDclk */ |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 3153 | temp = I915_READ(reg); |
| 3154 | I915_WRITE(reg, temp | FDI_PCDCLK); |
| 3155 | |
| 3156 | POSTING_READ(reg); |
Jesse Barnes | 0e23b99 | 2010-09-10 11:10:00 -0700 | [diff] [blame] | 3157 | udelay(200); |
| 3158 | |
Paulo Zanoni | 2074973 | 2012-11-23 15:30:38 -0200 | [diff] [blame] | 3159 | /* Enable CPU FDI TX PLL, always on for Ironlake */ |
| 3160 | reg = FDI_TX_CTL(pipe); |
| 3161 | temp = I915_READ(reg); |
| 3162 | if ((temp & FDI_TX_PLL_ENABLE) == 0) { |
| 3163 | I915_WRITE(reg, temp | FDI_TX_PLL_ENABLE); |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 3164 | |
Paulo Zanoni | 2074973 | 2012-11-23 15:30:38 -0200 | [diff] [blame] | 3165 | POSTING_READ(reg); |
| 3166 | udelay(100); |
Jesse Barnes | 0e23b99 | 2010-09-10 11:10:00 -0700 | [diff] [blame] | 3167 | } |
| 3168 | } |
| 3169 | |
Daniel Vetter | 88cefb6 | 2012-08-12 19:27:14 +0200 | [diff] [blame] | 3170 | static void ironlake_fdi_pll_disable(struct intel_crtc *intel_crtc) |
| 3171 | { |
| 3172 | struct drm_device *dev = intel_crtc->base.dev; |
| 3173 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 3174 | int pipe = intel_crtc->pipe; |
| 3175 | u32 reg, temp; |
| 3176 | |
| 3177 | /* Switch from PCDclk to Rawclk */ |
| 3178 | reg = FDI_RX_CTL(pipe); |
| 3179 | temp = I915_READ(reg); |
| 3180 | I915_WRITE(reg, temp & ~FDI_PCDCLK); |
| 3181 | |
| 3182 | /* Disable CPU FDI TX PLL */ |
| 3183 | reg = FDI_TX_CTL(pipe); |
| 3184 | temp = I915_READ(reg); |
| 3185 | I915_WRITE(reg, temp & ~FDI_TX_PLL_ENABLE); |
| 3186 | |
| 3187 | POSTING_READ(reg); |
| 3188 | udelay(100); |
| 3189 | |
| 3190 | reg = FDI_RX_CTL(pipe); |
| 3191 | temp = I915_READ(reg); |
| 3192 | I915_WRITE(reg, temp & ~FDI_RX_PLL_ENABLE); |
| 3193 | |
| 3194 | /* Wait for the clocks to turn off. */ |
| 3195 | POSTING_READ(reg); |
| 3196 | udelay(100); |
| 3197 | } |
| 3198 | |
Jesse Barnes | 0fc932b | 2011-01-04 15:09:37 -0800 | [diff] [blame] | 3199 | static void ironlake_fdi_disable(struct drm_crtc *crtc) |
| 3200 | { |
| 3201 | struct drm_device *dev = crtc->dev; |
| 3202 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 3203 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 3204 | int pipe = intel_crtc->pipe; |
| 3205 | u32 reg, temp; |
| 3206 | |
| 3207 | /* disable CPU FDI tx and PCH FDI rx */ |
| 3208 | reg = FDI_TX_CTL(pipe); |
| 3209 | temp = I915_READ(reg); |
| 3210 | I915_WRITE(reg, temp & ~FDI_TX_ENABLE); |
| 3211 | POSTING_READ(reg); |
| 3212 | |
| 3213 | reg = FDI_RX_CTL(pipe); |
| 3214 | temp = I915_READ(reg); |
| 3215 | temp &= ~(0x7 << 16); |
Daniel Vetter | dfd07d7 | 2012-12-17 11:21:38 +0100 | [diff] [blame] | 3216 | temp |= (I915_READ(PIPECONF(pipe)) & PIPECONF_BPC_MASK) << 11; |
Jesse Barnes | 0fc932b | 2011-01-04 15:09:37 -0800 | [diff] [blame] | 3217 | I915_WRITE(reg, temp & ~FDI_RX_ENABLE); |
| 3218 | |
| 3219 | POSTING_READ(reg); |
| 3220 | udelay(100); |
| 3221 | |
| 3222 | /* Ironlake workaround, disable clock pointer after downing FDI */ |
Robin Schroer | eba905b | 2014-05-18 02:24:50 +0200 | [diff] [blame] | 3223 | if (HAS_PCH_IBX(dev)) |
Jesse Barnes | 6f06ce1 | 2011-01-04 15:09:38 -0800 | [diff] [blame] | 3224 | I915_WRITE(FDI_RX_CHICKEN(pipe), FDI_RX_PHASE_SYNC_POINTER_OVR); |
Jesse Barnes | 0fc932b | 2011-01-04 15:09:37 -0800 | [diff] [blame] | 3225 | |
| 3226 | /* still set train pattern 1 */ |
| 3227 | reg = FDI_TX_CTL(pipe); |
| 3228 | temp = I915_READ(reg); |
| 3229 | temp &= ~FDI_LINK_TRAIN_NONE; |
| 3230 | temp |= FDI_LINK_TRAIN_PATTERN_1; |
| 3231 | I915_WRITE(reg, temp); |
| 3232 | |
| 3233 | reg = FDI_RX_CTL(pipe); |
| 3234 | temp = I915_READ(reg); |
| 3235 | if (HAS_PCH_CPT(dev)) { |
| 3236 | temp &= ~FDI_LINK_TRAIN_PATTERN_MASK_CPT; |
| 3237 | temp |= FDI_LINK_TRAIN_PATTERN_1_CPT; |
| 3238 | } else { |
| 3239 | temp &= ~FDI_LINK_TRAIN_NONE; |
| 3240 | temp |= FDI_LINK_TRAIN_PATTERN_1; |
| 3241 | } |
| 3242 | /* BPC in FDI rx is consistent with that in PIPECONF */ |
| 3243 | temp &= ~(0x07 << 16); |
Daniel Vetter | dfd07d7 | 2012-12-17 11:21:38 +0100 | [diff] [blame] | 3244 | temp |= (I915_READ(PIPECONF(pipe)) & PIPECONF_BPC_MASK) << 11; |
Jesse Barnes | 0fc932b | 2011-01-04 15:09:37 -0800 | [diff] [blame] | 3245 | I915_WRITE(reg, temp); |
| 3246 | |
| 3247 | POSTING_READ(reg); |
| 3248 | udelay(100); |
| 3249 | } |
| 3250 | |
Chris Wilson | 5dce5b93 | 2014-01-20 10:17:36 +0000 | [diff] [blame] | 3251 | bool intel_has_pending_fb_unpin(struct drm_device *dev) |
| 3252 | { |
| 3253 | struct intel_crtc *crtc; |
| 3254 | |
| 3255 | /* Note that we don't need to be called with mode_config.lock here |
| 3256 | * as our list of CRTC objects is static for the lifetime of the |
| 3257 | * device and so cannot disappear as we iterate. Similarly, we can |
| 3258 | * happily treat the predicates as racy, atomic checks as userspace |
| 3259 | * cannot claim and pin a new fb without at least acquring the |
| 3260 | * struct_mutex and so serialising with us. |
| 3261 | */ |
Damien Lespiau | d3fcc80 | 2014-05-13 23:32:22 +0100 | [diff] [blame] | 3262 | for_each_intel_crtc(dev, crtc) { |
Chris Wilson | 5dce5b93 | 2014-01-20 10:17:36 +0000 | [diff] [blame] | 3263 | if (atomic_read(&crtc->unpin_work_count) == 0) |
| 3264 | continue; |
| 3265 | |
| 3266 | if (crtc->unpin_work) |
| 3267 | intel_wait_for_vblank(dev, crtc->pipe); |
| 3268 | |
| 3269 | return true; |
| 3270 | } |
| 3271 | |
| 3272 | return false; |
| 3273 | } |
| 3274 | |
Chris Wilson | e6c3a2a | 2010-09-23 23:04:43 +0100 | [diff] [blame] | 3275 | static void intel_crtc_wait_for_pending_flips(struct drm_crtc *crtc) |
| 3276 | { |
Chris Wilson | 0f91128 | 2012-04-17 10:05:38 +0100 | [diff] [blame] | 3277 | struct drm_device *dev = crtc->dev; |
Chris Wilson | 5bb6164 | 2012-09-27 21:25:58 +0100 | [diff] [blame] | 3278 | struct drm_i915_private *dev_priv = dev->dev_private; |
Chris Wilson | e6c3a2a | 2010-09-23 23:04:43 +0100 | [diff] [blame] | 3279 | |
Matt Roper | f4510a2 | 2014-04-01 15:22:40 -0700 | [diff] [blame] | 3280 | if (crtc->primary->fb == NULL) |
Chris Wilson | e6c3a2a | 2010-09-23 23:04:43 +0100 | [diff] [blame] | 3281 | return; |
| 3282 | |
Daniel Vetter | 2c10d57 | 2012-12-20 21:24:07 +0100 | [diff] [blame] | 3283 | WARN_ON(waitqueue_active(&dev_priv->pending_flip_queue)); |
| 3284 | |
Daniel Vetter | eed6d67 | 2014-05-19 16:09:35 +0200 | [diff] [blame] | 3285 | WARN_ON(wait_event_timeout(dev_priv->pending_flip_queue, |
| 3286 | !intel_crtc_has_pending_flip(crtc), |
| 3287 | 60*HZ) == 0); |
Chris Wilson | 5bb6164 | 2012-09-27 21:25:58 +0100 | [diff] [blame] | 3288 | |
Chris Wilson | 0f91128 | 2012-04-17 10:05:38 +0100 | [diff] [blame] | 3289 | mutex_lock(&dev->struct_mutex); |
Matt Roper | f4510a2 | 2014-04-01 15:22:40 -0700 | [diff] [blame] | 3290 | intel_finish_fb(crtc->primary->fb); |
Chris Wilson | 0f91128 | 2012-04-17 10:05:38 +0100 | [diff] [blame] | 3291 | mutex_unlock(&dev->struct_mutex); |
Chris Wilson | e6c3a2a | 2010-09-23 23:04:43 +0100 | [diff] [blame] | 3292 | } |
| 3293 | |
Eugeni Dodonov | e615efe | 2012-05-09 15:37:26 -0300 | [diff] [blame] | 3294 | /* Program iCLKIP clock to the desired frequency */ |
| 3295 | static void lpt_program_iclkip(struct drm_crtc *crtc) |
| 3296 | { |
| 3297 | struct drm_device *dev = crtc->dev; |
| 3298 | struct drm_i915_private *dev_priv = dev->dev_private; |
Damien Lespiau | 241bfc3 | 2013-09-25 16:45:37 +0100 | [diff] [blame] | 3299 | int clock = to_intel_crtc(crtc)->config.adjusted_mode.crtc_clock; |
Eugeni Dodonov | e615efe | 2012-05-09 15:37:26 -0300 | [diff] [blame] | 3300 | u32 divsel, phaseinc, auxdiv, phasedir = 0; |
| 3301 | u32 temp; |
| 3302 | |
Daniel Vetter | 0915300 | 2012-12-12 14:06:44 +0100 | [diff] [blame] | 3303 | mutex_lock(&dev_priv->dpio_lock); |
| 3304 | |
Eugeni Dodonov | e615efe | 2012-05-09 15:37:26 -0300 | [diff] [blame] | 3305 | /* It is necessary to ungate the pixclk gate prior to programming |
| 3306 | * the divisors, and gate it back when it is done. |
| 3307 | */ |
| 3308 | I915_WRITE(PIXCLK_GATE, PIXCLK_GATE_GATE); |
| 3309 | |
| 3310 | /* Disable SSCCTL */ |
| 3311 | intel_sbi_write(dev_priv, SBI_SSCCTL6, |
Paulo Zanoni | 988d6ee | 2012-12-01 12:04:24 -0200 | [diff] [blame] | 3312 | intel_sbi_read(dev_priv, SBI_SSCCTL6, SBI_ICLK) | |
| 3313 | SBI_SSCCTL_DISABLE, |
| 3314 | SBI_ICLK); |
Eugeni Dodonov | e615efe | 2012-05-09 15:37:26 -0300 | [diff] [blame] | 3315 | |
| 3316 | /* 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] | 3317 | if (clock == 20000) { |
Eugeni Dodonov | e615efe | 2012-05-09 15:37:26 -0300 | [diff] [blame] | 3318 | auxdiv = 1; |
| 3319 | divsel = 0x41; |
| 3320 | phaseinc = 0x20; |
| 3321 | } else { |
| 3322 | /* The iCLK virtual clock root frequency is in MHz, |
Damien Lespiau | 241bfc3 | 2013-09-25 16:45:37 +0100 | [diff] [blame] | 3323 | * but the adjusted_mode->crtc_clock in in KHz. To get the |
| 3324 | * divisors, it is necessary to divide one by another, so we |
Eugeni Dodonov | e615efe | 2012-05-09 15:37:26 -0300 | [diff] [blame] | 3325 | * convert the virtual clock precision to KHz here for higher |
| 3326 | * precision. |
| 3327 | */ |
| 3328 | u32 iclk_virtual_root_freq = 172800 * 1000; |
| 3329 | u32 iclk_pi_range = 64; |
| 3330 | u32 desired_divisor, msb_divisor_value, pi_value; |
| 3331 | |
Ville Syrjälä | 12d7cee | 2013-09-04 18:25:19 +0300 | [diff] [blame] | 3332 | desired_divisor = (iclk_virtual_root_freq / clock); |
Eugeni Dodonov | e615efe | 2012-05-09 15:37:26 -0300 | [diff] [blame] | 3333 | msb_divisor_value = desired_divisor / iclk_pi_range; |
| 3334 | pi_value = desired_divisor % iclk_pi_range; |
| 3335 | |
| 3336 | auxdiv = 0; |
| 3337 | divsel = msb_divisor_value - 2; |
| 3338 | phaseinc = pi_value; |
| 3339 | } |
| 3340 | |
| 3341 | /* This should not happen with any sane values */ |
| 3342 | WARN_ON(SBI_SSCDIVINTPHASE_DIVSEL(divsel) & |
| 3343 | ~SBI_SSCDIVINTPHASE_DIVSEL_MASK); |
| 3344 | WARN_ON(SBI_SSCDIVINTPHASE_DIR(phasedir) & |
| 3345 | ~SBI_SSCDIVINTPHASE_INCVAL_MASK); |
| 3346 | |
| 3347 | 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] | 3348 | clock, |
Eugeni Dodonov | e615efe | 2012-05-09 15:37:26 -0300 | [diff] [blame] | 3349 | auxdiv, |
| 3350 | divsel, |
| 3351 | phasedir, |
| 3352 | phaseinc); |
| 3353 | |
| 3354 | /* Program SSCDIVINTPHASE6 */ |
Paulo Zanoni | 988d6ee | 2012-12-01 12:04:24 -0200 | [diff] [blame] | 3355 | temp = intel_sbi_read(dev_priv, SBI_SSCDIVINTPHASE6, SBI_ICLK); |
Eugeni Dodonov | e615efe | 2012-05-09 15:37:26 -0300 | [diff] [blame] | 3356 | temp &= ~SBI_SSCDIVINTPHASE_DIVSEL_MASK; |
| 3357 | temp |= SBI_SSCDIVINTPHASE_DIVSEL(divsel); |
| 3358 | temp &= ~SBI_SSCDIVINTPHASE_INCVAL_MASK; |
| 3359 | temp |= SBI_SSCDIVINTPHASE_INCVAL(phaseinc); |
| 3360 | temp |= SBI_SSCDIVINTPHASE_DIR(phasedir); |
| 3361 | temp |= SBI_SSCDIVINTPHASE_PROPAGATE; |
Paulo Zanoni | 988d6ee | 2012-12-01 12:04:24 -0200 | [diff] [blame] | 3362 | intel_sbi_write(dev_priv, SBI_SSCDIVINTPHASE6, temp, SBI_ICLK); |
Eugeni Dodonov | e615efe | 2012-05-09 15:37:26 -0300 | [diff] [blame] | 3363 | |
| 3364 | /* Program SSCAUXDIV */ |
Paulo Zanoni | 988d6ee | 2012-12-01 12:04:24 -0200 | [diff] [blame] | 3365 | temp = intel_sbi_read(dev_priv, SBI_SSCAUXDIV6, SBI_ICLK); |
Eugeni Dodonov | e615efe | 2012-05-09 15:37:26 -0300 | [diff] [blame] | 3366 | temp &= ~SBI_SSCAUXDIV_FINALDIV2SEL(1); |
| 3367 | temp |= SBI_SSCAUXDIV_FINALDIV2SEL(auxdiv); |
Paulo Zanoni | 988d6ee | 2012-12-01 12:04:24 -0200 | [diff] [blame] | 3368 | intel_sbi_write(dev_priv, SBI_SSCAUXDIV6, temp, SBI_ICLK); |
Eugeni Dodonov | e615efe | 2012-05-09 15:37:26 -0300 | [diff] [blame] | 3369 | |
| 3370 | /* Enable modulator and associated divider */ |
Paulo Zanoni | 988d6ee | 2012-12-01 12:04:24 -0200 | [diff] [blame] | 3371 | temp = intel_sbi_read(dev_priv, SBI_SSCCTL6, SBI_ICLK); |
Eugeni Dodonov | e615efe | 2012-05-09 15:37:26 -0300 | [diff] [blame] | 3372 | temp &= ~SBI_SSCCTL_DISABLE; |
Paulo Zanoni | 988d6ee | 2012-12-01 12:04:24 -0200 | [diff] [blame] | 3373 | intel_sbi_write(dev_priv, SBI_SSCCTL6, temp, SBI_ICLK); |
Eugeni Dodonov | e615efe | 2012-05-09 15:37:26 -0300 | [diff] [blame] | 3374 | |
| 3375 | /* Wait for initialization time */ |
| 3376 | udelay(24); |
| 3377 | |
| 3378 | I915_WRITE(PIXCLK_GATE, PIXCLK_GATE_UNGATE); |
Daniel Vetter | 0915300 | 2012-12-12 14:06:44 +0100 | [diff] [blame] | 3379 | |
| 3380 | mutex_unlock(&dev_priv->dpio_lock); |
Eugeni Dodonov | e615efe | 2012-05-09 15:37:26 -0300 | [diff] [blame] | 3381 | } |
| 3382 | |
Daniel Vetter | 275f01b2 | 2013-05-03 11:49:47 +0200 | [diff] [blame] | 3383 | static void ironlake_pch_transcoder_set_timings(struct intel_crtc *crtc, |
| 3384 | enum pipe pch_transcoder) |
| 3385 | { |
| 3386 | struct drm_device *dev = crtc->base.dev; |
| 3387 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 3388 | enum transcoder cpu_transcoder = crtc->config.cpu_transcoder; |
| 3389 | |
| 3390 | I915_WRITE(PCH_TRANS_HTOTAL(pch_transcoder), |
| 3391 | I915_READ(HTOTAL(cpu_transcoder))); |
| 3392 | I915_WRITE(PCH_TRANS_HBLANK(pch_transcoder), |
| 3393 | I915_READ(HBLANK(cpu_transcoder))); |
| 3394 | I915_WRITE(PCH_TRANS_HSYNC(pch_transcoder), |
| 3395 | I915_READ(HSYNC(cpu_transcoder))); |
| 3396 | |
| 3397 | I915_WRITE(PCH_TRANS_VTOTAL(pch_transcoder), |
| 3398 | I915_READ(VTOTAL(cpu_transcoder))); |
| 3399 | I915_WRITE(PCH_TRANS_VBLANK(pch_transcoder), |
| 3400 | I915_READ(VBLANK(cpu_transcoder))); |
| 3401 | I915_WRITE(PCH_TRANS_VSYNC(pch_transcoder), |
| 3402 | I915_READ(VSYNC(cpu_transcoder))); |
| 3403 | I915_WRITE(PCH_TRANS_VSYNCSHIFT(pch_transcoder), |
| 3404 | I915_READ(VSYNCSHIFT(cpu_transcoder))); |
| 3405 | } |
| 3406 | |
Daniel Vetter | 1fbc0d7 | 2013-10-29 12:04:08 +0100 | [diff] [blame] | 3407 | static void cpt_enable_fdi_bc_bifurcation(struct drm_device *dev) |
| 3408 | { |
| 3409 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 3410 | uint32_t temp; |
| 3411 | |
| 3412 | temp = I915_READ(SOUTH_CHICKEN1); |
| 3413 | if (temp & FDI_BC_BIFURCATION_SELECT) |
| 3414 | return; |
| 3415 | |
| 3416 | WARN_ON(I915_READ(FDI_RX_CTL(PIPE_B)) & FDI_RX_ENABLE); |
| 3417 | WARN_ON(I915_READ(FDI_RX_CTL(PIPE_C)) & FDI_RX_ENABLE); |
| 3418 | |
| 3419 | temp |= FDI_BC_BIFURCATION_SELECT; |
| 3420 | DRM_DEBUG_KMS("enabling fdi C rx\n"); |
| 3421 | I915_WRITE(SOUTH_CHICKEN1, temp); |
| 3422 | POSTING_READ(SOUTH_CHICKEN1); |
| 3423 | } |
| 3424 | |
| 3425 | static void ivybridge_update_fdi_bc_bifurcation(struct intel_crtc *intel_crtc) |
| 3426 | { |
| 3427 | struct drm_device *dev = intel_crtc->base.dev; |
| 3428 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 3429 | |
| 3430 | switch (intel_crtc->pipe) { |
| 3431 | case PIPE_A: |
| 3432 | break; |
| 3433 | case PIPE_B: |
| 3434 | if (intel_crtc->config.fdi_lanes > 2) |
| 3435 | WARN_ON(I915_READ(SOUTH_CHICKEN1) & FDI_BC_BIFURCATION_SELECT); |
| 3436 | else |
| 3437 | cpt_enable_fdi_bc_bifurcation(dev); |
| 3438 | |
| 3439 | break; |
| 3440 | case PIPE_C: |
| 3441 | cpt_enable_fdi_bc_bifurcation(dev); |
| 3442 | |
| 3443 | break; |
| 3444 | default: |
| 3445 | BUG(); |
| 3446 | } |
| 3447 | } |
| 3448 | |
Jesse Barnes | f67a559 | 2011-01-05 10:31:48 -0800 | [diff] [blame] | 3449 | /* |
| 3450 | * Enable PCH resources required for PCH ports: |
| 3451 | * - PCH PLLs |
| 3452 | * - FDI training & RX/TX |
| 3453 | * - update transcoder timings |
| 3454 | * - DP transcoding bits |
| 3455 | * - transcoder |
| 3456 | */ |
| 3457 | static void ironlake_pch_enable(struct drm_crtc *crtc) |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 3458 | { |
| 3459 | struct drm_device *dev = crtc->dev; |
Zhenyu Wang | 2c07245 | 2009-06-05 15:38:42 +0800 | [diff] [blame] | 3460 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 3461 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 3462 | int pipe = intel_crtc->pipe; |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 3463 | u32 reg, temp; |
Jesse Barnes | 6be4a60 | 2010-09-10 10:26:01 -0700 | [diff] [blame] | 3464 | |
Daniel Vetter | ab9412b | 2013-05-03 11:49:46 +0200 | [diff] [blame] | 3465 | assert_pch_transcoder_disabled(dev_priv, pipe); |
Chris Wilson | e7e164d | 2012-05-11 09:21:25 +0100 | [diff] [blame] | 3466 | |
Daniel Vetter | 1fbc0d7 | 2013-10-29 12:04:08 +0100 | [diff] [blame] | 3467 | if (IS_IVYBRIDGE(dev)) |
| 3468 | ivybridge_update_fdi_bc_bifurcation(intel_crtc); |
| 3469 | |
Daniel Vetter | cd986ab | 2012-10-26 10:58:12 +0200 | [diff] [blame] | 3470 | /* Write the TU size bits before fdi link training, so that error |
| 3471 | * detection works. */ |
| 3472 | I915_WRITE(FDI_RX_TUSIZE1(pipe), |
| 3473 | I915_READ(PIPE_DATA_M1(pipe)) & TU_SIZE_MASK); |
| 3474 | |
Jesse Barnes | c98e9dc | 2010-09-10 10:57:18 -0700 | [diff] [blame] | 3475 | /* For PCH output, training FDI link */ |
Jesse Barnes | 674cf96 | 2011-04-28 14:27:04 -0700 | [diff] [blame] | 3476 | dev_priv->display.fdi_link_train(crtc); |
Jesse Barnes | 6be4a60 | 2010-09-10 10:26:01 -0700 | [diff] [blame] | 3477 | |
Daniel Vetter | 3ad8a20 | 2013-06-05 13:34:32 +0200 | [diff] [blame] | 3478 | /* We need to program the right clock selection before writing the pixel |
| 3479 | * mutliplier into the DPLL. */ |
Paulo Zanoni | 303b81e | 2012-10-31 18:12:23 -0200 | [diff] [blame] | 3480 | if (HAS_PCH_CPT(dev)) { |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 3481 | u32 sel; |
Jesse Barnes | 4b645f1 | 2011-10-12 09:51:31 -0700 | [diff] [blame] | 3482 | |
Jesse Barnes | c98e9dc | 2010-09-10 10:57:18 -0700 | [diff] [blame] | 3483 | temp = I915_READ(PCH_DPLL_SEL); |
Daniel Vetter | 1188739 | 2013-06-05 13:34:09 +0200 | [diff] [blame] | 3484 | temp |= TRANS_DPLL_ENABLE(pipe); |
| 3485 | sel = TRANS_DPLLB_SEL(pipe); |
Daniel Vetter | a43f6e0 | 2013-06-07 23:10:32 +0200 | [diff] [blame] | 3486 | if (intel_crtc->config.shared_dpll == DPLL_ID_PCH_PLL_B) |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 3487 | temp |= sel; |
| 3488 | else |
| 3489 | temp &= ~sel; |
Jesse Barnes | c98e9dc | 2010-09-10 10:57:18 -0700 | [diff] [blame] | 3490 | I915_WRITE(PCH_DPLL_SEL, temp); |
Jesse Barnes | c98e9dc | 2010-09-10 10:57:18 -0700 | [diff] [blame] | 3491 | } |
Jesse Barnes | c98e9dc | 2010-09-10 10:57:18 -0700 | [diff] [blame] | 3492 | |
Daniel Vetter | 3ad8a20 | 2013-06-05 13:34:32 +0200 | [diff] [blame] | 3493 | /* XXX: pch pll's can be enabled any time before we enable the PCH |
| 3494 | * transcoder, and we actually should do this to not upset any PCH |
| 3495 | * transcoder that already use the clock when we share it. |
| 3496 | * |
| 3497 | * Note that enable_shared_dpll tries to do the right thing, but |
| 3498 | * get_shared_dpll unconditionally resets the pll - we need that to have |
| 3499 | * the right LVDS enable sequence. */ |
| 3500 | ironlake_enable_shared_dpll(intel_crtc); |
| 3501 | |
Jesse Barnes | d9b6cb5 | 2011-01-04 15:09:35 -0800 | [diff] [blame] | 3502 | /* set transcoder timing, panel must allow it */ |
| 3503 | assert_panel_unlocked(dev_priv, pipe); |
Daniel Vetter | 275f01b2 | 2013-05-03 11:49:47 +0200 | [diff] [blame] | 3504 | ironlake_pch_transcoder_set_timings(intel_crtc, pipe); |
Jesse Barnes | c98e9dc | 2010-09-10 10:57:18 -0700 | [diff] [blame] | 3505 | |
Paulo Zanoni | 303b81e | 2012-10-31 18:12:23 -0200 | [diff] [blame] | 3506 | intel_fdi_normal_train(crtc); |
Zhenyu Wang | 5e84e1a | 2010-10-28 16:38:08 +0800 | [diff] [blame] | 3507 | |
Jesse Barnes | c98e9dc | 2010-09-10 10:57:18 -0700 | [diff] [blame] | 3508 | /* For PCH DP, enable TRANS_DP_CTL */ |
| 3509 | if (HAS_PCH_CPT(dev) && |
Keith Packard | 417e822 | 2011-11-01 19:54:11 -0700 | [diff] [blame] | 3510 | (intel_pipe_has_type(crtc, INTEL_OUTPUT_DISPLAYPORT) || |
| 3511 | intel_pipe_has_type(crtc, INTEL_OUTPUT_EDP))) { |
Daniel Vetter | dfd07d7 | 2012-12-17 11:21:38 +0100 | [diff] [blame] | 3512 | u32 bpc = (I915_READ(PIPECONF(pipe)) & PIPECONF_BPC_MASK) >> 5; |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 3513 | reg = TRANS_DP_CTL(pipe); |
| 3514 | temp = I915_READ(reg); |
| 3515 | temp &= ~(TRANS_DP_PORT_SEL_MASK | |
Eric Anholt | 220cad3 | 2010-11-18 09:32:58 +0800 | [diff] [blame] | 3516 | TRANS_DP_SYNC_MASK | |
| 3517 | TRANS_DP_BPC_MASK); |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 3518 | temp |= (TRANS_DP_OUTPUT_ENABLE | |
| 3519 | TRANS_DP_ENH_FRAMING); |
Jesse Barnes | 9325c9f | 2011-06-24 12:19:21 -0700 | [diff] [blame] | 3520 | temp |= bpc << 9; /* same format but at 11:9 */ |
Jesse Barnes | c98e9dc | 2010-09-10 10:57:18 -0700 | [diff] [blame] | 3521 | |
| 3522 | if (crtc->mode.flags & DRM_MODE_FLAG_PHSYNC) |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 3523 | temp |= TRANS_DP_HSYNC_ACTIVE_HIGH; |
Jesse Barnes | c98e9dc | 2010-09-10 10:57:18 -0700 | [diff] [blame] | 3524 | if (crtc->mode.flags & DRM_MODE_FLAG_PVSYNC) |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 3525 | temp |= TRANS_DP_VSYNC_ACTIVE_HIGH; |
Jesse Barnes | c98e9dc | 2010-09-10 10:57:18 -0700 | [diff] [blame] | 3526 | |
| 3527 | switch (intel_trans_dp_port_sel(crtc)) { |
| 3528 | case PCH_DP_B: |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 3529 | temp |= TRANS_DP_PORT_SEL_B; |
Jesse Barnes | c98e9dc | 2010-09-10 10:57:18 -0700 | [diff] [blame] | 3530 | break; |
| 3531 | case PCH_DP_C: |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 3532 | temp |= TRANS_DP_PORT_SEL_C; |
Jesse Barnes | c98e9dc | 2010-09-10 10:57:18 -0700 | [diff] [blame] | 3533 | break; |
| 3534 | case PCH_DP_D: |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 3535 | temp |= TRANS_DP_PORT_SEL_D; |
Jesse Barnes | c98e9dc | 2010-09-10 10:57:18 -0700 | [diff] [blame] | 3536 | break; |
| 3537 | default: |
Daniel Vetter | e95d41e | 2012-10-26 10:58:16 +0200 | [diff] [blame] | 3538 | BUG(); |
Jesse Barnes | c98e9dc | 2010-09-10 10:57:18 -0700 | [diff] [blame] | 3539 | } |
| 3540 | |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 3541 | I915_WRITE(reg, temp); |
Jesse Barnes | c98e9dc | 2010-09-10 10:57:18 -0700 | [diff] [blame] | 3542 | } |
| 3543 | |
Paulo Zanoni | b8a4f40 | 2012-10-31 18:12:42 -0200 | [diff] [blame] | 3544 | ironlake_enable_pch_transcoder(dev_priv, pipe); |
Jesse Barnes | f67a559 | 2011-01-05 10:31:48 -0800 | [diff] [blame] | 3545 | } |
| 3546 | |
Paulo Zanoni | 1507e5b | 2012-10-31 18:12:22 -0200 | [diff] [blame] | 3547 | static void lpt_pch_enable(struct drm_crtc *crtc) |
| 3548 | { |
| 3549 | struct drm_device *dev = crtc->dev; |
| 3550 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 3551 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
Daniel Vetter | 3b117c8 | 2013-04-17 20:15:07 +0200 | [diff] [blame] | 3552 | enum transcoder cpu_transcoder = intel_crtc->config.cpu_transcoder; |
Paulo Zanoni | 1507e5b | 2012-10-31 18:12:22 -0200 | [diff] [blame] | 3553 | |
Daniel Vetter | ab9412b | 2013-05-03 11:49:46 +0200 | [diff] [blame] | 3554 | assert_pch_transcoder_disabled(dev_priv, TRANSCODER_A); |
Paulo Zanoni | 1507e5b | 2012-10-31 18:12:22 -0200 | [diff] [blame] | 3555 | |
Paulo Zanoni | 8c52b5e | 2012-10-31 18:12:24 -0200 | [diff] [blame] | 3556 | lpt_program_iclkip(crtc); |
Paulo Zanoni | 1507e5b | 2012-10-31 18:12:22 -0200 | [diff] [blame] | 3557 | |
Paulo Zanoni | 0540e48 | 2012-10-31 18:12:40 -0200 | [diff] [blame] | 3558 | /* Set transcoder timing. */ |
Daniel Vetter | 275f01b2 | 2013-05-03 11:49:47 +0200 | [diff] [blame] | 3559 | ironlake_pch_transcoder_set_timings(intel_crtc, PIPE_A); |
Paulo Zanoni | 1507e5b | 2012-10-31 18:12:22 -0200 | [diff] [blame] | 3560 | |
Paulo Zanoni | 937bb61 | 2012-10-31 18:12:47 -0200 | [diff] [blame] | 3561 | lpt_enable_pch_transcoder(dev_priv, cpu_transcoder); |
Jesse Barnes | f67a559 | 2011-01-05 10:31:48 -0800 | [diff] [blame] | 3562 | } |
| 3563 | |
Daniel Vetter | e2b7826 | 2013-06-07 23:10:03 +0200 | [diff] [blame] | 3564 | static void intel_put_shared_dpll(struct intel_crtc *crtc) |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 3565 | { |
Daniel Vetter | e2b7826 | 2013-06-07 23:10:03 +0200 | [diff] [blame] | 3566 | struct intel_shared_dpll *pll = intel_crtc_to_shared_dpll(crtc); |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 3567 | |
| 3568 | if (pll == NULL) |
| 3569 | return; |
| 3570 | |
| 3571 | if (pll->refcount == 0) { |
Daniel Vetter | 46edb02 | 2013-06-05 13:34:12 +0200 | [diff] [blame] | 3572 | WARN(1, "bad %s refcount\n", pll->name); |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 3573 | return; |
| 3574 | } |
| 3575 | |
Daniel Vetter | f4a091c | 2013-06-10 17:28:22 +0200 | [diff] [blame] | 3576 | if (--pll->refcount == 0) { |
| 3577 | WARN_ON(pll->on); |
| 3578 | WARN_ON(pll->active); |
| 3579 | } |
| 3580 | |
Daniel Vetter | a43f6e0 | 2013-06-07 23:10:32 +0200 | [diff] [blame] | 3581 | crtc->config.shared_dpll = DPLL_ID_PRIVATE; |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 3582 | } |
| 3583 | |
Daniel Vetter | b89a1d3 | 2013-06-05 13:34:24 +0200 | [diff] [blame] | 3584 | 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] | 3585 | { |
Daniel Vetter | e2b7826 | 2013-06-07 23:10:03 +0200 | [diff] [blame] | 3586 | struct drm_i915_private *dev_priv = crtc->base.dev->dev_private; |
| 3587 | struct intel_shared_dpll *pll = intel_crtc_to_shared_dpll(crtc); |
| 3588 | enum intel_dpll_id i; |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 3589 | |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 3590 | if (pll) { |
Daniel Vetter | 46edb02 | 2013-06-05 13:34:12 +0200 | [diff] [blame] | 3591 | DRM_DEBUG_KMS("CRTC:%d dropping existing %s\n", |
| 3592 | crtc->base.base.id, pll->name); |
Daniel Vetter | e2b7826 | 2013-06-07 23:10:03 +0200 | [diff] [blame] | 3593 | intel_put_shared_dpll(crtc); |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 3594 | } |
| 3595 | |
Daniel Vetter | 98b6bd9 | 2012-05-20 20:00:25 +0200 | [diff] [blame] | 3596 | if (HAS_PCH_IBX(dev_priv->dev)) { |
| 3597 | /* Ironlake PCH has a fixed PLL->PCH pipe mapping. */ |
Daniel Vetter | d94ab06 | 2013-07-04 12:01:16 +0200 | [diff] [blame] | 3598 | i = (enum intel_dpll_id) crtc->pipe; |
Daniel Vetter | e72f9fb | 2013-06-05 13:34:06 +0200 | [diff] [blame] | 3599 | pll = &dev_priv->shared_dplls[i]; |
Daniel Vetter | 98b6bd9 | 2012-05-20 20:00:25 +0200 | [diff] [blame] | 3600 | |
Daniel Vetter | 46edb02 | 2013-06-05 13:34:12 +0200 | [diff] [blame] | 3601 | DRM_DEBUG_KMS("CRTC:%d using pre-allocated %s\n", |
| 3602 | crtc->base.base.id, pll->name); |
Daniel Vetter | 98b6bd9 | 2012-05-20 20:00:25 +0200 | [diff] [blame] | 3603 | |
| 3604 | goto found; |
| 3605 | } |
| 3606 | |
Daniel Vetter | e72f9fb | 2013-06-05 13:34:06 +0200 | [diff] [blame] | 3607 | for (i = 0; i < dev_priv->num_shared_dpll; i++) { |
| 3608 | pll = &dev_priv->shared_dplls[i]; |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 3609 | |
| 3610 | /* Only want to check enabled timings first */ |
| 3611 | if (pll->refcount == 0) |
| 3612 | continue; |
| 3613 | |
Daniel Vetter | b89a1d3 | 2013-06-05 13:34:24 +0200 | [diff] [blame] | 3614 | if (memcmp(&crtc->config.dpll_hw_state, &pll->hw_state, |
| 3615 | sizeof(pll->hw_state)) == 0) { |
Daniel Vetter | 46edb02 | 2013-06-05 13:34:12 +0200 | [diff] [blame] | 3616 | 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] | 3617 | crtc->base.base.id, |
Daniel Vetter | 46edb02 | 2013-06-05 13:34:12 +0200 | [diff] [blame] | 3618 | pll->name, pll->refcount, pll->active); |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 3619 | |
| 3620 | goto found; |
| 3621 | } |
| 3622 | } |
| 3623 | |
| 3624 | /* Ok no matching timings, maybe there's a free one? */ |
Daniel Vetter | e72f9fb | 2013-06-05 13:34:06 +0200 | [diff] [blame] | 3625 | for (i = 0; i < dev_priv->num_shared_dpll; i++) { |
| 3626 | pll = &dev_priv->shared_dplls[i]; |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 3627 | if (pll->refcount == 0) { |
Daniel Vetter | 46edb02 | 2013-06-05 13:34:12 +0200 | [diff] [blame] | 3628 | DRM_DEBUG_KMS("CRTC:%d allocated %s\n", |
| 3629 | crtc->base.base.id, pll->name); |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 3630 | goto found; |
| 3631 | } |
| 3632 | } |
| 3633 | |
| 3634 | return NULL; |
| 3635 | |
| 3636 | found: |
Daniel Vetter | a43f6e0 | 2013-06-07 23:10:32 +0200 | [diff] [blame] | 3637 | crtc->config.shared_dpll = i; |
Daniel Vetter | 46edb02 | 2013-06-05 13:34:12 +0200 | [diff] [blame] | 3638 | DRM_DEBUG_DRIVER("using %s for pipe %c\n", pll->name, |
| 3639 | pipe_name(crtc->pipe)); |
Daniel Vetter | 66e985c | 2013-06-05 13:34:20 +0200 | [diff] [blame] | 3640 | |
Daniel Vetter | cdbd231 | 2013-06-05 13:34:03 +0200 | [diff] [blame] | 3641 | if (pll->active == 0) { |
Daniel Vetter | 66e985c | 2013-06-05 13:34:20 +0200 | [diff] [blame] | 3642 | memcpy(&pll->hw_state, &crtc->config.dpll_hw_state, |
| 3643 | sizeof(pll->hw_state)); |
| 3644 | |
Daniel Vetter | 46edb02 | 2013-06-05 13:34:12 +0200 | [diff] [blame] | 3645 | DRM_DEBUG_DRIVER("setting up %s\n", pll->name); |
Daniel Vetter | cdbd231 | 2013-06-05 13:34:03 +0200 | [diff] [blame] | 3646 | WARN_ON(pll->on); |
Daniel Vetter | e9d6944 | 2013-06-05 13:34:15 +0200 | [diff] [blame] | 3647 | assert_shared_dpll_disabled(dev_priv, pll); |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 3648 | |
Daniel Vetter | 15bdd4c | 2013-06-05 13:34:23 +0200 | [diff] [blame] | 3649 | pll->mode_set(dev_priv, pll); |
Daniel Vetter | cdbd231 | 2013-06-05 13:34:03 +0200 | [diff] [blame] | 3650 | } |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 3651 | pll->refcount++; |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 3652 | |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 3653 | return pll; |
| 3654 | } |
| 3655 | |
Daniel Vetter | a152031 | 2013-05-03 11:49:50 +0200 | [diff] [blame] | 3656 | static void cpt_verify_modeset(struct drm_device *dev, int pipe) |
Jesse Barnes | d4270e5 | 2011-10-11 10:43:02 -0700 | [diff] [blame] | 3657 | { |
| 3658 | struct drm_i915_private *dev_priv = dev->dev_private; |
Daniel Vetter | 23670b32 | 2012-11-01 09:15:30 +0100 | [diff] [blame] | 3659 | int dslreg = PIPEDSL(pipe); |
Jesse Barnes | d4270e5 | 2011-10-11 10:43:02 -0700 | [diff] [blame] | 3660 | u32 temp; |
| 3661 | |
| 3662 | temp = I915_READ(dslreg); |
| 3663 | udelay(500); |
| 3664 | if (wait_for(I915_READ(dslreg) != temp, 5)) { |
Jesse Barnes | d4270e5 | 2011-10-11 10:43:02 -0700 | [diff] [blame] | 3665 | if (wait_for(I915_READ(dslreg) != temp, 5)) |
Ville Syrjälä | 84f44ce | 2013-04-17 17:48:49 +0300 | [diff] [blame] | 3666 | DRM_ERROR("mode set failed: pipe %c stuck\n", pipe_name(pipe)); |
Jesse Barnes | d4270e5 | 2011-10-11 10:43:02 -0700 | [diff] [blame] | 3667 | } |
| 3668 | } |
| 3669 | |
Jesse Barnes | b074cec | 2013-04-25 12:55:02 -0700 | [diff] [blame] | 3670 | static void ironlake_pfit_enable(struct intel_crtc *crtc) |
| 3671 | { |
| 3672 | struct drm_device *dev = crtc->base.dev; |
| 3673 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 3674 | int pipe = crtc->pipe; |
| 3675 | |
Chris Wilson | fd4daa9 | 2013-08-27 17:04:17 +0100 | [diff] [blame] | 3676 | if (crtc->config.pch_pfit.enabled) { |
Jesse Barnes | b074cec | 2013-04-25 12:55:02 -0700 | [diff] [blame] | 3677 | /* Force use of hard-coded filter coefficients |
| 3678 | * as some pre-programmed values are broken, |
| 3679 | * e.g. x201. |
| 3680 | */ |
| 3681 | if (IS_IVYBRIDGE(dev) || IS_HASWELL(dev)) |
| 3682 | I915_WRITE(PF_CTL(pipe), PF_ENABLE | PF_FILTER_MED_3x3 | |
| 3683 | PF_PIPE_SEL_IVB(pipe)); |
| 3684 | else |
| 3685 | I915_WRITE(PF_CTL(pipe), PF_ENABLE | PF_FILTER_MED_3x3); |
| 3686 | I915_WRITE(PF_WIN_POS(pipe), crtc->config.pch_pfit.pos); |
| 3687 | I915_WRITE(PF_WIN_SZ(pipe), crtc->config.pch_pfit.size); |
Jesse Barnes | 040484a | 2011-01-03 12:14:26 -0800 | [diff] [blame] | 3688 | } |
Jesse Barnes | f67a559 | 2011-01-05 10:31:48 -0800 | [diff] [blame] | 3689 | } |
| 3690 | |
Ville Syrjälä | bb53d4a | 2013-06-04 13:49:04 +0300 | [diff] [blame] | 3691 | static void intel_enable_planes(struct drm_crtc *crtc) |
| 3692 | { |
| 3693 | struct drm_device *dev = crtc->dev; |
| 3694 | enum pipe pipe = to_intel_crtc(crtc)->pipe; |
Matt Roper | af2b653 | 2014-04-01 15:22:32 -0700 | [diff] [blame] | 3695 | struct drm_plane *plane; |
Ville Syrjälä | bb53d4a | 2013-06-04 13:49:04 +0300 | [diff] [blame] | 3696 | struct intel_plane *intel_plane; |
| 3697 | |
Matt Roper | af2b653 | 2014-04-01 15:22:32 -0700 | [diff] [blame] | 3698 | drm_for_each_legacy_plane(plane, &dev->mode_config.plane_list) { |
| 3699 | intel_plane = to_intel_plane(plane); |
Ville Syrjälä | bb53d4a | 2013-06-04 13:49:04 +0300 | [diff] [blame] | 3700 | if (intel_plane->pipe == pipe) |
| 3701 | intel_plane_restore(&intel_plane->base); |
Matt Roper | af2b653 | 2014-04-01 15:22:32 -0700 | [diff] [blame] | 3702 | } |
Ville Syrjälä | bb53d4a | 2013-06-04 13:49:04 +0300 | [diff] [blame] | 3703 | } |
| 3704 | |
| 3705 | static void intel_disable_planes(struct drm_crtc *crtc) |
| 3706 | { |
| 3707 | struct drm_device *dev = crtc->dev; |
| 3708 | enum pipe pipe = to_intel_crtc(crtc)->pipe; |
Matt Roper | af2b653 | 2014-04-01 15:22:32 -0700 | [diff] [blame] | 3709 | struct drm_plane *plane; |
Ville Syrjälä | bb53d4a | 2013-06-04 13:49:04 +0300 | [diff] [blame] | 3710 | struct intel_plane *intel_plane; |
| 3711 | |
Matt Roper | af2b653 | 2014-04-01 15:22:32 -0700 | [diff] [blame] | 3712 | drm_for_each_legacy_plane(plane, &dev->mode_config.plane_list) { |
| 3713 | intel_plane = to_intel_plane(plane); |
Ville Syrjälä | bb53d4a | 2013-06-04 13:49:04 +0300 | [diff] [blame] | 3714 | if (intel_plane->pipe == pipe) |
| 3715 | intel_plane_disable(&intel_plane->base); |
Matt Roper | af2b653 | 2014-04-01 15:22:32 -0700 | [diff] [blame] | 3716 | } |
Ville Syrjälä | bb53d4a | 2013-06-04 13:49:04 +0300 | [diff] [blame] | 3717 | } |
| 3718 | |
Ville Syrjälä | 20bc8673 | 2013-10-01 18:02:17 +0300 | [diff] [blame] | 3719 | void hsw_enable_ips(struct intel_crtc *crtc) |
Paulo Zanoni | d77e453 | 2013-09-24 13:52:55 -0300 | [diff] [blame] | 3720 | { |
| 3721 | struct drm_i915_private *dev_priv = crtc->base.dev->dev_private; |
| 3722 | |
| 3723 | if (!crtc->config.ips_enabled) |
| 3724 | return; |
| 3725 | |
| 3726 | /* We can only enable IPS after we enable a plane and wait for a vblank. |
| 3727 | * We guarantee that the plane is enabled by calling intel_enable_ips |
| 3728 | * only after intel_enable_plane. And intel_enable_plane already waits |
| 3729 | * for a vblank, so all we need to do here is to enable the IPS bit. */ |
| 3730 | assert_plane_enabled(dev_priv, crtc->plane); |
Ben Widawsky | 2a114cc | 2013-11-02 21:07:47 -0700 | [diff] [blame] | 3731 | if (IS_BROADWELL(crtc->base.dev)) { |
| 3732 | mutex_lock(&dev_priv->rps.hw_lock); |
| 3733 | WARN_ON(sandybridge_pcode_write(dev_priv, DISPLAY_IPS_CONTROL, 0xc0000000)); |
| 3734 | mutex_unlock(&dev_priv->rps.hw_lock); |
| 3735 | /* Quoting Art Runyan: "its not safe to expect any particular |
| 3736 | * value in IPS_CTL bit 31 after enabling IPS through the |
Jesse Barnes | e59150d | 2014-01-07 13:30:45 -0800 | [diff] [blame] | 3737 | * mailbox." Moreover, the mailbox may return a bogus state, |
| 3738 | * so we need to just enable it and continue on. |
Ben Widawsky | 2a114cc | 2013-11-02 21:07:47 -0700 | [diff] [blame] | 3739 | */ |
| 3740 | } else { |
| 3741 | I915_WRITE(IPS_CTL, IPS_ENABLE); |
| 3742 | /* The bit only becomes 1 in the next vblank, so this wait here |
| 3743 | * is essentially intel_wait_for_vblank. If we don't have this |
| 3744 | * and don't wait for vblanks until the end of crtc_enable, then |
| 3745 | * the HW state readout code will complain that the expected |
| 3746 | * IPS_CTL value is not the one we read. */ |
| 3747 | if (wait_for(I915_READ_NOTRACE(IPS_CTL) & IPS_ENABLE, 50)) |
| 3748 | DRM_ERROR("Timed out waiting for IPS enable\n"); |
| 3749 | } |
Paulo Zanoni | d77e453 | 2013-09-24 13:52:55 -0300 | [diff] [blame] | 3750 | } |
| 3751 | |
Ville Syrjälä | 20bc8673 | 2013-10-01 18:02:17 +0300 | [diff] [blame] | 3752 | void hsw_disable_ips(struct intel_crtc *crtc) |
Paulo Zanoni | d77e453 | 2013-09-24 13:52:55 -0300 | [diff] [blame] | 3753 | { |
| 3754 | struct drm_device *dev = crtc->base.dev; |
| 3755 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 3756 | |
| 3757 | if (!crtc->config.ips_enabled) |
| 3758 | return; |
| 3759 | |
| 3760 | assert_plane_enabled(dev_priv, crtc->plane); |
Ben Widawsky | 23d0b13 | 2014-04-10 14:32:41 -0700 | [diff] [blame] | 3761 | if (IS_BROADWELL(dev)) { |
Ben Widawsky | 2a114cc | 2013-11-02 21:07:47 -0700 | [diff] [blame] | 3762 | mutex_lock(&dev_priv->rps.hw_lock); |
| 3763 | WARN_ON(sandybridge_pcode_write(dev_priv, DISPLAY_IPS_CONTROL, 0)); |
| 3764 | mutex_unlock(&dev_priv->rps.hw_lock); |
Ben Widawsky | 23d0b13 | 2014-04-10 14:32:41 -0700 | [diff] [blame] | 3765 | /* wait for pcode to finish disabling IPS, which may take up to 42ms */ |
| 3766 | if (wait_for((I915_READ(IPS_CTL) & IPS_ENABLE) == 0, 42)) |
| 3767 | DRM_ERROR("Timed out waiting for IPS disable\n"); |
Jesse Barnes | e59150d | 2014-01-07 13:30:45 -0800 | [diff] [blame] | 3768 | } else { |
Ben Widawsky | 2a114cc | 2013-11-02 21:07:47 -0700 | [diff] [blame] | 3769 | I915_WRITE(IPS_CTL, 0); |
Jesse Barnes | e59150d | 2014-01-07 13:30:45 -0800 | [diff] [blame] | 3770 | POSTING_READ(IPS_CTL); |
| 3771 | } |
Paulo Zanoni | d77e453 | 2013-09-24 13:52:55 -0300 | [diff] [blame] | 3772 | |
| 3773 | /* We need to wait for a vblank before we can disable the plane. */ |
| 3774 | intel_wait_for_vblank(dev, crtc->pipe); |
| 3775 | } |
| 3776 | |
| 3777 | /** Loads the palette/gamma unit for the CRTC with the prepared values */ |
| 3778 | static void intel_crtc_load_lut(struct drm_crtc *crtc) |
| 3779 | { |
| 3780 | struct drm_device *dev = crtc->dev; |
| 3781 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 3782 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 3783 | enum pipe pipe = intel_crtc->pipe; |
| 3784 | int palreg = PALETTE(pipe); |
| 3785 | int i; |
| 3786 | bool reenable_ips = false; |
| 3787 | |
| 3788 | /* The clocks have to be on to load the palette. */ |
| 3789 | if (!crtc->enabled || !intel_crtc->active) |
| 3790 | return; |
| 3791 | |
| 3792 | if (!HAS_PCH_SPLIT(dev_priv->dev)) { |
| 3793 | if (intel_pipe_has_type(crtc, INTEL_OUTPUT_DSI)) |
| 3794 | assert_dsi_pll_enabled(dev_priv); |
| 3795 | else |
| 3796 | assert_pll_enabled(dev_priv, pipe); |
| 3797 | } |
| 3798 | |
| 3799 | /* use legacy palette for Ironlake */ |
| 3800 | if (HAS_PCH_SPLIT(dev)) |
| 3801 | palreg = LGC_PALETTE(pipe); |
| 3802 | |
| 3803 | /* Workaround : Do not read or write the pipe palette/gamma data while |
| 3804 | * GAMMA_MODE is configured for split gamma and IPS_CTL has IPS enabled. |
| 3805 | */ |
Paulo Zanoni | 41e6fc4 | 2014-01-08 17:26:31 -0200 | [diff] [blame] | 3806 | if (IS_HASWELL(dev) && intel_crtc->config.ips_enabled && |
Paulo Zanoni | d77e453 | 2013-09-24 13:52:55 -0300 | [diff] [blame] | 3807 | ((I915_READ(GAMMA_MODE(pipe)) & GAMMA_MODE_MODE_MASK) == |
| 3808 | GAMMA_MODE_MODE_SPLIT)) { |
| 3809 | hsw_disable_ips(intel_crtc); |
| 3810 | reenable_ips = true; |
| 3811 | } |
| 3812 | |
| 3813 | for (i = 0; i < 256; i++) { |
| 3814 | I915_WRITE(palreg + 4 * i, |
| 3815 | (intel_crtc->lut_r[i] << 16) | |
| 3816 | (intel_crtc->lut_g[i] << 8) | |
| 3817 | intel_crtc->lut_b[i]); |
| 3818 | } |
| 3819 | |
| 3820 | if (reenable_ips) |
| 3821 | hsw_enable_ips(intel_crtc); |
| 3822 | } |
| 3823 | |
Ville Syrjälä | d3eedb1 | 2014-05-08 19:23:13 +0300 | [diff] [blame] | 3824 | static void intel_crtc_dpms_overlay(struct intel_crtc *intel_crtc, bool enable) |
| 3825 | { |
| 3826 | if (!enable && intel_crtc->overlay) { |
| 3827 | struct drm_device *dev = intel_crtc->base.dev; |
| 3828 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 3829 | |
| 3830 | mutex_lock(&dev->struct_mutex); |
| 3831 | dev_priv->mm.interruptible = false; |
| 3832 | (void) intel_overlay_switch_off(intel_crtc->overlay); |
| 3833 | dev_priv->mm.interruptible = true; |
| 3834 | mutex_unlock(&dev->struct_mutex); |
| 3835 | } |
| 3836 | |
| 3837 | /* Let userspace switch the overlay on again. In most cases userspace |
| 3838 | * has to recompute where to put it anyway. |
| 3839 | */ |
| 3840 | } |
| 3841 | |
| 3842 | /** |
| 3843 | * i9xx_fixup_plane - ugly workaround for G45 to fire up the hardware |
| 3844 | * cursor plane briefly if not already running after enabling the display |
| 3845 | * plane. |
| 3846 | * This workaround avoids occasional blank screens when self refresh is |
| 3847 | * enabled. |
| 3848 | */ |
| 3849 | static void |
| 3850 | g4x_fixup_plane(struct drm_i915_private *dev_priv, enum pipe pipe) |
| 3851 | { |
| 3852 | u32 cntl = I915_READ(CURCNTR(pipe)); |
| 3853 | |
| 3854 | if ((cntl & CURSOR_MODE) == 0) { |
| 3855 | u32 fw_bcl_self = I915_READ(FW_BLC_SELF); |
| 3856 | |
| 3857 | I915_WRITE(FW_BLC_SELF, fw_bcl_self & ~FW_BLC_SELF_EN); |
| 3858 | I915_WRITE(CURCNTR(pipe), CURSOR_MODE_64_ARGB_AX); |
| 3859 | intel_wait_for_vblank(dev_priv->dev, pipe); |
| 3860 | I915_WRITE(CURCNTR(pipe), cntl); |
| 3861 | I915_WRITE(CURBASE(pipe), I915_READ(CURBASE(pipe))); |
| 3862 | I915_WRITE(FW_BLC_SELF, fw_bcl_self); |
| 3863 | } |
| 3864 | } |
| 3865 | |
| 3866 | static void intel_crtc_enable_planes(struct drm_crtc *crtc) |
Ville Syrjälä | a5c4d7b | 2014-03-07 18:32:13 +0200 | [diff] [blame] | 3867 | { |
| 3868 | struct drm_device *dev = crtc->dev; |
| 3869 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 3870 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 3871 | int pipe = intel_crtc->pipe; |
| 3872 | int plane = intel_crtc->plane; |
| 3873 | |
| 3874 | intel_enable_primary_hw_plane(dev_priv, plane, pipe); |
| 3875 | intel_enable_planes(crtc); |
Ville Syrjälä | d3eedb1 | 2014-05-08 19:23:13 +0300 | [diff] [blame] | 3876 | /* The fixup needs to happen before cursor is enabled */ |
| 3877 | if (IS_G4X(dev)) |
| 3878 | g4x_fixup_plane(dev_priv, pipe); |
Ville Syrjälä | a5c4d7b | 2014-03-07 18:32:13 +0200 | [diff] [blame] | 3879 | intel_crtc_update_cursor(crtc, true); |
Ville Syrjälä | d3eedb1 | 2014-05-08 19:23:13 +0300 | [diff] [blame] | 3880 | intel_crtc_dpms_overlay(intel_crtc, true); |
Ville Syrjälä | a5c4d7b | 2014-03-07 18:32:13 +0200 | [diff] [blame] | 3881 | |
| 3882 | hsw_enable_ips(intel_crtc); |
| 3883 | |
| 3884 | mutex_lock(&dev->struct_mutex); |
| 3885 | intel_update_fbc(dev); |
Daniel Vetter | 71b1c37 | 2014-04-24 23:55:03 +0200 | [diff] [blame] | 3886 | intel_edp_psr_update(dev); |
Ville Syrjälä | a5c4d7b | 2014-03-07 18:32:13 +0200 | [diff] [blame] | 3887 | mutex_unlock(&dev->struct_mutex); |
| 3888 | } |
| 3889 | |
Ville Syrjälä | d3eedb1 | 2014-05-08 19:23:13 +0300 | [diff] [blame] | 3890 | static void intel_crtc_disable_planes(struct drm_crtc *crtc) |
Ville Syrjälä | a5c4d7b | 2014-03-07 18:32:13 +0200 | [diff] [blame] | 3891 | { |
| 3892 | struct drm_device *dev = crtc->dev; |
| 3893 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 3894 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 3895 | int pipe = intel_crtc->pipe; |
| 3896 | int plane = intel_crtc->plane; |
| 3897 | |
| 3898 | intel_crtc_wait_for_pending_flips(crtc); |
| 3899 | drm_vblank_off(dev, pipe); |
| 3900 | |
| 3901 | if (dev_priv->fbc.plane == plane) |
| 3902 | intel_disable_fbc(dev); |
| 3903 | |
| 3904 | hsw_disable_ips(intel_crtc); |
| 3905 | |
Ville Syrjälä | d3eedb1 | 2014-05-08 19:23:13 +0300 | [diff] [blame] | 3906 | intel_crtc_dpms_overlay(intel_crtc, false); |
Ville Syrjälä | a5c4d7b | 2014-03-07 18:32:13 +0200 | [diff] [blame] | 3907 | intel_crtc_update_cursor(crtc, false); |
| 3908 | intel_disable_planes(crtc); |
| 3909 | intel_disable_primary_hw_plane(dev_priv, plane, pipe); |
| 3910 | } |
| 3911 | |
Jesse Barnes | f67a559 | 2011-01-05 10:31:48 -0800 | [diff] [blame] | 3912 | static void ironlake_crtc_enable(struct drm_crtc *crtc) |
| 3913 | { |
| 3914 | struct drm_device *dev = crtc->dev; |
| 3915 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 3916 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
Daniel Vetter | ef9c3ae | 2012-06-29 22:40:09 +0200 | [diff] [blame] | 3917 | struct intel_encoder *encoder; |
Jesse Barnes | f67a559 | 2011-01-05 10:31:48 -0800 | [diff] [blame] | 3918 | int pipe = intel_crtc->pipe; |
Daniel Vetter | 29407aa | 2014-04-24 23:55:08 +0200 | [diff] [blame] | 3919 | enum plane plane = intel_crtc->plane; |
Jesse Barnes | f67a559 | 2011-01-05 10:31:48 -0800 | [diff] [blame] | 3920 | |
Daniel Vetter | 08a4846 | 2012-07-02 11:43:47 +0200 | [diff] [blame] | 3921 | WARN_ON(!crtc->enabled); |
| 3922 | |
Jesse Barnes | f67a559 | 2011-01-05 10:31:48 -0800 | [diff] [blame] | 3923 | if (intel_crtc->active) |
| 3924 | return; |
| 3925 | |
Daniel Vetter | 29407aa | 2014-04-24 23:55:08 +0200 | [diff] [blame] | 3926 | if (intel_crtc->config.has_dp_encoder) |
| 3927 | intel_dp_set_m_n(intel_crtc); |
| 3928 | |
| 3929 | intel_set_pipe_timings(intel_crtc); |
| 3930 | |
| 3931 | if (intel_crtc->config.has_pch_encoder) { |
| 3932 | intel_cpu_transcoder_set_m_n(intel_crtc, |
| 3933 | &intel_crtc->config.fdi_m_n); |
| 3934 | } |
| 3935 | |
| 3936 | ironlake_set_pipeconf(crtc); |
| 3937 | |
| 3938 | /* Set up the display plane register */ |
| 3939 | I915_WRITE(DSPCNTR(plane), DISPPLANE_GAMMA_ENABLE); |
| 3940 | POSTING_READ(DSPCNTR(plane)); |
| 3941 | |
| 3942 | dev_priv->display.update_primary_plane(crtc, crtc->primary->fb, |
| 3943 | crtc->x, crtc->y); |
| 3944 | |
Jesse Barnes | f67a559 | 2011-01-05 10:31:48 -0800 | [diff] [blame] | 3945 | intel_crtc->active = true; |
Paulo Zanoni | 8664281 | 2013-04-12 17:57:57 -0300 | [diff] [blame] | 3946 | |
| 3947 | intel_set_cpu_fifo_underrun_reporting(dev, pipe, true); |
| 3948 | intel_set_pch_fifo_underrun_reporting(dev, pipe, true); |
| 3949 | |
Daniel Vetter | f6736a1 | 2013-06-05 13:34:30 +0200 | [diff] [blame] | 3950 | for_each_encoder_on_crtc(dev, crtc, encoder) |
Daniel Vetter | 952735e | 2013-06-05 13:34:27 +0200 | [diff] [blame] | 3951 | if (encoder->pre_enable) |
| 3952 | encoder->pre_enable(encoder); |
Jesse Barnes | f67a559 | 2011-01-05 10:31:48 -0800 | [diff] [blame] | 3953 | |
Daniel Vetter | 5bfe2ac | 2013-03-27 00:44:55 +0100 | [diff] [blame] | 3954 | if (intel_crtc->config.has_pch_encoder) { |
Daniel Vetter | fff367c | 2012-10-27 15:50:28 +0200 | [diff] [blame] | 3955 | /* Note: FDI PLL enabling _must_ be done before we enable the |
| 3956 | * cpu pipes, hence this is separate from all the other fdi/pch |
| 3957 | * enabling. */ |
Daniel Vetter | 88cefb6 | 2012-08-12 19:27:14 +0200 | [diff] [blame] | 3958 | ironlake_fdi_pll_enable(intel_crtc); |
Daniel Vetter | 46b6f81 | 2012-09-06 22:08:33 +0200 | [diff] [blame] | 3959 | } else { |
| 3960 | assert_fdi_tx_disabled(dev_priv, pipe); |
| 3961 | assert_fdi_rx_disabled(dev_priv, pipe); |
| 3962 | } |
Jesse Barnes | f67a559 | 2011-01-05 10:31:48 -0800 | [diff] [blame] | 3963 | |
Jesse Barnes | b074cec | 2013-04-25 12:55:02 -0700 | [diff] [blame] | 3964 | ironlake_pfit_enable(intel_crtc); |
Jesse Barnes | f67a559 | 2011-01-05 10:31:48 -0800 | [diff] [blame] | 3965 | |
Jesse Barnes | 9c54c0d | 2011-06-15 23:32:33 +0200 | [diff] [blame] | 3966 | /* |
| 3967 | * On ILK+ LUT must be loaded before the pipe is running but with |
| 3968 | * clocks enabled |
| 3969 | */ |
| 3970 | intel_crtc_load_lut(crtc); |
| 3971 | |
Ville Syrjälä | f37fcc2 | 2013-09-10 11:39:55 +0300 | [diff] [blame] | 3972 | intel_update_watermarks(crtc); |
Paulo Zanoni | e1fdc47 | 2014-01-17 13:51:12 -0200 | [diff] [blame] | 3973 | intel_enable_pipe(intel_crtc); |
Jesse Barnes | f67a559 | 2011-01-05 10:31:48 -0800 | [diff] [blame] | 3974 | |
Daniel Vetter | 5bfe2ac | 2013-03-27 00:44:55 +0100 | [diff] [blame] | 3975 | if (intel_crtc->config.has_pch_encoder) |
Jesse Barnes | f67a559 | 2011-01-05 10:31:48 -0800 | [diff] [blame] | 3976 | ironlake_pch_enable(crtc); |
Jesse Barnes | 6be4a60 | 2010-09-10 10:26:01 -0700 | [diff] [blame] | 3977 | |
Daniel Vetter | fa5c73b | 2012-07-01 23:24:36 +0200 | [diff] [blame] | 3978 | for_each_encoder_on_crtc(dev, crtc, encoder) |
| 3979 | encoder->enable(encoder); |
Daniel Vetter | 61b77dd | 2012-07-02 00:16:19 +0200 | [diff] [blame] | 3980 | |
| 3981 | if (HAS_PCH_CPT(dev)) |
Daniel Vetter | a152031 | 2013-05-03 11:49:50 +0200 | [diff] [blame] | 3982 | cpt_verify_modeset(dev, intel_crtc->pipe); |
Daniel Vetter | 6ce9410 | 2012-10-04 19:20:03 +0200 | [diff] [blame] | 3983 | |
Ville Syrjälä | d3eedb1 | 2014-05-08 19:23:13 +0300 | [diff] [blame] | 3984 | intel_crtc_enable_planes(crtc); |
Ville Syrjälä | a5c4d7b | 2014-03-07 18:32:13 +0200 | [diff] [blame] | 3985 | |
Daniel Vetter | 6ce9410 | 2012-10-04 19:20:03 +0200 | [diff] [blame] | 3986 | /* |
| 3987 | * There seems to be a race in PCH platform hw (at least on some |
| 3988 | * outputs) where an enabled pipe still completes any pageflip right |
| 3989 | * away (as if the pipe is off) instead of waiting for vblank. As soon |
| 3990 | * as the first vblank happend, everything works as expected. Hence just |
| 3991 | * wait for one vblank before returning to avoid strange things |
| 3992 | * happening. |
| 3993 | */ |
| 3994 | intel_wait_for_vblank(dev, intel_crtc->pipe); |
Jesse Barnes | 6be4a60 | 2010-09-10 10:26:01 -0700 | [diff] [blame] | 3995 | } |
| 3996 | |
Paulo Zanoni | 42db64e | 2013-05-31 16:33:22 -0300 | [diff] [blame] | 3997 | /* IPS only exists on ULT machines and is tied to pipe A. */ |
| 3998 | static bool hsw_crtc_supports_ips(struct intel_crtc *crtc) |
| 3999 | { |
Damien Lespiau | f5adf94 | 2013-06-24 18:29:34 +0100 | [diff] [blame] | 4000 | return HAS_IPS(crtc->base.dev) && crtc->pipe == PIPE_A; |
Paulo Zanoni | 42db64e | 2013-05-31 16:33:22 -0300 | [diff] [blame] | 4001 | } |
| 4002 | |
Paulo Zanoni | e491694 | 2013-09-20 16:21:19 -0300 | [diff] [blame] | 4003 | /* |
| 4004 | * This implements the workaround described in the "notes" section of the mode |
| 4005 | * set sequence documentation. When going from no pipes or single pipe to |
| 4006 | * multiple pipes, and planes are enabled after the pipe, we need to wait at |
| 4007 | * least 2 vblanks on the first pipe before enabling planes on the second pipe. |
| 4008 | */ |
| 4009 | static void haswell_mode_set_planes_workaround(struct intel_crtc *crtc) |
| 4010 | { |
| 4011 | struct drm_device *dev = crtc->base.dev; |
| 4012 | struct intel_crtc *crtc_it, *other_active_crtc = NULL; |
| 4013 | |
| 4014 | /* We want to get the other_active_crtc only if there's only 1 other |
| 4015 | * active crtc. */ |
Damien Lespiau | d3fcc80 | 2014-05-13 23:32:22 +0100 | [diff] [blame] | 4016 | for_each_intel_crtc(dev, crtc_it) { |
Paulo Zanoni | e491694 | 2013-09-20 16:21:19 -0300 | [diff] [blame] | 4017 | if (!crtc_it->active || crtc_it == crtc) |
| 4018 | continue; |
| 4019 | |
| 4020 | if (other_active_crtc) |
| 4021 | return; |
| 4022 | |
| 4023 | other_active_crtc = crtc_it; |
| 4024 | } |
| 4025 | if (!other_active_crtc) |
| 4026 | return; |
| 4027 | |
| 4028 | intel_wait_for_vblank(dev, other_active_crtc->pipe); |
| 4029 | intel_wait_for_vblank(dev, other_active_crtc->pipe); |
| 4030 | } |
| 4031 | |
Paulo Zanoni | 4f771f1 | 2012-10-23 18:29:51 -0200 | [diff] [blame] | 4032 | static void haswell_crtc_enable(struct drm_crtc *crtc) |
| 4033 | { |
| 4034 | struct drm_device *dev = crtc->dev; |
| 4035 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 4036 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 4037 | struct intel_encoder *encoder; |
| 4038 | int pipe = intel_crtc->pipe; |
Daniel Vetter | 229fca9 | 2014-04-24 23:55:09 +0200 | [diff] [blame] | 4039 | enum plane plane = intel_crtc->plane; |
Paulo Zanoni | 4f771f1 | 2012-10-23 18:29:51 -0200 | [diff] [blame] | 4040 | |
| 4041 | WARN_ON(!crtc->enabled); |
| 4042 | |
| 4043 | if (intel_crtc->active) |
| 4044 | return; |
| 4045 | |
Daniel Vetter | 229fca9 | 2014-04-24 23:55:09 +0200 | [diff] [blame] | 4046 | if (intel_crtc->config.has_dp_encoder) |
| 4047 | intel_dp_set_m_n(intel_crtc); |
| 4048 | |
| 4049 | intel_set_pipe_timings(intel_crtc); |
| 4050 | |
| 4051 | if (intel_crtc->config.has_pch_encoder) { |
| 4052 | intel_cpu_transcoder_set_m_n(intel_crtc, |
| 4053 | &intel_crtc->config.fdi_m_n); |
| 4054 | } |
| 4055 | |
| 4056 | haswell_set_pipeconf(crtc); |
| 4057 | |
| 4058 | intel_set_pipe_csc(crtc); |
| 4059 | |
| 4060 | /* Set up the display plane register */ |
| 4061 | I915_WRITE(DSPCNTR(plane), DISPPLANE_GAMMA_ENABLE | DISPPLANE_PIPE_CSC_ENABLE); |
| 4062 | POSTING_READ(DSPCNTR(plane)); |
| 4063 | |
| 4064 | dev_priv->display.update_primary_plane(crtc, crtc->primary->fb, |
| 4065 | crtc->x, crtc->y); |
| 4066 | |
Paulo Zanoni | 4f771f1 | 2012-10-23 18:29:51 -0200 | [diff] [blame] | 4067 | intel_crtc->active = true; |
Paulo Zanoni | 8664281 | 2013-04-12 17:57:57 -0300 | [diff] [blame] | 4068 | |
| 4069 | intel_set_cpu_fifo_underrun_reporting(dev, pipe, true); |
| 4070 | if (intel_crtc->config.has_pch_encoder) |
| 4071 | intel_set_pch_fifo_underrun_reporting(dev, TRANSCODER_A, true); |
| 4072 | |
Daniel Vetter | 5bfe2ac | 2013-03-27 00:44:55 +0100 | [diff] [blame] | 4073 | if (intel_crtc->config.has_pch_encoder) |
Paulo Zanoni | 0494564 | 2012-11-01 21:00:59 -0200 | [diff] [blame] | 4074 | dev_priv->display.fdi_link_train(crtc); |
Paulo Zanoni | 4f771f1 | 2012-10-23 18:29:51 -0200 | [diff] [blame] | 4075 | |
| 4076 | for_each_encoder_on_crtc(dev, crtc, encoder) |
| 4077 | if (encoder->pre_enable) |
| 4078 | encoder->pre_enable(encoder); |
| 4079 | |
Paulo Zanoni | 1f54438 | 2012-10-24 11:32:00 -0200 | [diff] [blame] | 4080 | intel_ddi_enable_pipe_clock(intel_crtc); |
Paulo Zanoni | 4f771f1 | 2012-10-23 18:29:51 -0200 | [diff] [blame] | 4081 | |
Jesse Barnes | b074cec | 2013-04-25 12:55:02 -0700 | [diff] [blame] | 4082 | ironlake_pfit_enable(intel_crtc); |
Paulo Zanoni | 4f771f1 | 2012-10-23 18:29:51 -0200 | [diff] [blame] | 4083 | |
| 4084 | /* |
| 4085 | * On ILK+ LUT must be loaded before the pipe is running but with |
| 4086 | * clocks enabled |
| 4087 | */ |
| 4088 | intel_crtc_load_lut(crtc); |
| 4089 | |
Paulo Zanoni | 1f54438 | 2012-10-24 11:32:00 -0200 | [diff] [blame] | 4090 | intel_ddi_set_pipe_settings(crtc); |
Damien Lespiau | 8228c25 | 2013-03-07 15:30:27 +0000 | [diff] [blame] | 4091 | intel_ddi_enable_transcoder_func(crtc); |
Paulo Zanoni | 4f771f1 | 2012-10-23 18:29:51 -0200 | [diff] [blame] | 4092 | |
Ville Syrjälä | f37fcc2 | 2013-09-10 11:39:55 +0300 | [diff] [blame] | 4093 | intel_update_watermarks(crtc); |
Paulo Zanoni | e1fdc47 | 2014-01-17 13:51:12 -0200 | [diff] [blame] | 4094 | intel_enable_pipe(intel_crtc); |
Paulo Zanoni | 42db64e | 2013-05-31 16:33:22 -0300 | [diff] [blame] | 4095 | |
Daniel Vetter | 5bfe2ac | 2013-03-27 00:44:55 +0100 | [diff] [blame] | 4096 | if (intel_crtc->config.has_pch_encoder) |
Paulo Zanoni | 1507e5b | 2012-10-31 18:12:22 -0200 | [diff] [blame] | 4097 | lpt_pch_enable(crtc); |
Paulo Zanoni | 4f771f1 | 2012-10-23 18:29:51 -0200 | [diff] [blame] | 4098 | |
Jani Nikula | 8807e55 | 2013-08-30 19:40:32 +0300 | [diff] [blame] | 4099 | for_each_encoder_on_crtc(dev, crtc, encoder) { |
Paulo Zanoni | 4f771f1 | 2012-10-23 18:29:51 -0200 | [diff] [blame] | 4100 | encoder->enable(encoder); |
Jani Nikula | 8807e55 | 2013-08-30 19:40:32 +0300 | [diff] [blame] | 4101 | intel_opregion_notify_encoder(encoder, true); |
| 4102 | } |
Paulo Zanoni | 4f771f1 | 2012-10-23 18:29:51 -0200 | [diff] [blame] | 4103 | |
Paulo Zanoni | e491694 | 2013-09-20 16:21:19 -0300 | [diff] [blame] | 4104 | /* If we change the relative order between pipe/planes enabling, we need |
| 4105 | * to change the workaround. */ |
| 4106 | haswell_mode_set_planes_workaround(intel_crtc); |
Ville Syrjälä | d3eedb1 | 2014-05-08 19:23:13 +0300 | [diff] [blame] | 4107 | intel_crtc_enable_planes(crtc); |
Paulo Zanoni | 4f771f1 | 2012-10-23 18:29:51 -0200 | [diff] [blame] | 4108 | } |
| 4109 | |
Daniel Vetter | 3f8dce3 | 2013-05-08 10:36:30 +0200 | [diff] [blame] | 4110 | static void ironlake_pfit_disable(struct intel_crtc *crtc) |
| 4111 | { |
| 4112 | struct drm_device *dev = crtc->base.dev; |
| 4113 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 4114 | int pipe = crtc->pipe; |
| 4115 | |
| 4116 | /* To avoid upsetting the power well on haswell only disable the pfit if |
| 4117 | * 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] | 4118 | if (crtc->config.pch_pfit.enabled) { |
Daniel Vetter | 3f8dce3 | 2013-05-08 10:36:30 +0200 | [diff] [blame] | 4119 | I915_WRITE(PF_CTL(pipe), 0); |
| 4120 | I915_WRITE(PF_WIN_POS(pipe), 0); |
| 4121 | I915_WRITE(PF_WIN_SZ(pipe), 0); |
| 4122 | } |
| 4123 | } |
| 4124 | |
Jesse Barnes | 6be4a60 | 2010-09-10 10:26:01 -0700 | [diff] [blame] | 4125 | static void ironlake_crtc_disable(struct drm_crtc *crtc) |
| 4126 | { |
| 4127 | struct drm_device *dev = crtc->dev; |
| 4128 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 4129 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
Daniel Vetter | ef9c3ae | 2012-06-29 22:40:09 +0200 | [diff] [blame] | 4130 | struct intel_encoder *encoder; |
Jesse Barnes | 6be4a60 | 2010-09-10 10:26:01 -0700 | [diff] [blame] | 4131 | int pipe = intel_crtc->pipe; |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 4132 | u32 reg, temp; |
Jesse Barnes | 6be4a60 | 2010-09-10 10:26:01 -0700 | [diff] [blame] | 4133 | |
Chris Wilson | f7abfe8 | 2010-09-13 14:19:16 +0100 | [diff] [blame] | 4134 | if (!intel_crtc->active) |
| 4135 | return; |
| 4136 | |
Ville Syrjälä | d3eedb1 | 2014-05-08 19:23:13 +0300 | [diff] [blame] | 4137 | intel_crtc_disable_planes(crtc); |
Ville Syrjälä | a5c4d7b | 2014-03-07 18:32:13 +0200 | [diff] [blame] | 4138 | |
Daniel Vetter | ea9d758 | 2012-07-10 10:42:52 +0200 | [diff] [blame] | 4139 | for_each_encoder_on_crtc(dev, crtc, encoder) |
| 4140 | encoder->disable(encoder); |
| 4141 | |
Daniel Vetter | d925c59 | 2013-06-05 13:34:04 +0200 | [diff] [blame] | 4142 | if (intel_crtc->config.has_pch_encoder) |
| 4143 | intel_set_pch_fifo_underrun_reporting(dev, pipe, false); |
| 4144 | |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 4145 | intel_disable_pipe(dev_priv, pipe); |
Jesse Barnes | 6be4a60 | 2010-09-10 10:26:01 -0700 | [diff] [blame] | 4146 | |
Daniel Vetter | 3f8dce3 | 2013-05-08 10:36:30 +0200 | [diff] [blame] | 4147 | ironlake_pfit_disable(intel_crtc); |
Jesse Barnes | 6be4a60 | 2010-09-10 10:26:01 -0700 | [diff] [blame] | 4148 | |
Daniel Vetter | bf49ec8 | 2012-09-06 22:15:40 +0200 | [diff] [blame] | 4149 | for_each_encoder_on_crtc(dev, crtc, encoder) |
| 4150 | if (encoder->post_disable) |
| 4151 | encoder->post_disable(encoder); |
Jesse Barnes | 6be4a60 | 2010-09-10 10:26:01 -0700 | [diff] [blame] | 4152 | |
Daniel Vetter | d925c59 | 2013-06-05 13:34:04 +0200 | [diff] [blame] | 4153 | if (intel_crtc->config.has_pch_encoder) { |
| 4154 | ironlake_fdi_disable(crtc); |
Jesse Barnes | 6be4a60 | 2010-09-10 10:26:01 -0700 | [diff] [blame] | 4155 | |
Daniel Vetter | d925c59 | 2013-06-05 13:34:04 +0200 | [diff] [blame] | 4156 | ironlake_disable_pch_transcoder(dev_priv, pipe); |
| 4157 | intel_set_pch_fifo_underrun_reporting(dev, pipe, true); |
Jesse Barnes | 6be4a60 | 2010-09-10 10:26:01 -0700 | [diff] [blame] | 4158 | |
Daniel Vetter | d925c59 | 2013-06-05 13:34:04 +0200 | [diff] [blame] | 4159 | if (HAS_PCH_CPT(dev)) { |
| 4160 | /* disable TRANS_DP_CTL */ |
| 4161 | reg = TRANS_DP_CTL(pipe); |
| 4162 | temp = I915_READ(reg); |
| 4163 | temp &= ~(TRANS_DP_OUTPUT_ENABLE | |
| 4164 | TRANS_DP_PORT_SEL_MASK); |
| 4165 | temp |= TRANS_DP_PORT_SEL_NONE; |
| 4166 | I915_WRITE(reg, temp); |
Jesse Barnes | 6be4a60 | 2010-09-10 10:26:01 -0700 | [diff] [blame] | 4167 | |
Daniel Vetter | d925c59 | 2013-06-05 13:34:04 +0200 | [diff] [blame] | 4168 | /* disable DPLL_SEL */ |
| 4169 | temp = I915_READ(PCH_DPLL_SEL); |
Daniel Vetter | 1188739 | 2013-06-05 13:34:09 +0200 | [diff] [blame] | 4170 | temp &= ~(TRANS_DPLL_ENABLE(pipe) | TRANS_DPLLB_SEL(pipe)); |
Daniel Vetter | d925c59 | 2013-06-05 13:34:04 +0200 | [diff] [blame] | 4171 | I915_WRITE(PCH_DPLL_SEL, temp); |
Jesse Barnes | 9db4a9c | 2011-02-07 12:26:52 -0800 | [diff] [blame] | 4172 | } |
Daniel Vetter | d925c59 | 2013-06-05 13:34:04 +0200 | [diff] [blame] | 4173 | |
| 4174 | /* disable PCH DPLL */ |
Daniel Vetter | e72f9fb | 2013-06-05 13:34:06 +0200 | [diff] [blame] | 4175 | intel_disable_shared_dpll(intel_crtc); |
Daniel Vetter | d925c59 | 2013-06-05 13:34:04 +0200 | [diff] [blame] | 4176 | |
| 4177 | ironlake_fdi_pll_disable(intel_crtc); |
Jesse Barnes | 6be4a60 | 2010-09-10 10:26:01 -0700 | [diff] [blame] | 4178 | } |
| 4179 | |
Chris Wilson | f7abfe8 | 2010-09-13 14:19:16 +0100 | [diff] [blame] | 4180 | intel_crtc->active = false; |
Ville Syrjälä | 46ba614 | 2013-09-10 11:40:40 +0300 | [diff] [blame] | 4181 | intel_update_watermarks(crtc); |
Ben Widawsky | d1ebd816 | 2011-04-25 20:11:50 +0100 | [diff] [blame] | 4182 | |
| 4183 | mutex_lock(&dev->struct_mutex); |
Chris Wilson | 6b383a7 | 2010-09-13 13:54:26 +0100 | [diff] [blame] | 4184 | intel_update_fbc(dev); |
Daniel Vetter | 71b1c37 | 2014-04-24 23:55:03 +0200 | [diff] [blame] | 4185 | intel_edp_psr_update(dev); |
Ben Widawsky | d1ebd816 | 2011-04-25 20:11:50 +0100 | [diff] [blame] | 4186 | mutex_unlock(&dev->struct_mutex); |
Jesse Barnes | 6be4a60 | 2010-09-10 10:26:01 -0700 | [diff] [blame] | 4187 | } |
| 4188 | |
Paulo Zanoni | 4f771f1 | 2012-10-23 18:29:51 -0200 | [diff] [blame] | 4189 | static void haswell_crtc_disable(struct drm_crtc *crtc) |
| 4190 | { |
| 4191 | struct drm_device *dev = crtc->dev; |
| 4192 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 4193 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 4194 | struct intel_encoder *encoder; |
| 4195 | int pipe = intel_crtc->pipe; |
Daniel Vetter | 3b117c8 | 2013-04-17 20:15:07 +0200 | [diff] [blame] | 4196 | enum transcoder cpu_transcoder = intel_crtc->config.cpu_transcoder; |
Paulo Zanoni | 4f771f1 | 2012-10-23 18:29:51 -0200 | [diff] [blame] | 4197 | |
| 4198 | if (!intel_crtc->active) |
| 4199 | return; |
| 4200 | |
Ville Syrjälä | d3eedb1 | 2014-05-08 19:23:13 +0300 | [diff] [blame] | 4201 | intel_crtc_disable_planes(crtc); |
Ville Syrjälä | dda9a66 | 2013-09-19 17:00:37 -0300 | [diff] [blame] | 4202 | |
Jani Nikula | 8807e55 | 2013-08-30 19:40:32 +0300 | [diff] [blame] | 4203 | for_each_encoder_on_crtc(dev, crtc, encoder) { |
| 4204 | intel_opregion_notify_encoder(encoder, false); |
Paulo Zanoni | 4f771f1 | 2012-10-23 18:29:51 -0200 | [diff] [blame] | 4205 | encoder->disable(encoder); |
Jani Nikula | 8807e55 | 2013-08-30 19:40:32 +0300 | [diff] [blame] | 4206 | } |
Paulo Zanoni | 4f771f1 | 2012-10-23 18:29:51 -0200 | [diff] [blame] | 4207 | |
Paulo Zanoni | 8664281 | 2013-04-12 17:57:57 -0300 | [diff] [blame] | 4208 | if (intel_crtc->config.has_pch_encoder) |
| 4209 | intel_set_pch_fifo_underrun_reporting(dev, TRANSCODER_A, false); |
Paulo Zanoni | 4f771f1 | 2012-10-23 18:29:51 -0200 | [diff] [blame] | 4210 | intel_disable_pipe(dev_priv, pipe); |
| 4211 | |
Paulo Zanoni | ad80a81 | 2012-10-24 16:06:19 -0200 | [diff] [blame] | 4212 | intel_ddi_disable_transcoder_func(dev_priv, cpu_transcoder); |
Paulo Zanoni | 4f771f1 | 2012-10-23 18:29:51 -0200 | [diff] [blame] | 4213 | |
Daniel Vetter | 3f8dce3 | 2013-05-08 10:36:30 +0200 | [diff] [blame] | 4214 | ironlake_pfit_disable(intel_crtc); |
Paulo Zanoni | 4f771f1 | 2012-10-23 18:29:51 -0200 | [diff] [blame] | 4215 | |
Paulo Zanoni | 1f54438 | 2012-10-24 11:32:00 -0200 | [diff] [blame] | 4216 | intel_ddi_disable_pipe_clock(intel_crtc); |
Paulo Zanoni | 4f771f1 | 2012-10-23 18:29:51 -0200 | [diff] [blame] | 4217 | |
| 4218 | for_each_encoder_on_crtc(dev, crtc, encoder) |
| 4219 | if (encoder->post_disable) |
| 4220 | encoder->post_disable(encoder); |
| 4221 | |
Daniel Vetter | 88adfff | 2013-03-28 10:42:01 +0100 | [diff] [blame] | 4222 | if (intel_crtc->config.has_pch_encoder) { |
Paulo Zanoni | ab4d966 | 2012-10-31 18:12:55 -0200 | [diff] [blame] | 4223 | lpt_disable_pch_transcoder(dev_priv); |
Paulo Zanoni | 8664281 | 2013-04-12 17:57:57 -0300 | [diff] [blame] | 4224 | intel_set_pch_fifo_underrun_reporting(dev, TRANSCODER_A, true); |
Paulo Zanoni | 1ad960f | 2012-11-01 21:05:05 -0200 | [diff] [blame] | 4225 | intel_ddi_fdi_disable(crtc); |
Paulo Zanoni | 8361663 | 2012-10-23 18:29:54 -0200 | [diff] [blame] | 4226 | } |
Paulo Zanoni | 4f771f1 | 2012-10-23 18:29:51 -0200 | [diff] [blame] | 4227 | |
| 4228 | intel_crtc->active = false; |
Ville Syrjälä | 46ba614 | 2013-09-10 11:40:40 +0300 | [diff] [blame] | 4229 | intel_update_watermarks(crtc); |
Paulo Zanoni | 4f771f1 | 2012-10-23 18:29:51 -0200 | [diff] [blame] | 4230 | |
| 4231 | mutex_lock(&dev->struct_mutex); |
| 4232 | intel_update_fbc(dev); |
Daniel Vetter | 71b1c37 | 2014-04-24 23:55:03 +0200 | [diff] [blame] | 4233 | intel_edp_psr_update(dev); |
Paulo Zanoni | 4f771f1 | 2012-10-23 18:29:51 -0200 | [diff] [blame] | 4234 | mutex_unlock(&dev->struct_mutex); |
| 4235 | } |
| 4236 | |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 4237 | static void ironlake_crtc_off(struct drm_crtc *crtc) |
| 4238 | { |
| 4239 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
Daniel Vetter | e72f9fb | 2013-06-05 13:34:06 +0200 | [diff] [blame] | 4240 | intel_put_shared_dpll(intel_crtc); |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 4241 | } |
| 4242 | |
Paulo Zanoni | 6441ab5 | 2012-10-05 12:05:58 -0300 | [diff] [blame] | 4243 | static void haswell_crtc_off(struct drm_crtc *crtc) |
| 4244 | { |
| 4245 | intel_ddi_put_crtc_pll(crtc); |
| 4246 | } |
| 4247 | |
Jesse Barnes | 2dd2455 | 2013-04-25 12:55:01 -0700 | [diff] [blame] | 4248 | static void i9xx_pfit_enable(struct intel_crtc *crtc) |
| 4249 | { |
| 4250 | struct drm_device *dev = crtc->base.dev; |
| 4251 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 4252 | struct intel_crtc_config *pipe_config = &crtc->config; |
| 4253 | |
Daniel Vetter | 328d8e8 | 2013-05-08 10:36:31 +0200 | [diff] [blame] | 4254 | if (!crtc->config.gmch_pfit.control) |
Jesse Barnes | 2dd2455 | 2013-04-25 12:55:01 -0700 | [diff] [blame] | 4255 | return; |
| 4256 | |
Daniel Vetter | c0b0341 | 2013-05-28 12:05:54 +0200 | [diff] [blame] | 4257 | /* |
| 4258 | * The panel fitter should only be adjusted whilst the pipe is disabled, |
| 4259 | * according to register description and PRM. |
| 4260 | */ |
Jesse Barnes | 2dd2455 | 2013-04-25 12:55:01 -0700 | [diff] [blame] | 4261 | WARN_ON(I915_READ(PFIT_CONTROL) & PFIT_ENABLE); |
| 4262 | assert_pipe_disabled(dev_priv, crtc->pipe); |
| 4263 | |
Jesse Barnes | b074cec | 2013-04-25 12:55:02 -0700 | [diff] [blame] | 4264 | I915_WRITE(PFIT_PGM_RATIOS, pipe_config->gmch_pfit.pgm_ratios); |
| 4265 | I915_WRITE(PFIT_CONTROL, pipe_config->gmch_pfit.control); |
Daniel Vetter | 5a80c45 | 2013-04-25 22:52:18 +0200 | [diff] [blame] | 4266 | |
| 4267 | /* Border color in case we don't scale up to the full screen. Black by |
| 4268 | * default, change to something else for debugging. */ |
| 4269 | I915_WRITE(BCLRPAT(crtc->pipe), 0); |
Jesse Barnes | 2dd2455 | 2013-04-25 12:55:01 -0700 | [diff] [blame] | 4270 | } |
| 4271 | |
Imre Deak | 77d22dc | 2014-03-05 16:20:52 +0200 | [diff] [blame] | 4272 | #define for_each_power_domain(domain, mask) \ |
| 4273 | for ((domain) = 0; (domain) < POWER_DOMAIN_NUM; (domain)++) \ |
| 4274 | if ((1 << (domain)) & (mask)) |
| 4275 | |
Imre Deak | 319be8a | 2014-03-04 19:22:57 +0200 | [diff] [blame] | 4276 | enum intel_display_power_domain |
| 4277 | intel_display_port_power_domain(struct intel_encoder *intel_encoder) |
Imre Deak | 77d22dc | 2014-03-05 16:20:52 +0200 | [diff] [blame] | 4278 | { |
Imre Deak | 319be8a | 2014-03-04 19:22:57 +0200 | [diff] [blame] | 4279 | struct drm_device *dev = intel_encoder->base.dev; |
| 4280 | struct intel_digital_port *intel_dig_port; |
| 4281 | |
| 4282 | switch (intel_encoder->type) { |
| 4283 | case INTEL_OUTPUT_UNKNOWN: |
| 4284 | /* Only DDI platforms should ever use this output type */ |
| 4285 | WARN_ON_ONCE(!HAS_DDI(dev)); |
| 4286 | case INTEL_OUTPUT_DISPLAYPORT: |
| 4287 | case INTEL_OUTPUT_HDMI: |
| 4288 | case INTEL_OUTPUT_EDP: |
| 4289 | intel_dig_port = enc_to_dig_port(&intel_encoder->base); |
| 4290 | switch (intel_dig_port->port) { |
| 4291 | case PORT_A: |
| 4292 | return POWER_DOMAIN_PORT_DDI_A_4_LANES; |
| 4293 | case PORT_B: |
| 4294 | return POWER_DOMAIN_PORT_DDI_B_4_LANES; |
| 4295 | case PORT_C: |
| 4296 | return POWER_DOMAIN_PORT_DDI_C_4_LANES; |
| 4297 | case PORT_D: |
| 4298 | return POWER_DOMAIN_PORT_DDI_D_4_LANES; |
| 4299 | default: |
| 4300 | WARN_ON_ONCE(1); |
| 4301 | return POWER_DOMAIN_PORT_OTHER; |
| 4302 | } |
| 4303 | case INTEL_OUTPUT_ANALOG: |
| 4304 | return POWER_DOMAIN_PORT_CRT; |
| 4305 | case INTEL_OUTPUT_DSI: |
| 4306 | return POWER_DOMAIN_PORT_DSI; |
| 4307 | default: |
| 4308 | return POWER_DOMAIN_PORT_OTHER; |
| 4309 | } |
| 4310 | } |
| 4311 | |
| 4312 | static unsigned long get_crtc_power_domains(struct drm_crtc *crtc) |
| 4313 | { |
| 4314 | struct drm_device *dev = crtc->dev; |
| 4315 | struct intel_encoder *intel_encoder; |
| 4316 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 4317 | enum pipe pipe = intel_crtc->pipe; |
| 4318 | bool pfit_enabled = intel_crtc->config.pch_pfit.enabled; |
Imre Deak | 77d22dc | 2014-03-05 16:20:52 +0200 | [diff] [blame] | 4319 | unsigned long mask; |
| 4320 | enum transcoder transcoder; |
| 4321 | |
| 4322 | transcoder = intel_pipe_to_cpu_transcoder(dev->dev_private, pipe); |
| 4323 | |
| 4324 | mask = BIT(POWER_DOMAIN_PIPE(pipe)); |
| 4325 | mask |= BIT(POWER_DOMAIN_TRANSCODER(transcoder)); |
| 4326 | if (pfit_enabled) |
| 4327 | mask |= BIT(POWER_DOMAIN_PIPE_PANEL_FITTER(pipe)); |
| 4328 | |
Imre Deak | 319be8a | 2014-03-04 19:22:57 +0200 | [diff] [blame] | 4329 | for_each_encoder_on_crtc(dev, crtc, intel_encoder) |
| 4330 | mask |= BIT(intel_display_port_power_domain(intel_encoder)); |
| 4331 | |
Imre Deak | 77d22dc | 2014-03-05 16:20:52 +0200 | [diff] [blame] | 4332 | return mask; |
| 4333 | } |
| 4334 | |
| 4335 | void intel_display_set_init_power(struct drm_i915_private *dev_priv, |
| 4336 | bool enable) |
| 4337 | { |
| 4338 | if (dev_priv->power_domains.init_power_on == enable) |
| 4339 | return; |
| 4340 | |
| 4341 | if (enable) |
| 4342 | intel_display_power_get(dev_priv, POWER_DOMAIN_INIT); |
| 4343 | else |
| 4344 | intel_display_power_put(dev_priv, POWER_DOMAIN_INIT); |
| 4345 | |
| 4346 | dev_priv->power_domains.init_power_on = enable; |
| 4347 | } |
| 4348 | |
| 4349 | static void modeset_update_crtc_power_domains(struct drm_device *dev) |
| 4350 | { |
| 4351 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 4352 | unsigned long pipe_domains[I915_MAX_PIPES] = { 0, }; |
| 4353 | struct intel_crtc *crtc; |
| 4354 | |
| 4355 | /* |
| 4356 | * First get all needed power domains, then put all unneeded, to avoid |
| 4357 | * any unnecessary toggling of the power wells. |
| 4358 | */ |
Damien Lespiau | d3fcc80 | 2014-05-13 23:32:22 +0100 | [diff] [blame] | 4359 | for_each_intel_crtc(dev, crtc) { |
Imre Deak | 77d22dc | 2014-03-05 16:20:52 +0200 | [diff] [blame] | 4360 | enum intel_display_power_domain domain; |
| 4361 | |
| 4362 | if (!crtc->base.enabled) |
| 4363 | continue; |
| 4364 | |
Imre Deak | 319be8a | 2014-03-04 19:22:57 +0200 | [diff] [blame] | 4365 | pipe_domains[crtc->pipe] = get_crtc_power_domains(&crtc->base); |
Imre Deak | 77d22dc | 2014-03-05 16:20:52 +0200 | [diff] [blame] | 4366 | |
| 4367 | for_each_power_domain(domain, pipe_domains[crtc->pipe]) |
| 4368 | intel_display_power_get(dev_priv, domain); |
| 4369 | } |
| 4370 | |
Damien Lespiau | d3fcc80 | 2014-05-13 23:32:22 +0100 | [diff] [blame] | 4371 | for_each_intel_crtc(dev, crtc) { |
Imre Deak | 77d22dc | 2014-03-05 16:20:52 +0200 | [diff] [blame] | 4372 | enum intel_display_power_domain domain; |
| 4373 | |
| 4374 | for_each_power_domain(domain, crtc->enabled_power_domains) |
| 4375 | intel_display_power_put(dev_priv, domain); |
| 4376 | |
| 4377 | crtc->enabled_power_domains = pipe_domains[crtc->pipe]; |
| 4378 | } |
| 4379 | |
| 4380 | intel_display_set_init_power(dev_priv, false); |
| 4381 | } |
| 4382 | |
Jesse Barnes | 586f49d | 2013-11-04 16:06:59 -0800 | [diff] [blame] | 4383 | int valleyview_get_vco(struct drm_i915_private *dev_priv) |
Jesse Barnes | 30a970c | 2013-11-04 13:48:12 -0800 | [diff] [blame] | 4384 | { |
Jesse Barnes | 586f49d | 2013-11-04 16:06:59 -0800 | [diff] [blame] | 4385 | int hpll_freq, vco_freq[] = { 800, 1600, 2000, 2400 }; |
Jesse Barnes | 30a970c | 2013-11-04 13:48:12 -0800 | [diff] [blame] | 4386 | |
Jesse Barnes | 586f49d | 2013-11-04 16:06:59 -0800 | [diff] [blame] | 4387 | /* Obtain SKU information */ |
| 4388 | mutex_lock(&dev_priv->dpio_lock); |
| 4389 | hpll_freq = vlv_cck_read(dev_priv, CCK_FUSE_REG) & |
| 4390 | CCK_FUSE_HPLL_FREQ_MASK; |
| 4391 | mutex_unlock(&dev_priv->dpio_lock); |
Jesse Barnes | 30a970c | 2013-11-04 13:48:12 -0800 | [diff] [blame] | 4392 | |
Jesse Barnes | 586f49d | 2013-11-04 16:06:59 -0800 | [diff] [blame] | 4393 | return vco_freq[hpll_freq]; |
Jesse Barnes | 30a970c | 2013-11-04 13:48:12 -0800 | [diff] [blame] | 4394 | } |
| 4395 | |
| 4396 | /* Adjust CDclk dividers to allow high res or save power if possible */ |
| 4397 | static void valleyview_set_cdclk(struct drm_device *dev, int cdclk) |
| 4398 | { |
| 4399 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 4400 | u32 val, cmd; |
| 4401 | |
Imre Deak | d60c447 | 2014-03-27 17:45:10 +0200 | [diff] [blame] | 4402 | WARN_ON(valleyview_cur_cdclk(dev_priv) != dev_priv->vlv_cdclk_freq); |
| 4403 | dev_priv->vlv_cdclk_freq = cdclk; |
| 4404 | |
Jesse Barnes | 30a970c | 2013-11-04 13:48:12 -0800 | [diff] [blame] | 4405 | if (cdclk >= 320) /* jump to highest voltage for 400MHz too */ |
| 4406 | cmd = 2; |
| 4407 | else if (cdclk == 266) |
| 4408 | cmd = 1; |
| 4409 | else |
| 4410 | cmd = 0; |
| 4411 | |
| 4412 | mutex_lock(&dev_priv->rps.hw_lock); |
| 4413 | val = vlv_punit_read(dev_priv, PUNIT_REG_DSPFREQ); |
| 4414 | val &= ~DSPFREQGUAR_MASK; |
| 4415 | val |= (cmd << DSPFREQGUAR_SHIFT); |
| 4416 | vlv_punit_write(dev_priv, PUNIT_REG_DSPFREQ, val); |
| 4417 | if (wait_for((vlv_punit_read(dev_priv, PUNIT_REG_DSPFREQ) & |
| 4418 | DSPFREQSTAT_MASK) == (cmd << DSPFREQSTAT_SHIFT), |
| 4419 | 50)) { |
| 4420 | DRM_ERROR("timed out waiting for CDclk change\n"); |
| 4421 | } |
| 4422 | mutex_unlock(&dev_priv->rps.hw_lock); |
| 4423 | |
| 4424 | if (cdclk == 400) { |
| 4425 | u32 divider, vco; |
| 4426 | |
| 4427 | vco = valleyview_get_vco(dev_priv); |
| 4428 | divider = ((vco << 1) / cdclk) - 1; |
| 4429 | |
| 4430 | mutex_lock(&dev_priv->dpio_lock); |
| 4431 | /* adjust cdclk divider */ |
| 4432 | val = vlv_cck_read(dev_priv, CCK_DISPLAY_CLOCK_CONTROL); |
| 4433 | val &= ~0xf; |
| 4434 | val |= divider; |
| 4435 | vlv_cck_write(dev_priv, CCK_DISPLAY_CLOCK_CONTROL, val); |
| 4436 | mutex_unlock(&dev_priv->dpio_lock); |
| 4437 | } |
| 4438 | |
| 4439 | mutex_lock(&dev_priv->dpio_lock); |
| 4440 | /* adjust self-refresh exit latency value */ |
| 4441 | val = vlv_bunit_read(dev_priv, BUNIT_REG_BISOC); |
| 4442 | val &= ~0x7f; |
| 4443 | |
| 4444 | /* |
| 4445 | * For high bandwidth configs, we set a higher latency in the bunit |
| 4446 | * so that the core display fetch happens in time to avoid underruns. |
| 4447 | */ |
| 4448 | if (cdclk == 400) |
| 4449 | val |= 4500 / 250; /* 4.5 usec */ |
| 4450 | else |
| 4451 | val |= 3000 / 250; /* 3.0 usec */ |
| 4452 | vlv_bunit_write(dev_priv, BUNIT_REG_BISOC, val); |
| 4453 | mutex_unlock(&dev_priv->dpio_lock); |
| 4454 | |
| 4455 | /* Since we changed the CDclk, we need to update the GMBUSFREQ too */ |
| 4456 | intel_i2c_reset(dev); |
| 4457 | } |
| 4458 | |
Imre Deak | d60c447 | 2014-03-27 17:45:10 +0200 | [diff] [blame] | 4459 | int valleyview_cur_cdclk(struct drm_i915_private *dev_priv) |
Jesse Barnes | 30a970c | 2013-11-04 13:48:12 -0800 | [diff] [blame] | 4460 | { |
| 4461 | int cur_cdclk, vco; |
| 4462 | int divider; |
| 4463 | |
| 4464 | vco = valleyview_get_vco(dev_priv); |
| 4465 | |
| 4466 | mutex_lock(&dev_priv->dpio_lock); |
| 4467 | divider = vlv_cck_read(dev_priv, CCK_DISPLAY_CLOCK_CONTROL); |
| 4468 | mutex_unlock(&dev_priv->dpio_lock); |
| 4469 | |
| 4470 | divider &= 0xf; |
| 4471 | |
| 4472 | cur_cdclk = (vco << 1) / (divider + 1); |
| 4473 | |
| 4474 | return cur_cdclk; |
| 4475 | } |
| 4476 | |
| 4477 | static int valleyview_calc_cdclk(struct drm_i915_private *dev_priv, |
| 4478 | int max_pixclk) |
| 4479 | { |
Jesse Barnes | 30a970c | 2013-11-04 13:48:12 -0800 | [diff] [blame] | 4480 | /* |
| 4481 | * Really only a few cases to deal with, as only 4 CDclks are supported: |
| 4482 | * 200MHz |
| 4483 | * 267MHz |
| 4484 | * 320MHz |
| 4485 | * 400MHz |
| 4486 | * So we check to see whether we're above 90% of the lower bin and |
| 4487 | * adjust if needed. |
| 4488 | */ |
| 4489 | if (max_pixclk > 288000) { |
| 4490 | return 400; |
| 4491 | } else if (max_pixclk > 240000) { |
| 4492 | return 320; |
| 4493 | } else |
| 4494 | return 266; |
| 4495 | /* Looks like the 200MHz CDclk freq doesn't work on some configs */ |
| 4496 | } |
| 4497 | |
Ville Syrjälä | 2f2d7aa | 2014-01-10 11:28:08 +0200 | [diff] [blame] | 4498 | /* compute the max pixel clock for new configuration */ |
| 4499 | static int intel_mode_max_pixclk(struct drm_i915_private *dev_priv) |
Jesse Barnes | 30a970c | 2013-11-04 13:48:12 -0800 | [diff] [blame] | 4500 | { |
| 4501 | struct drm_device *dev = dev_priv->dev; |
| 4502 | struct intel_crtc *intel_crtc; |
| 4503 | int max_pixclk = 0; |
| 4504 | |
Damien Lespiau | d3fcc80 | 2014-05-13 23:32:22 +0100 | [diff] [blame] | 4505 | for_each_intel_crtc(dev, intel_crtc) { |
Ville Syrjälä | 2f2d7aa | 2014-01-10 11:28:08 +0200 | [diff] [blame] | 4506 | if (intel_crtc->new_enabled) |
Jesse Barnes | 30a970c | 2013-11-04 13:48:12 -0800 | [diff] [blame] | 4507 | max_pixclk = max(max_pixclk, |
Ville Syrjälä | 2f2d7aa | 2014-01-10 11:28:08 +0200 | [diff] [blame] | 4508 | intel_crtc->new_config->adjusted_mode.crtc_clock); |
Jesse Barnes | 30a970c | 2013-11-04 13:48:12 -0800 | [diff] [blame] | 4509 | } |
| 4510 | |
| 4511 | return max_pixclk; |
| 4512 | } |
| 4513 | |
| 4514 | static void valleyview_modeset_global_pipes(struct drm_device *dev, |
Ville Syrjälä | 2f2d7aa | 2014-01-10 11:28:08 +0200 | [diff] [blame] | 4515 | unsigned *prepare_pipes) |
Jesse Barnes | 30a970c | 2013-11-04 13:48:12 -0800 | [diff] [blame] | 4516 | { |
| 4517 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 4518 | struct intel_crtc *intel_crtc; |
Ville Syrjälä | 2f2d7aa | 2014-01-10 11:28:08 +0200 | [diff] [blame] | 4519 | int max_pixclk = intel_mode_max_pixclk(dev_priv); |
Jesse Barnes | 30a970c | 2013-11-04 13:48:12 -0800 | [diff] [blame] | 4520 | |
Imre Deak | d60c447 | 2014-03-27 17:45:10 +0200 | [diff] [blame] | 4521 | if (valleyview_calc_cdclk(dev_priv, max_pixclk) == |
| 4522 | dev_priv->vlv_cdclk_freq) |
Jesse Barnes | 30a970c | 2013-11-04 13:48:12 -0800 | [diff] [blame] | 4523 | return; |
| 4524 | |
Ville Syrjälä | 2f2d7aa | 2014-01-10 11:28:08 +0200 | [diff] [blame] | 4525 | /* disable/enable all currently active pipes while we change cdclk */ |
Damien Lespiau | d3fcc80 | 2014-05-13 23:32:22 +0100 | [diff] [blame] | 4526 | for_each_intel_crtc(dev, intel_crtc) |
Jesse Barnes | 30a970c | 2013-11-04 13:48:12 -0800 | [diff] [blame] | 4527 | if (intel_crtc->base.enabled) |
| 4528 | *prepare_pipes |= (1 << intel_crtc->pipe); |
| 4529 | } |
| 4530 | |
| 4531 | static void valleyview_modeset_global_resources(struct drm_device *dev) |
| 4532 | { |
| 4533 | struct drm_i915_private *dev_priv = dev->dev_private; |
Ville Syrjälä | 2f2d7aa | 2014-01-10 11:28:08 +0200 | [diff] [blame] | 4534 | int max_pixclk = intel_mode_max_pixclk(dev_priv); |
Jesse Barnes | 30a970c | 2013-11-04 13:48:12 -0800 | [diff] [blame] | 4535 | int req_cdclk = valleyview_calc_cdclk(dev_priv, max_pixclk); |
| 4536 | |
Imre Deak | d60c447 | 2014-03-27 17:45:10 +0200 | [diff] [blame] | 4537 | if (req_cdclk != dev_priv->vlv_cdclk_freq) |
Jesse Barnes | 30a970c | 2013-11-04 13:48:12 -0800 | [diff] [blame] | 4538 | valleyview_set_cdclk(dev, req_cdclk); |
Imre Deak | 77961eb | 2014-03-05 16:20:56 +0200 | [diff] [blame] | 4539 | modeset_update_crtc_power_domains(dev); |
Jesse Barnes | 30a970c | 2013-11-04 13:48:12 -0800 | [diff] [blame] | 4540 | } |
| 4541 | |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 4542 | static void valleyview_crtc_enable(struct drm_crtc *crtc) |
| 4543 | { |
| 4544 | struct drm_device *dev = crtc->dev; |
Daniel Vetter | 5b18e57 | 2014-04-24 23:55:06 +0200 | [diff] [blame] | 4545 | struct drm_i915_private *dev_priv = dev->dev_private; |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 4546 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 4547 | struct intel_encoder *encoder; |
| 4548 | int pipe = intel_crtc->pipe; |
Daniel Vetter | 5b18e57 | 2014-04-24 23:55:06 +0200 | [diff] [blame] | 4549 | int plane = intel_crtc->plane; |
Jani Nikula | 23538ef | 2013-08-27 15:12:22 +0300 | [diff] [blame] | 4550 | bool is_dsi; |
Daniel Vetter | 5b18e57 | 2014-04-24 23:55:06 +0200 | [diff] [blame] | 4551 | u32 dspcntr; |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 4552 | |
| 4553 | WARN_ON(!crtc->enabled); |
| 4554 | |
| 4555 | if (intel_crtc->active) |
| 4556 | return; |
| 4557 | |
Daniel Vetter | 5b18e57 | 2014-04-24 23:55:06 +0200 | [diff] [blame] | 4558 | /* Set up the display plane register */ |
| 4559 | dspcntr = DISPPLANE_GAMMA_ENABLE; |
| 4560 | |
| 4561 | if (intel_crtc->config.has_dp_encoder) |
| 4562 | intel_dp_set_m_n(intel_crtc); |
| 4563 | |
| 4564 | intel_set_pipe_timings(intel_crtc); |
| 4565 | |
| 4566 | /* pipesrc and dspsize control the size that is scaled from, |
| 4567 | * which should always be the user's requested size. |
| 4568 | */ |
| 4569 | I915_WRITE(DSPSIZE(plane), |
| 4570 | ((intel_crtc->config.pipe_src_h - 1) << 16) | |
| 4571 | (intel_crtc->config.pipe_src_w - 1)); |
| 4572 | I915_WRITE(DSPPOS(plane), 0); |
| 4573 | |
| 4574 | i9xx_set_pipeconf(intel_crtc); |
| 4575 | |
| 4576 | I915_WRITE(DSPCNTR(plane), dspcntr); |
| 4577 | POSTING_READ(DSPCNTR(plane)); |
| 4578 | |
| 4579 | dev_priv->display.update_primary_plane(crtc, crtc->primary->fb, |
| 4580 | crtc->x, crtc->y); |
| 4581 | |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 4582 | intel_crtc->active = true; |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 4583 | |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 4584 | for_each_encoder_on_crtc(dev, crtc, encoder) |
| 4585 | if (encoder->pre_pll_enable) |
| 4586 | encoder->pre_pll_enable(encoder); |
| 4587 | |
Jani Nikula | 23538ef | 2013-08-27 15:12:22 +0300 | [diff] [blame] | 4588 | is_dsi = intel_pipe_has_type(crtc, INTEL_OUTPUT_DSI); |
| 4589 | |
Chon Ming Lee | 9d556c9 | 2014-05-02 14:27:47 +0300 | [diff] [blame] | 4590 | if (!is_dsi) { |
| 4591 | if (IS_CHERRYVIEW(dev)) |
| 4592 | chv_enable_pll(intel_crtc); |
| 4593 | else |
| 4594 | vlv_enable_pll(intel_crtc); |
| 4595 | } |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 4596 | |
| 4597 | for_each_encoder_on_crtc(dev, crtc, encoder) |
| 4598 | if (encoder->pre_enable) |
| 4599 | encoder->pre_enable(encoder); |
| 4600 | |
Jesse Barnes | 2dd2455 | 2013-04-25 12:55:01 -0700 | [diff] [blame] | 4601 | i9xx_pfit_enable(intel_crtc); |
| 4602 | |
Ville Syrjälä | 63cbb07 | 2013-06-04 13:48:59 +0300 | [diff] [blame] | 4603 | intel_crtc_load_lut(crtc); |
| 4604 | |
Ville Syrjälä | f37fcc2 | 2013-09-10 11:39:55 +0300 | [diff] [blame] | 4605 | intel_update_watermarks(crtc); |
Paulo Zanoni | e1fdc47 | 2014-01-17 13:51:12 -0200 | [diff] [blame] | 4606 | intel_enable_pipe(intel_crtc); |
Ville Syrjälä | 2d9d2b0 | 2014-01-17 11:44:31 +0200 | [diff] [blame] | 4607 | intel_set_cpu_fifo_underrun_reporting(dev, pipe, true); |
Daniel Vetter | be6a6f8 | 2014-04-15 18:41:22 +0200 | [diff] [blame] | 4608 | |
Jani Nikula | 5004945 | 2013-07-30 12:20:32 +0300 | [diff] [blame] | 4609 | for_each_encoder_on_crtc(dev, crtc, encoder) |
| 4610 | encoder->enable(encoder); |
Ville Syrjälä | 9ab0460 | 2014-05-08 19:23:14 +0300 | [diff] [blame] | 4611 | |
| 4612 | intel_crtc_enable_planes(crtc); |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 4613 | } |
| 4614 | |
Daniel Vetter | f13c2ef | 2014-04-24 23:55:10 +0200 | [diff] [blame^] | 4615 | static void i9xx_set_pll_dividers(struct intel_crtc *crtc) |
| 4616 | { |
| 4617 | struct drm_device *dev = crtc->base.dev; |
| 4618 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 4619 | |
| 4620 | I915_WRITE(FP0(crtc->pipe), crtc->config.dpll_hw_state.fp0); |
| 4621 | I915_WRITE(FP1(crtc->pipe), crtc->config.dpll_hw_state.fp1); |
| 4622 | } |
| 4623 | |
Jesse Barnes | 0b8765c6 | 2010-09-10 10:31:34 -0700 | [diff] [blame] | 4624 | static void i9xx_crtc_enable(struct drm_crtc *crtc) |
Zhenyu Wang | 2c07245 | 2009-06-05 15:38:42 +0800 | [diff] [blame] | 4625 | { |
| 4626 | struct drm_device *dev = crtc->dev; |
Daniel Vetter | 5b18e57 | 2014-04-24 23:55:06 +0200 | [diff] [blame] | 4627 | struct drm_i915_private *dev_priv = dev->dev_private; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 4628 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
Daniel Vetter | ef9c3ae | 2012-06-29 22:40:09 +0200 | [diff] [blame] | 4629 | struct intel_encoder *encoder; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 4630 | int pipe = intel_crtc->pipe; |
Daniel Vetter | 5b18e57 | 2014-04-24 23:55:06 +0200 | [diff] [blame] | 4631 | int plane = intel_crtc->plane; |
| 4632 | u32 dspcntr; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 4633 | |
Daniel Vetter | 08a4846 | 2012-07-02 11:43:47 +0200 | [diff] [blame] | 4634 | WARN_ON(!crtc->enabled); |
| 4635 | |
Chris Wilson | f7abfe8 | 2010-09-13 14:19:16 +0100 | [diff] [blame] | 4636 | if (intel_crtc->active) |
| 4637 | return; |
| 4638 | |
Daniel Vetter | f13c2ef | 2014-04-24 23:55:10 +0200 | [diff] [blame^] | 4639 | i9xx_set_pll_dividers(intel_crtc); |
| 4640 | |
Daniel Vetter | 5b18e57 | 2014-04-24 23:55:06 +0200 | [diff] [blame] | 4641 | /* Set up the display plane register */ |
| 4642 | dspcntr = DISPPLANE_GAMMA_ENABLE; |
| 4643 | |
| 4644 | if (pipe == 0) |
| 4645 | dspcntr &= ~DISPPLANE_SEL_PIPE_MASK; |
| 4646 | else |
| 4647 | dspcntr |= DISPPLANE_SEL_PIPE_B; |
| 4648 | |
| 4649 | if (intel_crtc->config.has_dp_encoder) |
| 4650 | intel_dp_set_m_n(intel_crtc); |
| 4651 | |
| 4652 | intel_set_pipe_timings(intel_crtc); |
| 4653 | |
| 4654 | /* pipesrc and dspsize control the size that is scaled from, |
| 4655 | * which should always be the user's requested size. |
| 4656 | */ |
| 4657 | I915_WRITE(DSPSIZE(plane), |
| 4658 | ((intel_crtc->config.pipe_src_h - 1) << 16) | |
| 4659 | (intel_crtc->config.pipe_src_w - 1)); |
| 4660 | I915_WRITE(DSPPOS(plane), 0); |
| 4661 | |
| 4662 | i9xx_set_pipeconf(intel_crtc); |
| 4663 | |
| 4664 | I915_WRITE(DSPCNTR(plane), dspcntr); |
| 4665 | POSTING_READ(DSPCNTR(plane)); |
| 4666 | |
| 4667 | dev_priv->display.update_primary_plane(crtc, crtc->primary->fb, |
| 4668 | crtc->x, crtc->y); |
| 4669 | |
Chris Wilson | f7abfe8 | 2010-09-13 14:19:16 +0100 | [diff] [blame] | 4670 | intel_crtc->active = true; |
Chris Wilson | 6b383a7 | 2010-09-13 13:54:26 +0100 | [diff] [blame] | 4671 | |
Daniel Vetter | 66e3d5c | 2013-06-16 21:24:16 +0200 | [diff] [blame] | 4672 | for_each_encoder_on_crtc(dev, crtc, encoder) |
Mika Kuoppala | 9d6d9f1 | 2013-02-08 16:35:38 +0200 | [diff] [blame] | 4673 | if (encoder->pre_enable) |
| 4674 | encoder->pre_enable(encoder); |
| 4675 | |
Daniel Vetter | f6736a1 | 2013-06-05 13:34:30 +0200 | [diff] [blame] | 4676 | i9xx_enable_pll(intel_crtc); |
| 4677 | |
Jesse Barnes | 2dd2455 | 2013-04-25 12:55:01 -0700 | [diff] [blame] | 4678 | i9xx_pfit_enable(intel_crtc); |
| 4679 | |
Ville Syrjälä | 63cbb07 | 2013-06-04 13:48:59 +0300 | [diff] [blame] | 4680 | intel_crtc_load_lut(crtc); |
| 4681 | |
Ville Syrjälä | f37fcc2 | 2013-09-10 11:39:55 +0300 | [diff] [blame] | 4682 | intel_update_watermarks(crtc); |
Paulo Zanoni | e1fdc47 | 2014-01-17 13:51:12 -0200 | [diff] [blame] | 4683 | intel_enable_pipe(intel_crtc); |
Ville Syrjälä | 2d9d2b0 | 2014-01-17 11:44:31 +0200 | [diff] [blame] | 4684 | intel_set_cpu_fifo_underrun_reporting(dev, pipe, true); |
Daniel Vetter | be6a6f8 | 2014-04-15 18:41:22 +0200 | [diff] [blame] | 4685 | |
Daniel Vetter | fa5c73b | 2012-07-01 23:24:36 +0200 | [diff] [blame] | 4686 | for_each_encoder_on_crtc(dev, crtc, encoder) |
| 4687 | encoder->enable(encoder); |
Ville Syrjälä | 9ab0460 | 2014-05-08 19:23:14 +0300 | [diff] [blame] | 4688 | |
| 4689 | intel_crtc_enable_planes(crtc); |
Jesse Barnes | 0b8765c6 | 2010-09-10 10:31:34 -0700 | [diff] [blame] | 4690 | } |
| 4691 | |
Daniel Vetter | 87476d6 | 2013-04-11 16:29:06 +0200 | [diff] [blame] | 4692 | static void i9xx_pfit_disable(struct intel_crtc *crtc) |
| 4693 | { |
| 4694 | struct drm_device *dev = crtc->base.dev; |
| 4695 | struct drm_i915_private *dev_priv = dev->dev_private; |
Daniel Vetter | 328d8e8 | 2013-05-08 10:36:31 +0200 | [diff] [blame] | 4696 | |
| 4697 | if (!crtc->config.gmch_pfit.control) |
| 4698 | return; |
Daniel Vetter | 87476d6 | 2013-04-11 16:29:06 +0200 | [diff] [blame] | 4699 | |
| 4700 | assert_pipe_disabled(dev_priv, crtc->pipe); |
| 4701 | |
Daniel Vetter | 328d8e8 | 2013-05-08 10:36:31 +0200 | [diff] [blame] | 4702 | DRM_DEBUG_DRIVER("disabling pfit, current: 0x%08x\n", |
| 4703 | I915_READ(PFIT_CONTROL)); |
| 4704 | I915_WRITE(PFIT_CONTROL, 0); |
Daniel Vetter | 87476d6 | 2013-04-11 16:29:06 +0200 | [diff] [blame] | 4705 | } |
| 4706 | |
Jesse Barnes | 0b8765c6 | 2010-09-10 10:31:34 -0700 | [diff] [blame] | 4707 | static void i9xx_crtc_disable(struct drm_crtc *crtc) |
| 4708 | { |
| 4709 | struct drm_device *dev = crtc->dev; |
| 4710 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 4711 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
Daniel Vetter | ef9c3ae | 2012-06-29 22:40:09 +0200 | [diff] [blame] | 4712 | struct intel_encoder *encoder; |
Jesse Barnes | 0b8765c6 | 2010-09-10 10:31:34 -0700 | [diff] [blame] | 4713 | int pipe = intel_crtc->pipe; |
Daniel Vetter | ef9c3ae | 2012-06-29 22:40:09 +0200 | [diff] [blame] | 4714 | |
Chris Wilson | f7abfe8 | 2010-09-13 14:19:16 +0100 | [diff] [blame] | 4715 | if (!intel_crtc->active) |
| 4716 | return; |
| 4717 | |
Ville Syrjälä | 9ab0460 | 2014-05-08 19:23:14 +0300 | [diff] [blame] | 4718 | intel_crtc_disable_planes(crtc); |
| 4719 | |
Daniel Vetter | ea9d758 | 2012-07-10 10:42:52 +0200 | [diff] [blame] | 4720 | for_each_encoder_on_crtc(dev, crtc, encoder) |
| 4721 | encoder->disable(encoder); |
| 4722 | |
Ville Syrjälä | 2d9d2b0 | 2014-01-17 11:44:31 +0200 | [diff] [blame] | 4723 | intel_set_cpu_fifo_underrun_reporting(dev, pipe, false); |
Jesse Barnes | b24e717 | 2011-01-04 15:09:30 -0800 | [diff] [blame] | 4724 | intel_disable_pipe(dev_priv, pipe); |
Mika Kuoppala | 24a1f16 | 2013-02-08 16:35:37 +0200 | [diff] [blame] | 4725 | |
Daniel Vetter | 87476d6 | 2013-04-11 16:29:06 +0200 | [diff] [blame] | 4726 | i9xx_pfit_disable(intel_crtc); |
Mika Kuoppala | 24a1f16 | 2013-02-08 16:35:37 +0200 | [diff] [blame] | 4727 | |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 4728 | for_each_encoder_on_crtc(dev, crtc, encoder) |
| 4729 | if (encoder->post_disable) |
| 4730 | encoder->post_disable(encoder); |
| 4731 | |
Chon Ming Lee | 076ed3b | 2014-04-09 13:28:17 +0300 | [diff] [blame] | 4732 | if (!intel_pipe_has_type(crtc, INTEL_OUTPUT_DSI)) { |
| 4733 | if (IS_CHERRYVIEW(dev)) |
| 4734 | chv_disable_pll(dev_priv, pipe); |
| 4735 | else if (IS_VALLEYVIEW(dev)) |
| 4736 | vlv_disable_pll(dev_priv, pipe); |
| 4737 | else |
| 4738 | i9xx_disable_pll(dev_priv, pipe); |
| 4739 | } |
Jesse Barnes | 0b8765c6 | 2010-09-10 10:31:34 -0700 | [diff] [blame] | 4740 | |
Chris Wilson | f7abfe8 | 2010-09-13 14:19:16 +0100 | [diff] [blame] | 4741 | intel_crtc->active = false; |
Ville Syrjälä | 46ba614 | 2013-09-10 11:40:40 +0300 | [diff] [blame] | 4742 | intel_update_watermarks(crtc); |
Ville Syrjälä | f37fcc2 | 2013-09-10 11:39:55 +0300 | [diff] [blame] | 4743 | |
Daniel Vetter | efa9624 | 2014-04-24 23:55:02 +0200 | [diff] [blame] | 4744 | mutex_lock(&dev->struct_mutex); |
Chris Wilson | 6b383a7 | 2010-09-13 13:54:26 +0100 | [diff] [blame] | 4745 | intel_update_fbc(dev); |
Daniel Vetter | 71b1c37 | 2014-04-24 23:55:03 +0200 | [diff] [blame] | 4746 | intel_edp_psr_update(dev); |
Daniel Vetter | efa9624 | 2014-04-24 23:55:02 +0200 | [diff] [blame] | 4747 | mutex_unlock(&dev->struct_mutex); |
Jesse Barnes | 0b8765c6 | 2010-09-10 10:31:34 -0700 | [diff] [blame] | 4748 | } |
| 4749 | |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 4750 | static void i9xx_crtc_off(struct drm_crtc *crtc) |
| 4751 | { |
| 4752 | } |
| 4753 | |
Daniel Vetter | 976f8a2 | 2012-07-08 22:34:21 +0200 | [diff] [blame] | 4754 | static void intel_crtc_update_sarea(struct drm_crtc *crtc, |
| 4755 | bool enabled) |
Zhenyu Wang | 2c07245 | 2009-06-05 15:38:42 +0800 | [diff] [blame] | 4756 | { |
| 4757 | struct drm_device *dev = crtc->dev; |
| 4758 | struct drm_i915_master_private *master_priv; |
| 4759 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 4760 | int pipe = intel_crtc->pipe; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 4761 | |
| 4762 | if (!dev->primary->master) |
| 4763 | return; |
| 4764 | |
| 4765 | master_priv = dev->primary->master->driver_priv; |
| 4766 | if (!master_priv->sarea_priv) |
| 4767 | return; |
| 4768 | |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 4769 | switch (pipe) { |
| 4770 | case 0: |
| 4771 | master_priv->sarea_priv->pipeA_w = enabled ? crtc->mode.hdisplay : 0; |
| 4772 | master_priv->sarea_priv->pipeA_h = enabled ? crtc->mode.vdisplay : 0; |
| 4773 | break; |
| 4774 | case 1: |
| 4775 | master_priv->sarea_priv->pipeB_w = enabled ? crtc->mode.hdisplay : 0; |
| 4776 | master_priv->sarea_priv->pipeB_h = enabled ? crtc->mode.vdisplay : 0; |
| 4777 | break; |
| 4778 | default: |
Jesse Barnes | 9db4a9c | 2011-02-07 12:26:52 -0800 | [diff] [blame] | 4779 | 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] | 4780 | break; |
| 4781 | } |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 4782 | } |
| 4783 | |
Daniel Vetter | 976f8a2 | 2012-07-08 22:34:21 +0200 | [diff] [blame] | 4784 | /** |
| 4785 | * Sets the power management mode of the pipe and plane. |
| 4786 | */ |
| 4787 | void intel_crtc_update_dpms(struct drm_crtc *crtc) |
Chris Wilson | cdd5998 | 2010-09-08 16:30:16 +0100 | [diff] [blame] | 4788 | { |
Chris Wilson | cdd5998 | 2010-09-08 16:30:16 +0100 | [diff] [blame] | 4789 | struct drm_device *dev = crtc->dev; |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 4790 | struct drm_i915_private *dev_priv = dev->dev_private; |
Daniel Vetter | 976f8a2 | 2012-07-08 22:34:21 +0200 | [diff] [blame] | 4791 | struct intel_encoder *intel_encoder; |
| 4792 | bool enable = false; |
Chris Wilson | cdd5998 | 2010-09-08 16:30:16 +0100 | [diff] [blame] | 4793 | |
Daniel Vetter | 976f8a2 | 2012-07-08 22:34:21 +0200 | [diff] [blame] | 4794 | for_each_encoder_on_crtc(dev, crtc, intel_encoder) |
| 4795 | enable |= intel_encoder->connectors_active; |
| 4796 | |
| 4797 | if (enable) |
| 4798 | dev_priv->display.crtc_enable(crtc); |
| 4799 | else |
| 4800 | dev_priv->display.crtc_disable(crtc); |
| 4801 | |
| 4802 | intel_crtc_update_sarea(crtc, enable); |
| 4803 | } |
| 4804 | |
Daniel Vetter | 976f8a2 | 2012-07-08 22:34:21 +0200 | [diff] [blame] | 4805 | static void intel_crtc_disable(struct drm_crtc *crtc) |
| 4806 | { |
| 4807 | struct drm_device *dev = crtc->dev; |
| 4808 | struct drm_connector *connector; |
| 4809 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 4810 | |
| 4811 | /* crtc should still be enabled when we disable it. */ |
| 4812 | WARN_ON(!crtc->enabled); |
| 4813 | |
| 4814 | dev_priv->display.crtc_disable(crtc); |
| 4815 | intel_crtc_update_sarea(crtc, false); |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 4816 | dev_priv->display.off(crtc); |
| 4817 | |
Chris Wilson | 931872f | 2012-01-16 23:01:13 +0000 | [diff] [blame] | 4818 | assert_plane_disabled(dev->dev_private, to_intel_crtc(crtc)->plane); |
Jani Nikula | 93ce0ba | 2013-09-13 11:03:08 +0300 | [diff] [blame] | 4819 | assert_cursor_disabled(dev_priv, to_intel_crtc(crtc)->pipe); |
Chris Wilson | 931872f | 2012-01-16 23:01:13 +0000 | [diff] [blame] | 4820 | assert_pipe_disabled(dev->dev_private, to_intel_crtc(crtc)->pipe); |
Chris Wilson | cdd5998 | 2010-09-08 16:30:16 +0100 | [diff] [blame] | 4821 | |
Matt Roper | f4510a2 | 2014-04-01 15:22:40 -0700 | [diff] [blame] | 4822 | if (crtc->primary->fb) { |
Chris Wilson | cdd5998 | 2010-09-08 16:30:16 +0100 | [diff] [blame] | 4823 | mutex_lock(&dev->struct_mutex); |
Matt Roper | f4510a2 | 2014-04-01 15:22:40 -0700 | [diff] [blame] | 4824 | intel_unpin_fb_obj(to_intel_framebuffer(crtc->primary->fb)->obj); |
Chris Wilson | cdd5998 | 2010-09-08 16:30:16 +0100 | [diff] [blame] | 4825 | mutex_unlock(&dev->struct_mutex); |
Matt Roper | f4510a2 | 2014-04-01 15:22:40 -0700 | [diff] [blame] | 4826 | crtc->primary->fb = NULL; |
Daniel Vetter | 976f8a2 | 2012-07-08 22:34:21 +0200 | [diff] [blame] | 4827 | } |
| 4828 | |
| 4829 | /* Update computed state. */ |
| 4830 | list_for_each_entry(connector, &dev->mode_config.connector_list, head) { |
| 4831 | if (!connector->encoder || !connector->encoder->crtc) |
| 4832 | continue; |
| 4833 | |
| 4834 | if (connector->encoder->crtc != crtc) |
| 4835 | continue; |
| 4836 | |
| 4837 | connector->dpms = DRM_MODE_DPMS_OFF; |
| 4838 | to_intel_encoder(connector->encoder)->connectors_active = false; |
Chris Wilson | cdd5998 | 2010-09-08 16:30:16 +0100 | [diff] [blame] | 4839 | } |
| 4840 | } |
| 4841 | |
Chris Wilson | ea5b213 | 2010-08-04 13:50:23 +0100 | [diff] [blame] | 4842 | void intel_encoder_destroy(struct drm_encoder *encoder) |
| 4843 | { |
Chris Wilson | 4ef69c7 | 2010-09-09 15:14:28 +0100 | [diff] [blame] | 4844 | struct intel_encoder *intel_encoder = to_intel_encoder(encoder); |
Chris Wilson | ea5b213 | 2010-08-04 13:50:23 +0100 | [diff] [blame] | 4845 | |
Chris Wilson | ea5b213 | 2010-08-04 13:50:23 +0100 | [diff] [blame] | 4846 | drm_encoder_cleanup(encoder); |
| 4847 | kfree(intel_encoder); |
| 4848 | } |
| 4849 | |
Damien Lespiau | 9237329 | 2013-08-08 22:28:57 +0100 | [diff] [blame] | 4850 | /* 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] | 4851 | * one kind of off state. It clamps all !ON modes to fully OFF and changes the |
| 4852 | * state of the entire output pipe. */ |
Damien Lespiau | 9237329 | 2013-08-08 22:28:57 +0100 | [diff] [blame] | 4853 | static void intel_encoder_dpms(struct intel_encoder *encoder, int mode) |
Daniel Vetter | 5ab432e | 2012-06-30 08:59:56 +0200 | [diff] [blame] | 4854 | { |
| 4855 | if (mode == DRM_MODE_DPMS_ON) { |
| 4856 | encoder->connectors_active = true; |
| 4857 | |
Daniel Vetter | b2cabb0 | 2012-07-01 22:42:24 +0200 | [diff] [blame] | 4858 | intel_crtc_update_dpms(encoder->base.crtc); |
Daniel Vetter | 5ab432e | 2012-06-30 08:59:56 +0200 | [diff] [blame] | 4859 | } else { |
| 4860 | encoder->connectors_active = false; |
| 4861 | |
Daniel Vetter | b2cabb0 | 2012-07-01 22:42:24 +0200 | [diff] [blame] | 4862 | intel_crtc_update_dpms(encoder->base.crtc); |
Daniel Vetter | 5ab432e | 2012-06-30 08:59:56 +0200 | [diff] [blame] | 4863 | } |
| 4864 | } |
| 4865 | |
Daniel Vetter | 0a91ca2 | 2012-07-02 21:54:27 +0200 | [diff] [blame] | 4866 | /* Cross check the actual hw state with our own modeset state tracking (and it's |
| 4867 | * internal consistency). */ |
Daniel Vetter | b980514 | 2012-08-31 17:37:33 +0200 | [diff] [blame] | 4868 | static void intel_connector_check_state(struct intel_connector *connector) |
Daniel Vetter | 0a91ca2 | 2012-07-02 21:54:27 +0200 | [diff] [blame] | 4869 | { |
| 4870 | if (connector->get_hw_state(connector)) { |
| 4871 | struct intel_encoder *encoder = connector->encoder; |
| 4872 | struct drm_crtc *crtc; |
| 4873 | bool encoder_enabled; |
| 4874 | enum pipe pipe; |
| 4875 | |
| 4876 | DRM_DEBUG_KMS("[CONNECTOR:%d:%s]\n", |
| 4877 | connector->base.base.id, |
| 4878 | drm_get_connector_name(&connector->base)); |
| 4879 | |
| 4880 | WARN(connector->base.dpms == DRM_MODE_DPMS_OFF, |
| 4881 | "wrong connector dpms state\n"); |
| 4882 | WARN(connector->base.encoder != &encoder->base, |
| 4883 | "active connector not linked to encoder\n"); |
| 4884 | WARN(!encoder->connectors_active, |
| 4885 | "encoder->connectors_active not set\n"); |
| 4886 | |
| 4887 | encoder_enabled = encoder->get_hw_state(encoder, &pipe); |
| 4888 | WARN(!encoder_enabled, "encoder not enabled\n"); |
| 4889 | if (WARN_ON(!encoder->base.crtc)) |
| 4890 | return; |
| 4891 | |
| 4892 | crtc = encoder->base.crtc; |
| 4893 | |
| 4894 | WARN(!crtc->enabled, "crtc not enabled\n"); |
| 4895 | WARN(!to_intel_crtc(crtc)->active, "crtc not active\n"); |
| 4896 | WARN(pipe != to_intel_crtc(crtc)->pipe, |
| 4897 | "encoder active on the wrong pipe\n"); |
| 4898 | } |
| 4899 | } |
| 4900 | |
Daniel Vetter | 5ab432e | 2012-06-30 08:59:56 +0200 | [diff] [blame] | 4901 | /* Even simpler default implementation, if there's really no special case to |
| 4902 | * consider. */ |
| 4903 | void intel_connector_dpms(struct drm_connector *connector, int mode) |
| 4904 | { |
Daniel Vetter | 5ab432e | 2012-06-30 08:59:56 +0200 | [diff] [blame] | 4905 | /* All the simple cases only support two dpms states. */ |
| 4906 | if (mode != DRM_MODE_DPMS_ON) |
| 4907 | mode = DRM_MODE_DPMS_OFF; |
| 4908 | |
| 4909 | if (mode == connector->dpms) |
| 4910 | return; |
| 4911 | |
| 4912 | connector->dpms = mode; |
| 4913 | |
| 4914 | /* Only need to change hw state when actually enabled */ |
Chris Wilson | c9976dc | 2013-09-29 19:15:07 +0100 | [diff] [blame] | 4915 | if (connector->encoder) |
| 4916 | intel_encoder_dpms(to_intel_encoder(connector->encoder), mode); |
Daniel Vetter | 0a91ca2 | 2012-07-02 21:54:27 +0200 | [diff] [blame] | 4917 | |
Daniel Vetter | b980514 | 2012-08-31 17:37:33 +0200 | [diff] [blame] | 4918 | intel_modeset_check_state(connector->dev); |
Daniel Vetter | 5ab432e | 2012-06-30 08:59:56 +0200 | [diff] [blame] | 4919 | } |
| 4920 | |
Daniel Vetter | f0947c3 | 2012-07-02 13:10:34 +0200 | [diff] [blame] | 4921 | /* Simple connector->get_hw_state implementation for encoders that support only |
| 4922 | * one connector and no cloning and hence the encoder state determines the state |
| 4923 | * of the connector. */ |
| 4924 | bool intel_connector_get_hw_state(struct intel_connector *connector) |
| 4925 | { |
Daniel Vetter | 2492935 | 2012-07-02 20:28:59 +0200 | [diff] [blame] | 4926 | enum pipe pipe = 0; |
Daniel Vetter | f0947c3 | 2012-07-02 13:10:34 +0200 | [diff] [blame] | 4927 | struct intel_encoder *encoder = connector->encoder; |
| 4928 | |
| 4929 | return encoder->get_hw_state(encoder, &pipe); |
| 4930 | } |
| 4931 | |
Daniel Vetter | 1857e1d | 2013-04-29 19:34:16 +0200 | [diff] [blame] | 4932 | static bool ironlake_check_fdi_lanes(struct drm_device *dev, enum pipe pipe, |
| 4933 | struct intel_crtc_config *pipe_config) |
| 4934 | { |
| 4935 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 4936 | struct intel_crtc *pipe_B_crtc = |
| 4937 | to_intel_crtc(dev_priv->pipe_to_crtc_mapping[PIPE_B]); |
| 4938 | |
| 4939 | DRM_DEBUG_KMS("checking fdi config on pipe %c, lanes %i\n", |
| 4940 | pipe_name(pipe), pipe_config->fdi_lanes); |
| 4941 | if (pipe_config->fdi_lanes > 4) { |
| 4942 | DRM_DEBUG_KMS("invalid fdi lane config on pipe %c: %i lanes\n", |
| 4943 | pipe_name(pipe), pipe_config->fdi_lanes); |
| 4944 | return false; |
| 4945 | } |
| 4946 | |
Paulo Zanoni | bafb655 | 2013-11-02 21:07:44 -0700 | [diff] [blame] | 4947 | if (IS_HASWELL(dev) || IS_BROADWELL(dev)) { |
Daniel Vetter | 1857e1d | 2013-04-29 19:34:16 +0200 | [diff] [blame] | 4948 | if (pipe_config->fdi_lanes > 2) { |
| 4949 | DRM_DEBUG_KMS("only 2 lanes on haswell, required: %i lanes\n", |
| 4950 | pipe_config->fdi_lanes); |
| 4951 | return false; |
| 4952 | } else { |
| 4953 | return true; |
| 4954 | } |
| 4955 | } |
| 4956 | |
| 4957 | if (INTEL_INFO(dev)->num_pipes == 2) |
| 4958 | return true; |
| 4959 | |
| 4960 | /* Ivybridge 3 pipe is really complicated */ |
| 4961 | switch (pipe) { |
| 4962 | case PIPE_A: |
| 4963 | return true; |
| 4964 | case PIPE_B: |
| 4965 | if (dev_priv->pipe_to_crtc_mapping[PIPE_C]->enabled && |
| 4966 | pipe_config->fdi_lanes > 2) { |
| 4967 | DRM_DEBUG_KMS("invalid shared fdi lane config on pipe %c: %i lanes\n", |
| 4968 | pipe_name(pipe), pipe_config->fdi_lanes); |
| 4969 | return false; |
| 4970 | } |
| 4971 | return true; |
| 4972 | case PIPE_C: |
Daniel Vetter | 1e833f4 | 2013-02-19 22:31:57 +0100 | [diff] [blame] | 4973 | if (!pipe_has_enabled_pch(pipe_B_crtc) || |
Daniel Vetter | 1857e1d | 2013-04-29 19:34:16 +0200 | [diff] [blame] | 4974 | pipe_B_crtc->config.fdi_lanes <= 2) { |
| 4975 | if (pipe_config->fdi_lanes > 2) { |
| 4976 | DRM_DEBUG_KMS("invalid shared fdi lane config on pipe %c: %i lanes\n", |
| 4977 | pipe_name(pipe), pipe_config->fdi_lanes); |
| 4978 | return false; |
| 4979 | } |
| 4980 | } else { |
| 4981 | DRM_DEBUG_KMS("fdi link B uses too many lanes to enable link C\n"); |
| 4982 | return false; |
| 4983 | } |
| 4984 | return true; |
| 4985 | default: |
| 4986 | BUG(); |
| 4987 | } |
| 4988 | } |
| 4989 | |
Daniel Vetter | e29c22c | 2013-02-21 00:00:16 +0100 | [diff] [blame] | 4990 | #define RETRY 1 |
| 4991 | static int ironlake_fdi_compute_config(struct intel_crtc *intel_crtc, |
| 4992 | struct intel_crtc_config *pipe_config) |
Daniel Vetter | 877d48d | 2013-04-19 11:24:43 +0200 | [diff] [blame] | 4993 | { |
Daniel Vetter | 1857e1d | 2013-04-29 19:34:16 +0200 | [diff] [blame] | 4994 | struct drm_device *dev = intel_crtc->base.dev; |
Daniel Vetter | 877d48d | 2013-04-19 11:24:43 +0200 | [diff] [blame] | 4995 | struct drm_display_mode *adjusted_mode = &pipe_config->adjusted_mode; |
Daniel Vetter | ff9a675 | 2013-06-01 17:16:21 +0200 | [diff] [blame] | 4996 | int lane, link_bw, fdi_dotclock; |
Daniel Vetter | e29c22c | 2013-02-21 00:00:16 +0100 | [diff] [blame] | 4997 | bool setup_ok, needs_recompute = false; |
Daniel Vetter | 877d48d | 2013-04-19 11:24:43 +0200 | [diff] [blame] | 4998 | |
Daniel Vetter | e29c22c | 2013-02-21 00:00:16 +0100 | [diff] [blame] | 4999 | retry: |
Daniel Vetter | 877d48d | 2013-04-19 11:24:43 +0200 | [diff] [blame] | 5000 | /* FDI is a binary signal running at ~2.7GHz, encoding |
| 5001 | * each output octet as 10 bits. The actual frequency |
| 5002 | * is stored as a divider into a 100MHz clock, and the |
| 5003 | * mode pixel clock is stored in units of 1KHz. |
| 5004 | * Hence the bw of each lane in terms of the mode signal |
| 5005 | * is: |
| 5006 | */ |
| 5007 | link_bw = intel_fdi_link_freq(dev) * MHz(100)/KHz(1)/10; |
| 5008 | |
Damien Lespiau | 241bfc3 | 2013-09-25 16:45:37 +0100 | [diff] [blame] | 5009 | fdi_dotclock = adjusted_mode->crtc_clock; |
Daniel Vetter | 877d48d | 2013-04-19 11:24:43 +0200 | [diff] [blame] | 5010 | |
Daniel Vetter | 2bd89a0 | 2013-06-01 17:16:19 +0200 | [diff] [blame] | 5011 | lane = ironlake_get_lanes_required(fdi_dotclock, link_bw, |
Daniel Vetter | 877d48d | 2013-04-19 11:24:43 +0200 | [diff] [blame] | 5012 | pipe_config->pipe_bpp); |
| 5013 | |
| 5014 | pipe_config->fdi_lanes = lane; |
| 5015 | |
Daniel Vetter | 2bd89a0 | 2013-06-01 17:16:19 +0200 | [diff] [blame] | 5016 | intel_link_compute_m_n(pipe_config->pipe_bpp, lane, fdi_dotclock, |
Daniel Vetter | 877d48d | 2013-04-19 11:24:43 +0200 | [diff] [blame] | 5017 | link_bw, &pipe_config->fdi_m_n); |
Daniel Vetter | 1857e1d | 2013-04-29 19:34:16 +0200 | [diff] [blame] | 5018 | |
Daniel Vetter | e29c22c | 2013-02-21 00:00:16 +0100 | [diff] [blame] | 5019 | setup_ok = ironlake_check_fdi_lanes(intel_crtc->base.dev, |
| 5020 | intel_crtc->pipe, pipe_config); |
| 5021 | if (!setup_ok && pipe_config->pipe_bpp > 6*3) { |
| 5022 | pipe_config->pipe_bpp -= 2*3; |
| 5023 | DRM_DEBUG_KMS("fdi link bw constraint, reducing pipe bpp to %i\n", |
| 5024 | pipe_config->pipe_bpp); |
| 5025 | needs_recompute = true; |
| 5026 | pipe_config->bw_constrained = true; |
| 5027 | |
| 5028 | goto retry; |
| 5029 | } |
| 5030 | |
| 5031 | if (needs_recompute) |
| 5032 | return RETRY; |
| 5033 | |
| 5034 | return setup_ok ? 0 : -EINVAL; |
Daniel Vetter | 877d48d | 2013-04-19 11:24:43 +0200 | [diff] [blame] | 5035 | } |
| 5036 | |
Paulo Zanoni | 42db64e | 2013-05-31 16:33:22 -0300 | [diff] [blame] | 5037 | static void hsw_compute_ips_config(struct intel_crtc *crtc, |
| 5038 | struct intel_crtc_config *pipe_config) |
| 5039 | { |
Jani Nikula | d330a95 | 2014-01-21 11:24:25 +0200 | [diff] [blame] | 5040 | pipe_config->ips_enabled = i915.enable_ips && |
Paulo Zanoni | 3c4ca58 | 2013-05-31 16:33:23 -0300 | [diff] [blame] | 5041 | hsw_crtc_supports_ips(crtc) && |
Jesse Barnes | b6dfdc9 | 2013-07-25 10:06:50 -0700 | [diff] [blame] | 5042 | pipe_config->pipe_bpp <= 24; |
Paulo Zanoni | 42db64e | 2013-05-31 16:33:22 -0300 | [diff] [blame] | 5043 | } |
| 5044 | |
Daniel Vetter | a43f6e0 | 2013-06-07 23:10:32 +0200 | [diff] [blame] | 5045 | static int intel_crtc_compute_config(struct intel_crtc *crtc, |
Daniel Vetter | e29c22c | 2013-02-21 00:00:16 +0100 | [diff] [blame] | 5046 | struct intel_crtc_config *pipe_config) |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 5047 | { |
Daniel Vetter | a43f6e0 | 2013-06-07 23:10:32 +0200 | [diff] [blame] | 5048 | struct drm_device *dev = crtc->base.dev; |
Daniel Vetter | b8cecdf | 2013-03-27 00:44:50 +0100 | [diff] [blame] | 5049 | struct drm_display_mode *adjusted_mode = &pipe_config->adjusted_mode; |
Chris Wilson | 8974935 | 2010-09-12 18:25:19 +0100 | [diff] [blame] | 5050 | |
Ville Syrjälä | ad3a447 | 2013-09-04 18:30:04 +0300 | [diff] [blame] | 5051 | /* FIXME should check pixel clock limits on all platforms */ |
Ville Syrjälä | cf532bb | 2013-09-04 18:30:02 +0300 | [diff] [blame] | 5052 | if (INTEL_INFO(dev)->gen < 4) { |
| 5053 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 5054 | int clock_limit = |
| 5055 | dev_priv->display.get_display_clock_speed(dev); |
| 5056 | |
| 5057 | /* |
| 5058 | * Enable pixel doubling when the dot clock |
| 5059 | * is > 90% of the (display) core speed. |
| 5060 | * |
Ville Syrjälä | b397c96 | 2013-09-04 18:30:06 +0300 | [diff] [blame] | 5061 | * GDG double wide on either pipe, |
| 5062 | * otherwise pipe A only. |
Ville Syrjälä | cf532bb | 2013-09-04 18:30:02 +0300 | [diff] [blame] | 5063 | */ |
Ville Syrjälä | b397c96 | 2013-09-04 18:30:06 +0300 | [diff] [blame] | 5064 | if ((crtc->pipe == PIPE_A || IS_I915G(dev)) && |
Damien Lespiau | 241bfc3 | 2013-09-25 16:45:37 +0100 | [diff] [blame] | 5065 | adjusted_mode->crtc_clock > clock_limit * 9 / 10) { |
Ville Syrjälä | ad3a447 | 2013-09-04 18:30:04 +0300 | [diff] [blame] | 5066 | clock_limit *= 2; |
Ville Syrjälä | cf532bb | 2013-09-04 18:30:02 +0300 | [diff] [blame] | 5067 | pipe_config->double_wide = true; |
Ville Syrjälä | ad3a447 | 2013-09-04 18:30:04 +0300 | [diff] [blame] | 5068 | } |
| 5069 | |
Damien Lespiau | 241bfc3 | 2013-09-25 16:45:37 +0100 | [diff] [blame] | 5070 | if (adjusted_mode->crtc_clock > clock_limit * 9 / 10) |
Daniel Vetter | e29c22c | 2013-02-21 00:00:16 +0100 | [diff] [blame] | 5071 | return -EINVAL; |
Zhenyu Wang | 2c07245 | 2009-06-05 15:38:42 +0800 | [diff] [blame] | 5072 | } |
Chris Wilson | 8974935 | 2010-09-12 18:25:19 +0100 | [diff] [blame] | 5073 | |
Ville Syrjälä | 1d1d0e2 | 2013-09-04 18:30:05 +0300 | [diff] [blame] | 5074 | /* |
| 5075 | * Pipe horizontal size must be even in: |
| 5076 | * - DVO ganged mode |
| 5077 | * - LVDS dual channel mode |
| 5078 | * - Double wide pipe |
| 5079 | */ |
| 5080 | if ((intel_pipe_has_type(&crtc->base, INTEL_OUTPUT_LVDS) && |
| 5081 | intel_is_dual_link_lvds(dev)) || pipe_config->double_wide) |
| 5082 | pipe_config->pipe_src_w &= ~1; |
| 5083 | |
Damien Lespiau | 8693a82 | 2013-05-03 18:48:11 +0100 | [diff] [blame] | 5084 | /* Cantiga+ cannot handle modes with a hsync front porch of 0. |
| 5085 | * WaPruneModeWithIncorrectHsyncOffset:ctg,elk,ilk,snb,ivb,vlv,hsw. |
Chris Wilson | 44f46b42 | 2012-06-21 13:19:59 +0300 | [diff] [blame] | 5086 | */ |
| 5087 | if ((INTEL_INFO(dev)->gen > 4 || IS_G4X(dev)) && |
| 5088 | adjusted_mode->hsync_start == adjusted_mode->hdisplay) |
Daniel Vetter | e29c22c | 2013-02-21 00:00:16 +0100 | [diff] [blame] | 5089 | return -EINVAL; |
Chris Wilson | 44f46b42 | 2012-06-21 13:19:59 +0300 | [diff] [blame] | 5090 | |
Daniel Vetter | bd080ee | 2013-04-17 20:01:39 +0200 | [diff] [blame] | 5091 | 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] | 5092 | pipe_config->pipe_bpp = 10*3; /* 12bpc is gen5+ */ |
Daniel Vetter | bd080ee | 2013-04-17 20:01:39 +0200 | [diff] [blame] | 5093 | } 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] | 5094 | /* only a 8bpc pipe, with 6bpc dither through the panel fitter |
| 5095 | * for lvds. */ |
| 5096 | pipe_config->pipe_bpp = 8*3; |
| 5097 | } |
| 5098 | |
Damien Lespiau | f5adf94 | 2013-06-24 18:29:34 +0100 | [diff] [blame] | 5099 | if (HAS_IPS(dev)) |
Daniel Vetter | a43f6e0 | 2013-06-07 23:10:32 +0200 | [diff] [blame] | 5100 | hsw_compute_ips_config(crtc, pipe_config); |
| 5101 | |
| 5102 | /* XXX: PCH clock sharing is done in ->mode_set, so make sure the old |
| 5103 | * clock survives for now. */ |
| 5104 | if (HAS_PCH_IBX(dev) || HAS_PCH_CPT(dev)) |
| 5105 | pipe_config->shared_dpll = crtc->config.shared_dpll; |
Paulo Zanoni | 42db64e | 2013-05-31 16:33:22 -0300 | [diff] [blame] | 5106 | |
Daniel Vetter | 877d48d | 2013-04-19 11:24:43 +0200 | [diff] [blame] | 5107 | if (pipe_config->has_pch_encoder) |
Daniel Vetter | a43f6e0 | 2013-06-07 23:10:32 +0200 | [diff] [blame] | 5108 | return ironlake_fdi_compute_config(crtc, pipe_config); |
Daniel Vetter | 877d48d | 2013-04-19 11:24:43 +0200 | [diff] [blame] | 5109 | |
Daniel Vetter | e29c22c | 2013-02-21 00:00:16 +0100 | [diff] [blame] | 5110 | return 0; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 5111 | } |
| 5112 | |
Jesse Barnes | 25eb05fc | 2012-03-28 13:39:23 -0700 | [diff] [blame] | 5113 | static int valleyview_get_display_clock_speed(struct drm_device *dev) |
| 5114 | { |
| 5115 | return 400000; /* FIXME */ |
| 5116 | } |
| 5117 | |
Jesse Barnes | e70236a | 2009-09-21 10:42:27 -0700 | [diff] [blame] | 5118 | static int i945_get_display_clock_speed(struct drm_device *dev) |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 5119 | { |
Jesse Barnes | e70236a | 2009-09-21 10:42:27 -0700 | [diff] [blame] | 5120 | return 400000; |
| 5121 | } |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 5122 | |
Jesse Barnes | e70236a | 2009-09-21 10:42:27 -0700 | [diff] [blame] | 5123 | static int i915_get_display_clock_speed(struct drm_device *dev) |
| 5124 | { |
| 5125 | return 333000; |
| 5126 | } |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 5127 | |
Jesse Barnes | e70236a | 2009-09-21 10:42:27 -0700 | [diff] [blame] | 5128 | static int i9xx_misc_get_display_clock_speed(struct drm_device *dev) |
| 5129 | { |
| 5130 | return 200000; |
| 5131 | } |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 5132 | |
Daniel Vetter | 257a7ff | 2013-07-26 08:35:42 +0200 | [diff] [blame] | 5133 | static int pnv_get_display_clock_speed(struct drm_device *dev) |
| 5134 | { |
| 5135 | u16 gcfgc = 0; |
| 5136 | |
| 5137 | pci_read_config_word(dev->pdev, GCFGC, &gcfgc); |
| 5138 | |
| 5139 | switch (gcfgc & GC_DISPLAY_CLOCK_MASK) { |
| 5140 | case GC_DISPLAY_CLOCK_267_MHZ_PNV: |
| 5141 | return 267000; |
| 5142 | case GC_DISPLAY_CLOCK_333_MHZ_PNV: |
| 5143 | return 333000; |
| 5144 | case GC_DISPLAY_CLOCK_444_MHZ_PNV: |
| 5145 | return 444000; |
| 5146 | case GC_DISPLAY_CLOCK_200_MHZ_PNV: |
| 5147 | return 200000; |
| 5148 | default: |
| 5149 | DRM_ERROR("Unknown pnv display core clock 0x%04x\n", gcfgc); |
| 5150 | case GC_DISPLAY_CLOCK_133_MHZ_PNV: |
| 5151 | return 133000; |
| 5152 | case GC_DISPLAY_CLOCK_167_MHZ_PNV: |
| 5153 | return 167000; |
| 5154 | } |
| 5155 | } |
| 5156 | |
Jesse Barnes | e70236a | 2009-09-21 10:42:27 -0700 | [diff] [blame] | 5157 | static int i915gm_get_display_clock_speed(struct drm_device *dev) |
| 5158 | { |
| 5159 | u16 gcfgc = 0; |
| 5160 | |
| 5161 | pci_read_config_word(dev->pdev, GCFGC, &gcfgc); |
| 5162 | |
| 5163 | if (gcfgc & GC_LOW_FREQUENCY_ENABLE) |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 5164 | return 133000; |
Jesse Barnes | e70236a | 2009-09-21 10:42:27 -0700 | [diff] [blame] | 5165 | else { |
| 5166 | switch (gcfgc & GC_DISPLAY_CLOCK_MASK) { |
| 5167 | case GC_DISPLAY_CLOCK_333_MHZ: |
| 5168 | return 333000; |
| 5169 | default: |
| 5170 | case GC_DISPLAY_CLOCK_190_200_MHZ: |
| 5171 | return 190000; |
| 5172 | } |
| 5173 | } |
| 5174 | } |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 5175 | |
Jesse Barnes | e70236a | 2009-09-21 10:42:27 -0700 | [diff] [blame] | 5176 | static int i865_get_display_clock_speed(struct drm_device *dev) |
| 5177 | { |
| 5178 | return 266000; |
| 5179 | } |
| 5180 | |
| 5181 | static int i855_get_display_clock_speed(struct drm_device *dev) |
| 5182 | { |
| 5183 | u16 hpllcc = 0; |
| 5184 | /* Assume that the hardware is in the high speed state. This |
| 5185 | * should be the default. |
| 5186 | */ |
| 5187 | switch (hpllcc & GC_CLOCK_CONTROL_MASK) { |
| 5188 | case GC_CLOCK_133_200: |
| 5189 | case GC_CLOCK_100_200: |
| 5190 | return 200000; |
| 5191 | case GC_CLOCK_166_250: |
| 5192 | return 250000; |
| 5193 | case GC_CLOCK_100_133: |
| 5194 | return 133000; |
| 5195 | } |
| 5196 | |
| 5197 | /* Shouldn't happen */ |
| 5198 | return 0; |
| 5199 | } |
| 5200 | |
| 5201 | static int i830_get_display_clock_speed(struct drm_device *dev) |
| 5202 | { |
| 5203 | return 133000; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 5204 | } |
| 5205 | |
Zhenyu Wang | 2c07245 | 2009-06-05 15:38:42 +0800 | [diff] [blame] | 5206 | static void |
Ville Syrjälä | a65851a | 2013-04-23 15:03:34 +0300 | [diff] [blame] | 5207 | intel_reduce_m_n_ratio(uint32_t *num, uint32_t *den) |
Zhenyu Wang | 2c07245 | 2009-06-05 15:38:42 +0800 | [diff] [blame] | 5208 | { |
Ville Syrjälä | a65851a | 2013-04-23 15:03:34 +0300 | [diff] [blame] | 5209 | while (*num > DATA_LINK_M_N_MASK || |
| 5210 | *den > DATA_LINK_M_N_MASK) { |
Zhenyu Wang | 2c07245 | 2009-06-05 15:38:42 +0800 | [diff] [blame] | 5211 | *num >>= 1; |
| 5212 | *den >>= 1; |
| 5213 | } |
| 5214 | } |
| 5215 | |
Ville Syrjälä | a65851a | 2013-04-23 15:03:34 +0300 | [diff] [blame] | 5216 | static void compute_m_n(unsigned int m, unsigned int n, |
| 5217 | uint32_t *ret_m, uint32_t *ret_n) |
| 5218 | { |
| 5219 | *ret_n = min_t(unsigned int, roundup_pow_of_two(n), DATA_LINK_N_MAX); |
| 5220 | *ret_m = div_u64((uint64_t) m * *ret_n, n); |
| 5221 | intel_reduce_m_n_ratio(ret_m, ret_n); |
| 5222 | } |
| 5223 | |
Daniel Vetter | e69d0bc | 2012-11-29 15:59:36 +0100 | [diff] [blame] | 5224 | void |
| 5225 | intel_link_compute_m_n(int bits_per_pixel, int nlanes, |
| 5226 | int pixel_clock, int link_clock, |
| 5227 | struct intel_link_m_n *m_n) |
Zhenyu Wang | 2c07245 | 2009-06-05 15:38:42 +0800 | [diff] [blame] | 5228 | { |
Daniel Vetter | e69d0bc | 2012-11-29 15:59:36 +0100 | [diff] [blame] | 5229 | m_n->tu = 64; |
Ville Syrjälä | a65851a | 2013-04-23 15:03:34 +0300 | [diff] [blame] | 5230 | |
| 5231 | compute_m_n(bits_per_pixel * pixel_clock, |
| 5232 | link_clock * nlanes * 8, |
| 5233 | &m_n->gmch_m, &m_n->gmch_n); |
| 5234 | |
| 5235 | compute_m_n(pixel_clock, link_clock, |
| 5236 | &m_n->link_m, &m_n->link_n); |
Zhenyu Wang | 2c07245 | 2009-06-05 15:38:42 +0800 | [diff] [blame] | 5237 | } |
| 5238 | |
Chris Wilson | a761503 | 2011-01-12 17:04:08 +0000 | [diff] [blame] | 5239 | static inline bool intel_panel_use_ssc(struct drm_i915_private *dev_priv) |
| 5240 | { |
Jani Nikula | d330a95 | 2014-01-21 11:24:25 +0200 | [diff] [blame] | 5241 | if (i915.panel_use_ssc >= 0) |
| 5242 | return i915.panel_use_ssc != 0; |
Rodrigo Vivi | 41aa344 | 2013-05-09 20:03:18 -0300 | [diff] [blame] | 5243 | return dev_priv->vbt.lvds_use_ssc |
Keith Packard | 435793d | 2011-07-12 14:56:22 -0700 | [diff] [blame] | 5244 | && !(dev_priv->quirks & QUIRK_LVDS_SSC_DISABLE); |
Chris Wilson | a761503 | 2011-01-12 17:04:08 +0000 | [diff] [blame] | 5245 | } |
| 5246 | |
Jesse Barnes | c65d77d | 2011-12-15 12:30:36 -0800 | [diff] [blame] | 5247 | static int i9xx_get_refclk(struct drm_crtc *crtc, int num_connectors) |
| 5248 | { |
| 5249 | struct drm_device *dev = crtc->dev; |
| 5250 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 5251 | int refclk; |
| 5252 | |
Jesse Barnes | a0c4da2 | 2012-06-15 11:55:13 -0700 | [diff] [blame] | 5253 | if (IS_VALLEYVIEW(dev)) { |
Daniel Vetter | 9a0ea49 | 2013-09-16 11:29:34 +0200 | [diff] [blame] | 5254 | refclk = 100000; |
Jesse Barnes | a0c4da2 | 2012-06-15 11:55:13 -0700 | [diff] [blame] | 5255 | } else if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS) && |
Jesse Barnes | c65d77d | 2011-12-15 12:30:36 -0800 | [diff] [blame] | 5256 | intel_panel_use_ssc(dev_priv) && num_connectors < 2) { |
Ville Syrjälä | e91e941 | 2013-12-09 18:54:16 +0200 | [diff] [blame] | 5257 | refclk = dev_priv->vbt.lvds_ssc_freq; |
| 5258 | DRM_DEBUG_KMS("using SSC reference clock of %d kHz\n", refclk); |
Jesse Barnes | c65d77d | 2011-12-15 12:30:36 -0800 | [diff] [blame] | 5259 | } else if (!IS_GEN2(dev)) { |
| 5260 | refclk = 96000; |
| 5261 | } else { |
| 5262 | refclk = 48000; |
| 5263 | } |
| 5264 | |
| 5265 | return refclk; |
| 5266 | } |
| 5267 | |
Daniel Vetter | 7429e9d | 2013-04-20 17:19:46 +0200 | [diff] [blame] | 5268 | static uint32_t pnv_dpll_compute_fp(struct dpll *dpll) |
Jesse Barnes | c65d77d | 2011-12-15 12:30:36 -0800 | [diff] [blame] | 5269 | { |
Daniel Vetter | 7df00d7 | 2013-05-21 21:54:55 +0200 | [diff] [blame] | 5270 | return (1 << dpll->n) << 16 | dpll->m2; |
Daniel Vetter | 7429e9d | 2013-04-20 17:19:46 +0200 | [diff] [blame] | 5271 | } |
Daniel Vetter | f47709a | 2013-03-28 10:42:02 +0100 | [diff] [blame] | 5272 | |
Daniel Vetter | 7429e9d | 2013-04-20 17:19:46 +0200 | [diff] [blame] | 5273 | static uint32_t i9xx_dpll_compute_fp(struct dpll *dpll) |
| 5274 | { |
| 5275 | return dpll->n << 16 | dpll->m1 << 8 | dpll->m2; |
Jesse Barnes | c65d77d | 2011-12-15 12:30:36 -0800 | [diff] [blame] | 5276 | } |
| 5277 | |
Daniel Vetter | f47709a | 2013-03-28 10:42:02 +0100 | [diff] [blame] | 5278 | static void i9xx_update_pll_dividers(struct intel_crtc *crtc, |
Jesse Barnes | a7516a0 | 2011-12-15 12:30:37 -0800 | [diff] [blame] | 5279 | intel_clock_t *reduced_clock) |
| 5280 | { |
Daniel Vetter | f47709a | 2013-03-28 10:42:02 +0100 | [diff] [blame] | 5281 | struct drm_device *dev = crtc->base.dev; |
Jesse Barnes | a7516a0 | 2011-12-15 12:30:37 -0800 | [diff] [blame] | 5282 | u32 fp, fp2 = 0; |
| 5283 | |
| 5284 | if (IS_PINEVIEW(dev)) { |
Daniel Vetter | 7429e9d | 2013-04-20 17:19:46 +0200 | [diff] [blame] | 5285 | fp = pnv_dpll_compute_fp(&crtc->config.dpll); |
Jesse Barnes | a7516a0 | 2011-12-15 12:30:37 -0800 | [diff] [blame] | 5286 | if (reduced_clock) |
Daniel Vetter | 7429e9d | 2013-04-20 17:19:46 +0200 | [diff] [blame] | 5287 | fp2 = pnv_dpll_compute_fp(reduced_clock); |
Jesse Barnes | a7516a0 | 2011-12-15 12:30:37 -0800 | [diff] [blame] | 5288 | } else { |
Daniel Vetter | 7429e9d | 2013-04-20 17:19:46 +0200 | [diff] [blame] | 5289 | fp = i9xx_dpll_compute_fp(&crtc->config.dpll); |
Jesse Barnes | a7516a0 | 2011-12-15 12:30:37 -0800 | [diff] [blame] | 5290 | if (reduced_clock) |
Daniel Vetter | 7429e9d | 2013-04-20 17:19:46 +0200 | [diff] [blame] | 5291 | fp2 = i9xx_dpll_compute_fp(reduced_clock); |
Jesse Barnes | a7516a0 | 2011-12-15 12:30:37 -0800 | [diff] [blame] | 5292 | } |
| 5293 | |
Daniel Vetter | 8bcc279 | 2013-06-05 13:34:28 +0200 | [diff] [blame] | 5294 | crtc->config.dpll_hw_state.fp0 = fp; |
Jesse Barnes | a7516a0 | 2011-12-15 12:30:37 -0800 | [diff] [blame] | 5295 | |
Daniel Vetter | f47709a | 2013-03-28 10:42:02 +0100 | [diff] [blame] | 5296 | crtc->lowfreq_avail = false; |
| 5297 | if (intel_pipe_has_type(&crtc->base, INTEL_OUTPUT_LVDS) && |
Jani Nikula | d330a95 | 2014-01-21 11:24:25 +0200 | [diff] [blame] | 5298 | reduced_clock && i915.powersave) { |
Daniel Vetter | 8bcc279 | 2013-06-05 13:34:28 +0200 | [diff] [blame] | 5299 | crtc->config.dpll_hw_state.fp1 = fp2; |
Daniel Vetter | f47709a | 2013-03-28 10:42:02 +0100 | [diff] [blame] | 5300 | crtc->lowfreq_avail = true; |
Jesse Barnes | a7516a0 | 2011-12-15 12:30:37 -0800 | [diff] [blame] | 5301 | } else { |
Daniel Vetter | 8bcc279 | 2013-06-05 13:34:28 +0200 | [diff] [blame] | 5302 | crtc->config.dpll_hw_state.fp1 = fp; |
Jesse Barnes | a7516a0 | 2011-12-15 12:30:37 -0800 | [diff] [blame] | 5303 | } |
| 5304 | } |
| 5305 | |
Chon Ming Lee | 5e69f97 | 2013-09-05 20:41:49 +0800 | [diff] [blame] | 5306 | static void vlv_pllb_recal_opamp(struct drm_i915_private *dev_priv, enum pipe |
| 5307 | pipe) |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 5308 | { |
| 5309 | u32 reg_val; |
| 5310 | |
| 5311 | /* |
| 5312 | * PLLB opamp always calibrates to max value of 0x3f, force enable it |
| 5313 | * and set it to a reasonable value instead. |
| 5314 | */ |
Chon Ming Lee | ab3c759 | 2013-11-07 10:43:30 +0800 | [diff] [blame] | 5315 | reg_val = vlv_dpio_read(dev_priv, pipe, VLV_PLL_DW9(1)); |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 5316 | reg_val &= 0xffffff00; |
| 5317 | reg_val |= 0x00000030; |
Chon Ming Lee | ab3c759 | 2013-11-07 10:43:30 +0800 | [diff] [blame] | 5318 | vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW9(1), reg_val); |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 5319 | |
Chon Ming Lee | ab3c759 | 2013-11-07 10:43:30 +0800 | [diff] [blame] | 5320 | reg_val = vlv_dpio_read(dev_priv, pipe, VLV_REF_DW13); |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 5321 | reg_val &= 0x8cffffff; |
| 5322 | reg_val = 0x8c000000; |
Chon Ming Lee | ab3c759 | 2013-11-07 10:43:30 +0800 | [diff] [blame] | 5323 | vlv_dpio_write(dev_priv, pipe, VLV_REF_DW13, reg_val); |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 5324 | |
Chon Ming Lee | ab3c759 | 2013-11-07 10:43:30 +0800 | [diff] [blame] | 5325 | reg_val = vlv_dpio_read(dev_priv, pipe, VLV_PLL_DW9(1)); |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 5326 | reg_val &= 0xffffff00; |
Chon Ming Lee | ab3c759 | 2013-11-07 10:43:30 +0800 | [diff] [blame] | 5327 | vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW9(1), reg_val); |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 5328 | |
Chon Ming Lee | ab3c759 | 2013-11-07 10:43:30 +0800 | [diff] [blame] | 5329 | reg_val = vlv_dpio_read(dev_priv, pipe, VLV_REF_DW13); |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 5330 | reg_val &= 0x00ffffff; |
| 5331 | reg_val |= 0xb0000000; |
Chon Ming Lee | ab3c759 | 2013-11-07 10:43:30 +0800 | [diff] [blame] | 5332 | vlv_dpio_write(dev_priv, pipe, VLV_REF_DW13, reg_val); |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 5333 | } |
| 5334 | |
Daniel Vetter | b551842 | 2013-05-03 11:49:48 +0200 | [diff] [blame] | 5335 | static void intel_pch_transcoder_set_m_n(struct intel_crtc *crtc, |
| 5336 | struct intel_link_m_n *m_n) |
| 5337 | { |
| 5338 | struct drm_device *dev = crtc->base.dev; |
| 5339 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 5340 | int pipe = crtc->pipe; |
| 5341 | |
Daniel Vetter | e3b95f1 | 2013-05-03 11:49:49 +0200 | [diff] [blame] | 5342 | I915_WRITE(PCH_TRANS_DATA_M1(pipe), TU_SIZE(m_n->tu) | m_n->gmch_m); |
| 5343 | I915_WRITE(PCH_TRANS_DATA_N1(pipe), m_n->gmch_n); |
| 5344 | I915_WRITE(PCH_TRANS_LINK_M1(pipe), m_n->link_m); |
| 5345 | I915_WRITE(PCH_TRANS_LINK_N1(pipe), m_n->link_n); |
Daniel Vetter | b551842 | 2013-05-03 11:49:48 +0200 | [diff] [blame] | 5346 | } |
| 5347 | |
| 5348 | static void intel_cpu_transcoder_set_m_n(struct intel_crtc *crtc, |
| 5349 | struct intel_link_m_n *m_n) |
| 5350 | { |
| 5351 | struct drm_device *dev = crtc->base.dev; |
| 5352 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 5353 | int pipe = crtc->pipe; |
| 5354 | enum transcoder transcoder = crtc->config.cpu_transcoder; |
| 5355 | |
| 5356 | if (INTEL_INFO(dev)->gen >= 5) { |
| 5357 | I915_WRITE(PIPE_DATA_M1(transcoder), TU_SIZE(m_n->tu) | m_n->gmch_m); |
| 5358 | I915_WRITE(PIPE_DATA_N1(transcoder), m_n->gmch_n); |
| 5359 | I915_WRITE(PIPE_LINK_M1(transcoder), m_n->link_m); |
| 5360 | I915_WRITE(PIPE_LINK_N1(transcoder), m_n->link_n); |
| 5361 | } else { |
Daniel Vetter | e3b95f1 | 2013-05-03 11:49:49 +0200 | [diff] [blame] | 5362 | I915_WRITE(PIPE_DATA_M_G4X(pipe), TU_SIZE(m_n->tu) | m_n->gmch_m); |
| 5363 | I915_WRITE(PIPE_DATA_N_G4X(pipe), m_n->gmch_n); |
| 5364 | I915_WRITE(PIPE_LINK_M_G4X(pipe), m_n->link_m); |
| 5365 | I915_WRITE(PIPE_LINK_N_G4X(pipe), m_n->link_n); |
Daniel Vetter | b551842 | 2013-05-03 11:49:48 +0200 | [diff] [blame] | 5366 | } |
| 5367 | } |
| 5368 | |
Daniel Vetter | 03afc4a | 2013-04-02 23:42:31 +0200 | [diff] [blame] | 5369 | static void intel_dp_set_m_n(struct intel_crtc *crtc) |
| 5370 | { |
| 5371 | if (crtc->config.has_pch_encoder) |
| 5372 | intel_pch_transcoder_set_m_n(crtc, &crtc->config.dp_m_n); |
| 5373 | else |
| 5374 | intel_cpu_transcoder_set_m_n(crtc, &crtc->config.dp_m_n); |
| 5375 | } |
| 5376 | |
Daniel Vetter | f47709a | 2013-03-28 10:42:02 +0100 | [diff] [blame] | 5377 | static void vlv_update_pll(struct intel_crtc *crtc) |
Jesse Barnes | a0c4da2 | 2012-06-15 11:55:13 -0700 | [diff] [blame] | 5378 | { |
Daniel Vetter | f47709a | 2013-03-28 10:42:02 +0100 | [diff] [blame] | 5379 | struct drm_device *dev = crtc->base.dev; |
Jesse Barnes | a0c4da2 | 2012-06-15 11:55:13 -0700 | [diff] [blame] | 5380 | struct drm_i915_private *dev_priv = dev->dev_private; |
Daniel Vetter | f47709a | 2013-03-28 10:42:02 +0100 | [diff] [blame] | 5381 | int pipe = crtc->pipe; |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 5382 | u32 dpll, mdiv; |
Jesse Barnes | a0c4da2 | 2012-06-15 11:55:13 -0700 | [diff] [blame] | 5383 | u32 bestn, bestm1, bestm2, bestp1, bestp2; |
Daniel Vetter | 198a037f | 2013-04-19 11:14:37 +0200 | [diff] [blame] | 5384 | u32 coreclk, reg_val, dpll_md; |
Jesse Barnes | a0c4da2 | 2012-06-15 11:55:13 -0700 | [diff] [blame] | 5385 | |
Daniel Vetter | 0915300 | 2012-12-12 14:06:44 +0100 | [diff] [blame] | 5386 | mutex_lock(&dev_priv->dpio_lock); |
| 5387 | |
Daniel Vetter | f47709a | 2013-03-28 10:42:02 +0100 | [diff] [blame] | 5388 | bestn = crtc->config.dpll.n; |
| 5389 | bestm1 = crtc->config.dpll.m1; |
| 5390 | bestm2 = crtc->config.dpll.m2; |
| 5391 | bestp1 = crtc->config.dpll.p1; |
| 5392 | bestp2 = crtc->config.dpll.p2; |
Jesse Barnes | a0c4da2 | 2012-06-15 11:55:13 -0700 | [diff] [blame] | 5393 | |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 5394 | /* See eDP HDMI DPIO driver vbios notes doc */ |
| 5395 | |
| 5396 | /* PLL B needs special handling */ |
| 5397 | if (pipe) |
Chon Ming Lee | 5e69f97 | 2013-09-05 20:41:49 +0800 | [diff] [blame] | 5398 | vlv_pllb_recal_opamp(dev_priv, pipe); |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 5399 | |
| 5400 | /* Set up Tx target for periodic Rcomp update */ |
Chon Ming Lee | ab3c759 | 2013-11-07 10:43:30 +0800 | [diff] [blame] | 5401 | vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW9_BCAST, 0x0100000f); |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 5402 | |
| 5403 | /* Disable target IRef on PLL */ |
Chon Ming Lee | ab3c759 | 2013-11-07 10:43:30 +0800 | [diff] [blame] | 5404 | reg_val = vlv_dpio_read(dev_priv, pipe, VLV_PLL_DW8(pipe)); |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 5405 | reg_val &= 0x00ffffff; |
Chon Ming Lee | ab3c759 | 2013-11-07 10:43:30 +0800 | [diff] [blame] | 5406 | vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW8(pipe), reg_val); |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 5407 | |
| 5408 | /* Disable fast lock */ |
Chon Ming Lee | ab3c759 | 2013-11-07 10:43:30 +0800 | [diff] [blame] | 5409 | vlv_dpio_write(dev_priv, pipe, VLV_CMN_DW0, 0x610); |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 5410 | |
| 5411 | /* Set idtafcrecal before PLL is enabled */ |
Jesse Barnes | a0c4da2 | 2012-06-15 11:55:13 -0700 | [diff] [blame] | 5412 | mdiv = ((bestm1 << DPIO_M1DIV_SHIFT) | (bestm2 & DPIO_M2DIV_MASK)); |
| 5413 | mdiv |= ((bestp1 << DPIO_P1_SHIFT) | (bestp2 << DPIO_P2_SHIFT)); |
| 5414 | mdiv |= ((bestn << DPIO_N_SHIFT)); |
Jesse Barnes | a0c4da2 | 2012-06-15 11:55:13 -0700 | [diff] [blame] | 5415 | mdiv |= (1 << DPIO_K_SHIFT); |
Jesse Barnes | 7df5080 | 2013-05-02 10:48:09 -0700 | [diff] [blame] | 5416 | |
| 5417 | /* |
| 5418 | * Post divider depends on pixel clock rate, DAC vs digital (and LVDS, |
| 5419 | * but we don't support that). |
| 5420 | * Note: don't use the DAC post divider as it seems unstable. |
| 5421 | */ |
| 5422 | mdiv |= (DPIO_POST_DIV_HDMIDP << DPIO_POST_DIV_SHIFT); |
Chon Ming Lee | ab3c759 | 2013-11-07 10:43:30 +0800 | [diff] [blame] | 5423 | vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW3(pipe), mdiv); |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 5424 | |
Jesse Barnes | a0c4da2 | 2012-06-15 11:55:13 -0700 | [diff] [blame] | 5425 | mdiv |= DPIO_ENABLE_CALIBRATION; |
Chon Ming Lee | ab3c759 | 2013-11-07 10:43:30 +0800 | [diff] [blame] | 5426 | vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW3(pipe), mdiv); |
Jesse Barnes | a0c4da2 | 2012-06-15 11:55:13 -0700 | [diff] [blame] | 5427 | |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 5428 | /* Set HBR and RBR LPF coefficients */ |
Daniel Vetter | ff9a675 | 2013-06-01 17:16:21 +0200 | [diff] [blame] | 5429 | if (crtc->config.port_clock == 162000 || |
Ville Syrjälä | 99750bd | 2013-06-14 14:02:52 +0300 | [diff] [blame] | 5430 | intel_pipe_has_type(&crtc->base, INTEL_OUTPUT_ANALOG) || |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 5431 | intel_pipe_has_type(&crtc->base, INTEL_OUTPUT_HDMI)) |
Chon Ming Lee | ab3c759 | 2013-11-07 10:43:30 +0800 | [diff] [blame] | 5432 | vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW10(pipe), |
Ville Syrjälä | 885b012 | 2013-07-05 19:21:38 +0300 | [diff] [blame] | 5433 | 0x009f0003); |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 5434 | else |
Chon Ming Lee | ab3c759 | 2013-11-07 10:43:30 +0800 | [diff] [blame] | 5435 | vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW10(pipe), |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 5436 | 0x00d0000f); |
Jesse Barnes | a0c4da2 | 2012-06-15 11:55:13 -0700 | [diff] [blame] | 5437 | |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 5438 | if (intel_pipe_has_type(&crtc->base, INTEL_OUTPUT_EDP) || |
| 5439 | intel_pipe_has_type(&crtc->base, INTEL_OUTPUT_DISPLAYPORT)) { |
| 5440 | /* Use SSC source */ |
| 5441 | if (!pipe) |
Chon Ming Lee | ab3c759 | 2013-11-07 10:43:30 +0800 | [diff] [blame] | 5442 | vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW5(pipe), |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 5443 | 0x0df40000); |
| 5444 | else |
Chon Ming Lee | ab3c759 | 2013-11-07 10:43:30 +0800 | [diff] [blame] | 5445 | vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW5(pipe), |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 5446 | 0x0df70000); |
| 5447 | } else { /* HDMI or VGA */ |
| 5448 | /* Use bend source */ |
| 5449 | if (!pipe) |
Chon Ming Lee | ab3c759 | 2013-11-07 10:43:30 +0800 | [diff] [blame] | 5450 | vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW5(pipe), |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 5451 | 0x0df70000); |
| 5452 | else |
Chon Ming Lee | ab3c759 | 2013-11-07 10:43:30 +0800 | [diff] [blame] | 5453 | vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW5(pipe), |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 5454 | 0x0df40000); |
| 5455 | } |
Jesse Barnes | a0c4da2 | 2012-06-15 11:55:13 -0700 | [diff] [blame] | 5456 | |
Chon Ming Lee | ab3c759 | 2013-11-07 10:43:30 +0800 | [diff] [blame] | 5457 | coreclk = vlv_dpio_read(dev_priv, pipe, VLV_PLL_DW7(pipe)); |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 5458 | coreclk = (coreclk & 0x0000ff00) | 0x01c00000; |
| 5459 | if (intel_pipe_has_type(&crtc->base, INTEL_OUTPUT_DISPLAYPORT) || |
| 5460 | intel_pipe_has_type(&crtc->base, INTEL_OUTPUT_EDP)) |
| 5461 | coreclk |= 0x01000000; |
Chon Ming Lee | ab3c759 | 2013-11-07 10:43:30 +0800 | [diff] [blame] | 5462 | vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW7(pipe), coreclk); |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 5463 | |
Chon Ming Lee | ab3c759 | 2013-11-07 10:43:30 +0800 | [diff] [blame] | 5464 | vlv_dpio_write(dev_priv, pipe, VLV_PLL_DW11(pipe), 0x87871000); |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 5465 | |
Imre Deak | e5cbfbf | 2014-01-09 17:08:16 +0200 | [diff] [blame] | 5466 | /* |
| 5467 | * Enable DPIO clock input. We should never disable the reference |
| 5468 | * clock for pipe B, since VGA hotplug / manual detection depends |
| 5469 | * on it. |
| 5470 | */ |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 5471 | dpll = DPLL_EXT_BUFFER_ENABLE_VLV | DPLL_REFA_CLK_ENABLE_VLV | |
| 5472 | DPLL_VGA_MODE_DIS | DPLL_INTEGRATED_CLOCK_VLV; |
Jesse Barnes | f607116 | 2013-10-01 10:41:38 -0700 | [diff] [blame] | 5473 | /* We should never disable this, set it here for state tracking */ |
| 5474 | if (pipe == PIPE_B) |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 5475 | dpll |= DPLL_INTEGRATED_CRI_CLK_VLV; |
Jesse Barnes | a0c4da2 | 2012-06-15 11:55:13 -0700 | [diff] [blame] | 5476 | dpll |= DPLL_VCO_ENABLE; |
Daniel Vetter | 8bcc279 | 2013-06-05 13:34:28 +0200 | [diff] [blame] | 5477 | crtc->config.dpll_hw_state.dpll = dpll; |
| 5478 | |
Daniel Vetter | ef1b460 | 2013-06-01 17:17:04 +0200 | [diff] [blame] | 5479 | dpll_md = (crtc->config.pixel_multiplier - 1) |
| 5480 | << DPLL_MD_UDI_MULTIPLIER_SHIFT; |
Daniel Vetter | 8bcc279 | 2013-06-05 13:34:28 +0200 | [diff] [blame] | 5481 | crtc->config.dpll_hw_state.dpll_md = dpll_md; |
| 5482 | |
Daniel Vetter | 0915300 | 2012-12-12 14:06:44 +0100 | [diff] [blame] | 5483 | mutex_unlock(&dev_priv->dpio_lock); |
Jesse Barnes | a0c4da2 | 2012-06-15 11:55:13 -0700 | [diff] [blame] | 5484 | } |
| 5485 | |
Chon Ming Lee | 9d556c9 | 2014-05-02 14:27:47 +0300 | [diff] [blame] | 5486 | static void chv_update_pll(struct intel_crtc *crtc) |
| 5487 | { |
| 5488 | struct drm_device *dev = crtc->base.dev; |
| 5489 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 5490 | int pipe = crtc->pipe; |
| 5491 | int dpll_reg = DPLL(crtc->pipe); |
| 5492 | enum dpio_channel port = vlv_pipe_to_channel(pipe); |
| 5493 | u32 val, loopfilter, intcoeff; |
| 5494 | u32 bestn, bestm1, bestm2, bestp1, bestp2, bestm2_frac; |
| 5495 | int refclk; |
| 5496 | |
| 5497 | mutex_lock(&dev_priv->dpio_lock); |
| 5498 | |
| 5499 | bestn = crtc->config.dpll.n; |
| 5500 | bestm2_frac = crtc->config.dpll.m2 & 0x3fffff; |
| 5501 | bestm1 = crtc->config.dpll.m1; |
| 5502 | bestm2 = crtc->config.dpll.m2 >> 22; |
| 5503 | bestp1 = crtc->config.dpll.p1; |
| 5504 | bestp2 = crtc->config.dpll.p2; |
| 5505 | |
| 5506 | /* |
| 5507 | * Enable Refclk and SSC |
| 5508 | */ |
| 5509 | val = I915_READ(dpll_reg); |
| 5510 | val |= (DPLL_SSC_REF_CLOCK_CHV | DPLL_REFA_CLK_ENABLE_VLV); |
| 5511 | I915_WRITE(dpll_reg, val); |
| 5512 | |
| 5513 | /* Propagate soft reset to data lane reset */ |
| 5514 | val = vlv_dpio_read(dev_priv, pipe, VLV_PCS_DW0(port)); |
| 5515 | val &= ~(DPIO_PCS_TX_LANE2_RESET | DPIO_PCS_TX_LANE1_RESET); |
| 5516 | vlv_dpio_write(dev_priv, pipe, VLV_PCS_DW0(port), val); |
| 5517 | |
| 5518 | /* Disable 10bit clock to display controller */ |
| 5519 | val = vlv_dpio_read(dev_priv, pipe, CHV_CMN_DW14(port)); |
| 5520 | val &= ~DPIO_DCLKP_EN; |
| 5521 | vlv_dpio_write(dev_priv, pipe, CHV_CMN_DW14(port), val); |
| 5522 | |
| 5523 | /* p1 and p2 divider */ |
| 5524 | vlv_dpio_write(dev_priv, pipe, CHV_CMN_DW13(port), |
| 5525 | 5 << DPIO_CHV_S1_DIV_SHIFT | |
| 5526 | bestp1 << DPIO_CHV_P1_DIV_SHIFT | |
| 5527 | bestp2 << DPIO_CHV_P2_DIV_SHIFT | |
| 5528 | 1 << DPIO_CHV_K_DIV_SHIFT); |
| 5529 | |
| 5530 | /* Feedback post-divider - m2 */ |
| 5531 | vlv_dpio_write(dev_priv, pipe, CHV_PLL_DW0(port), bestm2); |
| 5532 | |
| 5533 | /* Feedback refclk divider - n and m1 */ |
| 5534 | vlv_dpio_write(dev_priv, pipe, CHV_PLL_DW1(port), |
| 5535 | DPIO_CHV_M1_DIV_BY_2 | |
| 5536 | 1 << DPIO_CHV_N_DIV_SHIFT); |
| 5537 | |
| 5538 | /* M2 fraction division */ |
| 5539 | vlv_dpio_write(dev_priv, pipe, CHV_PLL_DW2(port), bestm2_frac); |
| 5540 | |
| 5541 | /* M2 fraction division enable */ |
| 5542 | vlv_dpio_write(dev_priv, pipe, CHV_PLL_DW3(port), |
| 5543 | DPIO_CHV_FRAC_DIV_EN | |
| 5544 | (2 << DPIO_CHV_FEEDFWD_GAIN_SHIFT)); |
| 5545 | |
| 5546 | /* Loop filter */ |
| 5547 | refclk = i9xx_get_refclk(&crtc->base, 0); |
| 5548 | loopfilter = 5 << DPIO_CHV_PROP_COEFF_SHIFT | |
| 5549 | 2 << DPIO_CHV_GAIN_CTRL_SHIFT; |
| 5550 | if (refclk == 100000) |
| 5551 | intcoeff = 11; |
| 5552 | else if (refclk == 38400) |
| 5553 | intcoeff = 10; |
| 5554 | else |
| 5555 | intcoeff = 9; |
| 5556 | loopfilter |= intcoeff << DPIO_CHV_INT_COEFF_SHIFT; |
| 5557 | vlv_dpio_write(dev_priv, pipe, CHV_PLL_DW6(port), loopfilter); |
| 5558 | |
| 5559 | /* AFC Recal */ |
| 5560 | vlv_dpio_write(dev_priv, pipe, CHV_CMN_DW14(port), |
| 5561 | vlv_dpio_read(dev_priv, pipe, CHV_CMN_DW14(port)) | |
| 5562 | DPIO_AFC_RECAL); |
| 5563 | |
| 5564 | mutex_unlock(&dev_priv->dpio_lock); |
| 5565 | } |
| 5566 | |
Daniel Vetter | f47709a | 2013-03-28 10:42:02 +0100 | [diff] [blame] | 5567 | static void i9xx_update_pll(struct intel_crtc *crtc, |
| 5568 | intel_clock_t *reduced_clock, |
Daniel Vetter | eb1cbe4 | 2012-03-28 23:12:16 +0200 | [diff] [blame] | 5569 | int num_connectors) |
| 5570 | { |
Daniel Vetter | f47709a | 2013-03-28 10:42:02 +0100 | [diff] [blame] | 5571 | struct drm_device *dev = crtc->base.dev; |
Daniel Vetter | eb1cbe4 | 2012-03-28 23:12:16 +0200 | [diff] [blame] | 5572 | struct drm_i915_private *dev_priv = dev->dev_private; |
Daniel Vetter | eb1cbe4 | 2012-03-28 23:12:16 +0200 | [diff] [blame] | 5573 | u32 dpll; |
| 5574 | bool is_sdvo; |
Daniel Vetter | f47709a | 2013-03-28 10:42:02 +0100 | [diff] [blame] | 5575 | struct dpll *clock = &crtc->config.dpll; |
Daniel Vetter | eb1cbe4 | 2012-03-28 23:12:16 +0200 | [diff] [blame] | 5576 | |
Daniel Vetter | f47709a | 2013-03-28 10:42:02 +0100 | [diff] [blame] | 5577 | i9xx_update_pll_dividers(crtc, reduced_clock); |
Vijay Purushothaman | 2a8f64c | 2012-09-27 19:13:06 +0530 | [diff] [blame] | 5578 | |
Daniel Vetter | f47709a | 2013-03-28 10:42:02 +0100 | [diff] [blame] | 5579 | is_sdvo = intel_pipe_has_type(&crtc->base, INTEL_OUTPUT_SDVO) || |
| 5580 | intel_pipe_has_type(&crtc->base, INTEL_OUTPUT_HDMI); |
Daniel Vetter | eb1cbe4 | 2012-03-28 23:12:16 +0200 | [diff] [blame] | 5581 | |
| 5582 | dpll = DPLL_VGA_MODE_DIS; |
| 5583 | |
Daniel Vetter | f47709a | 2013-03-28 10:42:02 +0100 | [diff] [blame] | 5584 | if (intel_pipe_has_type(&crtc->base, INTEL_OUTPUT_LVDS)) |
Daniel Vetter | eb1cbe4 | 2012-03-28 23:12:16 +0200 | [diff] [blame] | 5585 | dpll |= DPLLB_MODE_LVDS; |
| 5586 | else |
| 5587 | dpll |= DPLLB_MODE_DAC_SERIAL; |
Daniel Vetter | 6cc5f34 | 2013-03-27 00:44:53 +0100 | [diff] [blame] | 5588 | |
Daniel Vetter | ef1b460 | 2013-06-01 17:17:04 +0200 | [diff] [blame] | 5589 | if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) { |
Daniel Vetter | 198a037f | 2013-04-19 11:14:37 +0200 | [diff] [blame] | 5590 | dpll |= (crtc->config.pixel_multiplier - 1) |
| 5591 | << SDVO_MULTIPLIER_SHIFT_HIRES; |
Daniel Vetter | eb1cbe4 | 2012-03-28 23:12:16 +0200 | [diff] [blame] | 5592 | } |
Daniel Vetter | 198a037f | 2013-04-19 11:14:37 +0200 | [diff] [blame] | 5593 | |
| 5594 | if (is_sdvo) |
Daniel Vetter | 4a33e48 | 2013-07-06 12:52:05 +0200 | [diff] [blame] | 5595 | dpll |= DPLL_SDVO_HIGH_SPEED; |
Daniel Vetter | 198a037f | 2013-04-19 11:14:37 +0200 | [diff] [blame] | 5596 | |
Daniel Vetter | f47709a | 2013-03-28 10:42:02 +0100 | [diff] [blame] | 5597 | if (intel_pipe_has_type(&crtc->base, INTEL_OUTPUT_DISPLAYPORT)) |
Daniel Vetter | 4a33e48 | 2013-07-06 12:52:05 +0200 | [diff] [blame] | 5598 | dpll |= DPLL_SDVO_HIGH_SPEED; |
Daniel Vetter | eb1cbe4 | 2012-03-28 23:12:16 +0200 | [diff] [blame] | 5599 | |
| 5600 | /* compute bitmask from p1 value */ |
| 5601 | if (IS_PINEVIEW(dev)) |
| 5602 | dpll |= (1 << (clock->p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT_PINEVIEW; |
| 5603 | else { |
| 5604 | dpll |= (1 << (clock->p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT; |
| 5605 | if (IS_G4X(dev) && reduced_clock) |
| 5606 | dpll |= (1 << (reduced_clock->p1 - 1)) << DPLL_FPA1_P1_POST_DIV_SHIFT; |
| 5607 | } |
| 5608 | switch (clock->p2) { |
| 5609 | case 5: |
| 5610 | dpll |= DPLL_DAC_SERIAL_P2_CLOCK_DIV_5; |
| 5611 | break; |
| 5612 | case 7: |
| 5613 | dpll |= DPLLB_LVDS_P2_CLOCK_DIV_7; |
| 5614 | break; |
| 5615 | case 10: |
| 5616 | dpll |= DPLL_DAC_SERIAL_P2_CLOCK_DIV_10; |
| 5617 | break; |
| 5618 | case 14: |
| 5619 | dpll |= DPLLB_LVDS_P2_CLOCK_DIV_14; |
| 5620 | break; |
| 5621 | } |
| 5622 | if (INTEL_INFO(dev)->gen >= 4) |
| 5623 | dpll |= (6 << PLL_LOAD_PULSE_PHASE_SHIFT); |
| 5624 | |
Daniel Vetter | 09ede54 | 2013-04-30 14:01:45 +0200 | [diff] [blame] | 5625 | if (crtc->config.sdvo_tv_clock) |
Daniel Vetter | eb1cbe4 | 2012-03-28 23:12:16 +0200 | [diff] [blame] | 5626 | dpll |= PLL_REF_INPUT_TVCLKINBC; |
Daniel Vetter | f47709a | 2013-03-28 10:42:02 +0100 | [diff] [blame] | 5627 | else if (intel_pipe_has_type(&crtc->base, INTEL_OUTPUT_LVDS) && |
Daniel Vetter | eb1cbe4 | 2012-03-28 23:12:16 +0200 | [diff] [blame] | 5628 | intel_panel_use_ssc(dev_priv) && num_connectors < 2) |
| 5629 | dpll |= PLLB_REF_INPUT_SPREADSPECTRUMIN; |
| 5630 | else |
| 5631 | dpll |= PLL_REF_INPUT_DREFCLK; |
| 5632 | |
| 5633 | dpll |= DPLL_VCO_ENABLE; |
Daniel Vetter | 8bcc279 | 2013-06-05 13:34:28 +0200 | [diff] [blame] | 5634 | crtc->config.dpll_hw_state.dpll = dpll; |
| 5635 | |
Daniel Vetter | eb1cbe4 | 2012-03-28 23:12:16 +0200 | [diff] [blame] | 5636 | if (INTEL_INFO(dev)->gen >= 4) { |
Daniel Vetter | ef1b460 | 2013-06-01 17:17:04 +0200 | [diff] [blame] | 5637 | u32 dpll_md = (crtc->config.pixel_multiplier - 1) |
| 5638 | << DPLL_MD_UDI_MULTIPLIER_SHIFT; |
Daniel Vetter | 8bcc279 | 2013-06-05 13:34:28 +0200 | [diff] [blame] | 5639 | crtc->config.dpll_hw_state.dpll_md = dpll_md; |
Daniel Vetter | eb1cbe4 | 2012-03-28 23:12:16 +0200 | [diff] [blame] | 5640 | } |
| 5641 | } |
| 5642 | |
Daniel Vetter | f47709a | 2013-03-28 10:42:02 +0100 | [diff] [blame] | 5643 | static void i8xx_update_pll(struct intel_crtc *crtc, |
Daniel Vetter | f47709a | 2013-03-28 10:42:02 +0100 | [diff] [blame] | 5644 | intel_clock_t *reduced_clock, |
Daniel Vetter | eb1cbe4 | 2012-03-28 23:12:16 +0200 | [diff] [blame] | 5645 | int num_connectors) |
| 5646 | { |
Daniel Vetter | f47709a | 2013-03-28 10:42:02 +0100 | [diff] [blame] | 5647 | struct drm_device *dev = crtc->base.dev; |
Daniel Vetter | eb1cbe4 | 2012-03-28 23:12:16 +0200 | [diff] [blame] | 5648 | struct drm_i915_private *dev_priv = dev->dev_private; |
Daniel Vetter | eb1cbe4 | 2012-03-28 23:12:16 +0200 | [diff] [blame] | 5649 | u32 dpll; |
Daniel Vetter | f47709a | 2013-03-28 10:42:02 +0100 | [diff] [blame] | 5650 | struct dpll *clock = &crtc->config.dpll; |
Daniel Vetter | eb1cbe4 | 2012-03-28 23:12:16 +0200 | [diff] [blame] | 5651 | |
Daniel Vetter | f47709a | 2013-03-28 10:42:02 +0100 | [diff] [blame] | 5652 | i9xx_update_pll_dividers(crtc, reduced_clock); |
Vijay Purushothaman | 2a8f64c | 2012-09-27 19:13:06 +0530 | [diff] [blame] | 5653 | |
Daniel Vetter | eb1cbe4 | 2012-03-28 23:12:16 +0200 | [diff] [blame] | 5654 | dpll = DPLL_VGA_MODE_DIS; |
| 5655 | |
Daniel Vetter | f47709a | 2013-03-28 10:42:02 +0100 | [diff] [blame] | 5656 | if (intel_pipe_has_type(&crtc->base, INTEL_OUTPUT_LVDS)) { |
Daniel Vetter | eb1cbe4 | 2012-03-28 23:12:16 +0200 | [diff] [blame] | 5657 | dpll |= (1 << (clock->p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT; |
| 5658 | } else { |
| 5659 | if (clock->p1 == 2) |
| 5660 | dpll |= PLL_P1_DIVIDE_BY_TWO; |
| 5661 | else |
| 5662 | dpll |= (clock->p1 - 2) << DPLL_FPA01_P1_POST_DIV_SHIFT; |
| 5663 | if (clock->p2 == 4) |
| 5664 | dpll |= PLL_P2_DIVIDE_BY_4; |
| 5665 | } |
| 5666 | |
Daniel Vetter | 4a33e48 | 2013-07-06 12:52:05 +0200 | [diff] [blame] | 5667 | if (intel_pipe_has_type(&crtc->base, INTEL_OUTPUT_DVO)) |
| 5668 | dpll |= DPLL_DVO_2X_MODE; |
| 5669 | |
Daniel Vetter | f47709a | 2013-03-28 10:42:02 +0100 | [diff] [blame] | 5670 | if (intel_pipe_has_type(&crtc->base, INTEL_OUTPUT_LVDS) && |
Daniel Vetter | eb1cbe4 | 2012-03-28 23:12:16 +0200 | [diff] [blame] | 5671 | intel_panel_use_ssc(dev_priv) && num_connectors < 2) |
| 5672 | dpll |= PLLB_REF_INPUT_SPREADSPECTRUMIN; |
| 5673 | else |
| 5674 | dpll |= PLL_REF_INPUT_DREFCLK; |
| 5675 | |
| 5676 | dpll |= DPLL_VCO_ENABLE; |
Daniel Vetter | 8bcc279 | 2013-06-05 13:34:28 +0200 | [diff] [blame] | 5677 | crtc->config.dpll_hw_state.dpll = dpll; |
Daniel Vetter | eb1cbe4 | 2012-03-28 23:12:16 +0200 | [diff] [blame] | 5678 | } |
| 5679 | |
Daniel Vetter | 8a654f3 | 2013-06-01 17:16:22 +0200 | [diff] [blame] | 5680 | static void intel_set_pipe_timings(struct intel_crtc *intel_crtc) |
Paulo Zanoni | b0e77b9 | 2012-10-01 18:10:53 -0300 | [diff] [blame] | 5681 | { |
| 5682 | struct drm_device *dev = intel_crtc->base.dev; |
| 5683 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 5684 | enum pipe pipe = intel_crtc->pipe; |
Daniel Vetter | 3b117c8 | 2013-04-17 20:15:07 +0200 | [diff] [blame] | 5685 | enum transcoder cpu_transcoder = intel_crtc->config.cpu_transcoder; |
Daniel Vetter | 8a654f3 | 2013-06-01 17:16:22 +0200 | [diff] [blame] | 5686 | struct drm_display_mode *adjusted_mode = |
| 5687 | &intel_crtc->config.adjusted_mode; |
Ville Syrjälä | 1caea6e | 2014-03-28 23:29:32 +0200 | [diff] [blame] | 5688 | uint32_t crtc_vtotal, crtc_vblank_end; |
| 5689 | int vsyncshift = 0; |
Daniel Vetter | 4d8a62e | 2013-05-03 11:49:51 +0200 | [diff] [blame] | 5690 | |
| 5691 | /* We need to be careful not to changed the adjusted mode, for otherwise |
| 5692 | * the hw state checker will get angry at the mismatch. */ |
| 5693 | crtc_vtotal = adjusted_mode->crtc_vtotal; |
| 5694 | crtc_vblank_end = adjusted_mode->crtc_vblank_end; |
Paulo Zanoni | b0e77b9 | 2012-10-01 18:10:53 -0300 | [diff] [blame] | 5695 | |
Ville Syrjälä | 609aeac | 2014-03-28 23:29:30 +0200 | [diff] [blame] | 5696 | if (adjusted_mode->flags & DRM_MODE_FLAG_INTERLACE) { |
Paulo Zanoni | b0e77b9 | 2012-10-01 18:10:53 -0300 | [diff] [blame] | 5697 | /* the chip adds 2 halflines automatically */ |
Daniel Vetter | 4d8a62e | 2013-05-03 11:49:51 +0200 | [diff] [blame] | 5698 | crtc_vtotal -= 1; |
| 5699 | crtc_vblank_end -= 1; |
Ville Syrjälä | 609aeac | 2014-03-28 23:29:30 +0200 | [diff] [blame] | 5700 | |
| 5701 | if (intel_pipe_has_type(&intel_crtc->base, INTEL_OUTPUT_SDVO)) |
| 5702 | vsyncshift = (adjusted_mode->crtc_htotal - 1) / 2; |
| 5703 | else |
| 5704 | vsyncshift = adjusted_mode->crtc_hsync_start - |
| 5705 | adjusted_mode->crtc_htotal / 2; |
Ville Syrjälä | 1caea6e | 2014-03-28 23:29:32 +0200 | [diff] [blame] | 5706 | if (vsyncshift < 0) |
| 5707 | vsyncshift += adjusted_mode->crtc_htotal; |
Paulo Zanoni | b0e77b9 | 2012-10-01 18:10:53 -0300 | [diff] [blame] | 5708 | } |
| 5709 | |
| 5710 | if (INTEL_INFO(dev)->gen > 3) |
Paulo Zanoni | fe2b8f9 | 2012-10-23 18:30:02 -0200 | [diff] [blame] | 5711 | I915_WRITE(VSYNCSHIFT(cpu_transcoder), vsyncshift); |
Paulo Zanoni | b0e77b9 | 2012-10-01 18:10:53 -0300 | [diff] [blame] | 5712 | |
Paulo Zanoni | fe2b8f9 | 2012-10-23 18:30:02 -0200 | [diff] [blame] | 5713 | I915_WRITE(HTOTAL(cpu_transcoder), |
Paulo Zanoni | b0e77b9 | 2012-10-01 18:10:53 -0300 | [diff] [blame] | 5714 | (adjusted_mode->crtc_hdisplay - 1) | |
| 5715 | ((adjusted_mode->crtc_htotal - 1) << 16)); |
Paulo Zanoni | fe2b8f9 | 2012-10-23 18:30:02 -0200 | [diff] [blame] | 5716 | I915_WRITE(HBLANK(cpu_transcoder), |
Paulo Zanoni | b0e77b9 | 2012-10-01 18:10:53 -0300 | [diff] [blame] | 5717 | (adjusted_mode->crtc_hblank_start - 1) | |
| 5718 | ((adjusted_mode->crtc_hblank_end - 1) << 16)); |
Paulo Zanoni | fe2b8f9 | 2012-10-23 18:30:02 -0200 | [diff] [blame] | 5719 | I915_WRITE(HSYNC(cpu_transcoder), |
Paulo Zanoni | b0e77b9 | 2012-10-01 18:10:53 -0300 | [diff] [blame] | 5720 | (adjusted_mode->crtc_hsync_start - 1) | |
| 5721 | ((adjusted_mode->crtc_hsync_end - 1) << 16)); |
| 5722 | |
Paulo Zanoni | fe2b8f9 | 2012-10-23 18:30:02 -0200 | [diff] [blame] | 5723 | I915_WRITE(VTOTAL(cpu_transcoder), |
Paulo Zanoni | b0e77b9 | 2012-10-01 18:10:53 -0300 | [diff] [blame] | 5724 | (adjusted_mode->crtc_vdisplay - 1) | |
Daniel Vetter | 4d8a62e | 2013-05-03 11:49:51 +0200 | [diff] [blame] | 5725 | ((crtc_vtotal - 1) << 16)); |
Paulo Zanoni | fe2b8f9 | 2012-10-23 18:30:02 -0200 | [diff] [blame] | 5726 | I915_WRITE(VBLANK(cpu_transcoder), |
Paulo Zanoni | b0e77b9 | 2012-10-01 18:10:53 -0300 | [diff] [blame] | 5727 | (adjusted_mode->crtc_vblank_start - 1) | |
Daniel Vetter | 4d8a62e | 2013-05-03 11:49:51 +0200 | [diff] [blame] | 5728 | ((crtc_vblank_end - 1) << 16)); |
Paulo Zanoni | fe2b8f9 | 2012-10-23 18:30:02 -0200 | [diff] [blame] | 5729 | I915_WRITE(VSYNC(cpu_transcoder), |
Paulo Zanoni | b0e77b9 | 2012-10-01 18:10:53 -0300 | [diff] [blame] | 5730 | (adjusted_mode->crtc_vsync_start - 1) | |
| 5731 | ((adjusted_mode->crtc_vsync_end - 1) << 16)); |
| 5732 | |
Paulo Zanoni | b5e508d | 2012-10-24 11:34:43 -0200 | [diff] [blame] | 5733 | /* Workaround: when the EDP input selection is B, the VTOTAL_B must be |
| 5734 | * programmed with the VTOTAL_EDP value. Same for VTOTAL_C. This is |
| 5735 | * documented on the DDI_FUNC_CTL register description, EDP Input Select |
| 5736 | * bits. */ |
| 5737 | if (IS_HASWELL(dev) && cpu_transcoder == TRANSCODER_EDP && |
| 5738 | (pipe == PIPE_B || pipe == PIPE_C)) |
| 5739 | I915_WRITE(VTOTAL(pipe), I915_READ(VTOTAL(cpu_transcoder))); |
| 5740 | |
Paulo Zanoni | b0e77b9 | 2012-10-01 18:10:53 -0300 | [diff] [blame] | 5741 | /* pipesrc controls the size that is scaled from, which should |
| 5742 | * always be the user's requested size. |
| 5743 | */ |
| 5744 | I915_WRITE(PIPESRC(pipe), |
Ville Syrjälä | 37327ab | 2013-09-04 18:25:28 +0300 | [diff] [blame] | 5745 | ((intel_crtc->config.pipe_src_w - 1) << 16) | |
| 5746 | (intel_crtc->config.pipe_src_h - 1)); |
Paulo Zanoni | b0e77b9 | 2012-10-01 18:10:53 -0300 | [diff] [blame] | 5747 | } |
| 5748 | |
Daniel Vetter | 1bd1bd8 | 2013-04-29 21:56:12 +0200 | [diff] [blame] | 5749 | static void intel_get_pipe_timings(struct intel_crtc *crtc, |
| 5750 | struct intel_crtc_config *pipe_config) |
| 5751 | { |
| 5752 | struct drm_device *dev = crtc->base.dev; |
| 5753 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 5754 | enum transcoder cpu_transcoder = pipe_config->cpu_transcoder; |
| 5755 | uint32_t tmp; |
| 5756 | |
| 5757 | tmp = I915_READ(HTOTAL(cpu_transcoder)); |
| 5758 | pipe_config->adjusted_mode.crtc_hdisplay = (tmp & 0xffff) + 1; |
| 5759 | pipe_config->adjusted_mode.crtc_htotal = ((tmp >> 16) & 0xffff) + 1; |
| 5760 | tmp = I915_READ(HBLANK(cpu_transcoder)); |
| 5761 | pipe_config->adjusted_mode.crtc_hblank_start = (tmp & 0xffff) + 1; |
| 5762 | pipe_config->adjusted_mode.crtc_hblank_end = ((tmp >> 16) & 0xffff) + 1; |
| 5763 | tmp = I915_READ(HSYNC(cpu_transcoder)); |
| 5764 | pipe_config->adjusted_mode.crtc_hsync_start = (tmp & 0xffff) + 1; |
| 5765 | pipe_config->adjusted_mode.crtc_hsync_end = ((tmp >> 16) & 0xffff) + 1; |
| 5766 | |
| 5767 | tmp = I915_READ(VTOTAL(cpu_transcoder)); |
| 5768 | pipe_config->adjusted_mode.crtc_vdisplay = (tmp & 0xffff) + 1; |
| 5769 | pipe_config->adjusted_mode.crtc_vtotal = ((tmp >> 16) & 0xffff) + 1; |
| 5770 | tmp = I915_READ(VBLANK(cpu_transcoder)); |
| 5771 | pipe_config->adjusted_mode.crtc_vblank_start = (tmp & 0xffff) + 1; |
| 5772 | pipe_config->adjusted_mode.crtc_vblank_end = ((tmp >> 16) & 0xffff) + 1; |
| 5773 | tmp = I915_READ(VSYNC(cpu_transcoder)); |
| 5774 | pipe_config->adjusted_mode.crtc_vsync_start = (tmp & 0xffff) + 1; |
| 5775 | pipe_config->adjusted_mode.crtc_vsync_end = ((tmp >> 16) & 0xffff) + 1; |
| 5776 | |
| 5777 | if (I915_READ(PIPECONF(cpu_transcoder)) & PIPECONF_INTERLACE_MASK) { |
| 5778 | pipe_config->adjusted_mode.flags |= DRM_MODE_FLAG_INTERLACE; |
| 5779 | pipe_config->adjusted_mode.crtc_vtotal += 1; |
| 5780 | pipe_config->adjusted_mode.crtc_vblank_end += 1; |
| 5781 | } |
| 5782 | |
| 5783 | tmp = I915_READ(PIPESRC(crtc->pipe)); |
Ville Syrjälä | 37327ab | 2013-09-04 18:25:28 +0300 | [diff] [blame] | 5784 | pipe_config->pipe_src_h = (tmp & 0xffff) + 1; |
| 5785 | pipe_config->pipe_src_w = ((tmp >> 16) & 0xffff) + 1; |
| 5786 | |
| 5787 | pipe_config->requested_mode.vdisplay = pipe_config->pipe_src_h; |
| 5788 | pipe_config->requested_mode.hdisplay = pipe_config->pipe_src_w; |
Daniel Vetter | 1bd1bd8 | 2013-04-29 21:56:12 +0200 | [diff] [blame] | 5789 | } |
| 5790 | |
Daniel Vetter | f6a8328 | 2014-02-11 15:28:57 -0800 | [diff] [blame] | 5791 | void intel_mode_from_pipe_config(struct drm_display_mode *mode, |
| 5792 | struct intel_crtc_config *pipe_config) |
Jesse Barnes | babea61 | 2013-06-26 18:57:38 +0300 | [diff] [blame] | 5793 | { |
Daniel Vetter | f6a8328 | 2014-02-11 15:28:57 -0800 | [diff] [blame] | 5794 | mode->hdisplay = pipe_config->adjusted_mode.crtc_hdisplay; |
| 5795 | mode->htotal = pipe_config->adjusted_mode.crtc_htotal; |
| 5796 | mode->hsync_start = pipe_config->adjusted_mode.crtc_hsync_start; |
| 5797 | mode->hsync_end = pipe_config->adjusted_mode.crtc_hsync_end; |
Jesse Barnes | babea61 | 2013-06-26 18:57:38 +0300 | [diff] [blame] | 5798 | |
Daniel Vetter | f6a8328 | 2014-02-11 15:28:57 -0800 | [diff] [blame] | 5799 | mode->vdisplay = pipe_config->adjusted_mode.crtc_vdisplay; |
| 5800 | mode->vtotal = pipe_config->adjusted_mode.crtc_vtotal; |
| 5801 | mode->vsync_start = pipe_config->adjusted_mode.crtc_vsync_start; |
| 5802 | mode->vsync_end = pipe_config->adjusted_mode.crtc_vsync_end; |
Jesse Barnes | babea61 | 2013-06-26 18:57:38 +0300 | [diff] [blame] | 5803 | |
Daniel Vetter | f6a8328 | 2014-02-11 15:28:57 -0800 | [diff] [blame] | 5804 | mode->flags = pipe_config->adjusted_mode.flags; |
Jesse Barnes | babea61 | 2013-06-26 18:57:38 +0300 | [diff] [blame] | 5805 | |
Daniel Vetter | f6a8328 | 2014-02-11 15:28:57 -0800 | [diff] [blame] | 5806 | mode->clock = pipe_config->adjusted_mode.crtc_clock; |
| 5807 | mode->flags |= pipe_config->adjusted_mode.flags; |
Jesse Barnes | babea61 | 2013-06-26 18:57:38 +0300 | [diff] [blame] | 5808 | } |
| 5809 | |
Daniel Vetter | 84b046f | 2013-02-19 18:48:54 +0100 | [diff] [blame] | 5810 | static void i9xx_set_pipeconf(struct intel_crtc *intel_crtc) |
| 5811 | { |
| 5812 | struct drm_device *dev = intel_crtc->base.dev; |
| 5813 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 5814 | uint32_t pipeconf; |
| 5815 | |
Daniel Vetter | 9f11a9e | 2013-06-13 00:54:58 +0200 | [diff] [blame] | 5816 | pipeconf = 0; |
Daniel Vetter | 84b046f | 2013-02-19 18:48:54 +0100 | [diff] [blame] | 5817 | |
Daniel Vetter | 67c72a1 | 2013-09-24 11:46:14 +0200 | [diff] [blame] | 5818 | if (dev_priv->quirks & QUIRK_PIPEA_FORCE && |
| 5819 | I915_READ(PIPECONF(intel_crtc->pipe)) & PIPECONF_ENABLE) |
| 5820 | pipeconf |= PIPECONF_ENABLE; |
| 5821 | |
Ville Syrjälä | cf532bb | 2013-09-04 18:30:02 +0300 | [diff] [blame] | 5822 | if (intel_crtc->config.double_wide) |
| 5823 | pipeconf |= PIPECONF_DOUBLE_WIDE; |
Daniel Vetter | 84b046f | 2013-02-19 18:48:54 +0100 | [diff] [blame] | 5824 | |
Daniel Vetter | ff9ce46 | 2013-04-24 14:57:17 +0200 | [diff] [blame] | 5825 | /* only g4x and later have fancy bpc/dither controls */ |
| 5826 | if (IS_G4X(dev) || IS_VALLEYVIEW(dev)) { |
Daniel Vetter | ff9ce46 | 2013-04-24 14:57:17 +0200 | [diff] [blame] | 5827 | /* Bspec claims that we can't use dithering for 30bpp pipes. */ |
| 5828 | if (intel_crtc->config.dither && intel_crtc->config.pipe_bpp != 30) |
| 5829 | pipeconf |= PIPECONF_DITHER_EN | |
| 5830 | PIPECONF_DITHER_TYPE_SP; |
| 5831 | |
| 5832 | switch (intel_crtc->config.pipe_bpp) { |
| 5833 | case 18: |
| 5834 | pipeconf |= PIPECONF_6BPC; |
| 5835 | break; |
| 5836 | case 24: |
| 5837 | pipeconf |= PIPECONF_8BPC; |
| 5838 | break; |
| 5839 | case 30: |
| 5840 | pipeconf |= PIPECONF_10BPC; |
| 5841 | break; |
| 5842 | default: |
| 5843 | /* Case prevented by intel_choose_pipe_bpp_dither. */ |
| 5844 | BUG(); |
Daniel Vetter | 84b046f | 2013-02-19 18:48:54 +0100 | [diff] [blame] | 5845 | } |
| 5846 | } |
| 5847 | |
| 5848 | if (HAS_PIPE_CXSR(dev)) { |
| 5849 | if (intel_crtc->lowfreq_avail) { |
| 5850 | DRM_DEBUG_KMS("enabling CxSR downclocking\n"); |
| 5851 | pipeconf |= PIPECONF_CXSR_DOWNCLOCK; |
| 5852 | } else { |
| 5853 | DRM_DEBUG_KMS("disabling CxSR downclocking\n"); |
Daniel Vetter | 84b046f | 2013-02-19 18:48:54 +0100 | [diff] [blame] | 5854 | } |
| 5855 | } |
| 5856 | |
Ville Syrjälä | efc2cff | 2014-03-28 23:29:31 +0200 | [diff] [blame] | 5857 | if (intel_crtc->config.adjusted_mode.flags & DRM_MODE_FLAG_INTERLACE) { |
| 5858 | if (INTEL_INFO(dev)->gen < 4 || |
| 5859 | intel_pipe_has_type(&intel_crtc->base, INTEL_OUTPUT_SDVO)) |
| 5860 | pipeconf |= PIPECONF_INTERLACE_W_FIELD_INDICATION; |
| 5861 | else |
| 5862 | pipeconf |= PIPECONF_INTERLACE_W_SYNC_SHIFT; |
| 5863 | } else |
Daniel Vetter | 84b046f | 2013-02-19 18:48:54 +0100 | [diff] [blame] | 5864 | pipeconf |= PIPECONF_PROGRESSIVE; |
| 5865 | |
Daniel Vetter | 9f11a9e | 2013-06-13 00:54:58 +0200 | [diff] [blame] | 5866 | if (IS_VALLEYVIEW(dev) && intel_crtc->config.limited_color_range) |
| 5867 | pipeconf |= PIPECONF_COLOR_RANGE_SELECT; |
Ville Syrjälä | 9c8e09b | 2013-04-02 16:10:09 +0300 | [diff] [blame] | 5868 | |
Daniel Vetter | 84b046f | 2013-02-19 18:48:54 +0100 | [diff] [blame] | 5869 | I915_WRITE(PIPECONF(intel_crtc->pipe), pipeconf); |
| 5870 | POSTING_READ(PIPECONF(intel_crtc->pipe)); |
| 5871 | } |
| 5872 | |
Eric Anholt | f564048e | 2011-03-30 13:01:02 -0700 | [diff] [blame] | 5873 | static int i9xx_crtc_mode_set(struct drm_crtc *crtc, |
Eric Anholt | f564048e | 2011-03-30 13:01:02 -0700 | [diff] [blame] | 5874 | int x, int y, |
Daniel Vetter | 94352cf | 2012-07-05 22:51:56 +0200 | [diff] [blame] | 5875 | struct drm_framebuffer *fb) |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 5876 | { |
| 5877 | struct drm_device *dev = crtc->dev; |
| 5878 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 5879 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
Eric Anholt | c751ce4 | 2010-03-25 11:48:48 -0700 | [diff] [blame] | 5880 | int refclk, num_connectors = 0; |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 5881 | intel_clock_t clock, reduced_clock; |
Daniel Vetter | a16af721 | 2013-04-30 14:01:44 +0200 | [diff] [blame] | 5882 | bool ok, has_reduced_clock = false; |
Jani Nikula | e9fd1c0 | 2013-08-27 15:12:23 +0300 | [diff] [blame] | 5883 | bool is_lvds = false, is_dsi = false; |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 5884 | struct intel_encoder *encoder; |
Ma Ling | d490609 | 2009-03-18 20:13:27 +0800 | [diff] [blame] | 5885 | const intel_limit_t *limit; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 5886 | |
Daniel Vetter | 6c2b7c12 | 2012-07-05 09:50:24 +0200 | [diff] [blame] | 5887 | for_each_encoder_on_crtc(dev, crtc, encoder) { |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 5888 | switch (encoder->type) { |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 5889 | case INTEL_OUTPUT_LVDS: |
| 5890 | is_lvds = true; |
| 5891 | break; |
Jani Nikula | e9fd1c0 | 2013-08-27 15:12:23 +0300 | [diff] [blame] | 5892 | case INTEL_OUTPUT_DSI: |
| 5893 | is_dsi = true; |
| 5894 | break; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 5895 | } |
Kristian Høgsberg | 43565a0 | 2009-02-13 20:56:52 -0500 | [diff] [blame] | 5896 | |
Eric Anholt | c751ce4 | 2010-03-25 11:48:48 -0700 | [diff] [blame] | 5897 | num_connectors++; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 5898 | } |
| 5899 | |
Jani Nikula | f233533 | 2013-09-13 11:03:09 +0300 | [diff] [blame] | 5900 | if (is_dsi) |
Daniel Vetter | 5b18e57 | 2014-04-24 23:55:06 +0200 | [diff] [blame] | 5901 | return 0; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 5902 | |
Jani Nikula | f233533 | 2013-09-13 11:03:09 +0300 | [diff] [blame] | 5903 | if (!intel_crtc->config.clock_set) { |
| 5904 | refclk = i9xx_get_refclk(crtc, num_connectors); |
| 5905 | |
Jani Nikula | e9fd1c0 | 2013-08-27 15:12:23 +0300 | [diff] [blame] | 5906 | /* |
| 5907 | * Returns a set of divisors for the desired target clock with |
| 5908 | * the given refclk, or FALSE. The returned values represent |
| 5909 | * the clock equation: reflck * (5 * (m1 + 2) + (m2 + 2)) / (n + |
| 5910 | * 2) / p1 / p2. |
| 5911 | */ |
| 5912 | limit = intel_limit(crtc, refclk); |
| 5913 | ok = dev_priv->display.find_dpll(limit, crtc, |
| 5914 | intel_crtc->config.port_clock, |
| 5915 | refclk, NULL, &clock); |
Jani Nikula | f233533 | 2013-09-13 11:03:09 +0300 | [diff] [blame] | 5916 | if (!ok) { |
Jani Nikula | e9fd1c0 | 2013-08-27 15:12:23 +0300 | [diff] [blame] | 5917 | DRM_ERROR("Couldn't find PLL settings for mode!\n"); |
| 5918 | return -EINVAL; |
| 5919 | } |
Eric Anholt | f564048e | 2011-03-30 13:01:02 -0700 | [diff] [blame] | 5920 | |
Jani Nikula | f233533 | 2013-09-13 11:03:09 +0300 | [diff] [blame] | 5921 | if (is_lvds && dev_priv->lvds_downclock_avail) { |
| 5922 | /* |
| 5923 | * Ensure we match the reduced clock's P to the target |
| 5924 | * clock. If the clocks don't match, we can't switch |
| 5925 | * the display clock by using the FP0/FP1. In such case |
| 5926 | * we will disable the LVDS downclock feature. |
| 5927 | */ |
| 5928 | has_reduced_clock = |
| 5929 | dev_priv->display.find_dpll(limit, crtc, |
| 5930 | dev_priv->lvds_downclock, |
| 5931 | refclk, &clock, |
| 5932 | &reduced_clock); |
| 5933 | } |
| 5934 | /* Compat-code for transition, will disappear. */ |
Daniel Vetter | f47709a | 2013-03-28 10:42:02 +0100 | [diff] [blame] | 5935 | intel_crtc->config.dpll.n = clock.n; |
| 5936 | intel_crtc->config.dpll.m1 = clock.m1; |
| 5937 | intel_crtc->config.dpll.m2 = clock.m2; |
| 5938 | intel_crtc->config.dpll.p1 = clock.p1; |
| 5939 | intel_crtc->config.dpll.p2 = clock.p2; |
| 5940 | } |
Eric Anholt | f564048e | 2011-03-30 13:01:02 -0700 | [diff] [blame] | 5941 | |
Jani Nikula | e9fd1c0 | 2013-08-27 15:12:23 +0300 | [diff] [blame] | 5942 | if (IS_GEN2(dev)) { |
Daniel Vetter | 8a654f3 | 2013-06-01 17:16:22 +0200 | [diff] [blame] | 5943 | i8xx_update_pll(intel_crtc, |
Vijay Purushothaman | 2a8f64c | 2012-09-27 19:13:06 +0530 | [diff] [blame] | 5944 | has_reduced_clock ? &reduced_clock : NULL, |
| 5945 | num_connectors); |
Chon Ming Lee | 9d556c9 | 2014-05-02 14:27:47 +0300 | [diff] [blame] | 5946 | } else if (IS_CHERRYVIEW(dev)) { |
| 5947 | chv_update_pll(intel_crtc); |
Jani Nikula | e9fd1c0 | 2013-08-27 15:12:23 +0300 | [diff] [blame] | 5948 | } else if (IS_VALLEYVIEW(dev)) { |
Jani Nikula | f233533 | 2013-09-13 11:03:09 +0300 | [diff] [blame] | 5949 | vlv_update_pll(intel_crtc); |
Jani Nikula | e9fd1c0 | 2013-08-27 15:12:23 +0300 | [diff] [blame] | 5950 | } else { |
Daniel Vetter | f47709a | 2013-03-28 10:42:02 +0100 | [diff] [blame] | 5951 | i9xx_update_pll(intel_crtc, |
Daniel Vetter | eb1cbe4 | 2012-03-28 23:12:16 +0200 | [diff] [blame] | 5952 | has_reduced_clock ? &reduced_clock : NULL, |
Robin Schroer | eba905b | 2014-05-18 02:24:50 +0200 | [diff] [blame] | 5953 | num_connectors); |
Jani Nikula | e9fd1c0 | 2013-08-27 15:12:23 +0300 | [diff] [blame] | 5954 | } |
Eric Anholt | f564048e | 2011-03-30 13:01:02 -0700 | [diff] [blame] | 5955 | |
Daniel Vetter | c8f7a0d | 2014-04-24 23:55:04 +0200 | [diff] [blame] | 5956 | return 0; |
Eric Anholt | f564048e | 2011-03-30 13:01:02 -0700 | [diff] [blame] | 5957 | } |
| 5958 | |
Daniel Vetter | 2fa2fe9 | 2013-05-07 23:34:16 +0200 | [diff] [blame] | 5959 | static void i9xx_get_pfit_config(struct intel_crtc *crtc, |
| 5960 | struct intel_crtc_config *pipe_config) |
| 5961 | { |
| 5962 | struct drm_device *dev = crtc->base.dev; |
| 5963 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 5964 | uint32_t tmp; |
| 5965 | |
Ville Syrjälä | dc9e7dec | 2014-01-10 14:06:45 +0200 | [diff] [blame] | 5966 | if (INTEL_INFO(dev)->gen <= 3 && (IS_I830(dev) || !IS_MOBILE(dev))) |
| 5967 | return; |
| 5968 | |
Daniel Vetter | 2fa2fe9 | 2013-05-07 23:34:16 +0200 | [diff] [blame] | 5969 | tmp = I915_READ(PFIT_CONTROL); |
Daniel Vetter | 0692282 | 2013-07-11 13:35:40 +0200 | [diff] [blame] | 5970 | if (!(tmp & PFIT_ENABLE)) |
| 5971 | return; |
Daniel Vetter | 2fa2fe9 | 2013-05-07 23:34:16 +0200 | [diff] [blame] | 5972 | |
Daniel Vetter | 0692282 | 2013-07-11 13:35:40 +0200 | [diff] [blame] | 5973 | /* Check whether the pfit is attached to our pipe. */ |
Daniel Vetter | 2fa2fe9 | 2013-05-07 23:34:16 +0200 | [diff] [blame] | 5974 | if (INTEL_INFO(dev)->gen < 4) { |
| 5975 | if (crtc->pipe != PIPE_B) |
| 5976 | return; |
Daniel Vetter | 2fa2fe9 | 2013-05-07 23:34:16 +0200 | [diff] [blame] | 5977 | } else { |
| 5978 | if ((tmp & PFIT_PIPE_MASK) != (crtc->pipe << PFIT_PIPE_SHIFT)) |
| 5979 | return; |
| 5980 | } |
| 5981 | |
Daniel Vetter | 0692282 | 2013-07-11 13:35:40 +0200 | [diff] [blame] | 5982 | pipe_config->gmch_pfit.control = tmp; |
Daniel Vetter | 2fa2fe9 | 2013-05-07 23:34:16 +0200 | [diff] [blame] | 5983 | pipe_config->gmch_pfit.pgm_ratios = I915_READ(PFIT_PGM_RATIOS); |
| 5984 | if (INTEL_INFO(dev)->gen < 5) |
| 5985 | pipe_config->gmch_pfit.lvds_border_bits = |
| 5986 | I915_READ(LVDS) & LVDS_BORDER_ENABLE; |
| 5987 | } |
| 5988 | |
Jesse Barnes | acbec81 | 2013-09-20 11:29:32 -0700 | [diff] [blame] | 5989 | static void vlv_crtc_clock_get(struct intel_crtc *crtc, |
| 5990 | struct intel_crtc_config *pipe_config) |
| 5991 | { |
| 5992 | struct drm_device *dev = crtc->base.dev; |
| 5993 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 5994 | int pipe = pipe_config->cpu_transcoder; |
| 5995 | intel_clock_t clock; |
| 5996 | u32 mdiv; |
Chris Wilson | 662c6ec | 2013-09-25 14:24:01 -0700 | [diff] [blame] | 5997 | int refclk = 100000; |
Jesse Barnes | acbec81 | 2013-09-20 11:29:32 -0700 | [diff] [blame] | 5998 | |
| 5999 | mutex_lock(&dev_priv->dpio_lock); |
Chon Ming Lee | ab3c759 | 2013-11-07 10:43:30 +0800 | [diff] [blame] | 6000 | mdiv = vlv_dpio_read(dev_priv, pipe, VLV_PLL_DW3(pipe)); |
Jesse Barnes | acbec81 | 2013-09-20 11:29:32 -0700 | [diff] [blame] | 6001 | mutex_unlock(&dev_priv->dpio_lock); |
| 6002 | |
| 6003 | clock.m1 = (mdiv >> DPIO_M1DIV_SHIFT) & 7; |
| 6004 | clock.m2 = mdiv & DPIO_M2DIV_MASK; |
| 6005 | clock.n = (mdiv >> DPIO_N_SHIFT) & 0xf; |
| 6006 | clock.p1 = (mdiv >> DPIO_P1_SHIFT) & 7; |
| 6007 | clock.p2 = (mdiv >> DPIO_P2_SHIFT) & 0x1f; |
| 6008 | |
Ville Syrjälä | f646628 | 2013-10-14 14:50:31 +0300 | [diff] [blame] | 6009 | vlv_clock(refclk, &clock); |
Jesse Barnes | acbec81 | 2013-09-20 11:29:32 -0700 | [diff] [blame] | 6010 | |
Ville Syrjälä | f646628 | 2013-10-14 14:50:31 +0300 | [diff] [blame] | 6011 | /* clock.dot is the fast clock */ |
| 6012 | pipe_config->port_clock = clock.dot / 5; |
Jesse Barnes | acbec81 | 2013-09-20 11:29:32 -0700 | [diff] [blame] | 6013 | } |
| 6014 | |
Jesse Barnes | 1ad292b | 2014-03-07 08:57:49 -0800 | [diff] [blame] | 6015 | static void i9xx_get_plane_config(struct intel_crtc *crtc, |
| 6016 | struct intel_plane_config *plane_config) |
| 6017 | { |
| 6018 | struct drm_device *dev = crtc->base.dev; |
| 6019 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 6020 | u32 val, base, offset; |
| 6021 | int pipe = crtc->pipe, plane = crtc->plane; |
| 6022 | int fourcc, pixel_format; |
| 6023 | int aligned_height; |
| 6024 | |
Dave Airlie | 66e514c | 2014-04-03 07:51:54 +1000 | [diff] [blame] | 6025 | crtc->base.primary->fb = kzalloc(sizeof(struct intel_framebuffer), GFP_KERNEL); |
| 6026 | if (!crtc->base.primary->fb) { |
Jesse Barnes | 1ad292b | 2014-03-07 08:57:49 -0800 | [diff] [blame] | 6027 | DRM_DEBUG_KMS("failed to alloc fb\n"); |
| 6028 | return; |
| 6029 | } |
| 6030 | |
| 6031 | val = I915_READ(DSPCNTR(plane)); |
| 6032 | |
| 6033 | if (INTEL_INFO(dev)->gen >= 4) |
| 6034 | if (val & DISPPLANE_TILED) |
| 6035 | plane_config->tiled = true; |
| 6036 | |
| 6037 | pixel_format = val & DISPPLANE_PIXFORMAT_MASK; |
| 6038 | fourcc = intel_format_to_fourcc(pixel_format); |
Dave Airlie | 66e514c | 2014-04-03 07:51:54 +1000 | [diff] [blame] | 6039 | crtc->base.primary->fb->pixel_format = fourcc; |
| 6040 | crtc->base.primary->fb->bits_per_pixel = |
Jesse Barnes | 1ad292b | 2014-03-07 08:57:49 -0800 | [diff] [blame] | 6041 | drm_format_plane_cpp(fourcc, 0) * 8; |
| 6042 | |
| 6043 | if (INTEL_INFO(dev)->gen >= 4) { |
| 6044 | if (plane_config->tiled) |
| 6045 | offset = I915_READ(DSPTILEOFF(plane)); |
| 6046 | else |
| 6047 | offset = I915_READ(DSPLINOFF(plane)); |
| 6048 | base = I915_READ(DSPSURF(plane)) & 0xfffff000; |
| 6049 | } else { |
| 6050 | base = I915_READ(DSPADDR(plane)); |
| 6051 | } |
| 6052 | plane_config->base = base; |
| 6053 | |
| 6054 | val = I915_READ(PIPESRC(pipe)); |
Dave Airlie | 66e514c | 2014-04-03 07:51:54 +1000 | [diff] [blame] | 6055 | crtc->base.primary->fb->width = ((val >> 16) & 0xfff) + 1; |
| 6056 | crtc->base.primary->fb->height = ((val >> 0) & 0xfff) + 1; |
Jesse Barnes | 1ad292b | 2014-03-07 08:57:49 -0800 | [diff] [blame] | 6057 | |
| 6058 | val = I915_READ(DSPSTRIDE(pipe)); |
Dave Airlie | 66e514c | 2014-04-03 07:51:54 +1000 | [diff] [blame] | 6059 | crtc->base.primary->fb->pitches[0] = val & 0xffffff80; |
Jesse Barnes | 1ad292b | 2014-03-07 08:57:49 -0800 | [diff] [blame] | 6060 | |
Dave Airlie | 66e514c | 2014-04-03 07:51:54 +1000 | [diff] [blame] | 6061 | aligned_height = intel_align_height(dev, crtc->base.primary->fb->height, |
Jesse Barnes | 1ad292b | 2014-03-07 08:57:49 -0800 | [diff] [blame] | 6062 | plane_config->tiled); |
| 6063 | |
Dave Airlie | 66e514c | 2014-04-03 07:51:54 +1000 | [diff] [blame] | 6064 | plane_config->size = ALIGN(crtc->base.primary->fb->pitches[0] * |
Jesse Barnes | 1ad292b | 2014-03-07 08:57:49 -0800 | [diff] [blame] | 6065 | aligned_height, PAGE_SIZE); |
| 6066 | |
| 6067 | 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] | 6068 | pipe, plane, crtc->base.primary->fb->width, |
| 6069 | crtc->base.primary->fb->height, |
| 6070 | crtc->base.primary->fb->bits_per_pixel, base, |
| 6071 | crtc->base.primary->fb->pitches[0], |
Jesse Barnes | 1ad292b | 2014-03-07 08:57:49 -0800 | [diff] [blame] | 6072 | plane_config->size); |
| 6073 | |
| 6074 | } |
| 6075 | |
Ville Syrjälä | 70b23a9 | 2014-04-09 13:28:22 +0300 | [diff] [blame] | 6076 | static void chv_crtc_clock_get(struct intel_crtc *crtc, |
| 6077 | struct intel_crtc_config *pipe_config) |
| 6078 | { |
| 6079 | struct drm_device *dev = crtc->base.dev; |
| 6080 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 6081 | int pipe = pipe_config->cpu_transcoder; |
| 6082 | enum dpio_channel port = vlv_pipe_to_channel(pipe); |
| 6083 | intel_clock_t clock; |
| 6084 | u32 cmn_dw13, pll_dw0, pll_dw1, pll_dw2; |
| 6085 | int refclk = 100000; |
| 6086 | |
| 6087 | mutex_lock(&dev_priv->dpio_lock); |
| 6088 | cmn_dw13 = vlv_dpio_read(dev_priv, pipe, CHV_CMN_DW13(port)); |
| 6089 | pll_dw0 = vlv_dpio_read(dev_priv, pipe, CHV_PLL_DW0(port)); |
| 6090 | pll_dw1 = vlv_dpio_read(dev_priv, pipe, CHV_PLL_DW1(port)); |
| 6091 | pll_dw2 = vlv_dpio_read(dev_priv, pipe, CHV_PLL_DW2(port)); |
| 6092 | mutex_unlock(&dev_priv->dpio_lock); |
| 6093 | |
| 6094 | clock.m1 = (pll_dw1 & 0x7) == DPIO_CHV_M1_DIV_BY_2 ? 2 : 0; |
| 6095 | clock.m2 = ((pll_dw0 & 0xff) << 22) | (pll_dw2 & 0x3fffff); |
| 6096 | clock.n = (pll_dw1 >> DPIO_CHV_N_DIV_SHIFT) & 0xf; |
| 6097 | clock.p1 = (cmn_dw13 >> DPIO_CHV_P1_DIV_SHIFT) & 0x7; |
| 6098 | clock.p2 = (cmn_dw13 >> DPIO_CHV_P2_DIV_SHIFT) & 0x1f; |
| 6099 | |
| 6100 | chv_clock(refclk, &clock); |
| 6101 | |
| 6102 | /* clock.dot is the fast clock */ |
| 6103 | pipe_config->port_clock = clock.dot / 5; |
| 6104 | } |
| 6105 | |
Daniel Vetter | 0e8ffe1 | 2013-03-28 10:42:00 +0100 | [diff] [blame] | 6106 | static bool i9xx_get_pipe_config(struct intel_crtc *crtc, |
| 6107 | struct intel_crtc_config *pipe_config) |
| 6108 | { |
| 6109 | struct drm_device *dev = crtc->base.dev; |
| 6110 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 6111 | uint32_t tmp; |
| 6112 | |
Imre Deak | b5482bd | 2014-03-05 16:20:55 +0200 | [diff] [blame] | 6113 | if (!intel_display_power_enabled(dev_priv, |
| 6114 | POWER_DOMAIN_PIPE(crtc->pipe))) |
| 6115 | return false; |
| 6116 | |
Daniel Vetter | e143a21 | 2013-07-04 12:01:15 +0200 | [diff] [blame] | 6117 | pipe_config->cpu_transcoder = (enum transcoder) crtc->pipe; |
Daniel Vetter | c0d43d6 | 2013-06-07 23:11:08 +0200 | [diff] [blame] | 6118 | pipe_config->shared_dpll = DPLL_ID_PRIVATE; |
Daniel Vetter | eccb140 | 2013-05-22 00:50:22 +0200 | [diff] [blame] | 6119 | |
Daniel Vetter | 0e8ffe1 | 2013-03-28 10:42:00 +0100 | [diff] [blame] | 6120 | tmp = I915_READ(PIPECONF(crtc->pipe)); |
| 6121 | if (!(tmp & PIPECONF_ENABLE)) |
| 6122 | return false; |
| 6123 | |
Ville Syrjälä | 42571ae | 2013-09-06 23:29:00 +0300 | [diff] [blame] | 6124 | if (IS_G4X(dev) || IS_VALLEYVIEW(dev)) { |
| 6125 | switch (tmp & PIPECONF_BPC_MASK) { |
| 6126 | case PIPECONF_6BPC: |
| 6127 | pipe_config->pipe_bpp = 18; |
| 6128 | break; |
| 6129 | case PIPECONF_8BPC: |
| 6130 | pipe_config->pipe_bpp = 24; |
| 6131 | break; |
| 6132 | case PIPECONF_10BPC: |
| 6133 | pipe_config->pipe_bpp = 30; |
| 6134 | break; |
| 6135 | default: |
| 6136 | break; |
| 6137 | } |
| 6138 | } |
| 6139 | |
Daniel Vetter | b5a9fa0 | 2014-04-24 23:54:49 +0200 | [diff] [blame] | 6140 | if (IS_VALLEYVIEW(dev) && (tmp & PIPECONF_COLOR_RANGE_SELECT)) |
| 6141 | pipe_config->limited_color_range = true; |
| 6142 | |
Ville Syrjälä | 282740f | 2013-09-04 18:30:03 +0300 | [diff] [blame] | 6143 | if (INTEL_INFO(dev)->gen < 4) |
| 6144 | pipe_config->double_wide = tmp & PIPECONF_DOUBLE_WIDE; |
| 6145 | |
Daniel Vetter | 1bd1bd8 | 2013-04-29 21:56:12 +0200 | [diff] [blame] | 6146 | intel_get_pipe_timings(crtc, pipe_config); |
| 6147 | |
Daniel Vetter | 2fa2fe9 | 2013-05-07 23:34:16 +0200 | [diff] [blame] | 6148 | i9xx_get_pfit_config(crtc, pipe_config); |
| 6149 | |
Daniel Vetter | 6c49f24 | 2013-06-06 12:45:25 +0200 | [diff] [blame] | 6150 | if (INTEL_INFO(dev)->gen >= 4) { |
| 6151 | tmp = I915_READ(DPLL_MD(crtc->pipe)); |
| 6152 | pipe_config->pixel_multiplier = |
| 6153 | ((tmp & DPLL_MD_UDI_MULTIPLIER_MASK) |
| 6154 | >> DPLL_MD_UDI_MULTIPLIER_SHIFT) + 1; |
Daniel Vetter | 8bcc279 | 2013-06-05 13:34:28 +0200 | [diff] [blame] | 6155 | pipe_config->dpll_hw_state.dpll_md = tmp; |
Daniel Vetter | 6c49f24 | 2013-06-06 12:45:25 +0200 | [diff] [blame] | 6156 | } else if (IS_I945G(dev) || IS_I945GM(dev) || IS_G33(dev)) { |
| 6157 | tmp = I915_READ(DPLL(crtc->pipe)); |
| 6158 | pipe_config->pixel_multiplier = |
| 6159 | ((tmp & SDVO_MULTIPLIER_MASK) |
| 6160 | >> SDVO_MULTIPLIER_SHIFT_HIRES) + 1; |
| 6161 | } else { |
| 6162 | /* Note that on i915G/GM the pixel multiplier is in the sdvo |
| 6163 | * port and will be fixed up in the encoder->get_config |
| 6164 | * function. */ |
| 6165 | pipe_config->pixel_multiplier = 1; |
| 6166 | } |
Daniel Vetter | 8bcc279 | 2013-06-05 13:34:28 +0200 | [diff] [blame] | 6167 | pipe_config->dpll_hw_state.dpll = I915_READ(DPLL(crtc->pipe)); |
| 6168 | if (!IS_VALLEYVIEW(dev)) { |
| 6169 | pipe_config->dpll_hw_state.fp0 = I915_READ(FP0(crtc->pipe)); |
| 6170 | pipe_config->dpll_hw_state.fp1 = I915_READ(FP1(crtc->pipe)); |
Ville Syrjälä | 165e901 | 2013-06-26 17:44:15 +0300 | [diff] [blame] | 6171 | } else { |
| 6172 | /* Mask out read-only status bits. */ |
| 6173 | pipe_config->dpll_hw_state.dpll &= ~(DPLL_LOCK_VLV | |
| 6174 | DPLL_PORTC_READY_MASK | |
| 6175 | DPLL_PORTB_READY_MASK); |
Daniel Vetter | 8bcc279 | 2013-06-05 13:34:28 +0200 | [diff] [blame] | 6176 | } |
Daniel Vetter | 6c49f24 | 2013-06-06 12:45:25 +0200 | [diff] [blame] | 6177 | |
Ville Syrjälä | 70b23a9 | 2014-04-09 13:28:22 +0300 | [diff] [blame] | 6178 | if (IS_CHERRYVIEW(dev)) |
| 6179 | chv_crtc_clock_get(crtc, pipe_config); |
| 6180 | else if (IS_VALLEYVIEW(dev)) |
Jesse Barnes | acbec81 | 2013-09-20 11:29:32 -0700 | [diff] [blame] | 6181 | vlv_crtc_clock_get(crtc, pipe_config); |
| 6182 | else |
| 6183 | i9xx_crtc_clock_get(crtc, pipe_config); |
Ville Syrjälä | 18442d0 | 2013-09-13 16:00:08 +0300 | [diff] [blame] | 6184 | |
Daniel Vetter | 0e8ffe1 | 2013-03-28 10:42:00 +0100 | [diff] [blame] | 6185 | return true; |
| 6186 | } |
| 6187 | |
Paulo Zanoni | dde86e2 | 2012-12-01 12:04:25 -0200 | [diff] [blame] | 6188 | static void ironlake_init_pch_refclk(struct drm_device *dev) |
Jesse Barnes | 13d83a6 | 2011-08-03 12:59:20 -0700 | [diff] [blame] | 6189 | { |
| 6190 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 6191 | struct drm_mode_config *mode_config = &dev->mode_config; |
Jesse Barnes | 13d83a6 | 2011-08-03 12:59:20 -0700 | [diff] [blame] | 6192 | struct intel_encoder *encoder; |
Chris Wilson | 74cfd7a | 2013-03-26 16:33:04 -0700 | [diff] [blame] | 6193 | u32 val, final; |
Jesse Barnes | 13d83a6 | 2011-08-03 12:59:20 -0700 | [diff] [blame] | 6194 | bool has_lvds = false; |
Keith Packard | 199e5d7 | 2011-09-22 12:01:57 -0700 | [diff] [blame] | 6195 | bool has_cpu_edp = false; |
Keith Packard | 199e5d7 | 2011-09-22 12:01:57 -0700 | [diff] [blame] | 6196 | bool has_panel = false; |
Keith Packard | 99eb6a0 | 2011-09-26 14:29:12 -0700 | [diff] [blame] | 6197 | bool has_ck505 = false; |
| 6198 | bool can_ssc = false; |
Jesse Barnes | 13d83a6 | 2011-08-03 12:59:20 -0700 | [diff] [blame] | 6199 | |
| 6200 | /* We need to take the global config into account */ |
Keith Packard | 199e5d7 | 2011-09-22 12:01:57 -0700 | [diff] [blame] | 6201 | list_for_each_entry(encoder, &mode_config->encoder_list, |
| 6202 | base.head) { |
| 6203 | switch (encoder->type) { |
| 6204 | case INTEL_OUTPUT_LVDS: |
| 6205 | has_panel = true; |
| 6206 | has_lvds = true; |
| 6207 | break; |
| 6208 | case INTEL_OUTPUT_EDP: |
| 6209 | has_panel = true; |
Imre Deak | 2de6905 | 2013-05-08 13:14:04 +0300 | [diff] [blame] | 6210 | if (enc_to_dig_port(&encoder->base)->port == PORT_A) |
Keith Packard | 199e5d7 | 2011-09-22 12:01:57 -0700 | [diff] [blame] | 6211 | has_cpu_edp = true; |
| 6212 | break; |
Jesse Barnes | 13d83a6 | 2011-08-03 12:59:20 -0700 | [diff] [blame] | 6213 | } |
| 6214 | } |
| 6215 | |
Keith Packard | 99eb6a0 | 2011-09-26 14:29:12 -0700 | [diff] [blame] | 6216 | if (HAS_PCH_IBX(dev)) { |
Rodrigo Vivi | 41aa344 | 2013-05-09 20:03:18 -0300 | [diff] [blame] | 6217 | has_ck505 = dev_priv->vbt.display_clock_mode; |
Keith Packard | 99eb6a0 | 2011-09-26 14:29:12 -0700 | [diff] [blame] | 6218 | can_ssc = has_ck505; |
| 6219 | } else { |
| 6220 | has_ck505 = false; |
| 6221 | can_ssc = true; |
| 6222 | } |
| 6223 | |
Imre Deak | 2de6905 | 2013-05-08 13:14:04 +0300 | [diff] [blame] | 6224 | DRM_DEBUG_KMS("has_panel %d has_lvds %d has_ck505 %d\n", |
| 6225 | has_panel, has_lvds, has_ck505); |
Jesse Barnes | 13d83a6 | 2011-08-03 12:59:20 -0700 | [diff] [blame] | 6226 | |
| 6227 | /* Ironlake: try to setup display ref clock before DPLL |
| 6228 | * enabling. This is only under driver's control after |
| 6229 | * PCH B stepping, previous chipset stepping should be |
| 6230 | * ignoring this setting. |
| 6231 | */ |
Chris Wilson | 74cfd7a | 2013-03-26 16:33:04 -0700 | [diff] [blame] | 6232 | val = I915_READ(PCH_DREF_CONTROL); |
Jesse Barnes | 13d83a6 | 2011-08-03 12:59:20 -0700 | [diff] [blame] | 6233 | |
Chris Wilson | 74cfd7a | 2013-03-26 16:33:04 -0700 | [diff] [blame] | 6234 | /* As we must carefully and slowly disable/enable each source in turn, |
| 6235 | * compute the final state we want first and check if we need to |
| 6236 | * make any changes at all. |
| 6237 | */ |
| 6238 | final = val; |
| 6239 | final &= ~DREF_NONSPREAD_SOURCE_MASK; |
Keith Packard | 99eb6a0 | 2011-09-26 14:29:12 -0700 | [diff] [blame] | 6240 | if (has_ck505) |
Chris Wilson | 74cfd7a | 2013-03-26 16:33:04 -0700 | [diff] [blame] | 6241 | final |= DREF_NONSPREAD_CK505_ENABLE; |
Keith Packard | 99eb6a0 | 2011-09-26 14:29:12 -0700 | [diff] [blame] | 6242 | else |
Chris Wilson | 74cfd7a | 2013-03-26 16:33:04 -0700 | [diff] [blame] | 6243 | final |= DREF_NONSPREAD_SOURCE_ENABLE; |
| 6244 | |
| 6245 | final &= ~DREF_SSC_SOURCE_MASK; |
| 6246 | final &= ~DREF_CPU_SOURCE_OUTPUT_MASK; |
| 6247 | final &= ~DREF_SSC1_ENABLE; |
Jesse Barnes | 13d83a6 | 2011-08-03 12:59:20 -0700 | [diff] [blame] | 6248 | |
Keith Packard | 199e5d7 | 2011-09-22 12:01:57 -0700 | [diff] [blame] | 6249 | if (has_panel) { |
Chris Wilson | 74cfd7a | 2013-03-26 16:33:04 -0700 | [diff] [blame] | 6250 | final |= DREF_SSC_SOURCE_ENABLE; |
| 6251 | |
| 6252 | if (intel_panel_use_ssc(dev_priv) && can_ssc) |
| 6253 | final |= DREF_SSC1_ENABLE; |
| 6254 | |
| 6255 | if (has_cpu_edp) { |
| 6256 | if (intel_panel_use_ssc(dev_priv) && can_ssc) |
| 6257 | final |= DREF_CPU_SOURCE_OUTPUT_DOWNSPREAD; |
| 6258 | else |
| 6259 | final |= DREF_CPU_SOURCE_OUTPUT_NONSPREAD; |
| 6260 | } else |
| 6261 | final |= DREF_CPU_SOURCE_OUTPUT_DISABLE; |
| 6262 | } else { |
| 6263 | final |= DREF_SSC_SOURCE_DISABLE; |
| 6264 | final |= DREF_CPU_SOURCE_OUTPUT_DISABLE; |
| 6265 | } |
| 6266 | |
| 6267 | if (final == val) |
| 6268 | return; |
| 6269 | |
| 6270 | /* Always enable nonspread source */ |
| 6271 | val &= ~DREF_NONSPREAD_SOURCE_MASK; |
| 6272 | |
| 6273 | if (has_ck505) |
| 6274 | val |= DREF_NONSPREAD_CK505_ENABLE; |
| 6275 | else |
| 6276 | val |= DREF_NONSPREAD_SOURCE_ENABLE; |
| 6277 | |
| 6278 | if (has_panel) { |
| 6279 | val &= ~DREF_SSC_SOURCE_MASK; |
| 6280 | val |= DREF_SSC_SOURCE_ENABLE; |
Jesse Barnes | 13d83a6 | 2011-08-03 12:59:20 -0700 | [diff] [blame] | 6281 | |
Keith Packard | 199e5d7 | 2011-09-22 12:01:57 -0700 | [diff] [blame] | 6282 | /* SSC must be turned on before enabling the CPU output */ |
Keith Packard | 99eb6a0 | 2011-09-26 14:29:12 -0700 | [diff] [blame] | 6283 | if (intel_panel_use_ssc(dev_priv) && can_ssc) { |
Keith Packard | 199e5d7 | 2011-09-22 12:01:57 -0700 | [diff] [blame] | 6284 | DRM_DEBUG_KMS("Using SSC on panel\n"); |
Chris Wilson | 74cfd7a | 2013-03-26 16:33:04 -0700 | [diff] [blame] | 6285 | val |= DREF_SSC1_ENABLE; |
Daniel Vetter | e77166b | 2012-03-30 22:14:05 +0200 | [diff] [blame] | 6286 | } else |
Chris Wilson | 74cfd7a | 2013-03-26 16:33:04 -0700 | [diff] [blame] | 6287 | val &= ~DREF_SSC1_ENABLE; |
Keith Packard | 199e5d7 | 2011-09-22 12:01:57 -0700 | [diff] [blame] | 6288 | |
| 6289 | /* Get SSC going before enabling the outputs */ |
Chris Wilson | 74cfd7a | 2013-03-26 16:33:04 -0700 | [diff] [blame] | 6290 | I915_WRITE(PCH_DREF_CONTROL, val); |
Keith Packard | 199e5d7 | 2011-09-22 12:01:57 -0700 | [diff] [blame] | 6291 | POSTING_READ(PCH_DREF_CONTROL); |
| 6292 | udelay(200); |
| 6293 | |
Chris Wilson | 74cfd7a | 2013-03-26 16:33:04 -0700 | [diff] [blame] | 6294 | val &= ~DREF_CPU_SOURCE_OUTPUT_MASK; |
Jesse Barnes | 13d83a6 | 2011-08-03 12:59:20 -0700 | [diff] [blame] | 6295 | |
| 6296 | /* Enable CPU source on CPU attached eDP */ |
Keith Packard | 199e5d7 | 2011-09-22 12:01:57 -0700 | [diff] [blame] | 6297 | if (has_cpu_edp) { |
Keith Packard | 99eb6a0 | 2011-09-26 14:29:12 -0700 | [diff] [blame] | 6298 | if (intel_panel_use_ssc(dev_priv) && can_ssc) { |
Keith Packard | 199e5d7 | 2011-09-22 12:01:57 -0700 | [diff] [blame] | 6299 | DRM_DEBUG_KMS("Using SSC on eDP\n"); |
Chris Wilson | 74cfd7a | 2013-03-26 16:33:04 -0700 | [diff] [blame] | 6300 | val |= DREF_CPU_SOURCE_OUTPUT_DOWNSPREAD; |
Robin Schroer | eba905b | 2014-05-18 02:24:50 +0200 | [diff] [blame] | 6301 | } else |
Chris Wilson | 74cfd7a | 2013-03-26 16:33:04 -0700 | [diff] [blame] | 6302 | val |= DREF_CPU_SOURCE_OUTPUT_NONSPREAD; |
Keith Packard | 199e5d7 | 2011-09-22 12:01:57 -0700 | [diff] [blame] | 6303 | } else |
Chris Wilson | 74cfd7a | 2013-03-26 16:33:04 -0700 | [diff] [blame] | 6304 | val |= DREF_CPU_SOURCE_OUTPUT_DISABLE; |
Keith Packard | 199e5d7 | 2011-09-22 12:01:57 -0700 | [diff] [blame] | 6305 | |
Chris Wilson | 74cfd7a | 2013-03-26 16:33:04 -0700 | [diff] [blame] | 6306 | I915_WRITE(PCH_DREF_CONTROL, val); |
Keith Packard | 199e5d7 | 2011-09-22 12:01:57 -0700 | [diff] [blame] | 6307 | POSTING_READ(PCH_DREF_CONTROL); |
| 6308 | udelay(200); |
| 6309 | } else { |
| 6310 | DRM_DEBUG_KMS("Disabling SSC entirely\n"); |
| 6311 | |
Chris Wilson | 74cfd7a | 2013-03-26 16:33:04 -0700 | [diff] [blame] | 6312 | val &= ~DREF_CPU_SOURCE_OUTPUT_MASK; |
Keith Packard | 199e5d7 | 2011-09-22 12:01:57 -0700 | [diff] [blame] | 6313 | |
| 6314 | /* Turn off CPU output */ |
Chris Wilson | 74cfd7a | 2013-03-26 16:33:04 -0700 | [diff] [blame] | 6315 | val |= DREF_CPU_SOURCE_OUTPUT_DISABLE; |
Keith Packard | 199e5d7 | 2011-09-22 12:01:57 -0700 | [diff] [blame] | 6316 | |
Chris Wilson | 74cfd7a | 2013-03-26 16:33:04 -0700 | [diff] [blame] | 6317 | I915_WRITE(PCH_DREF_CONTROL, val); |
Keith Packard | 199e5d7 | 2011-09-22 12:01:57 -0700 | [diff] [blame] | 6318 | POSTING_READ(PCH_DREF_CONTROL); |
| 6319 | udelay(200); |
| 6320 | |
| 6321 | /* Turn off the SSC source */ |
Chris Wilson | 74cfd7a | 2013-03-26 16:33:04 -0700 | [diff] [blame] | 6322 | val &= ~DREF_SSC_SOURCE_MASK; |
| 6323 | val |= DREF_SSC_SOURCE_DISABLE; |
Keith Packard | 199e5d7 | 2011-09-22 12:01:57 -0700 | [diff] [blame] | 6324 | |
| 6325 | /* Turn off SSC1 */ |
Chris Wilson | 74cfd7a | 2013-03-26 16:33:04 -0700 | [diff] [blame] | 6326 | val &= ~DREF_SSC1_ENABLE; |
Keith Packard | 199e5d7 | 2011-09-22 12:01:57 -0700 | [diff] [blame] | 6327 | |
Chris Wilson | 74cfd7a | 2013-03-26 16:33:04 -0700 | [diff] [blame] | 6328 | I915_WRITE(PCH_DREF_CONTROL, val); |
Jesse Barnes | 13d83a6 | 2011-08-03 12:59:20 -0700 | [diff] [blame] | 6329 | POSTING_READ(PCH_DREF_CONTROL); |
| 6330 | udelay(200); |
| 6331 | } |
Chris Wilson | 74cfd7a | 2013-03-26 16:33:04 -0700 | [diff] [blame] | 6332 | |
| 6333 | BUG_ON(val != final); |
Jesse Barnes | 13d83a6 | 2011-08-03 12:59:20 -0700 | [diff] [blame] | 6334 | } |
| 6335 | |
Paulo Zanoni | f31f2d5 | 2013-07-18 18:51:11 -0300 | [diff] [blame] | 6336 | static void lpt_reset_fdi_mphy(struct drm_i915_private *dev_priv) |
Paulo Zanoni | dde86e2 | 2012-12-01 12:04:25 -0200 | [diff] [blame] | 6337 | { |
Paulo Zanoni | f31f2d5 | 2013-07-18 18:51:11 -0300 | [diff] [blame] | 6338 | uint32_t tmp; |
Paulo Zanoni | dde86e2 | 2012-12-01 12:04:25 -0200 | [diff] [blame] | 6339 | |
Paulo Zanoni | 0ff066a | 2013-07-12 14:19:36 -0300 | [diff] [blame] | 6340 | tmp = I915_READ(SOUTH_CHICKEN2); |
| 6341 | tmp |= FDI_MPHY_IOSFSB_RESET_CTL; |
| 6342 | I915_WRITE(SOUTH_CHICKEN2, tmp); |
Paulo Zanoni | dde86e2 | 2012-12-01 12:04:25 -0200 | [diff] [blame] | 6343 | |
Paulo Zanoni | 0ff066a | 2013-07-12 14:19:36 -0300 | [diff] [blame] | 6344 | if (wait_for_atomic_us(I915_READ(SOUTH_CHICKEN2) & |
| 6345 | FDI_MPHY_IOSFSB_RESET_STATUS, 100)) |
| 6346 | DRM_ERROR("FDI mPHY reset assert timeout\n"); |
Paulo Zanoni | dde86e2 | 2012-12-01 12:04:25 -0200 | [diff] [blame] | 6347 | |
Paulo Zanoni | 0ff066a | 2013-07-12 14:19:36 -0300 | [diff] [blame] | 6348 | tmp = I915_READ(SOUTH_CHICKEN2); |
| 6349 | tmp &= ~FDI_MPHY_IOSFSB_RESET_CTL; |
| 6350 | I915_WRITE(SOUTH_CHICKEN2, tmp); |
Paulo Zanoni | dde86e2 | 2012-12-01 12:04:25 -0200 | [diff] [blame] | 6351 | |
Paulo Zanoni | 0ff066a | 2013-07-12 14:19:36 -0300 | [diff] [blame] | 6352 | if (wait_for_atomic_us((I915_READ(SOUTH_CHICKEN2) & |
| 6353 | FDI_MPHY_IOSFSB_RESET_STATUS) == 0, 100)) |
| 6354 | DRM_ERROR("FDI mPHY reset de-assert timeout\n"); |
Paulo Zanoni | f31f2d5 | 2013-07-18 18:51:11 -0300 | [diff] [blame] | 6355 | } |
| 6356 | |
| 6357 | /* WaMPhyProgramming:hsw */ |
| 6358 | static void lpt_program_fdi_mphy(struct drm_i915_private *dev_priv) |
| 6359 | { |
| 6360 | uint32_t tmp; |
Paulo Zanoni | dde86e2 | 2012-12-01 12:04:25 -0200 | [diff] [blame] | 6361 | |
| 6362 | tmp = intel_sbi_read(dev_priv, 0x8008, SBI_MPHY); |
| 6363 | tmp &= ~(0xFF << 24); |
| 6364 | tmp |= (0x12 << 24); |
| 6365 | intel_sbi_write(dev_priv, 0x8008, tmp, SBI_MPHY); |
| 6366 | |
Paulo Zanoni | dde86e2 | 2012-12-01 12:04:25 -0200 | [diff] [blame] | 6367 | tmp = intel_sbi_read(dev_priv, 0x2008, SBI_MPHY); |
| 6368 | tmp |= (1 << 11); |
| 6369 | intel_sbi_write(dev_priv, 0x2008, tmp, SBI_MPHY); |
| 6370 | |
| 6371 | tmp = intel_sbi_read(dev_priv, 0x2108, SBI_MPHY); |
| 6372 | tmp |= (1 << 11); |
| 6373 | intel_sbi_write(dev_priv, 0x2108, tmp, SBI_MPHY); |
| 6374 | |
Paulo Zanoni | dde86e2 | 2012-12-01 12:04:25 -0200 | [diff] [blame] | 6375 | tmp = intel_sbi_read(dev_priv, 0x206C, SBI_MPHY); |
| 6376 | tmp |= (1 << 24) | (1 << 21) | (1 << 18); |
| 6377 | intel_sbi_write(dev_priv, 0x206C, tmp, SBI_MPHY); |
| 6378 | |
| 6379 | tmp = intel_sbi_read(dev_priv, 0x216C, SBI_MPHY); |
| 6380 | tmp |= (1 << 24) | (1 << 21) | (1 << 18); |
| 6381 | intel_sbi_write(dev_priv, 0x216C, tmp, SBI_MPHY); |
| 6382 | |
Paulo Zanoni | 0ff066a | 2013-07-12 14:19:36 -0300 | [diff] [blame] | 6383 | tmp = intel_sbi_read(dev_priv, 0x2080, SBI_MPHY); |
| 6384 | tmp &= ~(7 << 13); |
| 6385 | tmp |= (5 << 13); |
| 6386 | intel_sbi_write(dev_priv, 0x2080, tmp, SBI_MPHY); |
Paulo Zanoni | dde86e2 | 2012-12-01 12:04:25 -0200 | [diff] [blame] | 6387 | |
Paulo Zanoni | 0ff066a | 2013-07-12 14:19:36 -0300 | [diff] [blame] | 6388 | tmp = intel_sbi_read(dev_priv, 0x2180, SBI_MPHY); |
| 6389 | tmp &= ~(7 << 13); |
| 6390 | tmp |= (5 << 13); |
| 6391 | intel_sbi_write(dev_priv, 0x2180, tmp, SBI_MPHY); |
Paulo Zanoni | dde86e2 | 2012-12-01 12:04:25 -0200 | [diff] [blame] | 6392 | |
| 6393 | tmp = intel_sbi_read(dev_priv, 0x208C, SBI_MPHY); |
| 6394 | tmp &= ~0xFF; |
| 6395 | tmp |= 0x1C; |
| 6396 | intel_sbi_write(dev_priv, 0x208C, tmp, SBI_MPHY); |
| 6397 | |
| 6398 | tmp = intel_sbi_read(dev_priv, 0x218C, SBI_MPHY); |
| 6399 | tmp &= ~0xFF; |
| 6400 | tmp |= 0x1C; |
| 6401 | intel_sbi_write(dev_priv, 0x218C, tmp, SBI_MPHY); |
| 6402 | |
| 6403 | tmp = intel_sbi_read(dev_priv, 0x2098, SBI_MPHY); |
| 6404 | tmp &= ~(0xFF << 16); |
| 6405 | tmp |= (0x1C << 16); |
| 6406 | intel_sbi_write(dev_priv, 0x2098, tmp, SBI_MPHY); |
| 6407 | |
| 6408 | tmp = intel_sbi_read(dev_priv, 0x2198, SBI_MPHY); |
| 6409 | tmp &= ~(0xFF << 16); |
| 6410 | tmp |= (0x1C << 16); |
| 6411 | intel_sbi_write(dev_priv, 0x2198, tmp, SBI_MPHY); |
| 6412 | |
Paulo Zanoni | 0ff066a | 2013-07-12 14:19:36 -0300 | [diff] [blame] | 6413 | tmp = intel_sbi_read(dev_priv, 0x20C4, SBI_MPHY); |
| 6414 | tmp |= (1 << 27); |
| 6415 | intel_sbi_write(dev_priv, 0x20C4, tmp, SBI_MPHY); |
Paulo Zanoni | dde86e2 | 2012-12-01 12:04:25 -0200 | [diff] [blame] | 6416 | |
Paulo Zanoni | 0ff066a | 2013-07-12 14:19:36 -0300 | [diff] [blame] | 6417 | tmp = intel_sbi_read(dev_priv, 0x21C4, SBI_MPHY); |
| 6418 | tmp |= (1 << 27); |
| 6419 | intel_sbi_write(dev_priv, 0x21C4, tmp, SBI_MPHY); |
Paulo Zanoni | dde86e2 | 2012-12-01 12:04:25 -0200 | [diff] [blame] | 6420 | |
Paulo Zanoni | 0ff066a | 2013-07-12 14:19:36 -0300 | [diff] [blame] | 6421 | tmp = intel_sbi_read(dev_priv, 0x20EC, SBI_MPHY); |
| 6422 | tmp &= ~(0xF << 28); |
| 6423 | tmp |= (4 << 28); |
| 6424 | intel_sbi_write(dev_priv, 0x20EC, tmp, SBI_MPHY); |
Paulo Zanoni | dde86e2 | 2012-12-01 12:04:25 -0200 | [diff] [blame] | 6425 | |
Paulo Zanoni | 0ff066a | 2013-07-12 14:19:36 -0300 | [diff] [blame] | 6426 | tmp = intel_sbi_read(dev_priv, 0x21EC, SBI_MPHY); |
| 6427 | tmp &= ~(0xF << 28); |
| 6428 | tmp |= (4 << 28); |
| 6429 | intel_sbi_write(dev_priv, 0x21EC, tmp, SBI_MPHY); |
Paulo Zanoni | f31f2d5 | 2013-07-18 18:51:11 -0300 | [diff] [blame] | 6430 | } |
| 6431 | |
Paulo Zanoni | 2fa86a1 | 2013-07-23 11:19:24 -0300 | [diff] [blame] | 6432 | /* Implements 3 different sequences from BSpec chapter "Display iCLK |
| 6433 | * Programming" based on the parameters passed: |
| 6434 | * - Sequence to enable CLKOUT_DP |
| 6435 | * - Sequence to enable CLKOUT_DP without spread |
| 6436 | * - Sequence to enable CLKOUT_DP for FDI usage and configure PCH FDI I/O |
| 6437 | */ |
| 6438 | static void lpt_enable_clkout_dp(struct drm_device *dev, bool with_spread, |
| 6439 | bool with_fdi) |
Paulo Zanoni | f31f2d5 | 2013-07-18 18:51:11 -0300 | [diff] [blame] | 6440 | { |
| 6441 | struct drm_i915_private *dev_priv = dev->dev_private; |
Paulo Zanoni | 2fa86a1 | 2013-07-23 11:19:24 -0300 | [diff] [blame] | 6442 | uint32_t reg, tmp; |
| 6443 | |
| 6444 | if (WARN(with_fdi && !with_spread, "FDI requires downspread\n")) |
| 6445 | with_spread = true; |
| 6446 | if (WARN(dev_priv->pch_id == INTEL_PCH_LPT_LP_DEVICE_ID_TYPE && |
| 6447 | with_fdi, "LP PCH doesn't have FDI\n")) |
| 6448 | with_fdi = false; |
Paulo Zanoni | f31f2d5 | 2013-07-18 18:51:11 -0300 | [diff] [blame] | 6449 | |
| 6450 | mutex_lock(&dev_priv->dpio_lock); |
| 6451 | |
| 6452 | tmp = intel_sbi_read(dev_priv, SBI_SSCCTL, SBI_ICLK); |
| 6453 | tmp &= ~SBI_SSCCTL_DISABLE; |
| 6454 | tmp |= SBI_SSCCTL_PATHALT; |
| 6455 | intel_sbi_write(dev_priv, SBI_SSCCTL, tmp, SBI_ICLK); |
| 6456 | |
| 6457 | udelay(24); |
| 6458 | |
Paulo Zanoni | 2fa86a1 | 2013-07-23 11:19:24 -0300 | [diff] [blame] | 6459 | if (with_spread) { |
| 6460 | tmp = intel_sbi_read(dev_priv, SBI_SSCCTL, SBI_ICLK); |
| 6461 | tmp &= ~SBI_SSCCTL_PATHALT; |
| 6462 | intel_sbi_write(dev_priv, SBI_SSCCTL, tmp, SBI_ICLK); |
Paulo Zanoni | f31f2d5 | 2013-07-18 18:51:11 -0300 | [diff] [blame] | 6463 | |
Paulo Zanoni | 2fa86a1 | 2013-07-23 11:19:24 -0300 | [diff] [blame] | 6464 | if (with_fdi) { |
| 6465 | lpt_reset_fdi_mphy(dev_priv); |
| 6466 | lpt_program_fdi_mphy(dev_priv); |
| 6467 | } |
| 6468 | } |
Paulo Zanoni | dde86e2 | 2012-12-01 12:04:25 -0200 | [diff] [blame] | 6469 | |
Paulo Zanoni | 2fa86a1 | 2013-07-23 11:19:24 -0300 | [diff] [blame] | 6470 | reg = (dev_priv->pch_id == INTEL_PCH_LPT_LP_DEVICE_ID_TYPE) ? |
| 6471 | SBI_GEN0 : SBI_DBUFF0; |
| 6472 | tmp = intel_sbi_read(dev_priv, reg, SBI_ICLK); |
| 6473 | tmp |= SBI_GEN0_CFG_BUFFENABLE_DISABLE; |
| 6474 | intel_sbi_write(dev_priv, reg, tmp, SBI_ICLK); |
Daniel Vetter | c00db24 | 2013-01-22 15:33:27 +0100 | [diff] [blame] | 6475 | |
| 6476 | mutex_unlock(&dev_priv->dpio_lock); |
Paulo Zanoni | dde86e2 | 2012-12-01 12:04:25 -0200 | [diff] [blame] | 6477 | } |
| 6478 | |
Paulo Zanoni | 47701c3 | 2013-07-23 11:19:25 -0300 | [diff] [blame] | 6479 | /* Sequence to disable CLKOUT_DP */ |
| 6480 | static void lpt_disable_clkout_dp(struct drm_device *dev) |
| 6481 | { |
| 6482 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 6483 | uint32_t reg, tmp; |
| 6484 | |
| 6485 | mutex_lock(&dev_priv->dpio_lock); |
| 6486 | |
| 6487 | reg = (dev_priv->pch_id == INTEL_PCH_LPT_LP_DEVICE_ID_TYPE) ? |
| 6488 | SBI_GEN0 : SBI_DBUFF0; |
| 6489 | tmp = intel_sbi_read(dev_priv, reg, SBI_ICLK); |
| 6490 | tmp &= ~SBI_GEN0_CFG_BUFFENABLE_DISABLE; |
| 6491 | intel_sbi_write(dev_priv, reg, tmp, SBI_ICLK); |
| 6492 | |
| 6493 | tmp = intel_sbi_read(dev_priv, SBI_SSCCTL, SBI_ICLK); |
| 6494 | if (!(tmp & SBI_SSCCTL_DISABLE)) { |
| 6495 | if (!(tmp & SBI_SSCCTL_PATHALT)) { |
| 6496 | tmp |= SBI_SSCCTL_PATHALT; |
| 6497 | intel_sbi_write(dev_priv, SBI_SSCCTL, tmp, SBI_ICLK); |
| 6498 | udelay(32); |
| 6499 | } |
| 6500 | tmp |= SBI_SSCCTL_DISABLE; |
| 6501 | intel_sbi_write(dev_priv, SBI_SSCCTL, tmp, SBI_ICLK); |
| 6502 | } |
| 6503 | |
| 6504 | mutex_unlock(&dev_priv->dpio_lock); |
| 6505 | } |
| 6506 | |
Paulo Zanoni | bf8fa3d | 2013-07-12 14:19:38 -0300 | [diff] [blame] | 6507 | static void lpt_init_pch_refclk(struct drm_device *dev) |
| 6508 | { |
| 6509 | struct drm_mode_config *mode_config = &dev->mode_config; |
| 6510 | struct intel_encoder *encoder; |
| 6511 | bool has_vga = false; |
| 6512 | |
| 6513 | list_for_each_entry(encoder, &mode_config->encoder_list, base.head) { |
| 6514 | switch (encoder->type) { |
| 6515 | case INTEL_OUTPUT_ANALOG: |
| 6516 | has_vga = true; |
| 6517 | break; |
| 6518 | } |
| 6519 | } |
| 6520 | |
Paulo Zanoni | 47701c3 | 2013-07-23 11:19:25 -0300 | [diff] [blame] | 6521 | if (has_vga) |
| 6522 | lpt_enable_clkout_dp(dev, true, true); |
| 6523 | else |
| 6524 | lpt_disable_clkout_dp(dev); |
Paulo Zanoni | bf8fa3d | 2013-07-12 14:19:38 -0300 | [diff] [blame] | 6525 | } |
| 6526 | |
Paulo Zanoni | dde86e2 | 2012-12-01 12:04:25 -0200 | [diff] [blame] | 6527 | /* |
| 6528 | * Initialize reference clocks when the driver loads |
| 6529 | */ |
| 6530 | void intel_init_pch_refclk(struct drm_device *dev) |
| 6531 | { |
| 6532 | if (HAS_PCH_IBX(dev) || HAS_PCH_CPT(dev)) |
| 6533 | ironlake_init_pch_refclk(dev); |
| 6534 | else if (HAS_PCH_LPT(dev)) |
| 6535 | lpt_init_pch_refclk(dev); |
| 6536 | } |
| 6537 | |
Jesse Barnes | d9d444c | 2011-09-02 13:03:05 -0700 | [diff] [blame] | 6538 | static int ironlake_get_refclk(struct drm_crtc *crtc) |
| 6539 | { |
| 6540 | struct drm_device *dev = crtc->dev; |
| 6541 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 6542 | struct intel_encoder *encoder; |
Jesse Barnes | d9d444c | 2011-09-02 13:03:05 -0700 | [diff] [blame] | 6543 | int num_connectors = 0; |
| 6544 | bool is_lvds = false; |
| 6545 | |
Daniel Vetter | 6c2b7c12 | 2012-07-05 09:50:24 +0200 | [diff] [blame] | 6546 | for_each_encoder_on_crtc(dev, crtc, encoder) { |
Jesse Barnes | d9d444c | 2011-09-02 13:03:05 -0700 | [diff] [blame] | 6547 | switch (encoder->type) { |
| 6548 | case INTEL_OUTPUT_LVDS: |
| 6549 | is_lvds = true; |
| 6550 | break; |
Jesse Barnes | d9d444c | 2011-09-02 13:03:05 -0700 | [diff] [blame] | 6551 | } |
| 6552 | num_connectors++; |
| 6553 | } |
| 6554 | |
| 6555 | 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] | 6556 | DRM_DEBUG_KMS("using SSC reference clock of %d kHz\n", |
Rodrigo Vivi | 41aa344 | 2013-05-09 20:03:18 -0300 | [diff] [blame] | 6557 | dev_priv->vbt.lvds_ssc_freq); |
Ville Syrjälä | e91e941 | 2013-12-09 18:54:16 +0200 | [diff] [blame] | 6558 | return dev_priv->vbt.lvds_ssc_freq; |
Jesse Barnes | d9d444c | 2011-09-02 13:03:05 -0700 | [diff] [blame] | 6559 | } |
| 6560 | |
| 6561 | return 120000; |
| 6562 | } |
| 6563 | |
Daniel Vetter | 6ff9360 | 2013-04-19 11:24:36 +0200 | [diff] [blame] | 6564 | static void ironlake_set_pipeconf(struct drm_crtc *crtc) |
Paulo Zanoni | c820356 | 2012-09-12 10:06:29 -0300 | [diff] [blame] | 6565 | { |
| 6566 | struct drm_i915_private *dev_priv = crtc->dev->dev_private; |
| 6567 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 6568 | int pipe = intel_crtc->pipe; |
| 6569 | uint32_t val; |
| 6570 | |
Daniel Vetter | 7811407 | 2013-06-13 00:54:57 +0200 | [diff] [blame] | 6571 | val = 0; |
Paulo Zanoni | c820356 | 2012-09-12 10:06:29 -0300 | [diff] [blame] | 6572 | |
Daniel Vetter | 965e0c4 | 2013-03-27 00:44:57 +0100 | [diff] [blame] | 6573 | switch (intel_crtc->config.pipe_bpp) { |
Paulo Zanoni | c820356 | 2012-09-12 10:06:29 -0300 | [diff] [blame] | 6574 | case 18: |
Daniel Vetter | dfd07d7 | 2012-12-17 11:21:38 +0100 | [diff] [blame] | 6575 | val |= PIPECONF_6BPC; |
Paulo Zanoni | c820356 | 2012-09-12 10:06:29 -0300 | [diff] [blame] | 6576 | break; |
| 6577 | case 24: |
Daniel Vetter | dfd07d7 | 2012-12-17 11:21:38 +0100 | [diff] [blame] | 6578 | val |= PIPECONF_8BPC; |
Paulo Zanoni | c820356 | 2012-09-12 10:06:29 -0300 | [diff] [blame] | 6579 | break; |
| 6580 | case 30: |
Daniel Vetter | dfd07d7 | 2012-12-17 11:21:38 +0100 | [diff] [blame] | 6581 | val |= PIPECONF_10BPC; |
Paulo Zanoni | c820356 | 2012-09-12 10:06:29 -0300 | [diff] [blame] | 6582 | break; |
| 6583 | case 36: |
Daniel Vetter | dfd07d7 | 2012-12-17 11:21:38 +0100 | [diff] [blame] | 6584 | val |= PIPECONF_12BPC; |
Paulo Zanoni | c820356 | 2012-09-12 10:06:29 -0300 | [diff] [blame] | 6585 | break; |
| 6586 | default: |
Paulo Zanoni | cc769b6 | 2012-09-20 18:36:03 -0300 | [diff] [blame] | 6587 | /* Case prevented by intel_choose_pipe_bpp_dither. */ |
| 6588 | BUG(); |
Paulo Zanoni | c820356 | 2012-09-12 10:06:29 -0300 | [diff] [blame] | 6589 | } |
| 6590 | |
Daniel Vetter | d8b3224 | 2013-04-25 17:54:44 +0200 | [diff] [blame] | 6591 | if (intel_crtc->config.dither) |
Paulo Zanoni | c820356 | 2012-09-12 10:06:29 -0300 | [diff] [blame] | 6592 | val |= (PIPECONF_DITHER_EN | PIPECONF_DITHER_TYPE_SP); |
| 6593 | |
Daniel Vetter | 6ff9360 | 2013-04-19 11:24:36 +0200 | [diff] [blame] | 6594 | if (intel_crtc->config.adjusted_mode.flags & DRM_MODE_FLAG_INTERLACE) |
Paulo Zanoni | c820356 | 2012-09-12 10:06:29 -0300 | [diff] [blame] | 6595 | val |= PIPECONF_INTERLACED_ILK; |
| 6596 | else |
| 6597 | val |= PIPECONF_PROGRESSIVE; |
| 6598 | |
Daniel Vetter | 50f3b01 | 2013-03-27 00:44:56 +0100 | [diff] [blame] | 6599 | if (intel_crtc->config.limited_color_range) |
Ville Syrjälä | 3685a8f | 2013-01-17 16:31:28 +0200 | [diff] [blame] | 6600 | val |= PIPECONF_COLOR_RANGE_SELECT; |
Ville Syrjälä | 3685a8f | 2013-01-17 16:31:28 +0200 | [diff] [blame] | 6601 | |
Paulo Zanoni | c820356 | 2012-09-12 10:06:29 -0300 | [diff] [blame] | 6602 | I915_WRITE(PIPECONF(pipe), val); |
| 6603 | POSTING_READ(PIPECONF(pipe)); |
| 6604 | } |
| 6605 | |
Ville Syrjälä | 86d3efc | 2013-01-18 19:11:38 +0200 | [diff] [blame] | 6606 | /* |
| 6607 | * Set up the pipe CSC unit. |
| 6608 | * |
| 6609 | * Currently only full range RGB to limited range RGB conversion |
| 6610 | * is supported, but eventually this should handle various |
| 6611 | * RGB<->YCbCr scenarios as well. |
| 6612 | */ |
Daniel Vetter | 50f3b01 | 2013-03-27 00:44:56 +0100 | [diff] [blame] | 6613 | static void intel_set_pipe_csc(struct drm_crtc *crtc) |
Ville Syrjälä | 86d3efc | 2013-01-18 19:11:38 +0200 | [diff] [blame] | 6614 | { |
| 6615 | struct drm_device *dev = crtc->dev; |
| 6616 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 6617 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 6618 | int pipe = intel_crtc->pipe; |
| 6619 | uint16_t coeff = 0x7800; /* 1.0 */ |
| 6620 | |
| 6621 | /* |
| 6622 | * TODO: Check what kind of values actually come out of the pipe |
| 6623 | * with these coeff/postoff values and adjust to get the best |
| 6624 | * accuracy. Perhaps we even need to take the bpc value into |
| 6625 | * consideration. |
| 6626 | */ |
| 6627 | |
Daniel Vetter | 50f3b01 | 2013-03-27 00:44:56 +0100 | [diff] [blame] | 6628 | if (intel_crtc->config.limited_color_range) |
Ville Syrjälä | 86d3efc | 2013-01-18 19:11:38 +0200 | [diff] [blame] | 6629 | coeff = ((235 - 16) * (1 << 12) / 255) & 0xff8; /* 0.xxx... */ |
| 6630 | |
| 6631 | /* |
| 6632 | * GY/GU and RY/RU should be the other way around according |
| 6633 | * to BSpec, but reality doesn't agree. Just set them up in |
| 6634 | * a way that results in the correct picture. |
| 6635 | */ |
| 6636 | I915_WRITE(PIPE_CSC_COEFF_RY_GY(pipe), coeff << 16); |
| 6637 | I915_WRITE(PIPE_CSC_COEFF_BY(pipe), 0); |
| 6638 | |
| 6639 | I915_WRITE(PIPE_CSC_COEFF_RU_GU(pipe), coeff); |
| 6640 | I915_WRITE(PIPE_CSC_COEFF_BU(pipe), 0); |
| 6641 | |
| 6642 | I915_WRITE(PIPE_CSC_COEFF_RV_GV(pipe), 0); |
| 6643 | I915_WRITE(PIPE_CSC_COEFF_BV(pipe), coeff << 16); |
| 6644 | |
| 6645 | I915_WRITE(PIPE_CSC_PREOFF_HI(pipe), 0); |
| 6646 | I915_WRITE(PIPE_CSC_PREOFF_ME(pipe), 0); |
| 6647 | I915_WRITE(PIPE_CSC_PREOFF_LO(pipe), 0); |
| 6648 | |
| 6649 | if (INTEL_INFO(dev)->gen > 6) { |
| 6650 | uint16_t postoff = 0; |
| 6651 | |
Daniel Vetter | 50f3b01 | 2013-03-27 00:44:56 +0100 | [diff] [blame] | 6652 | if (intel_crtc->config.limited_color_range) |
Ville Syrjälä | 32cf0cb | 2013-11-28 22:10:38 +0200 | [diff] [blame] | 6653 | postoff = (16 * (1 << 12) / 255) & 0x1fff; |
Ville Syrjälä | 86d3efc | 2013-01-18 19:11:38 +0200 | [diff] [blame] | 6654 | |
| 6655 | I915_WRITE(PIPE_CSC_POSTOFF_HI(pipe), postoff); |
| 6656 | I915_WRITE(PIPE_CSC_POSTOFF_ME(pipe), postoff); |
| 6657 | I915_WRITE(PIPE_CSC_POSTOFF_LO(pipe), postoff); |
| 6658 | |
| 6659 | I915_WRITE(PIPE_CSC_MODE(pipe), 0); |
| 6660 | } else { |
| 6661 | uint32_t mode = CSC_MODE_YUV_TO_RGB; |
| 6662 | |
Daniel Vetter | 50f3b01 | 2013-03-27 00:44:56 +0100 | [diff] [blame] | 6663 | if (intel_crtc->config.limited_color_range) |
Ville Syrjälä | 86d3efc | 2013-01-18 19:11:38 +0200 | [diff] [blame] | 6664 | mode |= CSC_BLACK_SCREEN_OFFSET; |
| 6665 | |
| 6666 | I915_WRITE(PIPE_CSC_MODE(pipe), mode); |
| 6667 | } |
| 6668 | } |
| 6669 | |
Daniel Vetter | 6ff9360 | 2013-04-19 11:24:36 +0200 | [diff] [blame] | 6670 | static void haswell_set_pipeconf(struct drm_crtc *crtc) |
Paulo Zanoni | ee2b0b3 | 2012-10-05 12:05:57 -0300 | [diff] [blame] | 6671 | { |
Paulo Zanoni | 756f85c | 2013-11-02 21:07:38 -0700 | [diff] [blame] | 6672 | struct drm_device *dev = crtc->dev; |
| 6673 | struct drm_i915_private *dev_priv = dev->dev_private; |
Paulo Zanoni | ee2b0b3 | 2012-10-05 12:05:57 -0300 | [diff] [blame] | 6674 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
Paulo Zanoni | 756f85c | 2013-11-02 21:07:38 -0700 | [diff] [blame] | 6675 | enum pipe pipe = intel_crtc->pipe; |
Daniel Vetter | 3b117c8 | 2013-04-17 20:15:07 +0200 | [diff] [blame] | 6676 | enum transcoder cpu_transcoder = intel_crtc->config.cpu_transcoder; |
Paulo Zanoni | ee2b0b3 | 2012-10-05 12:05:57 -0300 | [diff] [blame] | 6677 | uint32_t val; |
| 6678 | |
Daniel Vetter | 3eff4fa | 2013-06-13 00:54:59 +0200 | [diff] [blame] | 6679 | val = 0; |
Paulo Zanoni | ee2b0b3 | 2012-10-05 12:05:57 -0300 | [diff] [blame] | 6680 | |
Paulo Zanoni | 756f85c | 2013-11-02 21:07:38 -0700 | [diff] [blame] | 6681 | if (IS_HASWELL(dev) && intel_crtc->config.dither) |
Paulo Zanoni | ee2b0b3 | 2012-10-05 12:05:57 -0300 | [diff] [blame] | 6682 | val |= (PIPECONF_DITHER_EN | PIPECONF_DITHER_TYPE_SP); |
| 6683 | |
Daniel Vetter | 6ff9360 | 2013-04-19 11:24:36 +0200 | [diff] [blame] | 6684 | if (intel_crtc->config.adjusted_mode.flags & DRM_MODE_FLAG_INTERLACE) |
Paulo Zanoni | ee2b0b3 | 2012-10-05 12:05:57 -0300 | [diff] [blame] | 6685 | val |= PIPECONF_INTERLACED_ILK; |
| 6686 | else |
| 6687 | val |= PIPECONF_PROGRESSIVE; |
| 6688 | |
Paulo Zanoni | 702e7a5 | 2012-10-23 18:29:59 -0200 | [diff] [blame] | 6689 | I915_WRITE(PIPECONF(cpu_transcoder), val); |
| 6690 | POSTING_READ(PIPECONF(cpu_transcoder)); |
Daniel Vetter | 3eff4fa | 2013-06-13 00:54:59 +0200 | [diff] [blame] | 6691 | |
| 6692 | I915_WRITE(GAMMA_MODE(intel_crtc->pipe), GAMMA_MODE_MODE_8BIT); |
| 6693 | POSTING_READ(GAMMA_MODE(intel_crtc->pipe)); |
Paulo Zanoni | 756f85c | 2013-11-02 21:07:38 -0700 | [diff] [blame] | 6694 | |
| 6695 | if (IS_BROADWELL(dev)) { |
| 6696 | val = 0; |
| 6697 | |
| 6698 | switch (intel_crtc->config.pipe_bpp) { |
| 6699 | case 18: |
| 6700 | val |= PIPEMISC_DITHER_6_BPC; |
| 6701 | break; |
| 6702 | case 24: |
| 6703 | val |= PIPEMISC_DITHER_8_BPC; |
| 6704 | break; |
| 6705 | case 30: |
| 6706 | val |= PIPEMISC_DITHER_10_BPC; |
| 6707 | break; |
| 6708 | case 36: |
| 6709 | val |= PIPEMISC_DITHER_12_BPC; |
| 6710 | break; |
| 6711 | default: |
| 6712 | /* Case prevented by pipe_config_set_bpp. */ |
| 6713 | BUG(); |
| 6714 | } |
| 6715 | |
| 6716 | if (intel_crtc->config.dither) |
| 6717 | val |= PIPEMISC_DITHER_ENABLE | PIPEMISC_DITHER_TYPE_SP; |
| 6718 | |
| 6719 | I915_WRITE(PIPEMISC(pipe), val); |
| 6720 | } |
Paulo Zanoni | ee2b0b3 | 2012-10-05 12:05:57 -0300 | [diff] [blame] | 6721 | } |
| 6722 | |
Paulo Zanoni | 6591c6e | 2012-09-12 10:06:34 -0300 | [diff] [blame] | 6723 | static bool ironlake_compute_clocks(struct drm_crtc *crtc, |
Paulo Zanoni | 6591c6e | 2012-09-12 10:06:34 -0300 | [diff] [blame] | 6724 | intel_clock_t *clock, |
| 6725 | bool *has_reduced_clock, |
| 6726 | intel_clock_t *reduced_clock) |
| 6727 | { |
| 6728 | struct drm_device *dev = crtc->dev; |
| 6729 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 6730 | struct intel_encoder *intel_encoder; |
| 6731 | int refclk; |
| 6732 | const intel_limit_t *limit; |
Daniel Vetter | a16af721 | 2013-04-30 14:01:44 +0200 | [diff] [blame] | 6733 | bool ret, is_lvds = false; |
Paulo Zanoni | 6591c6e | 2012-09-12 10:06:34 -0300 | [diff] [blame] | 6734 | |
| 6735 | for_each_encoder_on_crtc(dev, crtc, intel_encoder) { |
| 6736 | switch (intel_encoder->type) { |
| 6737 | case INTEL_OUTPUT_LVDS: |
| 6738 | is_lvds = true; |
| 6739 | break; |
Paulo Zanoni | 6591c6e | 2012-09-12 10:06:34 -0300 | [diff] [blame] | 6740 | } |
| 6741 | } |
| 6742 | |
| 6743 | refclk = ironlake_get_refclk(crtc); |
| 6744 | |
| 6745 | /* |
| 6746 | * Returns a set of divisors for the desired target clock with the given |
| 6747 | * refclk, or FALSE. The returned values represent the clock equation: |
| 6748 | * reflck * (5 * (m1 + 2) + (m2 + 2)) / (n + 2) / p1 / p2. |
| 6749 | */ |
| 6750 | limit = intel_limit(crtc, refclk); |
Daniel Vetter | ff9a675 | 2013-06-01 17:16:21 +0200 | [diff] [blame] | 6751 | ret = dev_priv->display.find_dpll(limit, crtc, |
| 6752 | to_intel_crtc(crtc)->config.port_clock, |
Daniel Vetter | ee9300b | 2013-06-03 22:40:22 +0200 | [diff] [blame] | 6753 | refclk, NULL, clock); |
Paulo Zanoni | 6591c6e | 2012-09-12 10:06:34 -0300 | [diff] [blame] | 6754 | if (!ret) |
| 6755 | return false; |
| 6756 | |
| 6757 | if (is_lvds && dev_priv->lvds_downclock_avail) { |
| 6758 | /* |
| 6759 | * Ensure we match the reduced clock's P to the target clock. |
| 6760 | * If the clocks don't match, we can't switch the display clock |
| 6761 | * by using the FP0/FP1. In such case we will disable the LVDS |
| 6762 | * downclock feature. |
| 6763 | */ |
Daniel Vetter | ee9300b | 2013-06-03 22:40:22 +0200 | [diff] [blame] | 6764 | *has_reduced_clock = |
| 6765 | dev_priv->display.find_dpll(limit, crtc, |
| 6766 | dev_priv->lvds_downclock, |
| 6767 | refclk, clock, |
| 6768 | reduced_clock); |
Paulo Zanoni | 6591c6e | 2012-09-12 10:06:34 -0300 | [diff] [blame] | 6769 | } |
| 6770 | |
Paulo Zanoni | 6591c6e | 2012-09-12 10:06:34 -0300 | [diff] [blame] | 6771 | return true; |
| 6772 | } |
| 6773 | |
Paulo Zanoni | d4b1931 | 2012-11-29 11:29:32 -0200 | [diff] [blame] | 6774 | int ironlake_get_lanes_required(int target_clock, int link_bw, int bpp) |
| 6775 | { |
| 6776 | /* |
| 6777 | * Account for spread spectrum to avoid |
| 6778 | * oversubscribing the link. Max center spread |
| 6779 | * is 2.5%; use 5% for safety's sake. |
| 6780 | */ |
| 6781 | u32 bps = target_clock * bpp * 21 / 20; |
Ville Syrjälä | 619d4d0 | 2014-02-27 14:23:14 +0200 | [diff] [blame] | 6782 | return DIV_ROUND_UP(bps, link_bw * 8); |
Paulo Zanoni | d4b1931 | 2012-11-29 11:29:32 -0200 | [diff] [blame] | 6783 | } |
| 6784 | |
Daniel Vetter | 7429e9d | 2013-04-20 17:19:46 +0200 | [diff] [blame] | 6785 | static bool ironlake_needs_fb_cb_tune(struct dpll *dpll, int factor) |
Daniel Vetter | 6cf86a5 | 2013-04-02 23:38:10 +0200 | [diff] [blame] | 6786 | { |
Daniel Vetter | 7429e9d | 2013-04-20 17:19:46 +0200 | [diff] [blame] | 6787 | return i9xx_dpll_compute_m(dpll) < factor * dpll->n; |
Paulo Zanoni | f48d8f2 | 2012-09-20 18:36:04 -0300 | [diff] [blame] | 6788 | } |
| 6789 | |
Paulo Zanoni | de13a2e | 2012-09-20 18:36:05 -0300 | [diff] [blame] | 6790 | static uint32_t ironlake_compute_dpll(struct intel_crtc *intel_crtc, |
Daniel Vetter | 7429e9d | 2013-04-20 17:19:46 +0200 | [diff] [blame] | 6791 | u32 *fp, |
Daniel Vetter | 9a7c789 | 2013-04-04 22:20:34 +0200 | [diff] [blame] | 6792 | intel_clock_t *reduced_clock, u32 *fp2) |
Paulo Zanoni | de13a2e | 2012-09-20 18:36:05 -0300 | [diff] [blame] | 6793 | { |
| 6794 | struct drm_crtc *crtc = &intel_crtc->base; |
| 6795 | struct drm_device *dev = crtc->dev; |
| 6796 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 6797 | struct intel_encoder *intel_encoder; |
| 6798 | uint32_t dpll; |
Daniel Vetter | 6cc5f34 | 2013-03-27 00:44:53 +0100 | [diff] [blame] | 6799 | int factor, num_connectors = 0; |
Daniel Vetter | 09ede54 | 2013-04-30 14:01:45 +0200 | [diff] [blame] | 6800 | bool is_lvds = false, is_sdvo = false; |
Paulo Zanoni | de13a2e | 2012-09-20 18:36:05 -0300 | [diff] [blame] | 6801 | |
| 6802 | for_each_encoder_on_crtc(dev, crtc, intel_encoder) { |
| 6803 | switch (intel_encoder->type) { |
| 6804 | case INTEL_OUTPUT_LVDS: |
| 6805 | is_lvds = true; |
| 6806 | break; |
| 6807 | case INTEL_OUTPUT_SDVO: |
| 6808 | case INTEL_OUTPUT_HDMI: |
| 6809 | is_sdvo = true; |
Paulo Zanoni | de13a2e | 2012-09-20 18:36:05 -0300 | [diff] [blame] | 6810 | break; |
Paulo Zanoni | de13a2e | 2012-09-20 18:36:05 -0300 | [diff] [blame] | 6811 | } |
| 6812 | |
| 6813 | num_connectors++; |
| 6814 | } |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 6815 | |
Chris Wilson | c185812 | 2010-12-03 21:35:48 +0000 | [diff] [blame] | 6816 | /* Enable autotuning of the PLL clock (if permissible) */ |
Eric Anholt | 8febb29 | 2011-03-30 13:01:07 -0700 | [diff] [blame] | 6817 | factor = 21; |
| 6818 | if (is_lvds) { |
| 6819 | if ((intel_panel_use_ssc(dev_priv) && |
Ville Syrjälä | e91e941 | 2013-12-09 18:54:16 +0200 | [diff] [blame] | 6820 | dev_priv->vbt.lvds_ssc_freq == 100000) || |
Daniel Vetter | f0b4405 | 2013-04-04 22:20:33 +0200 | [diff] [blame] | 6821 | (HAS_PCH_IBX(dev) && intel_is_dual_link_lvds(dev))) |
Eric Anholt | 8febb29 | 2011-03-30 13:01:07 -0700 | [diff] [blame] | 6822 | factor = 25; |
Daniel Vetter | 09ede54 | 2013-04-30 14:01:45 +0200 | [diff] [blame] | 6823 | } else if (intel_crtc->config.sdvo_tv_clock) |
Eric Anholt | 8febb29 | 2011-03-30 13:01:07 -0700 | [diff] [blame] | 6824 | factor = 20; |
Chris Wilson | c185812 | 2010-12-03 21:35:48 +0000 | [diff] [blame] | 6825 | |
Daniel Vetter | 7429e9d | 2013-04-20 17:19:46 +0200 | [diff] [blame] | 6826 | if (ironlake_needs_fb_cb_tune(&intel_crtc->config.dpll, factor)) |
Daniel Vetter | 7d0ac5b | 2013-04-04 22:20:32 +0200 | [diff] [blame] | 6827 | *fp |= FP_CB_TUNE; |
Chris Wilson | c185812 | 2010-12-03 21:35:48 +0000 | [diff] [blame] | 6828 | |
Daniel Vetter | 9a7c789 | 2013-04-04 22:20:34 +0200 | [diff] [blame] | 6829 | if (fp2 && (reduced_clock->m < factor * reduced_clock->n)) |
| 6830 | *fp2 |= FP_CB_TUNE; |
| 6831 | |
Chris Wilson | 5eddb70 | 2010-09-11 13:48:45 +0100 | [diff] [blame] | 6832 | dpll = 0; |
Zhenyu Wang | 2c07245 | 2009-06-05 15:38:42 +0800 | [diff] [blame] | 6833 | |
Eric Anholt | a07d678 | 2011-03-30 13:01:08 -0700 | [diff] [blame] | 6834 | if (is_lvds) |
| 6835 | dpll |= DPLLB_MODE_LVDS; |
| 6836 | else |
| 6837 | dpll |= DPLLB_MODE_DAC_SERIAL; |
Daniel Vetter | 198a037f | 2013-04-19 11:14:37 +0200 | [diff] [blame] | 6838 | |
Daniel Vetter | ef1b460 | 2013-06-01 17:17:04 +0200 | [diff] [blame] | 6839 | dpll |= (intel_crtc->config.pixel_multiplier - 1) |
| 6840 | << PLL_REF_SDVO_HDMI_MULTIPLIER_SHIFT; |
Daniel Vetter | 198a037f | 2013-04-19 11:14:37 +0200 | [diff] [blame] | 6841 | |
| 6842 | if (is_sdvo) |
Daniel Vetter | 4a33e48 | 2013-07-06 12:52:05 +0200 | [diff] [blame] | 6843 | dpll |= DPLL_SDVO_HIGH_SPEED; |
Daniel Vetter | 9566e9a | 2013-04-19 11:14:36 +0200 | [diff] [blame] | 6844 | if (intel_crtc->config.has_dp_encoder) |
Daniel Vetter | 4a33e48 | 2013-07-06 12:52:05 +0200 | [diff] [blame] | 6845 | dpll |= DPLL_SDVO_HIGH_SPEED; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 6846 | |
Eric Anholt | a07d678 | 2011-03-30 13:01:08 -0700 | [diff] [blame] | 6847 | /* compute bitmask from p1 value */ |
Daniel Vetter | 7429e9d | 2013-04-20 17:19:46 +0200 | [diff] [blame] | 6848 | 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] | 6849 | /* also FPA1 */ |
Daniel Vetter | 7429e9d | 2013-04-20 17:19:46 +0200 | [diff] [blame] | 6850 | 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] | 6851 | |
Daniel Vetter | 7429e9d | 2013-04-20 17:19:46 +0200 | [diff] [blame] | 6852 | switch (intel_crtc->config.dpll.p2) { |
Eric Anholt | a07d678 | 2011-03-30 13:01:08 -0700 | [diff] [blame] | 6853 | case 5: |
| 6854 | dpll |= DPLL_DAC_SERIAL_P2_CLOCK_DIV_5; |
| 6855 | break; |
| 6856 | case 7: |
| 6857 | dpll |= DPLLB_LVDS_P2_CLOCK_DIV_7; |
| 6858 | break; |
| 6859 | case 10: |
| 6860 | dpll |= DPLL_DAC_SERIAL_P2_CLOCK_DIV_10; |
| 6861 | break; |
| 6862 | case 14: |
| 6863 | dpll |= DPLLB_LVDS_P2_CLOCK_DIV_14; |
| 6864 | break; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 6865 | } |
| 6866 | |
Daniel Vetter | b4c09f3 | 2013-04-30 14:01:42 +0200 | [diff] [blame] | 6867 | 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] | 6868 | dpll |= PLLB_REF_INPUT_SPREADSPECTRUMIN; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 6869 | else |
| 6870 | dpll |= PLL_REF_INPUT_DREFCLK; |
| 6871 | |
Daniel Vetter | 959e16d | 2013-06-05 13:34:21 +0200 | [diff] [blame] | 6872 | return dpll | DPLL_VCO_ENABLE; |
Paulo Zanoni | de13a2e | 2012-09-20 18:36:05 -0300 | [diff] [blame] | 6873 | } |
| 6874 | |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 6875 | static int ironlake_crtc_mode_set(struct drm_crtc *crtc, |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 6876 | int x, int y, |
Daniel Vetter | 94352cf | 2012-07-05 22:51:56 +0200 | [diff] [blame] | 6877 | struct drm_framebuffer *fb) |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 6878 | { |
| 6879 | struct drm_device *dev = crtc->dev; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 6880 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
Paulo Zanoni | 6591c6e | 2012-09-12 10:06:34 -0300 | [diff] [blame] | 6881 | int num_connectors = 0; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 6882 | intel_clock_t clock, reduced_clock; |
Daniel Vetter | cbbab5b | 2013-04-19 11:14:31 +0200 | [diff] [blame] | 6883 | u32 dpll = 0, fp = 0, fp2 = 0; |
Paulo Zanoni | e2f12b0 | 2012-09-20 18:36:06 -0300 | [diff] [blame] | 6884 | bool ok, has_reduced_clock = false; |
Daniel Vetter | 8b47047 | 2013-03-28 10:41:59 +0100 | [diff] [blame] | 6885 | bool is_lvds = false; |
Paulo Zanoni | f48d8f2 | 2012-09-20 18:36:04 -0300 | [diff] [blame] | 6886 | struct intel_encoder *encoder; |
Daniel Vetter | e2b7826 | 2013-06-07 23:10:03 +0200 | [diff] [blame] | 6887 | struct intel_shared_dpll *pll; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 6888 | |
| 6889 | for_each_encoder_on_crtc(dev, crtc, encoder) { |
| 6890 | switch (encoder->type) { |
| 6891 | case INTEL_OUTPUT_LVDS: |
| 6892 | is_lvds = true; |
| 6893 | break; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 6894 | } |
| 6895 | |
| 6896 | num_connectors++; |
| 6897 | } |
| 6898 | |
Paulo Zanoni | 5dc5298 | 2012-10-05 12:05:56 -0300 | [diff] [blame] | 6899 | WARN(!(HAS_PCH_IBX(dev) || HAS_PCH_CPT(dev)), |
| 6900 | "Unexpected PCH type %d\n", INTEL_PCH_TYPE(dev)); |
| 6901 | |
Daniel Vetter | ff9a675 | 2013-06-01 17:16:21 +0200 | [diff] [blame] | 6902 | ok = ironlake_compute_clocks(crtc, &clock, |
Paulo Zanoni | 6591c6e | 2012-09-12 10:06:34 -0300 | [diff] [blame] | 6903 | &has_reduced_clock, &reduced_clock); |
Daniel Vetter | ee9300b | 2013-06-03 22:40:22 +0200 | [diff] [blame] | 6904 | if (!ok && !intel_crtc->config.clock_set) { |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 6905 | DRM_ERROR("Couldn't find PLL settings for mode!\n"); |
| 6906 | return -EINVAL; |
| 6907 | } |
Daniel Vetter | f47709a | 2013-03-28 10:42:02 +0100 | [diff] [blame] | 6908 | /* Compat-code for transition, will disappear. */ |
| 6909 | if (!intel_crtc->config.clock_set) { |
| 6910 | intel_crtc->config.dpll.n = clock.n; |
| 6911 | intel_crtc->config.dpll.m1 = clock.m1; |
| 6912 | intel_crtc->config.dpll.m2 = clock.m2; |
| 6913 | intel_crtc->config.dpll.p1 = clock.p1; |
| 6914 | intel_crtc->config.dpll.p2 = clock.p2; |
| 6915 | } |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 6916 | |
Paulo Zanoni | 5dc5298 | 2012-10-05 12:05:56 -0300 | [diff] [blame] | 6917 | /* 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] | 6918 | if (intel_crtc->config.has_pch_encoder) { |
Daniel Vetter | 7429e9d | 2013-04-20 17:19:46 +0200 | [diff] [blame] | 6919 | fp = i9xx_dpll_compute_fp(&intel_crtc->config.dpll); |
Daniel Vetter | cbbab5b | 2013-04-19 11:14:31 +0200 | [diff] [blame] | 6920 | if (has_reduced_clock) |
Daniel Vetter | 7429e9d | 2013-04-20 17:19:46 +0200 | [diff] [blame] | 6921 | fp2 = i9xx_dpll_compute_fp(&reduced_clock); |
Daniel Vetter | cbbab5b | 2013-04-19 11:14:31 +0200 | [diff] [blame] | 6922 | |
Daniel Vetter | 7429e9d | 2013-04-20 17:19:46 +0200 | [diff] [blame] | 6923 | dpll = ironlake_compute_dpll(intel_crtc, |
Daniel Vetter | cbbab5b | 2013-04-19 11:14:31 +0200 | [diff] [blame] | 6924 | &fp, &reduced_clock, |
| 6925 | has_reduced_clock ? &fp2 : NULL); |
| 6926 | |
Daniel Vetter | 959e16d | 2013-06-05 13:34:21 +0200 | [diff] [blame] | 6927 | intel_crtc->config.dpll_hw_state.dpll = dpll; |
Daniel Vetter | 66e985c | 2013-06-05 13:34:20 +0200 | [diff] [blame] | 6928 | intel_crtc->config.dpll_hw_state.fp0 = fp; |
| 6929 | if (has_reduced_clock) |
| 6930 | intel_crtc->config.dpll_hw_state.fp1 = fp2; |
| 6931 | else |
| 6932 | intel_crtc->config.dpll_hw_state.fp1 = fp; |
| 6933 | |
Daniel Vetter | b89a1d3 | 2013-06-05 13:34:24 +0200 | [diff] [blame] | 6934 | pll = intel_get_shared_dpll(intel_crtc); |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 6935 | if (pll == NULL) { |
Ville Syrjälä | 84f44ce | 2013-04-17 17:48:49 +0300 | [diff] [blame] | 6936 | DRM_DEBUG_DRIVER("failed to find PLL for pipe %c\n", |
Daniel Vetter | 29407aa | 2014-04-24 23:55:08 +0200 | [diff] [blame] | 6937 | pipe_name(intel_crtc->pipe)); |
Jesse Barnes | 4b645f1 | 2011-10-12 09:51:31 -0700 | [diff] [blame] | 6938 | return -EINVAL; |
| 6939 | } |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 6940 | } else |
Daniel Vetter | e72f9fb | 2013-06-05 13:34:06 +0200 | [diff] [blame] | 6941 | intel_put_shared_dpll(intel_crtc); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 6942 | |
Jani Nikula | d330a95 | 2014-01-21 11:24:25 +0200 | [diff] [blame] | 6943 | if (is_lvds && has_reduced_clock && i915.powersave) |
Daniel Vetter | bcd644e | 2013-06-05 13:34:22 +0200 | [diff] [blame] | 6944 | intel_crtc->lowfreq_avail = true; |
| 6945 | else |
| 6946 | intel_crtc->lowfreq_avail = false; |
Daniel Vetter | e2b7826 | 2013-06-07 23:10:03 +0200 | [diff] [blame] | 6947 | |
Daniel Vetter | c8f7a0d | 2014-04-24 23:55:04 +0200 | [diff] [blame] | 6948 | return 0; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 6949 | } |
| 6950 | |
Ville Syrjälä | eb14cb7 | 2013-09-10 17:02:54 +0300 | [diff] [blame] | 6951 | static void intel_pch_transcoder_get_m_n(struct intel_crtc *crtc, |
| 6952 | struct intel_link_m_n *m_n) |
Daniel Vetter | 7241920 | 2013-04-04 13:28:53 +0200 | [diff] [blame] | 6953 | { |
| 6954 | struct drm_device *dev = crtc->base.dev; |
| 6955 | struct drm_i915_private *dev_priv = dev->dev_private; |
Ville Syrjälä | eb14cb7 | 2013-09-10 17:02:54 +0300 | [diff] [blame] | 6956 | enum pipe pipe = crtc->pipe; |
Daniel Vetter | 7241920 | 2013-04-04 13:28:53 +0200 | [diff] [blame] | 6957 | |
Ville Syrjälä | eb14cb7 | 2013-09-10 17:02:54 +0300 | [diff] [blame] | 6958 | m_n->link_m = I915_READ(PCH_TRANS_LINK_M1(pipe)); |
| 6959 | m_n->link_n = I915_READ(PCH_TRANS_LINK_N1(pipe)); |
| 6960 | m_n->gmch_m = I915_READ(PCH_TRANS_DATA_M1(pipe)) |
| 6961 | & ~TU_SIZE_MASK; |
| 6962 | m_n->gmch_n = I915_READ(PCH_TRANS_DATA_N1(pipe)); |
| 6963 | m_n->tu = ((I915_READ(PCH_TRANS_DATA_M1(pipe)) |
| 6964 | & TU_SIZE_MASK) >> TU_SIZE_SHIFT) + 1; |
| 6965 | } |
| 6966 | |
| 6967 | static void intel_cpu_transcoder_get_m_n(struct intel_crtc *crtc, |
| 6968 | enum transcoder transcoder, |
| 6969 | struct intel_link_m_n *m_n) |
| 6970 | { |
| 6971 | struct drm_device *dev = crtc->base.dev; |
| 6972 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 6973 | enum pipe pipe = crtc->pipe; |
| 6974 | |
| 6975 | if (INTEL_INFO(dev)->gen >= 5) { |
| 6976 | m_n->link_m = I915_READ(PIPE_LINK_M1(transcoder)); |
| 6977 | m_n->link_n = I915_READ(PIPE_LINK_N1(transcoder)); |
| 6978 | m_n->gmch_m = I915_READ(PIPE_DATA_M1(transcoder)) |
| 6979 | & ~TU_SIZE_MASK; |
| 6980 | m_n->gmch_n = I915_READ(PIPE_DATA_N1(transcoder)); |
| 6981 | m_n->tu = ((I915_READ(PIPE_DATA_M1(transcoder)) |
| 6982 | & TU_SIZE_MASK) >> TU_SIZE_SHIFT) + 1; |
| 6983 | } else { |
| 6984 | m_n->link_m = I915_READ(PIPE_LINK_M_G4X(pipe)); |
| 6985 | m_n->link_n = I915_READ(PIPE_LINK_N_G4X(pipe)); |
| 6986 | m_n->gmch_m = I915_READ(PIPE_DATA_M_G4X(pipe)) |
| 6987 | & ~TU_SIZE_MASK; |
| 6988 | m_n->gmch_n = I915_READ(PIPE_DATA_N_G4X(pipe)); |
| 6989 | m_n->tu = ((I915_READ(PIPE_DATA_M_G4X(pipe)) |
| 6990 | & TU_SIZE_MASK) >> TU_SIZE_SHIFT) + 1; |
| 6991 | } |
| 6992 | } |
| 6993 | |
| 6994 | void intel_dp_get_m_n(struct intel_crtc *crtc, |
| 6995 | struct intel_crtc_config *pipe_config) |
| 6996 | { |
| 6997 | if (crtc->config.has_pch_encoder) |
| 6998 | intel_pch_transcoder_get_m_n(crtc, &pipe_config->dp_m_n); |
| 6999 | else |
| 7000 | intel_cpu_transcoder_get_m_n(crtc, pipe_config->cpu_transcoder, |
| 7001 | &pipe_config->dp_m_n); |
| 7002 | } |
| 7003 | |
Daniel Vetter | 7241920 | 2013-04-04 13:28:53 +0200 | [diff] [blame] | 7004 | static void ironlake_get_fdi_m_n_config(struct intel_crtc *crtc, |
| 7005 | struct intel_crtc_config *pipe_config) |
| 7006 | { |
Ville Syrjälä | eb14cb7 | 2013-09-10 17:02:54 +0300 | [diff] [blame] | 7007 | intel_cpu_transcoder_get_m_n(crtc, pipe_config->cpu_transcoder, |
| 7008 | &pipe_config->fdi_m_n); |
Daniel Vetter | 7241920 | 2013-04-04 13:28:53 +0200 | [diff] [blame] | 7009 | } |
| 7010 | |
Daniel Vetter | 2fa2fe9 | 2013-05-07 23:34:16 +0200 | [diff] [blame] | 7011 | static void ironlake_get_pfit_config(struct intel_crtc *crtc, |
| 7012 | struct intel_crtc_config *pipe_config) |
| 7013 | { |
| 7014 | struct drm_device *dev = crtc->base.dev; |
| 7015 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 7016 | uint32_t tmp; |
| 7017 | |
| 7018 | tmp = I915_READ(PF_CTL(crtc->pipe)); |
| 7019 | |
| 7020 | if (tmp & PF_ENABLE) { |
Chris Wilson | fd4daa9 | 2013-08-27 17:04:17 +0100 | [diff] [blame] | 7021 | pipe_config->pch_pfit.enabled = true; |
Daniel Vetter | 2fa2fe9 | 2013-05-07 23:34:16 +0200 | [diff] [blame] | 7022 | pipe_config->pch_pfit.pos = I915_READ(PF_WIN_POS(crtc->pipe)); |
| 7023 | pipe_config->pch_pfit.size = I915_READ(PF_WIN_SZ(crtc->pipe)); |
Daniel Vetter | cb8b2a3 | 2013-06-01 17:16:23 +0200 | [diff] [blame] | 7024 | |
| 7025 | /* We currently do not free assignements of panel fitters on |
| 7026 | * ivb/hsw (since we don't use the higher upscaling modes which |
| 7027 | * differentiates them) so just WARN about this case for now. */ |
| 7028 | if (IS_GEN7(dev)) { |
| 7029 | WARN_ON((tmp & PF_PIPE_SEL_MASK_IVB) != |
| 7030 | PF_PIPE_SEL_IVB(crtc->pipe)); |
| 7031 | } |
Daniel Vetter | 2fa2fe9 | 2013-05-07 23:34:16 +0200 | [diff] [blame] | 7032 | } |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 7033 | } |
| 7034 | |
Jesse Barnes | 4c6baa5 | 2014-03-07 08:57:50 -0800 | [diff] [blame] | 7035 | static void ironlake_get_plane_config(struct intel_crtc *crtc, |
| 7036 | struct intel_plane_config *plane_config) |
| 7037 | { |
| 7038 | struct drm_device *dev = crtc->base.dev; |
| 7039 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 7040 | u32 val, base, offset; |
| 7041 | int pipe = crtc->pipe, plane = crtc->plane; |
| 7042 | int fourcc, pixel_format; |
| 7043 | int aligned_height; |
| 7044 | |
Dave Airlie | 66e514c | 2014-04-03 07:51:54 +1000 | [diff] [blame] | 7045 | crtc->base.primary->fb = kzalloc(sizeof(struct intel_framebuffer), GFP_KERNEL); |
| 7046 | if (!crtc->base.primary->fb) { |
Jesse Barnes | 4c6baa5 | 2014-03-07 08:57:50 -0800 | [diff] [blame] | 7047 | DRM_DEBUG_KMS("failed to alloc fb\n"); |
| 7048 | return; |
| 7049 | } |
| 7050 | |
| 7051 | val = I915_READ(DSPCNTR(plane)); |
| 7052 | |
| 7053 | if (INTEL_INFO(dev)->gen >= 4) |
| 7054 | if (val & DISPPLANE_TILED) |
| 7055 | plane_config->tiled = true; |
| 7056 | |
| 7057 | pixel_format = val & DISPPLANE_PIXFORMAT_MASK; |
| 7058 | fourcc = intel_format_to_fourcc(pixel_format); |
Dave Airlie | 66e514c | 2014-04-03 07:51:54 +1000 | [diff] [blame] | 7059 | crtc->base.primary->fb->pixel_format = fourcc; |
| 7060 | crtc->base.primary->fb->bits_per_pixel = |
Jesse Barnes | 4c6baa5 | 2014-03-07 08:57:50 -0800 | [diff] [blame] | 7061 | drm_format_plane_cpp(fourcc, 0) * 8; |
| 7062 | |
| 7063 | base = I915_READ(DSPSURF(plane)) & 0xfffff000; |
| 7064 | if (IS_HASWELL(dev) || IS_BROADWELL(dev)) { |
| 7065 | offset = I915_READ(DSPOFFSET(plane)); |
| 7066 | } else { |
| 7067 | if (plane_config->tiled) |
| 7068 | offset = I915_READ(DSPTILEOFF(plane)); |
| 7069 | else |
| 7070 | offset = I915_READ(DSPLINOFF(plane)); |
| 7071 | } |
| 7072 | plane_config->base = base; |
| 7073 | |
| 7074 | val = I915_READ(PIPESRC(pipe)); |
Dave Airlie | 66e514c | 2014-04-03 07:51:54 +1000 | [diff] [blame] | 7075 | crtc->base.primary->fb->width = ((val >> 16) & 0xfff) + 1; |
| 7076 | crtc->base.primary->fb->height = ((val >> 0) & 0xfff) + 1; |
Jesse Barnes | 4c6baa5 | 2014-03-07 08:57:50 -0800 | [diff] [blame] | 7077 | |
| 7078 | val = I915_READ(DSPSTRIDE(pipe)); |
Dave Airlie | 66e514c | 2014-04-03 07:51:54 +1000 | [diff] [blame] | 7079 | crtc->base.primary->fb->pitches[0] = val & 0xffffff80; |
Jesse Barnes | 4c6baa5 | 2014-03-07 08:57:50 -0800 | [diff] [blame] | 7080 | |
Dave Airlie | 66e514c | 2014-04-03 07:51:54 +1000 | [diff] [blame] | 7081 | aligned_height = intel_align_height(dev, crtc->base.primary->fb->height, |
Jesse Barnes | 4c6baa5 | 2014-03-07 08:57:50 -0800 | [diff] [blame] | 7082 | plane_config->tiled); |
| 7083 | |
Dave Airlie | 66e514c | 2014-04-03 07:51:54 +1000 | [diff] [blame] | 7084 | plane_config->size = ALIGN(crtc->base.primary->fb->pitches[0] * |
Jesse Barnes | 4c6baa5 | 2014-03-07 08:57:50 -0800 | [diff] [blame] | 7085 | aligned_height, PAGE_SIZE); |
| 7086 | |
| 7087 | 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] | 7088 | pipe, plane, crtc->base.primary->fb->width, |
| 7089 | crtc->base.primary->fb->height, |
| 7090 | crtc->base.primary->fb->bits_per_pixel, base, |
| 7091 | crtc->base.primary->fb->pitches[0], |
Jesse Barnes | 4c6baa5 | 2014-03-07 08:57:50 -0800 | [diff] [blame] | 7092 | plane_config->size); |
| 7093 | } |
| 7094 | |
Daniel Vetter | 0e8ffe1 | 2013-03-28 10:42:00 +0100 | [diff] [blame] | 7095 | static bool ironlake_get_pipe_config(struct intel_crtc *crtc, |
| 7096 | struct intel_crtc_config *pipe_config) |
| 7097 | { |
| 7098 | struct drm_device *dev = crtc->base.dev; |
| 7099 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 7100 | uint32_t tmp; |
| 7101 | |
Daniel Vetter | e143a21 | 2013-07-04 12:01:15 +0200 | [diff] [blame] | 7102 | pipe_config->cpu_transcoder = (enum transcoder) crtc->pipe; |
Daniel Vetter | c0d43d6 | 2013-06-07 23:11:08 +0200 | [diff] [blame] | 7103 | pipe_config->shared_dpll = DPLL_ID_PRIVATE; |
Daniel Vetter | eccb140 | 2013-05-22 00:50:22 +0200 | [diff] [blame] | 7104 | |
Daniel Vetter | 0e8ffe1 | 2013-03-28 10:42:00 +0100 | [diff] [blame] | 7105 | tmp = I915_READ(PIPECONF(crtc->pipe)); |
| 7106 | if (!(tmp & PIPECONF_ENABLE)) |
| 7107 | return false; |
| 7108 | |
Ville Syrjälä | 42571ae | 2013-09-06 23:29:00 +0300 | [diff] [blame] | 7109 | switch (tmp & PIPECONF_BPC_MASK) { |
| 7110 | case PIPECONF_6BPC: |
| 7111 | pipe_config->pipe_bpp = 18; |
| 7112 | break; |
| 7113 | case PIPECONF_8BPC: |
| 7114 | pipe_config->pipe_bpp = 24; |
| 7115 | break; |
| 7116 | case PIPECONF_10BPC: |
| 7117 | pipe_config->pipe_bpp = 30; |
| 7118 | break; |
| 7119 | case PIPECONF_12BPC: |
| 7120 | pipe_config->pipe_bpp = 36; |
| 7121 | break; |
| 7122 | default: |
| 7123 | break; |
| 7124 | } |
| 7125 | |
Daniel Vetter | b5a9fa0 | 2014-04-24 23:54:49 +0200 | [diff] [blame] | 7126 | if (tmp & PIPECONF_COLOR_RANGE_SELECT) |
| 7127 | pipe_config->limited_color_range = true; |
| 7128 | |
Daniel Vetter | ab9412b | 2013-05-03 11:49:46 +0200 | [diff] [blame] | 7129 | if (I915_READ(PCH_TRANSCONF(crtc->pipe)) & TRANS_ENABLE) { |
Daniel Vetter | 66e985c | 2013-06-05 13:34:20 +0200 | [diff] [blame] | 7130 | struct intel_shared_dpll *pll; |
| 7131 | |
Daniel Vetter | 88adfff | 2013-03-28 10:42:01 +0100 | [diff] [blame] | 7132 | pipe_config->has_pch_encoder = true; |
| 7133 | |
Daniel Vetter | 627eb5a | 2013-04-29 19:33:42 +0200 | [diff] [blame] | 7134 | tmp = I915_READ(FDI_RX_CTL(crtc->pipe)); |
| 7135 | pipe_config->fdi_lanes = ((FDI_DP_PORT_WIDTH_MASK & tmp) >> |
| 7136 | FDI_DP_PORT_WIDTH_SHIFT) + 1; |
Daniel Vetter | 7241920 | 2013-04-04 13:28:53 +0200 | [diff] [blame] | 7137 | |
| 7138 | ironlake_get_fdi_m_n_config(crtc, pipe_config); |
Daniel Vetter | 6c49f24 | 2013-06-06 12:45:25 +0200 | [diff] [blame] | 7139 | |
Daniel Vetter | c0d43d6 | 2013-06-07 23:11:08 +0200 | [diff] [blame] | 7140 | if (HAS_PCH_IBX(dev_priv->dev)) { |
Daniel Vetter | d94ab06 | 2013-07-04 12:01:16 +0200 | [diff] [blame] | 7141 | pipe_config->shared_dpll = |
| 7142 | (enum intel_dpll_id) crtc->pipe; |
Daniel Vetter | c0d43d6 | 2013-06-07 23:11:08 +0200 | [diff] [blame] | 7143 | } else { |
| 7144 | tmp = I915_READ(PCH_DPLL_SEL); |
| 7145 | if (tmp & TRANS_DPLLB_SEL(crtc->pipe)) |
| 7146 | pipe_config->shared_dpll = DPLL_ID_PCH_PLL_B; |
| 7147 | else |
| 7148 | pipe_config->shared_dpll = DPLL_ID_PCH_PLL_A; |
| 7149 | } |
Daniel Vetter | 66e985c | 2013-06-05 13:34:20 +0200 | [diff] [blame] | 7150 | |
| 7151 | pll = &dev_priv->shared_dplls[pipe_config->shared_dpll]; |
| 7152 | |
| 7153 | WARN_ON(!pll->get_hw_state(dev_priv, pll, |
| 7154 | &pipe_config->dpll_hw_state)); |
Daniel Vetter | c93f54c | 2013-06-27 19:47:19 +0200 | [diff] [blame] | 7155 | |
| 7156 | tmp = pipe_config->dpll_hw_state.dpll; |
| 7157 | pipe_config->pixel_multiplier = |
| 7158 | ((tmp & PLL_REF_SDVO_HDMI_MULTIPLIER_MASK) |
| 7159 | >> PLL_REF_SDVO_HDMI_MULTIPLIER_SHIFT) + 1; |
Ville Syrjälä | 18442d0 | 2013-09-13 16:00:08 +0300 | [diff] [blame] | 7160 | |
| 7161 | ironlake_pch_clock_get(crtc, pipe_config); |
Daniel Vetter | 6c49f24 | 2013-06-06 12:45:25 +0200 | [diff] [blame] | 7162 | } else { |
| 7163 | pipe_config->pixel_multiplier = 1; |
Daniel Vetter | 627eb5a | 2013-04-29 19:33:42 +0200 | [diff] [blame] | 7164 | } |
| 7165 | |
Daniel Vetter | 1bd1bd8 | 2013-04-29 21:56:12 +0200 | [diff] [blame] | 7166 | intel_get_pipe_timings(crtc, pipe_config); |
| 7167 | |
Daniel Vetter | 2fa2fe9 | 2013-05-07 23:34:16 +0200 | [diff] [blame] | 7168 | ironlake_get_pfit_config(crtc, pipe_config); |
| 7169 | |
Daniel Vetter | 0e8ffe1 | 2013-03-28 10:42:00 +0100 | [diff] [blame] | 7170 | return true; |
| 7171 | } |
| 7172 | |
Paulo Zanoni | be256dc | 2013-07-23 11:19:26 -0300 | [diff] [blame] | 7173 | static void assert_can_disable_lcpll(struct drm_i915_private *dev_priv) |
| 7174 | { |
| 7175 | struct drm_device *dev = dev_priv->dev; |
| 7176 | struct intel_ddi_plls *plls = &dev_priv->ddi_plls; |
| 7177 | struct intel_crtc *crtc; |
Paulo Zanoni | be256dc | 2013-07-23 11:19:26 -0300 | [diff] [blame] | 7178 | |
Damien Lespiau | d3fcc80 | 2014-05-13 23:32:22 +0100 | [diff] [blame] | 7179 | for_each_intel_crtc(dev, crtc) |
Paulo Zanoni | 798183c | 2013-12-06 20:29:01 -0200 | [diff] [blame] | 7180 | WARN(crtc->active, "CRTC for pipe %c enabled\n", |
Paulo Zanoni | be256dc | 2013-07-23 11:19:26 -0300 | [diff] [blame] | 7181 | pipe_name(crtc->pipe)); |
| 7182 | |
| 7183 | WARN(I915_READ(HSW_PWR_WELL_DRIVER), "Power well on\n"); |
| 7184 | WARN(plls->spll_refcount, "SPLL enabled\n"); |
| 7185 | WARN(plls->wrpll1_refcount, "WRPLL1 enabled\n"); |
| 7186 | WARN(plls->wrpll2_refcount, "WRPLL2 enabled\n"); |
| 7187 | WARN(I915_READ(PCH_PP_STATUS) & PP_ON, "Panel power on\n"); |
| 7188 | WARN(I915_READ(BLC_PWM_CPU_CTL2) & BLM_PWM_ENABLE, |
| 7189 | "CPU PWM1 enabled\n"); |
| 7190 | WARN(I915_READ(HSW_BLC_PWM2_CTL) & BLM_PWM_ENABLE, |
| 7191 | "CPU PWM2 enabled\n"); |
| 7192 | WARN(I915_READ(BLC_PWM_PCH_CTL1) & BLM_PCH_PWM_ENABLE, |
| 7193 | "PCH PWM1 enabled\n"); |
| 7194 | WARN(I915_READ(UTIL_PIN_CTL) & UTIL_PIN_ENABLE, |
| 7195 | "Utility pin enabled\n"); |
| 7196 | WARN(I915_READ(PCH_GTC_CTL) & PCH_GTC_ENABLE, "PCH GTC enabled\n"); |
| 7197 | |
Paulo Zanoni | 9926ada | 2014-04-01 19:39:47 -0300 | [diff] [blame] | 7198 | /* |
| 7199 | * In theory we can still leave IRQs enabled, as long as only the HPD |
| 7200 | * interrupts remain enabled. We used to check for that, but since it's |
| 7201 | * gen-specific and since we only disable LCPLL after we fully disable |
| 7202 | * the interrupts, the check below should be enough. |
| 7203 | */ |
| 7204 | WARN(!dev_priv->pm.irqs_disabled, "IRQs enabled\n"); |
Paulo Zanoni | be256dc | 2013-07-23 11:19:26 -0300 | [diff] [blame] | 7205 | } |
| 7206 | |
Paulo Zanoni | 3c4c9b8 | 2014-03-07 20:12:36 -0300 | [diff] [blame] | 7207 | static void hsw_write_dcomp(struct drm_i915_private *dev_priv, uint32_t val) |
| 7208 | { |
| 7209 | struct drm_device *dev = dev_priv->dev; |
| 7210 | |
| 7211 | if (IS_HASWELL(dev)) { |
| 7212 | mutex_lock(&dev_priv->rps.hw_lock); |
| 7213 | if (sandybridge_pcode_write(dev_priv, GEN6_PCODE_WRITE_D_COMP, |
| 7214 | val)) |
| 7215 | DRM_ERROR("Failed to disable D_COMP\n"); |
| 7216 | mutex_unlock(&dev_priv->rps.hw_lock); |
| 7217 | } else { |
| 7218 | I915_WRITE(D_COMP, val); |
| 7219 | } |
| 7220 | POSTING_READ(D_COMP); |
Paulo Zanoni | be256dc | 2013-07-23 11:19:26 -0300 | [diff] [blame] | 7221 | } |
| 7222 | |
| 7223 | /* |
| 7224 | * This function implements pieces of two sequences from BSpec: |
| 7225 | * - Sequence for display software to disable LCPLL |
| 7226 | * - Sequence for display software to allow package C8+ |
| 7227 | * The steps implemented here are just the steps that actually touch the LCPLL |
| 7228 | * register. Callers should take care of disabling all the display engine |
| 7229 | * functions, doing the mode unset, fixing interrupts, etc. |
| 7230 | */ |
Paulo Zanoni | 6ff58d5 | 2013-09-24 13:52:57 -0300 | [diff] [blame] | 7231 | static void hsw_disable_lcpll(struct drm_i915_private *dev_priv, |
| 7232 | bool switch_to_fclk, bool allow_power_down) |
Paulo Zanoni | be256dc | 2013-07-23 11:19:26 -0300 | [diff] [blame] | 7233 | { |
| 7234 | uint32_t val; |
| 7235 | |
| 7236 | assert_can_disable_lcpll(dev_priv); |
| 7237 | |
| 7238 | val = I915_READ(LCPLL_CTL); |
| 7239 | |
| 7240 | if (switch_to_fclk) { |
| 7241 | val |= LCPLL_CD_SOURCE_FCLK; |
| 7242 | I915_WRITE(LCPLL_CTL, val); |
| 7243 | |
| 7244 | if (wait_for_atomic_us(I915_READ(LCPLL_CTL) & |
| 7245 | LCPLL_CD_SOURCE_FCLK_DONE, 1)) |
| 7246 | DRM_ERROR("Switching to FCLK failed\n"); |
| 7247 | |
| 7248 | val = I915_READ(LCPLL_CTL); |
| 7249 | } |
| 7250 | |
| 7251 | val |= LCPLL_PLL_DISABLE; |
| 7252 | I915_WRITE(LCPLL_CTL, val); |
| 7253 | POSTING_READ(LCPLL_CTL); |
| 7254 | |
| 7255 | if (wait_for((I915_READ(LCPLL_CTL) & LCPLL_PLL_LOCK) == 0, 1)) |
| 7256 | DRM_ERROR("LCPLL still locked\n"); |
| 7257 | |
| 7258 | val = I915_READ(D_COMP); |
| 7259 | val |= D_COMP_COMP_DISABLE; |
Paulo Zanoni | 3c4c9b8 | 2014-03-07 20:12:36 -0300 | [diff] [blame] | 7260 | hsw_write_dcomp(dev_priv, val); |
Paulo Zanoni | be256dc | 2013-07-23 11:19:26 -0300 | [diff] [blame] | 7261 | ndelay(100); |
| 7262 | |
| 7263 | if (wait_for((I915_READ(D_COMP) & D_COMP_RCOMP_IN_PROGRESS) == 0, 1)) |
| 7264 | DRM_ERROR("D_COMP RCOMP still in progress\n"); |
| 7265 | |
| 7266 | if (allow_power_down) { |
| 7267 | val = I915_READ(LCPLL_CTL); |
| 7268 | val |= LCPLL_POWER_DOWN_ALLOW; |
| 7269 | I915_WRITE(LCPLL_CTL, val); |
| 7270 | POSTING_READ(LCPLL_CTL); |
| 7271 | } |
| 7272 | } |
| 7273 | |
| 7274 | /* |
| 7275 | * Fully restores LCPLL, disallowing power down and switching back to LCPLL |
| 7276 | * source. |
| 7277 | */ |
Paulo Zanoni | 6ff58d5 | 2013-09-24 13:52:57 -0300 | [diff] [blame] | 7278 | static void hsw_restore_lcpll(struct drm_i915_private *dev_priv) |
Paulo Zanoni | be256dc | 2013-07-23 11:19:26 -0300 | [diff] [blame] | 7279 | { |
| 7280 | uint32_t val; |
Paulo Zanoni | a8a8bd5 | 2014-03-07 20:08:05 -0300 | [diff] [blame] | 7281 | unsigned long irqflags; |
Paulo Zanoni | be256dc | 2013-07-23 11:19:26 -0300 | [diff] [blame] | 7282 | |
| 7283 | val = I915_READ(LCPLL_CTL); |
| 7284 | |
| 7285 | if ((val & (LCPLL_PLL_LOCK | LCPLL_PLL_DISABLE | LCPLL_CD_SOURCE_FCLK | |
| 7286 | LCPLL_POWER_DOWN_ALLOW)) == LCPLL_PLL_LOCK) |
| 7287 | return; |
| 7288 | |
Paulo Zanoni | a8a8bd5 | 2014-03-07 20:08:05 -0300 | [diff] [blame] | 7289 | /* |
| 7290 | * Make sure we're not on PC8 state before disabling PC8, otherwise |
| 7291 | * we'll hang the machine. To prevent PC8 state, just enable force_wake. |
| 7292 | * |
| 7293 | * The other problem is that hsw_restore_lcpll() is called as part of |
| 7294 | * the runtime PM resume sequence, so we can't just call |
| 7295 | * gen6_gt_force_wake_get() because that function calls |
| 7296 | * intel_runtime_pm_get(), and we can't change the runtime PM refcount |
| 7297 | * while we are on the resume sequence. So to solve this problem we have |
| 7298 | * to call special forcewake code that doesn't touch runtime PM and |
| 7299 | * doesn't enable the forcewake delayed work. |
| 7300 | */ |
| 7301 | spin_lock_irqsave(&dev_priv->uncore.lock, irqflags); |
| 7302 | if (dev_priv->uncore.forcewake_count++ == 0) |
| 7303 | dev_priv->uncore.funcs.force_wake_get(dev_priv, FORCEWAKE_ALL); |
| 7304 | spin_unlock_irqrestore(&dev_priv->uncore.lock, irqflags); |
Paulo Zanoni | 215733f | 2013-08-19 13:18:07 -0300 | [diff] [blame] | 7305 | |
Paulo Zanoni | be256dc | 2013-07-23 11:19:26 -0300 | [diff] [blame] | 7306 | if (val & LCPLL_POWER_DOWN_ALLOW) { |
| 7307 | val &= ~LCPLL_POWER_DOWN_ALLOW; |
| 7308 | I915_WRITE(LCPLL_CTL, val); |
Daniel Vetter | 35d8f2e | 2013-08-21 23:38:08 +0200 | [diff] [blame] | 7309 | POSTING_READ(LCPLL_CTL); |
Paulo Zanoni | be256dc | 2013-07-23 11:19:26 -0300 | [diff] [blame] | 7310 | } |
| 7311 | |
| 7312 | val = I915_READ(D_COMP); |
| 7313 | val |= D_COMP_COMP_FORCE; |
| 7314 | val &= ~D_COMP_COMP_DISABLE; |
Paulo Zanoni | 3c4c9b8 | 2014-03-07 20:12:36 -0300 | [diff] [blame] | 7315 | hsw_write_dcomp(dev_priv, val); |
Paulo Zanoni | be256dc | 2013-07-23 11:19:26 -0300 | [diff] [blame] | 7316 | |
| 7317 | val = I915_READ(LCPLL_CTL); |
| 7318 | val &= ~LCPLL_PLL_DISABLE; |
| 7319 | I915_WRITE(LCPLL_CTL, val); |
| 7320 | |
| 7321 | if (wait_for(I915_READ(LCPLL_CTL) & LCPLL_PLL_LOCK, 5)) |
| 7322 | DRM_ERROR("LCPLL not locked yet\n"); |
| 7323 | |
| 7324 | if (val & LCPLL_CD_SOURCE_FCLK) { |
| 7325 | val = I915_READ(LCPLL_CTL); |
| 7326 | val &= ~LCPLL_CD_SOURCE_FCLK; |
| 7327 | I915_WRITE(LCPLL_CTL, val); |
| 7328 | |
| 7329 | if (wait_for_atomic_us((I915_READ(LCPLL_CTL) & |
| 7330 | LCPLL_CD_SOURCE_FCLK_DONE) == 0, 1)) |
| 7331 | DRM_ERROR("Switching back to LCPLL failed\n"); |
| 7332 | } |
Paulo Zanoni | 215733f | 2013-08-19 13:18:07 -0300 | [diff] [blame] | 7333 | |
Paulo Zanoni | a8a8bd5 | 2014-03-07 20:08:05 -0300 | [diff] [blame] | 7334 | /* See the big comment above. */ |
| 7335 | spin_lock_irqsave(&dev_priv->uncore.lock, irqflags); |
| 7336 | if (--dev_priv->uncore.forcewake_count == 0) |
| 7337 | dev_priv->uncore.funcs.force_wake_put(dev_priv, FORCEWAKE_ALL); |
| 7338 | spin_unlock_irqrestore(&dev_priv->uncore.lock, irqflags); |
Paulo Zanoni | be256dc | 2013-07-23 11:19:26 -0300 | [diff] [blame] | 7339 | } |
| 7340 | |
Paulo Zanoni | 765dab6 | 2014-03-07 20:08:18 -0300 | [diff] [blame] | 7341 | /* |
| 7342 | * Package states C8 and deeper are really deep PC states that can only be |
| 7343 | * reached when all the devices on the system allow it, so even if the graphics |
| 7344 | * device allows PC8+, it doesn't mean the system will actually get to these |
| 7345 | * states. Our driver only allows PC8+ when going into runtime PM. |
| 7346 | * |
| 7347 | * The requirements for PC8+ are that all the outputs are disabled, the power |
| 7348 | * well is disabled and most interrupts are disabled, and these are also |
| 7349 | * requirements for runtime PM. When these conditions are met, we manually do |
| 7350 | * the other conditions: disable the interrupts, clocks and switch LCPLL refclk |
| 7351 | * to Fclk. If we're in PC8+ and we get an non-hotplug interrupt, we can hard |
| 7352 | * hang the machine. |
| 7353 | * |
| 7354 | * When we really reach PC8 or deeper states (not just when we allow it) we lose |
| 7355 | * the state of some registers, so when we come back from PC8+ we need to |
| 7356 | * restore this state. We don't get into PC8+ if we're not in RC6, so we don't |
| 7357 | * need to take care of the registers kept by RC6. Notice that this happens even |
| 7358 | * if we don't put the device in PCI D3 state (which is what currently happens |
| 7359 | * because of the runtime PM support). |
| 7360 | * |
| 7361 | * For more, read "Display Sequences for Package C8" on the hardware |
| 7362 | * documentation. |
| 7363 | */ |
Paulo Zanoni | a14cb6f | 2014-03-07 20:08:17 -0300 | [diff] [blame] | 7364 | void hsw_enable_pc8(struct drm_i915_private *dev_priv) |
Paulo Zanoni | c67a470 | 2013-08-19 13:18:09 -0300 | [diff] [blame] | 7365 | { |
Paulo Zanoni | c67a470 | 2013-08-19 13:18:09 -0300 | [diff] [blame] | 7366 | struct drm_device *dev = dev_priv->dev; |
| 7367 | uint32_t val; |
| 7368 | |
Paulo Zanoni | c67a470 | 2013-08-19 13:18:09 -0300 | [diff] [blame] | 7369 | DRM_DEBUG_KMS("Enabling package C8+\n"); |
| 7370 | |
Paulo Zanoni | c67a470 | 2013-08-19 13:18:09 -0300 | [diff] [blame] | 7371 | if (dev_priv->pch_id == INTEL_PCH_LPT_LP_DEVICE_ID_TYPE) { |
| 7372 | val = I915_READ(SOUTH_DSPCLK_GATE_D); |
| 7373 | val &= ~PCH_LP_PARTITION_LEVEL_DISABLE; |
| 7374 | I915_WRITE(SOUTH_DSPCLK_GATE_D, val); |
| 7375 | } |
| 7376 | |
| 7377 | lpt_disable_clkout_dp(dev); |
Paulo Zanoni | c67a470 | 2013-08-19 13:18:09 -0300 | [diff] [blame] | 7378 | hsw_disable_lcpll(dev_priv, true, true); |
| 7379 | } |
| 7380 | |
Paulo Zanoni | a14cb6f | 2014-03-07 20:08:17 -0300 | [diff] [blame] | 7381 | void hsw_disable_pc8(struct drm_i915_private *dev_priv) |
Paulo Zanoni | c67a470 | 2013-08-19 13:18:09 -0300 | [diff] [blame] | 7382 | { |
| 7383 | struct drm_device *dev = dev_priv->dev; |
| 7384 | uint32_t val; |
| 7385 | |
Paulo Zanoni | c67a470 | 2013-08-19 13:18:09 -0300 | [diff] [blame] | 7386 | DRM_DEBUG_KMS("Disabling package C8+\n"); |
| 7387 | |
| 7388 | hsw_restore_lcpll(dev_priv); |
Paulo Zanoni | c67a470 | 2013-08-19 13:18:09 -0300 | [diff] [blame] | 7389 | lpt_init_pch_refclk(dev); |
| 7390 | |
| 7391 | if (dev_priv->pch_id == INTEL_PCH_LPT_LP_DEVICE_ID_TYPE) { |
| 7392 | val = I915_READ(SOUTH_DSPCLK_GATE_D); |
| 7393 | val |= PCH_LP_PARTITION_LEVEL_DISABLE; |
| 7394 | I915_WRITE(SOUTH_DSPCLK_GATE_D, val); |
| 7395 | } |
| 7396 | |
| 7397 | intel_prepare_ddi(dev); |
Paulo Zanoni | c67a470 | 2013-08-19 13:18:09 -0300 | [diff] [blame] | 7398 | } |
| 7399 | |
Paulo Zanoni | 9a952a0 | 2014-03-07 20:12:34 -0300 | [diff] [blame] | 7400 | static void snb_modeset_global_resources(struct drm_device *dev) |
| 7401 | { |
| 7402 | modeset_update_crtc_power_domains(dev); |
| 7403 | } |
| 7404 | |
Imre Deak | 4f07412 | 2013-10-16 17:25:51 +0300 | [diff] [blame] | 7405 | static void haswell_modeset_global_resources(struct drm_device *dev) |
| 7406 | { |
Paulo Zanoni | da72356 | 2013-12-19 11:54:51 -0200 | [diff] [blame] | 7407 | modeset_update_crtc_power_domains(dev); |
Daniel Vetter | d6dd9eb | 2013-01-29 16:35:20 -0200 | [diff] [blame] | 7408 | } |
| 7409 | |
Paulo Zanoni | 09b4ddf | 2012-10-05 12:05:55 -0300 | [diff] [blame] | 7410 | static int haswell_crtc_mode_set(struct drm_crtc *crtc, |
Paulo Zanoni | 09b4ddf | 2012-10-05 12:05:55 -0300 | [diff] [blame] | 7411 | int x, int y, |
| 7412 | struct drm_framebuffer *fb) |
| 7413 | { |
Paulo Zanoni | 09b4ddf | 2012-10-05 12:05:55 -0300 | [diff] [blame] | 7414 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
Paulo Zanoni | 09b4ddf | 2012-10-05 12:05:55 -0300 | [diff] [blame] | 7415 | |
Paulo Zanoni | 566b734 | 2013-11-25 15:27:08 -0200 | [diff] [blame] | 7416 | if (!intel_ddi_pll_select(intel_crtc)) |
Paulo Zanoni | 6441ab5 | 2012-10-05 12:05:58 -0300 | [diff] [blame] | 7417 | return -EINVAL; |
Paulo Zanoni | 566b734 | 2013-11-25 15:27:08 -0200 | [diff] [blame] | 7418 | intel_ddi_pll_enable(intel_crtc); |
Paulo Zanoni | 6441ab5 | 2012-10-05 12:05:58 -0300 | [diff] [blame] | 7419 | |
Daniel Vetter | 644cef3 | 2014-04-24 23:55:07 +0200 | [diff] [blame] | 7420 | intel_crtc->lowfreq_avail = false; |
| 7421 | |
Daniel Vetter | c8f7a0d | 2014-04-24 23:55:04 +0200 | [diff] [blame] | 7422 | return 0; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 7423 | } |
| 7424 | |
Daniel Vetter | 0e8ffe1 | 2013-03-28 10:42:00 +0100 | [diff] [blame] | 7425 | static bool haswell_get_pipe_config(struct intel_crtc *crtc, |
| 7426 | struct intel_crtc_config *pipe_config) |
| 7427 | { |
| 7428 | struct drm_device *dev = crtc->base.dev; |
| 7429 | struct drm_i915_private *dev_priv = dev->dev_private; |
Daniel Vetter | 2fa2fe9 | 2013-05-07 23:34:16 +0200 | [diff] [blame] | 7430 | enum intel_display_power_domain pfit_domain; |
Daniel Vetter | 0e8ffe1 | 2013-03-28 10:42:00 +0100 | [diff] [blame] | 7431 | uint32_t tmp; |
| 7432 | |
Imre Deak | b5482bd | 2014-03-05 16:20:55 +0200 | [diff] [blame] | 7433 | if (!intel_display_power_enabled(dev_priv, |
| 7434 | POWER_DOMAIN_PIPE(crtc->pipe))) |
| 7435 | return false; |
| 7436 | |
Daniel Vetter | e143a21 | 2013-07-04 12:01:15 +0200 | [diff] [blame] | 7437 | pipe_config->cpu_transcoder = (enum transcoder) crtc->pipe; |
Daniel Vetter | c0d43d6 | 2013-06-07 23:11:08 +0200 | [diff] [blame] | 7438 | pipe_config->shared_dpll = DPLL_ID_PRIVATE; |
| 7439 | |
Daniel Vetter | eccb140 | 2013-05-22 00:50:22 +0200 | [diff] [blame] | 7440 | tmp = I915_READ(TRANS_DDI_FUNC_CTL(TRANSCODER_EDP)); |
| 7441 | if (tmp & TRANS_DDI_FUNC_ENABLE) { |
| 7442 | enum pipe trans_edp_pipe; |
| 7443 | switch (tmp & TRANS_DDI_EDP_INPUT_MASK) { |
| 7444 | default: |
| 7445 | WARN(1, "unknown pipe linked to edp transcoder\n"); |
| 7446 | case TRANS_DDI_EDP_INPUT_A_ONOFF: |
| 7447 | case TRANS_DDI_EDP_INPUT_A_ON: |
| 7448 | trans_edp_pipe = PIPE_A; |
| 7449 | break; |
| 7450 | case TRANS_DDI_EDP_INPUT_B_ONOFF: |
| 7451 | trans_edp_pipe = PIPE_B; |
| 7452 | break; |
| 7453 | case TRANS_DDI_EDP_INPUT_C_ONOFF: |
| 7454 | trans_edp_pipe = PIPE_C; |
| 7455 | break; |
| 7456 | } |
| 7457 | |
| 7458 | if (trans_edp_pipe == crtc->pipe) |
| 7459 | pipe_config->cpu_transcoder = TRANSCODER_EDP; |
| 7460 | } |
| 7461 | |
Imre Deak | da7e29b | 2014-02-18 00:02:02 +0200 | [diff] [blame] | 7462 | if (!intel_display_power_enabled(dev_priv, |
Daniel Vetter | eccb140 | 2013-05-22 00:50:22 +0200 | [diff] [blame] | 7463 | POWER_DOMAIN_TRANSCODER(pipe_config->cpu_transcoder))) |
Paulo Zanoni | 2bfce95 | 2013-04-18 16:35:40 -0300 | [diff] [blame] | 7464 | return false; |
| 7465 | |
Daniel Vetter | eccb140 | 2013-05-22 00:50:22 +0200 | [diff] [blame] | 7466 | tmp = I915_READ(PIPECONF(pipe_config->cpu_transcoder)); |
Daniel Vetter | 0e8ffe1 | 2013-03-28 10:42:00 +0100 | [diff] [blame] | 7467 | if (!(tmp & PIPECONF_ENABLE)) |
| 7468 | return false; |
| 7469 | |
Daniel Vetter | 88adfff | 2013-03-28 10:42:01 +0100 | [diff] [blame] | 7470 | /* |
Paulo Zanoni | f196e6b | 2013-04-18 16:35:41 -0300 | [diff] [blame] | 7471 | * 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] | 7472 | * DDI E. So just check whether this pipe is wired to DDI E and whether |
| 7473 | * the PCH transcoder is on. |
| 7474 | */ |
Daniel Vetter | eccb140 | 2013-05-22 00:50:22 +0200 | [diff] [blame] | 7475 | tmp = I915_READ(TRANS_DDI_FUNC_CTL(pipe_config->cpu_transcoder)); |
Daniel Vetter | 88adfff | 2013-03-28 10:42:01 +0100 | [diff] [blame] | 7476 | if ((tmp & TRANS_DDI_PORT_MASK) == TRANS_DDI_SELECT_PORT(PORT_E) && |
Daniel Vetter | ab9412b | 2013-05-03 11:49:46 +0200 | [diff] [blame] | 7477 | I915_READ(LPT_TRANSCONF) & TRANS_ENABLE) { |
Daniel Vetter | 88adfff | 2013-03-28 10:42:01 +0100 | [diff] [blame] | 7478 | pipe_config->has_pch_encoder = true; |
| 7479 | |
Daniel Vetter | 627eb5a | 2013-04-29 19:33:42 +0200 | [diff] [blame] | 7480 | tmp = I915_READ(FDI_RX_CTL(PIPE_A)); |
| 7481 | pipe_config->fdi_lanes = ((FDI_DP_PORT_WIDTH_MASK & tmp) >> |
| 7482 | FDI_DP_PORT_WIDTH_SHIFT) + 1; |
Daniel Vetter | 7241920 | 2013-04-04 13:28:53 +0200 | [diff] [blame] | 7483 | |
| 7484 | ironlake_get_fdi_m_n_config(crtc, pipe_config); |
Daniel Vetter | 627eb5a | 2013-04-29 19:33:42 +0200 | [diff] [blame] | 7485 | } |
| 7486 | |
Daniel Vetter | 1bd1bd8 | 2013-04-29 21:56:12 +0200 | [diff] [blame] | 7487 | intel_get_pipe_timings(crtc, pipe_config); |
| 7488 | |
Daniel Vetter | 2fa2fe9 | 2013-05-07 23:34:16 +0200 | [diff] [blame] | 7489 | pfit_domain = POWER_DOMAIN_PIPE_PANEL_FITTER(crtc->pipe); |
Imre Deak | da7e29b | 2014-02-18 00:02:02 +0200 | [diff] [blame] | 7490 | if (intel_display_power_enabled(dev_priv, pfit_domain)) |
Daniel Vetter | 2fa2fe9 | 2013-05-07 23:34:16 +0200 | [diff] [blame] | 7491 | ironlake_get_pfit_config(crtc, pipe_config); |
Daniel Vetter | 88adfff | 2013-03-28 10:42:01 +0100 | [diff] [blame] | 7492 | |
Jesse Barnes | e59150d | 2014-01-07 13:30:45 -0800 | [diff] [blame] | 7493 | if (IS_HASWELL(dev)) |
| 7494 | pipe_config->ips_enabled = hsw_crtc_supports_ips(crtc) && |
| 7495 | (I915_READ(IPS_CTL) & IPS_ENABLE); |
Paulo Zanoni | 42db64e | 2013-05-31 16:33:22 -0300 | [diff] [blame] | 7496 | |
Daniel Vetter | 6c49f24 | 2013-06-06 12:45:25 +0200 | [diff] [blame] | 7497 | pipe_config->pixel_multiplier = 1; |
| 7498 | |
Daniel Vetter | 0e8ffe1 | 2013-03-28 10:42:00 +0100 | [diff] [blame] | 7499 | return true; |
| 7500 | } |
| 7501 | |
Jani Nikula | 1a91510 | 2013-10-16 12:34:48 +0300 | [diff] [blame] | 7502 | static struct { |
| 7503 | int clock; |
| 7504 | u32 config; |
| 7505 | } hdmi_audio_clock[] = { |
| 7506 | { DIV_ROUND_UP(25200 * 1000, 1001), AUD_CONFIG_PIXEL_CLOCK_HDMI_25175 }, |
| 7507 | { 25200, AUD_CONFIG_PIXEL_CLOCK_HDMI_25200 }, /* default per bspec */ |
| 7508 | { 27000, AUD_CONFIG_PIXEL_CLOCK_HDMI_27000 }, |
| 7509 | { 27000 * 1001 / 1000, AUD_CONFIG_PIXEL_CLOCK_HDMI_27027 }, |
| 7510 | { 54000, AUD_CONFIG_PIXEL_CLOCK_HDMI_54000 }, |
| 7511 | { 54000 * 1001 / 1000, AUD_CONFIG_PIXEL_CLOCK_HDMI_54054 }, |
| 7512 | { DIV_ROUND_UP(74250 * 1000, 1001), AUD_CONFIG_PIXEL_CLOCK_HDMI_74176 }, |
| 7513 | { 74250, AUD_CONFIG_PIXEL_CLOCK_HDMI_74250 }, |
| 7514 | { DIV_ROUND_UP(148500 * 1000, 1001), AUD_CONFIG_PIXEL_CLOCK_HDMI_148352 }, |
| 7515 | { 148500, AUD_CONFIG_PIXEL_CLOCK_HDMI_148500 }, |
| 7516 | }; |
| 7517 | |
| 7518 | /* get AUD_CONFIG_PIXEL_CLOCK_HDMI_* value for mode */ |
| 7519 | static u32 audio_config_hdmi_pixel_clock(struct drm_display_mode *mode) |
| 7520 | { |
| 7521 | int i; |
| 7522 | |
| 7523 | for (i = 0; i < ARRAY_SIZE(hdmi_audio_clock); i++) { |
| 7524 | if (mode->clock == hdmi_audio_clock[i].clock) |
| 7525 | break; |
| 7526 | } |
| 7527 | |
| 7528 | if (i == ARRAY_SIZE(hdmi_audio_clock)) { |
| 7529 | DRM_DEBUG_KMS("HDMI audio pixel clock setting for %d not found, falling back to defaults\n", mode->clock); |
| 7530 | i = 1; |
| 7531 | } |
| 7532 | |
| 7533 | DRM_DEBUG_KMS("Configuring HDMI audio for pixel clock %d (0x%08x)\n", |
| 7534 | hdmi_audio_clock[i].clock, |
| 7535 | hdmi_audio_clock[i].config); |
| 7536 | |
| 7537 | return hdmi_audio_clock[i].config; |
| 7538 | } |
| 7539 | |
Wu Fengguang | 3a9627f | 2011-12-09 20:42:19 +0800 | [diff] [blame] | 7540 | static bool intel_eld_uptodate(struct drm_connector *connector, |
| 7541 | int reg_eldv, uint32_t bits_eldv, |
| 7542 | int reg_elda, uint32_t bits_elda, |
| 7543 | int reg_edid) |
| 7544 | { |
| 7545 | struct drm_i915_private *dev_priv = connector->dev->dev_private; |
| 7546 | uint8_t *eld = connector->eld; |
| 7547 | uint32_t i; |
| 7548 | |
| 7549 | i = I915_READ(reg_eldv); |
| 7550 | i &= bits_eldv; |
| 7551 | |
| 7552 | if (!eld[0]) |
| 7553 | return !i; |
| 7554 | |
| 7555 | if (!i) |
| 7556 | return false; |
| 7557 | |
| 7558 | i = I915_READ(reg_elda); |
| 7559 | i &= ~bits_elda; |
| 7560 | I915_WRITE(reg_elda, i); |
| 7561 | |
| 7562 | for (i = 0; i < eld[2]; i++) |
| 7563 | if (I915_READ(reg_edid) != *((uint32_t *)eld + i)) |
| 7564 | return false; |
| 7565 | |
| 7566 | return true; |
| 7567 | } |
| 7568 | |
Wu Fengguang | e0dac65 | 2011-09-05 14:25:34 +0800 | [diff] [blame] | 7569 | static void g4x_write_eld(struct drm_connector *connector, |
Jani Nikula | 3442705 | 2013-10-16 12:34:47 +0300 | [diff] [blame] | 7570 | struct drm_crtc *crtc, |
| 7571 | struct drm_display_mode *mode) |
Wu Fengguang | e0dac65 | 2011-09-05 14:25:34 +0800 | [diff] [blame] | 7572 | { |
| 7573 | struct drm_i915_private *dev_priv = connector->dev->dev_private; |
| 7574 | uint8_t *eld = connector->eld; |
| 7575 | uint32_t eldv; |
| 7576 | uint32_t len; |
| 7577 | uint32_t i; |
| 7578 | |
| 7579 | i = I915_READ(G4X_AUD_VID_DID); |
| 7580 | |
| 7581 | if (i == INTEL_AUDIO_DEVBLC || i == INTEL_AUDIO_DEVCL) |
| 7582 | eldv = G4X_ELDV_DEVCL_DEVBLC; |
| 7583 | else |
| 7584 | eldv = G4X_ELDV_DEVCTG; |
| 7585 | |
Wu Fengguang | 3a9627f | 2011-12-09 20:42:19 +0800 | [diff] [blame] | 7586 | if (intel_eld_uptodate(connector, |
| 7587 | G4X_AUD_CNTL_ST, eldv, |
| 7588 | G4X_AUD_CNTL_ST, G4X_ELD_ADDR, |
| 7589 | G4X_HDMIW_HDMIEDID)) |
| 7590 | return; |
| 7591 | |
Wu Fengguang | e0dac65 | 2011-09-05 14:25:34 +0800 | [diff] [blame] | 7592 | i = I915_READ(G4X_AUD_CNTL_ST); |
| 7593 | i &= ~(eldv | G4X_ELD_ADDR); |
| 7594 | len = (i >> 9) & 0x1f; /* ELD buffer size */ |
| 7595 | I915_WRITE(G4X_AUD_CNTL_ST, i); |
| 7596 | |
| 7597 | if (!eld[0]) |
| 7598 | return; |
| 7599 | |
| 7600 | len = min_t(uint8_t, eld[2], len); |
| 7601 | DRM_DEBUG_DRIVER("ELD size %d\n", len); |
| 7602 | for (i = 0; i < len; i++) |
| 7603 | I915_WRITE(G4X_HDMIW_HDMIEDID, *((uint32_t *)eld + i)); |
| 7604 | |
| 7605 | i = I915_READ(G4X_AUD_CNTL_ST); |
| 7606 | i |= eldv; |
| 7607 | I915_WRITE(G4X_AUD_CNTL_ST, i); |
| 7608 | } |
| 7609 | |
Wang Xingchao | 83358c85 | 2012-08-16 22:43:37 +0800 | [diff] [blame] | 7610 | static void haswell_write_eld(struct drm_connector *connector, |
Jani Nikula | 3442705 | 2013-10-16 12:34:47 +0300 | [diff] [blame] | 7611 | struct drm_crtc *crtc, |
| 7612 | struct drm_display_mode *mode) |
Wang Xingchao | 83358c85 | 2012-08-16 22:43:37 +0800 | [diff] [blame] | 7613 | { |
| 7614 | struct drm_i915_private *dev_priv = connector->dev->dev_private; |
| 7615 | uint8_t *eld = connector->eld; |
Wang Xingchao | 83358c85 | 2012-08-16 22:43:37 +0800 | [diff] [blame] | 7616 | uint32_t eldv; |
| 7617 | uint32_t i; |
| 7618 | int len; |
| 7619 | int pipe = to_intel_crtc(crtc)->pipe; |
| 7620 | int tmp; |
| 7621 | |
| 7622 | int hdmiw_hdmiedid = HSW_AUD_EDID_DATA(pipe); |
| 7623 | int aud_cntl_st = HSW_AUD_DIP_ELD_CTRL(pipe); |
| 7624 | int aud_config = HSW_AUD_CFG(pipe); |
| 7625 | int aud_cntrl_st2 = HSW_AUD_PIN_ELD_CP_VLD; |
| 7626 | |
Wang Xingchao | 83358c85 | 2012-08-16 22:43:37 +0800 | [diff] [blame] | 7627 | /* Audio output enable */ |
| 7628 | DRM_DEBUG_DRIVER("HDMI audio: enable codec\n"); |
| 7629 | tmp = I915_READ(aud_cntrl_st2); |
| 7630 | tmp |= (AUDIO_OUTPUT_ENABLE_A << (pipe * 4)); |
| 7631 | I915_WRITE(aud_cntrl_st2, tmp); |
Daniel Vetter | c790579 | 2014-04-16 16:56:09 +0200 | [diff] [blame] | 7632 | POSTING_READ(aud_cntrl_st2); |
Wang Xingchao | 83358c85 | 2012-08-16 22:43:37 +0800 | [diff] [blame] | 7633 | |
Daniel Vetter | c790579 | 2014-04-16 16:56:09 +0200 | [diff] [blame] | 7634 | assert_pipe_disabled(dev_priv, to_intel_crtc(crtc)->pipe); |
Wang Xingchao | 83358c85 | 2012-08-16 22:43:37 +0800 | [diff] [blame] | 7635 | |
| 7636 | /* Set ELD valid state */ |
| 7637 | tmp = I915_READ(aud_cntrl_st2); |
Takashi Iwai | 7e7cb34 | 2013-09-10 07:30:36 +0200 | [diff] [blame] | 7638 | 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] | 7639 | tmp |= (AUDIO_ELD_VALID_A << (pipe * 4)); |
| 7640 | I915_WRITE(aud_cntrl_st2, tmp); |
| 7641 | tmp = I915_READ(aud_cntrl_st2); |
Takashi Iwai | 7e7cb34 | 2013-09-10 07:30:36 +0200 | [diff] [blame] | 7642 | DRM_DEBUG_DRIVER("HDMI audio: eld vld status=0x%08x\n", tmp); |
Wang Xingchao | 83358c85 | 2012-08-16 22:43:37 +0800 | [diff] [blame] | 7643 | |
| 7644 | /* Enable HDMI mode */ |
| 7645 | tmp = I915_READ(aud_config); |
Takashi Iwai | 7e7cb34 | 2013-09-10 07:30:36 +0200 | [diff] [blame] | 7646 | DRM_DEBUG_DRIVER("HDMI audio: audio conf: 0x%08x\n", tmp); |
Wang Xingchao | 83358c85 | 2012-08-16 22:43:37 +0800 | [diff] [blame] | 7647 | /* clear N_programing_enable and N_value_index */ |
| 7648 | tmp &= ~(AUD_CONFIG_N_VALUE_INDEX | AUD_CONFIG_N_PROG_ENABLE); |
| 7649 | I915_WRITE(aud_config, tmp); |
| 7650 | |
| 7651 | DRM_DEBUG_DRIVER("ELD on pipe %c\n", pipe_name(pipe)); |
| 7652 | |
| 7653 | eldv = AUDIO_ELD_VALID_A << (pipe * 4); |
| 7654 | |
| 7655 | if (intel_pipe_has_type(crtc, INTEL_OUTPUT_DISPLAYPORT)) { |
| 7656 | DRM_DEBUG_DRIVER("ELD: DisplayPort detected\n"); |
| 7657 | eld[5] |= (1 << 2); /* Conn_Type, 0x1 = DisplayPort */ |
| 7658 | I915_WRITE(aud_config, AUD_CONFIG_N_VALUE_INDEX); /* 0x1 = DP */ |
Jani Nikula | 1a91510 | 2013-10-16 12:34:48 +0300 | [diff] [blame] | 7659 | } else { |
| 7660 | I915_WRITE(aud_config, audio_config_hdmi_pixel_clock(mode)); |
| 7661 | } |
Wang Xingchao | 83358c85 | 2012-08-16 22:43:37 +0800 | [diff] [blame] | 7662 | |
| 7663 | if (intel_eld_uptodate(connector, |
| 7664 | aud_cntrl_st2, eldv, |
| 7665 | aud_cntl_st, IBX_ELD_ADDRESS, |
| 7666 | hdmiw_hdmiedid)) |
| 7667 | return; |
| 7668 | |
| 7669 | i = I915_READ(aud_cntrl_st2); |
| 7670 | i &= ~eldv; |
| 7671 | I915_WRITE(aud_cntrl_st2, i); |
| 7672 | |
| 7673 | if (!eld[0]) |
| 7674 | return; |
| 7675 | |
| 7676 | i = I915_READ(aud_cntl_st); |
| 7677 | i &= ~IBX_ELD_ADDRESS; |
| 7678 | I915_WRITE(aud_cntl_st, i); |
| 7679 | i = (i >> 29) & DIP_PORT_SEL_MASK; /* DIP_Port_Select, 0x1 = PortB */ |
| 7680 | DRM_DEBUG_DRIVER("port num:%d\n", i); |
| 7681 | |
| 7682 | len = min_t(uint8_t, eld[2], 21); /* 84 bytes of hw ELD buffer */ |
| 7683 | DRM_DEBUG_DRIVER("ELD size %d\n", len); |
| 7684 | for (i = 0; i < len; i++) |
| 7685 | I915_WRITE(hdmiw_hdmiedid, *((uint32_t *)eld + i)); |
| 7686 | |
| 7687 | i = I915_READ(aud_cntrl_st2); |
| 7688 | i |= eldv; |
| 7689 | I915_WRITE(aud_cntrl_st2, i); |
| 7690 | |
| 7691 | } |
| 7692 | |
Wu Fengguang | e0dac65 | 2011-09-05 14:25:34 +0800 | [diff] [blame] | 7693 | static void ironlake_write_eld(struct drm_connector *connector, |
Jani Nikula | 3442705 | 2013-10-16 12:34:47 +0300 | [diff] [blame] | 7694 | struct drm_crtc *crtc, |
| 7695 | struct drm_display_mode *mode) |
Wu Fengguang | e0dac65 | 2011-09-05 14:25:34 +0800 | [diff] [blame] | 7696 | { |
| 7697 | struct drm_i915_private *dev_priv = connector->dev->dev_private; |
| 7698 | uint8_t *eld = connector->eld; |
| 7699 | uint32_t eldv; |
| 7700 | uint32_t i; |
| 7701 | int len; |
| 7702 | int hdmiw_hdmiedid; |
Wu Fengguang | b6daa02 | 2012-01-06 14:41:31 -0600 | [diff] [blame] | 7703 | int aud_config; |
Wu Fengguang | e0dac65 | 2011-09-05 14:25:34 +0800 | [diff] [blame] | 7704 | int aud_cntl_st; |
| 7705 | int aud_cntrl_st2; |
Wang Xingchao | 9b138a8 | 2012-08-09 16:52:18 +0800 | [diff] [blame] | 7706 | int pipe = to_intel_crtc(crtc)->pipe; |
Wu Fengguang | e0dac65 | 2011-09-05 14:25:34 +0800 | [diff] [blame] | 7707 | |
Wu Fengguang | b3f33cb | 2011-12-09 20:42:17 +0800 | [diff] [blame] | 7708 | if (HAS_PCH_IBX(connector->dev)) { |
Wang Xingchao | 9b138a8 | 2012-08-09 16:52:18 +0800 | [diff] [blame] | 7709 | hdmiw_hdmiedid = IBX_HDMIW_HDMIEDID(pipe); |
| 7710 | aud_config = IBX_AUD_CFG(pipe); |
| 7711 | aud_cntl_st = IBX_AUD_CNTL_ST(pipe); |
Wu Fengguang | 1202b4c6 | 2011-12-09 20:42:18 +0800 | [diff] [blame] | 7712 | aud_cntrl_st2 = IBX_AUD_CNTL_ST2; |
Mengdong Lin | 9ca2fe7 | 2013-11-01 00:17:03 -0400 | [diff] [blame] | 7713 | } else if (IS_VALLEYVIEW(connector->dev)) { |
| 7714 | hdmiw_hdmiedid = VLV_HDMIW_HDMIEDID(pipe); |
| 7715 | aud_config = VLV_AUD_CFG(pipe); |
| 7716 | aud_cntl_st = VLV_AUD_CNTL_ST(pipe); |
| 7717 | aud_cntrl_st2 = VLV_AUD_CNTL_ST2; |
Wu Fengguang | e0dac65 | 2011-09-05 14:25:34 +0800 | [diff] [blame] | 7718 | } else { |
Wang Xingchao | 9b138a8 | 2012-08-09 16:52:18 +0800 | [diff] [blame] | 7719 | hdmiw_hdmiedid = CPT_HDMIW_HDMIEDID(pipe); |
| 7720 | aud_config = CPT_AUD_CFG(pipe); |
| 7721 | aud_cntl_st = CPT_AUD_CNTL_ST(pipe); |
Wu Fengguang | 1202b4c6 | 2011-12-09 20:42:18 +0800 | [diff] [blame] | 7722 | aud_cntrl_st2 = CPT_AUD_CNTRL_ST2; |
Wu Fengguang | e0dac65 | 2011-09-05 14:25:34 +0800 | [diff] [blame] | 7723 | } |
| 7724 | |
Wang Xingchao | 9b138a8 | 2012-08-09 16:52:18 +0800 | [diff] [blame] | 7725 | DRM_DEBUG_DRIVER("ELD on pipe %c\n", pipe_name(pipe)); |
Wu Fengguang | e0dac65 | 2011-09-05 14:25:34 +0800 | [diff] [blame] | 7726 | |
Mengdong Lin | 9ca2fe7 | 2013-11-01 00:17:03 -0400 | [diff] [blame] | 7727 | if (IS_VALLEYVIEW(connector->dev)) { |
| 7728 | struct intel_encoder *intel_encoder; |
| 7729 | struct intel_digital_port *intel_dig_port; |
| 7730 | |
| 7731 | intel_encoder = intel_attached_encoder(connector); |
| 7732 | intel_dig_port = enc_to_dig_port(&intel_encoder->base); |
| 7733 | i = intel_dig_port->port; |
| 7734 | } else { |
| 7735 | i = I915_READ(aud_cntl_st); |
| 7736 | i = (i >> 29) & DIP_PORT_SEL_MASK; |
| 7737 | /* DIP_Port_Select, 0x1 = PortB */ |
| 7738 | } |
| 7739 | |
Wu Fengguang | e0dac65 | 2011-09-05 14:25:34 +0800 | [diff] [blame] | 7740 | if (!i) { |
| 7741 | DRM_DEBUG_DRIVER("Audio directed to unknown port\n"); |
| 7742 | /* operate blindly on all ports */ |
Wu Fengguang | 1202b4c6 | 2011-12-09 20:42:18 +0800 | [diff] [blame] | 7743 | eldv = IBX_ELD_VALIDB; |
| 7744 | eldv |= IBX_ELD_VALIDB << 4; |
| 7745 | eldv |= IBX_ELD_VALIDB << 8; |
Wu Fengguang | e0dac65 | 2011-09-05 14:25:34 +0800 | [diff] [blame] | 7746 | } else { |
Ville Syrjälä | 2582a85 | 2013-04-17 17:48:47 +0300 | [diff] [blame] | 7747 | DRM_DEBUG_DRIVER("ELD on port %c\n", port_name(i)); |
Wu Fengguang | 1202b4c6 | 2011-12-09 20:42:18 +0800 | [diff] [blame] | 7748 | eldv = IBX_ELD_VALIDB << ((i - 1) * 4); |
Wu Fengguang | e0dac65 | 2011-09-05 14:25:34 +0800 | [diff] [blame] | 7749 | } |
| 7750 | |
Wu Fengguang | 3a9627f | 2011-12-09 20:42:19 +0800 | [diff] [blame] | 7751 | if (intel_pipe_has_type(crtc, INTEL_OUTPUT_DISPLAYPORT)) { |
| 7752 | DRM_DEBUG_DRIVER("ELD: DisplayPort detected\n"); |
| 7753 | eld[5] |= (1 << 2); /* Conn_Type, 0x1 = DisplayPort */ |
Wu Fengguang | b6daa02 | 2012-01-06 14:41:31 -0600 | [diff] [blame] | 7754 | I915_WRITE(aud_config, AUD_CONFIG_N_VALUE_INDEX); /* 0x1 = DP */ |
Jani Nikula | 1a91510 | 2013-10-16 12:34:48 +0300 | [diff] [blame] | 7755 | } else { |
| 7756 | I915_WRITE(aud_config, audio_config_hdmi_pixel_clock(mode)); |
| 7757 | } |
Wu Fengguang | 3a9627f | 2011-12-09 20:42:19 +0800 | [diff] [blame] | 7758 | |
| 7759 | if (intel_eld_uptodate(connector, |
| 7760 | aud_cntrl_st2, eldv, |
| 7761 | aud_cntl_st, IBX_ELD_ADDRESS, |
| 7762 | hdmiw_hdmiedid)) |
| 7763 | return; |
| 7764 | |
Wu Fengguang | e0dac65 | 2011-09-05 14:25:34 +0800 | [diff] [blame] | 7765 | i = I915_READ(aud_cntrl_st2); |
| 7766 | i &= ~eldv; |
| 7767 | I915_WRITE(aud_cntrl_st2, i); |
| 7768 | |
| 7769 | if (!eld[0]) |
| 7770 | return; |
| 7771 | |
Wu Fengguang | e0dac65 | 2011-09-05 14:25:34 +0800 | [diff] [blame] | 7772 | i = I915_READ(aud_cntl_st); |
Wu Fengguang | 1202b4c6 | 2011-12-09 20:42:18 +0800 | [diff] [blame] | 7773 | i &= ~IBX_ELD_ADDRESS; |
Wu Fengguang | e0dac65 | 2011-09-05 14:25:34 +0800 | [diff] [blame] | 7774 | I915_WRITE(aud_cntl_st, i); |
| 7775 | |
| 7776 | len = min_t(uint8_t, eld[2], 21); /* 84 bytes of hw ELD buffer */ |
| 7777 | DRM_DEBUG_DRIVER("ELD size %d\n", len); |
| 7778 | for (i = 0; i < len; i++) |
| 7779 | I915_WRITE(hdmiw_hdmiedid, *((uint32_t *)eld + i)); |
| 7780 | |
| 7781 | i = I915_READ(aud_cntrl_st2); |
| 7782 | i |= eldv; |
| 7783 | I915_WRITE(aud_cntrl_st2, i); |
| 7784 | } |
| 7785 | |
| 7786 | void intel_write_eld(struct drm_encoder *encoder, |
| 7787 | struct drm_display_mode *mode) |
| 7788 | { |
| 7789 | struct drm_crtc *crtc = encoder->crtc; |
| 7790 | struct drm_connector *connector; |
| 7791 | struct drm_device *dev = encoder->dev; |
| 7792 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 7793 | |
| 7794 | connector = drm_select_eld(encoder, mode); |
| 7795 | if (!connector) |
| 7796 | return; |
| 7797 | |
| 7798 | DRM_DEBUG_DRIVER("ELD on [CONNECTOR:%d:%s], [ENCODER:%d:%s]\n", |
| 7799 | connector->base.id, |
| 7800 | drm_get_connector_name(connector), |
| 7801 | connector->encoder->base.id, |
| 7802 | drm_get_encoder_name(connector->encoder)); |
| 7803 | |
| 7804 | connector->eld[6] = drm_av_sync_delay(connector, mode) / 2; |
| 7805 | |
| 7806 | if (dev_priv->display.write_eld) |
Jani Nikula | 3442705 | 2013-10-16 12:34:47 +0300 | [diff] [blame] | 7807 | dev_priv->display.write_eld(connector, crtc, mode); |
Wu Fengguang | e0dac65 | 2011-09-05 14:25:34 +0800 | [diff] [blame] | 7808 | } |
| 7809 | |
Chris Wilson | 560b85b | 2010-08-07 11:01:38 +0100 | [diff] [blame] | 7810 | static void i845_update_cursor(struct drm_crtc *crtc, u32 base) |
| 7811 | { |
| 7812 | struct drm_device *dev = crtc->dev; |
| 7813 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 7814 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 7815 | bool visible = base != 0; |
| 7816 | u32 cntl; |
| 7817 | |
| 7818 | if (intel_crtc->cursor_visible == visible) |
| 7819 | return; |
| 7820 | |
Jesse Barnes | 9db4a9c | 2011-02-07 12:26:52 -0800 | [diff] [blame] | 7821 | cntl = I915_READ(_CURACNTR); |
Chris Wilson | 560b85b | 2010-08-07 11:01:38 +0100 | [diff] [blame] | 7822 | if (visible) { |
| 7823 | /* On these chipsets we can only modify the base whilst |
| 7824 | * the cursor is disabled. |
| 7825 | */ |
Jesse Barnes | 9db4a9c | 2011-02-07 12:26:52 -0800 | [diff] [blame] | 7826 | I915_WRITE(_CURABASE, base); |
Chris Wilson | 560b85b | 2010-08-07 11:01:38 +0100 | [diff] [blame] | 7827 | |
| 7828 | cntl &= ~(CURSOR_FORMAT_MASK); |
| 7829 | /* XXX width must be 64, stride 256 => 0x00 << 28 */ |
| 7830 | cntl |= CURSOR_ENABLE | |
| 7831 | CURSOR_GAMMA_ENABLE | |
| 7832 | CURSOR_FORMAT_ARGB; |
| 7833 | } else |
| 7834 | cntl &= ~(CURSOR_ENABLE | CURSOR_GAMMA_ENABLE); |
Jesse Barnes | 9db4a9c | 2011-02-07 12:26:52 -0800 | [diff] [blame] | 7835 | I915_WRITE(_CURACNTR, cntl); |
Chris Wilson | 560b85b | 2010-08-07 11:01:38 +0100 | [diff] [blame] | 7836 | |
| 7837 | intel_crtc->cursor_visible = visible; |
| 7838 | } |
| 7839 | |
| 7840 | static void i9xx_update_cursor(struct drm_crtc *crtc, u32 base) |
| 7841 | { |
| 7842 | struct drm_device *dev = crtc->dev; |
| 7843 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 7844 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 7845 | int pipe = intel_crtc->pipe; |
| 7846 | bool visible = base != 0; |
| 7847 | |
| 7848 | if (intel_crtc->cursor_visible != visible) { |
Sagar Kamble | 4726e0b | 2014-03-10 17:06:23 +0530 | [diff] [blame] | 7849 | int16_t width = intel_crtc->cursor_width; |
Jesse Barnes | 548f245 | 2011-02-17 10:40:53 -0800 | [diff] [blame] | 7850 | uint32_t cntl = I915_READ(CURCNTR(pipe)); |
Chris Wilson | 560b85b | 2010-08-07 11:01:38 +0100 | [diff] [blame] | 7851 | if (base) { |
| 7852 | cntl &= ~(CURSOR_MODE | MCURSOR_PIPE_SELECT); |
Sagar Kamble | 4726e0b | 2014-03-10 17:06:23 +0530 | [diff] [blame] | 7853 | cntl |= MCURSOR_GAMMA_ENABLE; |
| 7854 | |
| 7855 | switch (width) { |
| 7856 | case 64: |
| 7857 | cntl |= CURSOR_MODE_64_ARGB_AX; |
| 7858 | break; |
| 7859 | case 128: |
| 7860 | cntl |= CURSOR_MODE_128_ARGB_AX; |
| 7861 | break; |
| 7862 | case 256: |
| 7863 | cntl |= CURSOR_MODE_256_ARGB_AX; |
| 7864 | break; |
| 7865 | default: |
| 7866 | WARN_ON(1); |
| 7867 | return; |
| 7868 | } |
Chris Wilson | 560b85b | 2010-08-07 11:01:38 +0100 | [diff] [blame] | 7869 | cntl |= pipe << 28; /* Connect to correct pipe */ |
| 7870 | } else { |
| 7871 | cntl &= ~(CURSOR_MODE | MCURSOR_GAMMA_ENABLE); |
| 7872 | cntl |= CURSOR_MODE_DISABLE; |
| 7873 | } |
Jesse Barnes | 9db4a9c | 2011-02-07 12:26:52 -0800 | [diff] [blame] | 7874 | I915_WRITE(CURCNTR(pipe), cntl); |
Chris Wilson | 560b85b | 2010-08-07 11:01:38 +0100 | [diff] [blame] | 7875 | |
| 7876 | intel_crtc->cursor_visible = visible; |
| 7877 | } |
| 7878 | /* and commit changes on next vblank */ |
Daniel Vetter | b2ea8ef | 2013-11-04 08:13:45 +0100 | [diff] [blame] | 7879 | POSTING_READ(CURCNTR(pipe)); |
Jesse Barnes | 9db4a9c | 2011-02-07 12:26:52 -0800 | [diff] [blame] | 7880 | I915_WRITE(CURBASE(pipe), base); |
Daniel Vetter | b2ea8ef | 2013-11-04 08:13:45 +0100 | [diff] [blame] | 7881 | POSTING_READ(CURBASE(pipe)); |
Chris Wilson | 560b85b | 2010-08-07 11:01:38 +0100 | [diff] [blame] | 7882 | } |
| 7883 | |
Jesse Barnes | 65a21cd | 2011-10-12 11:10:21 -0700 | [diff] [blame] | 7884 | static void ivb_update_cursor(struct drm_crtc *crtc, u32 base) |
| 7885 | { |
| 7886 | struct drm_device *dev = crtc->dev; |
| 7887 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 7888 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 7889 | int pipe = intel_crtc->pipe; |
| 7890 | bool visible = base != 0; |
| 7891 | |
| 7892 | if (intel_crtc->cursor_visible != visible) { |
Sagar Kamble | 4726e0b | 2014-03-10 17:06:23 +0530 | [diff] [blame] | 7893 | int16_t width = intel_crtc->cursor_width; |
Jesse Barnes | 65a21cd | 2011-10-12 11:10:21 -0700 | [diff] [blame] | 7894 | uint32_t cntl = I915_READ(CURCNTR_IVB(pipe)); |
| 7895 | if (base) { |
| 7896 | cntl &= ~CURSOR_MODE; |
Sagar Kamble | 4726e0b | 2014-03-10 17:06:23 +0530 | [diff] [blame] | 7897 | cntl |= MCURSOR_GAMMA_ENABLE; |
| 7898 | switch (width) { |
| 7899 | case 64: |
| 7900 | cntl |= CURSOR_MODE_64_ARGB_AX; |
| 7901 | break; |
| 7902 | case 128: |
| 7903 | cntl |= CURSOR_MODE_128_ARGB_AX; |
| 7904 | break; |
| 7905 | case 256: |
| 7906 | cntl |= CURSOR_MODE_256_ARGB_AX; |
| 7907 | break; |
| 7908 | default: |
| 7909 | WARN_ON(1); |
| 7910 | return; |
| 7911 | } |
Jesse Barnes | 65a21cd | 2011-10-12 11:10:21 -0700 | [diff] [blame] | 7912 | } else { |
| 7913 | cntl &= ~(CURSOR_MODE | MCURSOR_GAMMA_ENABLE); |
| 7914 | cntl |= CURSOR_MODE_DISABLE; |
| 7915 | } |
Ville Syrjälä | 6bbfa1c | 2013-11-02 21:07:39 -0700 | [diff] [blame] | 7916 | if (IS_HASWELL(dev) || IS_BROADWELL(dev)) { |
Ville Syrjälä | 86d3efc | 2013-01-18 19:11:38 +0200 | [diff] [blame] | 7917 | cntl |= CURSOR_PIPE_CSC_ENABLE; |
Paulo Zanoni | 1f5d76d | 2013-08-23 19:51:28 -0300 | [diff] [blame] | 7918 | cntl &= ~CURSOR_TRICKLE_FEED_DISABLE; |
| 7919 | } |
Jesse Barnes | 65a21cd | 2011-10-12 11:10:21 -0700 | [diff] [blame] | 7920 | I915_WRITE(CURCNTR_IVB(pipe), cntl); |
| 7921 | |
| 7922 | intel_crtc->cursor_visible = visible; |
| 7923 | } |
| 7924 | /* and commit changes on next vblank */ |
Daniel Vetter | b2ea8ef | 2013-11-04 08:13:45 +0100 | [diff] [blame] | 7925 | POSTING_READ(CURCNTR_IVB(pipe)); |
Jesse Barnes | 65a21cd | 2011-10-12 11:10:21 -0700 | [diff] [blame] | 7926 | I915_WRITE(CURBASE_IVB(pipe), base); |
Daniel Vetter | b2ea8ef | 2013-11-04 08:13:45 +0100 | [diff] [blame] | 7927 | POSTING_READ(CURBASE_IVB(pipe)); |
Jesse Barnes | 65a21cd | 2011-10-12 11:10:21 -0700 | [diff] [blame] | 7928 | } |
| 7929 | |
Chris Wilson | cda4b7d | 2010-07-09 08:45:04 +0100 | [diff] [blame] | 7930 | /* 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] | 7931 | static void intel_crtc_update_cursor(struct drm_crtc *crtc, |
| 7932 | bool on) |
Chris Wilson | cda4b7d | 2010-07-09 08:45:04 +0100 | [diff] [blame] | 7933 | { |
| 7934 | struct drm_device *dev = crtc->dev; |
| 7935 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 7936 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 7937 | int pipe = intel_crtc->pipe; |
| 7938 | int x = intel_crtc->cursor_x; |
| 7939 | int y = intel_crtc->cursor_y; |
Ville Syrjälä | d6e4db1 | 2013-09-04 18:25:31 +0300 | [diff] [blame] | 7940 | u32 base = 0, pos = 0; |
Chris Wilson | cda4b7d | 2010-07-09 08:45:04 +0100 | [diff] [blame] | 7941 | bool visible; |
| 7942 | |
Ville Syrjälä | d6e4db1 | 2013-09-04 18:25:31 +0300 | [diff] [blame] | 7943 | if (on) |
Chris Wilson | cda4b7d | 2010-07-09 08:45:04 +0100 | [diff] [blame] | 7944 | base = intel_crtc->cursor_addr; |
Chris Wilson | cda4b7d | 2010-07-09 08:45:04 +0100 | [diff] [blame] | 7945 | |
Ville Syrjälä | d6e4db1 | 2013-09-04 18:25:31 +0300 | [diff] [blame] | 7946 | if (x >= intel_crtc->config.pipe_src_w) |
| 7947 | base = 0; |
| 7948 | |
| 7949 | if (y >= intel_crtc->config.pipe_src_h) |
Chris Wilson | cda4b7d | 2010-07-09 08:45:04 +0100 | [diff] [blame] | 7950 | base = 0; |
| 7951 | |
| 7952 | if (x < 0) { |
Ville Syrjälä | efc9064 | 2013-09-04 18:25:30 +0300 | [diff] [blame] | 7953 | if (x + intel_crtc->cursor_width <= 0) |
Chris Wilson | cda4b7d | 2010-07-09 08:45:04 +0100 | [diff] [blame] | 7954 | base = 0; |
| 7955 | |
| 7956 | pos |= CURSOR_POS_SIGN << CURSOR_X_SHIFT; |
| 7957 | x = -x; |
| 7958 | } |
| 7959 | pos |= x << CURSOR_X_SHIFT; |
| 7960 | |
| 7961 | if (y < 0) { |
Ville Syrjälä | efc9064 | 2013-09-04 18:25:30 +0300 | [diff] [blame] | 7962 | if (y + intel_crtc->cursor_height <= 0) |
Chris Wilson | cda4b7d | 2010-07-09 08:45:04 +0100 | [diff] [blame] | 7963 | base = 0; |
| 7964 | |
| 7965 | pos |= CURSOR_POS_SIGN << CURSOR_Y_SHIFT; |
| 7966 | y = -y; |
| 7967 | } |
| 7968 | pos |= y << CURSOR_Y_SHIFT; |
| 7969 | |
| 7970 | visible = base != 0; |
Chris Wilson | 560b85b | 2010-08-07 11:01:38 +0100 | [diff] [blame] | 7971 | if (!visible && !intel_crtc->cursor_visible) |
Chris Wilson | cda4b7d | 2010-07-09 08:45:04 +0100 | [diff] [blame] | 7972 | return; |
| 7973 | |
Paulo Zanoni | b3dc685 | 2013-11-02 21:07:33 -0700 | [diff] [blame] | 7974 | if (IS_IVYBRIDGE(dev) || IS_HASWELL(dev) || IS_BROADWELL(dev)) { |
Jesse Barnes | 65a21cd | 2011-10-12 11:10:21 -0700 | [diff] [blame] | 7975 | I915_WRITE(CURPOS_IVB(pipe), pos); |
| 7976 | ivb_update_cursor(crtc, base); |
| 7977 | } else { |
| 7978 | I915_WRITE(CURPOS(pipe), pos); |
| 7979 | if (IS_845G(dev) || IS_I865G(dev)) |
| 7980 | i845_update_cursor(crtc, base); |
| 7981 | else |
| 7982 | i9xx_update_cursor(crtc, base); |
| 7983 | } |
Chris Wilson | cda4b7d | 2010-07-09 08:45:04 +0100 | [diff] [blame] | 7984 | } |
| 7985 | |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 7986 | static int intel_crtc_cursor_set(struct drm_crtc *crtc, |
Chris Wilson | 05394f3 | 2010-11-08 19:18:58 +0000 | [diff] [blame] | 7987 | struct drm_file *file, |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 7988 | uint32_t handle, |
| 7989 | uint32_t width, uint32_t height) |
| 7990 | { |
| 7991 | struct drm_device *dev = crtc->dev; |
| 7992 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 7993 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
Chris Wilson | 05394f3 | 2010-11-08 19:18:58 +0000 | [diff] [blame] | 7994 | struct drm_i915_gem_object *obj; |
Chris Wilson | 64f962e | 2014-03-26 12:38:15 +0000 | [diff] [blame] | 7995 | unsigned old_width; |
Chris Wilson | cda4b7d | 2010-07-09 08:45:04 +0100 | [diff] [blame] | 7996 | uint32_t addr; |
Kristian Høgsberg | 3f8bc37 | 2008-12-17 22:14:59 -0500 | [diff] [blame] | 7997 | int ret; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 7998 | |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 7999 | /* if we want to turn off the cursor ignore width and height */ |
| 8000 | if (!handle) { |
Zhao Yakui | 28c9773 | 2009-10-09 11:39:41 +0800 | [diff] [blame] | 8001 | DRM_DEBUG_KMS("cursor off\n"); |
Kristian Høgsberg | 3f8bc37 | 2008-12-17 22:14:59 -0500 | [diff] [blame] | 8002 | addr = 0; |
Chris Wilson | 05394f3 | 2010-11-08 19:18:58 +0000 | [diff] [blame] | 8003 | obj = NULL; |
Pierre Willenbrock | 5004417 | 2009-02-23 10:12:15 +1000 | [diff] [blame] | 8004 | mutex_lock(&dev->struct_mutex); |
Kristian Høgsberg | 3f8bc37 | 2008-12-17 22:14:59 -0500 | [diff] [blame] | 8005 | goto finish; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8006 | } |
| 8007 | |
Sagar Kamble | 4726e0b | 2014-03-10 17:06:23 +0530 | [diff] [blame] | 8008 | /* Check for which cursor types we support */ |
| 8009 | if (!((width == 64 && height == 64) || |
| 8010 | (width == 128 && height == 128 && !IS_GEN2(dev)) || |
| 8011 | (width == 256 && height == 256 && !IS_GEN2(dev)))) { |
| 8012 | DRM_DEBUG("Cursor dimension not supported\n"); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8013 | return -EINVAL; |
| 8014 | } |
| 8015 | |
Chris Wilson | 05394f3 | 2010-11-08 19:18:58 +0000 | [diff] [blame] | 8016 | obj = to_intel_bo(drm_gem_object_lookup(dev, file, handle)); |
Chris Wilson | c872522 | 2011-02-19 11:31:06 +0000 | [diff] [blame] | 8017 | if (&obj->base == NULL) |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8018 | return -ENOENT; |
| 8019 | |
Chris Wilson | 05394f3 | 2010-11-08 19:18:58 +0000 | [diff] [blame] | 8020 | if (obj->base.size < width * height * 4) { |
Daniel Vetter | 3b25b31 | 2014-02-14 14:06:06 +0100 | [diff] [blame] | 8021 | DRM_DEBUG_KMS("buffer is to small\n"); |
Dave Airlie | 34b8686e | 2009-01-15 14:03:07 +1000 | [diff] [blame] | 8022 | ret = -ENOMEM; |
| 8023 | goto fail; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8024 | } |
| 8025 | |
Dave Airlie | 71acb5e | 2008-12-30 20:31:46 +1000 | [diff] [blame] | 8026 | /* 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] | 8027 | mutex_lock(&dev->struct_mutex); |
Damien Lespiau | 3d13ef2 | 2014-02-07 19:12:47 +0000 | [diff] [blame] | 8028 | if (!INTEL_INFO(dev)->cursor_needs_physical) { |
Chris Wilson | 693db18 | 2013-03-05 14:52:39 +0000 | [diff] [blame] | 8029 | unsigned alignment; |
| 8030 | |
Chris Wilson | d9e86c0 | 2010-11-10 16:40:20 +0000 | [diff] [blame] | 8031 | if (obj->tiling_mode) { |
Daniel Vetter | 3b25b31 | 2014-02-14 14:06:06 +0100 | [diff] [blame] | 8032 | DRM_DEBUG_KMS("cursor cannot be tiled\n"); |
Chris Wilson | d9e86c0 | 2010-11-10 16:40:20 +0000 | [diff] [blame] | 8033 | ret = -EINVAL; |
| 8034 | goto fail_locked; |
| 8035 | } |
| 8036 | |
Chris Wilson | 693db18 | 2013-03-05 14:52:39 +0000 | [diff] [blame] | 8037 | /* Note that the w/a also requires 2 PTE of padding following |
| 8038 | * the bo. We currently fill all unused PTE with the shadow |
| 8039 | * page and so we should always have valid PTE following the |
| 8040 | * cursor preventing the VT-d warning. |
| 8041 | */ |
| 8042 | alignment = 0; |
| 8043 | if (need_vtd_wa(dev)) |
| 8044 | alignment = 64*1024; |
| 8045 | |
| 8046 | ret = i915_gem_object_pin_to_display_plane(obj, alignment, NULL); |
Chris Wilson | e7b526b | 2010-06-02 08:30:48 +0100 | [diff] [blame] | 8047 | if (ret) { |
Daniel Vetter | 3b25b31 | 2014-02-14 14:06:06 +0100 | [diff] [blame] | 8048 | DRM_DEBUG_KMS("failed to move cursor bo into the GTT\n"); |
Chris Wilson | 2da3b9b | 2011-04-14 09:41:17 +0100 | [diff] [blame] | 8049 | goto fail_locked; |
Chris Wilson | e7b526b | 2010-06-02 08:30:48 +0100 | [diff] [blame] | 8050 | } |
| 8051 | |
Chris Wilson | d9e86c0 | 2010-11-10 16:40:20 +0000 | [diff] [blame] | 8052 | ret = i915_gem_object_put_fence(obj); |
| 8053 | if (ret) { |
Daniel Vetter | 3b25b31 | 2014-02-14 14:06:06 +0100 | [diff] [blame] | 8054 | DRM_DEBUG_KMS("failed to release fence for cursor"); |
Chris Wilson | d9e86c0 | 2010-11-10 16:40:20 +0000 | [diff] [blame] | 8055 | goto fail_unpin; |
| 8056 | } |
| 8057 | |
Ben Widawsky | f343c5f | 2013-07-05 14:41:04 -0700 | [diff] [blame] | 8058 | addr = i915_gem_obj_ggtt_offset(obj); |
Dave Airlie | 71acb5e | 2008-12-30 20:31:46 +1000 | [diff] [blame] | 8059 | } else { |
Chris Wilson | 6eeefaf | 2010-08-07 11:01:39 +0100 | [diff] [blame] | 8060 | int align = IS_I830(dev) ? 16 * 1024 : 256; |
Chris Wilson | 05394f3 | 2010-11-08 19:18:58 +0000 | [diff] [blame] | 8061 | ret = i915_gem_attach_phys_object(dev, obj, |
Chris Wilson | 6eeefaf | 2010-08-07 11:01:39 +0100 | [diff] [blame] | 8062 | (intel_crtc->pipe == 0) ? I915_GEM_PHYS_CURSOR_0 : I915_GEM_PHYS_CURSOR_1, |
| 8063 | align); |
Dave Airlie | 71acb5e | 2008-12-30 20:31:46 +1000 | [diff] [blame] | 8064 | if (ret) { |
Daniel Vetter | 3b25b31 | 2014-02-14 14:06:06 +0100 | [diff] [blame] | 8065 | DRM_DEBUG_KMS("failed to attach phys object\n"); |
Kristian Høgsberg | 7f9872e | 2009-02-13 20:56:49 -0500 | [diff] [blame] | 8066 | goto fail_locked; |
Dave Airlie | 71acb5e | 2008-12-30 20:31:46 +1000 | [diff] [blame] | 8067 | } |
Chris Wilson | 05394f3 | 2010-11-08 19:18:58 +0000 | [diff] [blame] | 8068 | addr = obj->phys_obj->handle->busaddr; |
Kristian Høgsberg | 3f8bc37 | 2008-12-17 22:14:59 -0500 | [diff] [blame] | 8069 | } |
| 8070 | |
Chris Wilson | a6c45cf | 2010-09-17 00:32:17 +0100 | [diff] [blame] | 8071 | if (IS_GEN2(dev)) |
Jesse Barnes | 14b6039 | 2009-05-20 16:47:08 -0400 | [diff] [blame] | 8072 | I915_WRITE(CURSIZE, (height << 12) | width); |
| 8073 | |
Kristian Høgsberg | 3f8bc37 | 2008-12-17 22:14:59 -0500 | [diff] [blame] | 8074 | finish: |
Kristian Høgsberg | 3f8bc37 | 2008-12-17 22:14:59 -0500 | [diff] [blame] | 8075 | if (intel_crtc->cursor_bo) { |
Damien Lespiau | 3d13ef2 | 2014-02-07 19:12:47 +0000 | [diff] [blame] | 8076 | if (INTEL_INFO(dev)->cursor_needs_physical) { |
Chris Wilson | 05394f3 | 2010-11-08 19:18:58 +0000 | [diff] [blame] | 8077 | if (intel_crtc->cursor_bo != obj) |
Dave Airlie | 71acb5e | 2008-12-30 20:31:46 +1000 | [diff] [blame] | 8078 | i915_gem_detach_phys_object(dev, intel_crtc->cursor_bo); |
| 8079 | } else |
Chris Wilson | cc98b41 | 2013-08-09 12:25:09 +0100 | [diff] [blame] | 8080 | i915_gem_object_unpin_from_display_plane(intel_crtc->cursor_bo); |
Chris Wilson | 05394f3 | 2010-11-08 19:18:58 +0000 | [diff] [blame] | 8081 | drm_gem_object_unreference(&intel_crtc->cursor_bo->base); |
Kristian Høgsberg | 3f8bc37 | 2008-12-17 22:14:59 -0500 | [diff] [blame] | 8082 | } |
Jesse Barnes | 8082400 | 2009-09-10 15:28:06 -0700 | [diff] [blame] | 8083 | |
Kristian Høgsberg | 7f9872e | 2009-02-13 20:56:49 -0500 | [diff] [blame] | 8084 | mutex_unlock(&dev->struct_mutex); |
Kristian Høgsberg | 3f8bc37 | 2008-12-17 22:14:59 -0500 | [diff] [blame] | 8085 | |
Chris Wilson | 64f962e | 2014-03-26 12:38:15 +0000 | [diff] [blame] | 8086 | old_width = intel_crtc->cursor_width; |
| 8087 | |
Kristian Høgsberg | 3f8bc37 | 2008-12-17 22:14:59 -0500 | [diff] [blame] | 8088 | intel_crtc->cursor_addr = addr; |
Chris Wilson | 05394f3 | 2010-11-08 19:18:58 +0000 | [diff] [blame] | 8089 | intel_crtc->cursor_bo = obj; |
Chris Wilson | cda4b7d | 2010-07-09 08:45:04 +0100 | [diff] [blame] | 8090 | intel_crtc->cursor_width = width; |
| 8091 | intel_crtc->cursor_height = height; |
| 8092 | |
Chris Wilson | 64f962e | 2014-03-26 12:38:15 +0000 | [diff] [blame] | 8093 | if (intel_crtc->active) { |
| 8094 | if (old_width != width) |
| 8095 | intel_update_watermarks(crtc); |
Ville Syrjälä | f2f5f77 | 2013-09-17 18:33:44 +0300 | [diff] [blame] | 8096 | intel_crtc_update_cursor(crtc, intel_crtc->cursor_bo != NULL); |
Chris Wilson | 64f962e | 2014-03-26 12:38:15 +0000 | [diff] [blame] | 8097 | } |
Kristian Høgsberg | 3f8bc37 | 2008-12-17 22:14:59 -0500 | [diff] [blame] | 8098 | |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8099 | return 0; |
Chris Wilson | e7b526b | 2010-06-02 08:30:48 +0100 | [diff] [blame] | 8100 | fail_unpin: |
Chris Wilson | cc98b41 | 2013-08-09 12:25:09 +0100 | [diff] [blame] | 8101 | i915_gem_object_unpin_from_display_plane(obj); |
Kristian Høgsberg | 7f9872e | 2009-02-13 20:56:49 -0500 | [diff] [blame] | 8102 | fail_locked: |
Dave Airlie | 34b8686e | 2009-01-15 14:03:07 +1000 | [diff] [blame] | 8103 | mutex_unlock(&dev->struct_mutex); |
Luca Barbieri | bc9025b | 2010-02-09 05:49:12 +0000 | [diff] [blame] | 8104 | fail: |
Chris Wilson | 05394f3 | 2010-11-08 19:18:58 +0000 | [diff] [blame] | 8105 | drm_gem_object_unreference_unlocked(&obj->base); |
Dave Airlie | 34b8686e | 2009-01-15 14:03:07 +1000 | [diff] [blame] | 8106 | return ret; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8107 | } |
| 8108 | |
| 8109 | static int intel_crtc_cursor_move(struct drm_crtc *crtc, int x, int y) |
| 8110 | { |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8111 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8112 | |
Ville Syrjälä | 92e76c8 | 2013-10-21 19:01:58 +0300 | [diff] [blame] | 8113 | intel_crtc->cursor_x = clamp_t(int, x, SHRT_MIN, SHRT_MAX); |
| 8114 | intel_crtc->cursor_y = clamp_t(int, y, SHRT_MIN, SHRT_MAX); |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 8115 | |
Ville Syrjälä | f2f5f77 | 2013-09-17 18:33:44 +0300 | [diff] [blame] | 8116 | if (intel_crtc->active) |
| 8117 | intel_crtc_update_cursor(crtc, intel_crtc->cursor_bo != NULL); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8118 | |
| 8119 | return 0; |
| 8120 | } |
| 8121 | |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8122 | 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] | 8123 | u16 *blue, uint32_t start, uint32_t size) |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8124 | { |
James Simmons | 7203425 | 2010-08-03 01:33:19 +0100 | [diff] [blame] | 8125 | int end = (start + size > 256) ? 256 : start + size, i; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8126 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8127 | |
James Simmons | 7203425 | 2010-08-03 01:33:19 +0100 | [diff] [blame] | 8128 | for (i = start; i < end; i++) { |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8129 | intel_crtc->lut_r[i] = red[i] >> 8; |
| 8130 | intel_crtc->lut_g[i] = green[i] >> 8; |
| 8131 | intel_crtc->lut_b[i] = blue[i] >> 8; |
| 8132 | } |
| 8133 | |
| 8134 | intel_crtc_load_lut(crtc); |
| 8135 | } |
| 8136 | |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8137 | /* VESA 640x480x72Hz mode to set on the pipe */ |
| 8138 | static struct drm_display_mode load_detect_mode = { |
| 8139 | DRM_MODE("640x480", DRM_MODE_TYPE_DEFAULT, 31500, 640, 664, |
| 8140 | 704, 832, 0, 480, 489, 491, 520, 0, DRM_MODE_FLAG_NHSYNC | DRM_MODE_FLAG_NVSYNC), |
| 8141 | }; |
| 8142 | |
Daniel Vetter | a8bb681 | 2014-02-10 18:00:39 +0100 | [diff] [blame] | 8143 | struct drm_framebuffer * |
| 8144 | __intel_framebuffer_create(struct drm_device *dev, |
| 8145 | struct drm_mode_fb_cmd2 *mode_cmd, |
| 8146 | struct drm_i915_gem_object *obj) |
Chris Wilson | d2dff87 | 2011-04-19 08:36:26 +0100 | [diff] [blame] | 8147 | { |
| 8148 | struct intel_framebuffer *intel_fb; |
| 8149 | int ret; |
| 8150 | |
| 8151 | intel_fb = kzalloc(sizeof(*intel_fb), GFP_KERNEL); |
| 8152 | if (!intel_fb) { |
| 8153 | drm_gem_object_unreference_unlocked(&obj->base); |
| 8154 | return ERR_PTR(-ENOMEM); |
| 8155 | } |
| 8156 | |
| 8157 | ret = intel_framebuffer_init(dev, intel_fb, mode_cmd, obj); |
Daniel Vetter | dd4916c | 2013-10-09 21:23:51 +0200 | [diff] [blame] | 8158 | if (ret) |
| 8159 | goto err; |
Chris Wilson | d2dff87 | 2011-04-19 08:36:26 +0100 | [diff] [blame] | 8160 | |
| 8161 | return &intel_fb->base; |
Daniel Vetter | dd4916c | 2013-10-09 21:23:51 +0200 | [diff] [blame] | 8162 | err: |
| 8163 | drm_gem_object_unreference_unlocked(&obj->base); |
| 8164 | kfree(intel_fb); |
| 8165 | |
| 8166 | return ERR_PTR(ret); |
Chris Wilson | d2dff87 | 2011-04-19 08:36:26 +0100 | [diff] [blame] | 8167 | } |
| 8168 | |
Daniel Vetter | b5ea642 | 2014-03-02 21:18:00 +0100 | [diff] [blame] | 8169 | static struct drm_framebuffer * |
Daniel Vetter | a8bb681 | 2014-02-10 18:00:39 +0100 | [diff] [blame] | 8170 | intel_framebuffer_create(struct drm_device *dev, |
| 8171 | struct drm_mode_fb_cmd2 *mode_cmd, |
| 8172 | struct drm_i915_gem_object *obj) |
| 8173 | { |
| 8174 | struct drm_framebuffer *fb; |
| 8175 | int ret; |
| 8176 | |
| 8177 | ret = i915_mutex_lock_interruptible(dev); |
| 8178 | if (ret) |
| 8179 | return ERR_PTR(ret); |
| 8180 | fb = __intel_framebuffer_create(dev, mode_cmd, obj); |
| 8181 | mutex_unlock(&dev->struct_mutex); |
| 8182 | |
| 8183 | return fb; |
| 8184 | } |
| 8185 | |
Chris Wilson | d2dff87 | 2011-04-19 08:36:26 +0100 | [diff] [blame] | 8186 | static u32 |
| 8187 | intel_framebuffer_pitch_for_width(int width, int bpp) |
| 8188 | { |
| 8189 | u32 pitch = DIV_ROUND_UP(width * bpp, 8); |
| 8190 | return ALIGN(pitch, 64); |
| 8191 | } |
| 8192 | |
| 8193 | static u32 |
| 8194 | intel_framebuffer_size_for_mode(struct drm_display_mode *mode, int bpp) |
| 8195 | { |
| 8196 | u32 pitch = intel_framebuffer_pitch_for_width(mode->hdisplay, bpp); |
| 8197 | return ALIGN(pitch * mode->vdisplay, PAGE_SIZE); |
| 8198 | } |
| 8199 | |
| 8200 | static struct drm_framebuffer * |
| 8201 | intel_framebuffer_create_for_mode(struct drm_device *dev, |
| 8202 | struct drm_display_mode *mode, |
| 8203 | int depth, int bpp) |
| 8204 | { |
| 8205 | struct drm_i915_gem_object *obj; |
Chris Wilson | 0fed39b | 2012-11-05 22:25:07 +0000 | [diff] [blame] | 8206 | struct drm_mode_fb_cmd2 mode_cmd = { 0 }; |
Chris Wilson | d2dff87 | 2011-04-19 08:36:26 +0100 | [diff] [blame] | 8207 | |
| 8208 | obj = i915_gem_alloc_object(dev, |
| 8209 | intel_framebuffer_size_for_mode(mode, bpp)); |
| 8210 | if (obj == NULL) |
| 8211 | return ERR_PTR(-ENOMEM); |
| 8212 | |
| 8213 | mode_cmd.width = mode->hdisplay; |
| 8214 | mode_cmd.height = mode->vdisplay; |
Jesse Barnes | 308e5bc | 2011-11-14 14:51:28 -0800 | [diff] [blame] | 8215 | mode_cmd.pitches[0] = intel_framebuffer_pitch_for_width(mode_cmd.width, |
| 8216 | bpp); |
Dave Airlie | 5ca0c34 | 2012-02-23 15:33:40 +0000 | [diff] [blame] | 8217 | mode_cmd.pixel_format = drm_mode_legacy_fb_format(bpp, depth); |
Chris Wilson | d2dff87 | 2011-04-19 08:36:26 +0100 | [diff] [blame] | 8218 | |
| 8219 | return intel_framebuffer_create(dev, &mode_cmd, obj); |
| 8220 | } |
| 8221 | |
| 8222 | static struct drm_framebuffer * |
| 8223 | mode_fits_in_fbdev(struct drm_device *dev, |
| 8224 | struct drm_display_mode *mode) |
| 8225 | { |
Daniel Vetter | 4520f53 | 2013-10-09 09:18:51 +0200 | [diff] [blame] | 8226 | #ifdef CONFIG_DRM_I915_FBDEV |
Chris Wilson | d2dff87 | 2011-04-19 08:36:26 +0100 | [diff] [blame] | 8227 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 8228 | struct drm_i915_gem_object *obj; |
| 8229 | struct drm_framebuffer *fb; |
| 8230 | |
Daniel Vetter | 4c0e552 | 2014-02-14 16:35:54 +0100 | [diff] [blame] | 8231 | if (!dev_priv->fbdev) |
| 8232 | return NULL; |
| 8233 | |
| 8234 | if (!dev_priv->fbdev->fb) |
Chris Wilson | d2dff87 | 2011-04-19 08:36:26 +0100 | [diff] [blame] | 8235 | return NULL; |
| 8236 | |
Jesse Barnes | 8bcd455 | 2014-02-07 12:10:38 -0800 | [diff] [blame] | 8237 | obj = dev_priv->fbdev->fb->obj; |
Daniel Vetter | 4c0e552 | 2014-02-14 16:35:54 +0100 | [diff] [blame] | 8238 | BUG_ON(!obj); |
Chris Wilson | d2dff87 | 2011-04-19 08:36:26 +0100 | [diff] [blame] | 8239 | |
Jesse Barnes | 8bcd455 | 2014-02-07 12:10:38 -0800 | [diff] [blame] | 8240 | fb = &dev_priv->fbdev->fb->base; |
Ville Syrjälä | 01f2c77 | 2011-12-20 00:06:49 +0200 | [diff] [blame] | 8241 | if (fb->pitches[0] < intel_framebuffer_pitch_for_width(mode->hdisplay, |
| 8242 | fb->bits_per_pixel)) |
Chris Wilson | d2dff87 | 2011-04-19 08:36:26 +0100 | [diff] [blame] | 8243 | return NULL; |
| 8244 | |
Ville Syrjälä | 01f2c77 | 2011-12-20 00:06:49 +0200 | [diff] [blame] | 8245 | if (obj->base.size < mode->vdisplay * fb->pitches[0]) |
Chris Wilson | d2dff87 | 2011-04-19 08:36:26 +0100 | [diff] [blame] | 8246 | return NULL; |
| 8247 | |
| 8248 | return fb; |
Daniel Vetter | 4520f53 | 2013-10-09 09:18:51 +0200 | [diff] [blame] | 8249 | #else |
| 8250 | return NULL; |
| 8251 | #endif |
Chris Wilson | d2dff87 | 2011-04-19 08:36:26 +0100 | [diff] [blame] | 8252 | } |
| 8253 | |
Daniel Vetter | d2434ab | 2012-08-12 21:20:10 +0200 | [diff] [blame] | 8254 | bool intel_get_load_detect_pipe(struct drm_connector *connector, |
Chris Wilson | 7173188 | 2011-04-19 23:10:58 +0100 | [diff] [blame] | 8255 | struct drm_display_mode *mode, |
Chris Wilson | 8261b19 | 2011-04-19 23:18:09 +0100 | [diff] [blame] | 8256 | struct intel_load_detect_pipe *old) |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8257 | { |
| 8258 | struct intel_crtc *intel_crtc; |
Daniel Vetter | d2434ab | 2012-08-12 21:20:10 +0200 | [diff] [blame] | 8259 | struct intel_encoder *intel_encoder = |
| 8260 | intel_attached_encoder(connector); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8261 | struct drm_crtc *possible_crtc; |
Chris Wilson | 4ef69c7 | 2010-09-09 15:14:28 +0100 | [diff] [blame] | 8262 | struct drm_encoder *encoder = &intel_encoder->base; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8263 | struct drm_crtc *crtc = NULL; |
| 8264 | struct drm_device *dev = encoder->dev; |
Daniel Vetter | 94352cf | 2012-07-05 22:51:56 +0200 | [diff] [blame] | 8265 | struct drm_framebuffer *fb; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8266 | int i = -1; |
| 8267 | |
Chris Wilson | d2dff87 | 2011-04-19 08:36:26 +0100 | [diff] [blame] | 8268 | DRM_DEBUG_KMS("[CONNECTOR:%d:%s], [ENCODER:%d:%s]\n", |
| 8269 | connector->base.id, drm_get_connector_name(connector), |
| 8270 | encoder->base.id, drm_get_encoder_name(encoder)); |
| 8271 | |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8272 | /* |
| 8273 | * Algorithm gets a little messy: |
Chris Wilson | 7a5e480 | 2011-04-19 23:21:12 +0100 | [diff] [blame] | 8274 | * |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8275 | * - if the connector already has an assigned crtc, use it (but make |
| 8276 | * sure it's on first) |
Chris Wilson | 7a5e480 | 2011-04-19 23:21:12 +0100 | [diff] [blame] | 8277 | * |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8278 | * - try to find the first unused crtc that can drive this connector, |
| 8279 | * and use that if we find one |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8280 | */ |
| 8281 | |
| 8282 | /* See if we already have a CRTC for this connector */ |
| 8283 | if (encoder->crtc) { |
| 8284 | crtc = encoder->crtc; |
Chris Wilson | 8261b19 | 2011-04-19 23:18:09 +0100 | [diff] [blame] | 8285 | |
Daniel Vetter | 7b24056 | 2012-12-12 00:35:33 +0100 | [diff] [blame] | 8286 | mutex_lock(&crtc->mutex); |
| 8287 | |
Daniel Vetter | 24218aa | 2012-08-12 19:27:11 +0200 | [diff] [blame] | 8288 | old->dpms_mode = connector->dpms; |
Chris Wilson | 8261b19 | 2011-04-19 23:18:09 +0100 | [diff] [blame] | 8289 | old->load_detect_temp = false; |
| 8290 | |
| 8291 | /* Make sure the crtc and connector are running */ |
Daniel Vetter | 24218aa | 2012-08-12 19:27:11 +0200 | [diff] [blame] | 8292 | if (connector->dpms != DRM_MODE_DPMS_ON) |
| 8293 | connector->funcs->dpms(connector, DRM_MODE_DPMS_ON); |
Chris Wilson | 8261b19 | 2011-04-19 23:18:09 +0100 | [diff] [blame] | 8294 | |
Chris Wilson | 7173188 | 2011-04-19 23:10:58 +0100 | [diff] [blame] | 8295 | return true; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8296 | } |
| 8297 | |
| 8298 | /* Find an unused one (if possible) */ |
Damien Lespiau | 70e1e0e | 2014-05-13 23:32:24 +0100 | [diff] [blame] | 8299 | for_each_crtc(dev, possible_crtc) { |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8300 | i++; |
| 8301 | if (!(encoder->possible_crtcs & (1 << i))) |
| 8302 | continue; |
| 8303 | if (!possible_crtc->enabled) { |
| 8304 | crtc = possible_crtc; |
| 8305 | break; |
| 8306 | } |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8307 | } |
| 8308 | |
| 8309 | /* |
| 8310 | * If we didn't find an unused CRTC, don't use any. |
| 8311 | */ |
| 8312 | if (!crtc) { |
Chris Wilson | 7173188 | 2011-04-19 23:10:58 +0100 | [diff] [blame] | 8313 | DRM_DEBUG_KMS("no pipe available for load-detect\n"); |
| 8314 | return false; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8315 | } |
| 8316 | |
Daniel Vetter | 7b24056 | 2012-12-12 00:35:33 +0100 | [diff] [blame] | 8317 | mutex_lock(&crtc->mutex); |
Daniel Vetter | fc30310 | 2012-07-09 10:40:58 +0200 | [diff] [blame] | 8318 | intel_encoder->new_crtc = to_intel_crtc(crtc); |
| 8319 | to_intel_connector(connector)->new_encoder = intel_encoder; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8320 | |
| 8321 | intel_crtc = to_intel_crtc(crtc); |
Ville Syrjälä | 412b61d | 2014-01-17 15:59:39 +0200 | [diff] [blame] | 8322 | intel_crtc->new_enabled = true; |
| 8323 | intel_crtc->new_config = &intel_crtc->config; |
Daniel Vetter | 24218aa | 2012-08-12 19:27:11 +0200 | [diff] [blame] | 8324 | old->dpms_mode = connector->dpms; |
Chris Wilson | 8261b19 | 2011-04-19 23:18:09 +0100 | [diff] [blame] | 8325 | old->load_detect_temp = true; |
Chris Wilson | d2dff87 | 2011-04-19 08:36:26 +0100 | [diff] [blame] | 8326 | old->release_fb = NULL; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8327 | |
Chris Wilson | 6492711 | 2011-04-20 07:25:26 +0100 | [diff] [blame] | 8328 | if (!mode) |
| 8329 | mode = &load_detect_mode; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8330 | |
Chris Wilson | d2dff87 | 2011-04-19 08:36:26 +0100 | [diff] [blame] | 8331 | /* We need a framebuffer large enough to accommodate all accesses |
| 8332 | * that the plane may generate whilst we perform load detection. |
| 8333 | * We can not rely on the fbcon either being present (we get called |
| 8334 | * during its initialisation to detect all boot displays, or it may |
| 8335 | * not even exist) or that it is large enough to satisfy the |
| 8336 | * requested mode. |
| 8337 | */ |
Daniel Vetter | 94352cf | 2012-07-05 22:51:56 +0200 | [diff] [blame] | 8338 | fb = mode_fits_in_fbdev(dev, mode); |
| 8339 | if (fb == NULL) { |
Chris Wilson | d2dff87 | 2011-04-19 08:36:26 +0100 | [diff] [blame] | 8340 | DRM_DEBUG_KMS("creating tmp fb for load-detection\n"); |
Daniel Vetter | 94352cf | 2012-07-05 22:51:56 +0200 | [diff] [blame] | 8341 | fb = intel_framebuffer_create_for_mode(dev, mode, 24, 32); |
| 8342 | old->release_fb = fb; |
Chris Wilson | d2dff87 | 2011-04-19 08:36:26 +0100 | [diff] [blame] | 8343 | } else |
| 8344 | DRM_DEBUG_KMS("reusing fbdev for load-detection framebuffer\n"); |
Daniel Vetter | 94352cf | 2012-07-05 22:51:56 +0200 | [diff] [blame] | 8345 | if (IS_ERR(fb)) { |
Chris Wilson | d2dff87 | 2011-04-19 08:36:26 +0100 | [diff] [blame] | 8346 | DRM_DEBUG_KMS("failed to allocate framebuffer for load-detection\n"); |
Ville Syrjälä | 412b61d | 2014-01-17 15:59:39 +0200 | [diff] [blame] | 8347 | goto fail; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8348 | } |
Chris Wilson | d2dff87 | 2011-04-19 08:36:26 +0100 | [diff] [blame] | 8349 | |
Chris Wilson | c0c36b94 | 2012-12-19 16:08:43 +0000 | [diff] [blame] | 8350 | if (intel_set_mode(crtc, mode, 0, 0, fb)) { |
Chris Wilson | 6492711 | 2011-04-20 07:25:26 +0100 | [diff] [blame] | 8351 | DRM_DEBUG_KMS("failed to set mode on load-detect pipe\n"); |
Chris Wilson | d2dff87 | 2011-04-19 08:36:26 +0100 | [diff] [blame] | 8352 | if (old->release_fb) |
| 8353 | old->release_fb->funcs->destroy(old->release_fb); |
Ville Syrjälä | 412b61d | 2014-01-17 15:59:39 +0200 | [diff] [blame] | 8354 | goto fail; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8355 | } |
Chris Wilson | 7173188 | 2011-04-19 23:10:58 +0100 | [diff] [blame] | 8356 | |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8357 | /* let the connector get through one full cycle before testing */ |
Jesse Barnes | 9d0498a | 2010-08-18 13:20:54 -0700 | [diff] [blame] | 8358 | intel_wait_for_vblank(dev, intel_crtc->pipe); |
Chris Wilson | 7173188 | 2011-04-19 23:10:58 +0100 | [diff] [blame] | 8359 | return true; |
Ville Syrjälä | 412b61d | 2014-01-17 15:59:39 +0200 | [diff] [blame] | 8360 | |
| 8361 | fail: |
| 8362 | intel_crtc->new_enabled = crtc->enabled; |
| 8363 | if (intel_crtc->new_enabled) |
| 8364 | intel_crtc->new_config = &intel_crtc->config; |
| 8365 | else |
| 8366 | intel_crtc->new_config = NULL; |
| 8367 | mutex_unlock(&crtc->mutex); |
| 8368 | return false; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8369 | } |
| 8370 | |
Daniel Vetter | d2434ab | 2012-08-12 21:20:10 +0200 | [diff] [blame] | 8371 | void intel_release_load_detect_pipe(struct drm_connector *connector, |
Chris Wilson | 8261b19 | 2011-04-19 23:18:09 +0100 | [diff] [blame] | 8372 | struct intel_load_detect_pipe *old) |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8373 | { |
Daniel Vetter | d2434ab | 2012-08-12 21:20:10 +0200 | [diff] [blame] | 8374 | struct intel_encoder *intel_encoder = |
| 8375 | intel_attached_encoder(connector); |
Chris Wilson | 4ef69c7 | 2010-09-09 15:14:28 +0100 | [diff] [blame] | 8376 | struct drm_encoder *encoder = &intel_encoder->base; |
Daniel Vetter | 7b24056 | 2012-12-12 00:35:33 +0100 | [diff] [blame] | 8377 | struct drm_crtc *crtc = encoder->crtc; |
Ville Syrjälä | 412b61d | 2014-01-17 15:59:39 +0200 | [diff] [blame] | 8378 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8379 | |
Chris Wilson | d2dff87 | 2011-04-19 08:36:26 +0100 | [diff] [blame] | 8380 | DRM_DEBUG_KMS("[CONNECTOR:%d:%s], [ENCODER:%d:%s]\n", |
| 8381 | connector->base.id, drm_get_connector_name(connector), |
| 8382 | encoder->base.id, drm_get_encoder_name(encoder)); |
| 8383 | |
Chris Wilson | 8261b19 | 2011-04-19 23:18:09 +0100 | [diff] [blame] | 8384 | if (old->load_detect_temp) { |
Daniel Vetter | fc30310 | 2012-07-09 10:40:58 +0200 | [diff] [blame] | 8385 | to_intel_connector(connector)->new_encoder = NULL; |
| 8386 | intel_encoder->new_crtc = NULL; |
Ville Syrjälä | 412b61d | 2014-01-17 15:59:39 +0200 | [diff] [blame] | 8387 | intel_crtc->new_enabled = false; |
| 8388 | intel_crtc->new_config = NULL; |
Daniel Vetter | fc30310 | 2012-07-09 10:40:58 +0200 | [diff] [blame] | 8389 | intel_set_mode(crtc, NULL, 0, 0, NULL); |
Chris Wilson | d2dff87 | 2011-04-19 08:36:26 +0100 | [diff] [blame] | 8390 | |
Daniel Vetter | 3620636 | 2012-12-10 20:42:17 +0100 | [diff] [blame] | 8391 | if (old->release_fb) { |
| 8392 | drm_framebuffer_unregister_private(old->release_fb); |
| 8393 | drm_framebuffer_unreference(old->release_fb); |
| 8394 | } |
Chris Wilson | d2dff87 | 2011-04-19 08:36:26 +0100 | [diff] [blame] | 8395 | |
Daniel Vetter | 67c9640 | 2013-01-23 16:25:09 +0000 | [diff] [blame] | 8396 | mutex_unlock(&crtc->mutex); |
Chris Wilson | 0622a53 | 2011-04-21 09:32:11 +0100 | [diff] [blame] | 8397 | return; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8398 | } |
| 8399 | |
Eric Anholt | c751ce4 | 2010-03-25 11:48:48 -0700 | [diff] [blame] | 8400 | /* Switch crtc and encoder back off if necessary */ |
Daniel Vetter | 24218aa | 2012-08-12 19:27:11 +0200 | [diff] [blame] | 8401 | if (old->dpms_mode != DRM_MODE_DPMS_ON) |
| 8402 | connector->funcs->dpms(connector, old->dpms_mode); |
Daniel Vetter | 7b24056 | 2012-12-12 00:35:33 +0100 | [diff] [blame] | 8403 | |
| 8404 | mutex_unlock(&crtc->mutex); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8405 | } |
| 8406 | |
Ville Syrjälä | da4a1ef | 2013-09-09 14:06:37 +0300 | [diff] [blame] | 8407 | static int i9xx_pll_refclk(struct drm_device *dev, |
| 8408 | const struct intel_crtc_config *pipe_config) |
| 8409 | { |
| 8410 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 8411 | u32 dpll = pipe_config->dpll_hw_state.dpll; |
| 8412 | |
| 8413 | if ((dpll & PLL_REF_INPUT_MASK) == PLLB_REF_INPUT_SPREADSPECTRUMIN) |
Ville Syrjälä | e91e941 | 2013-12-09 18:54:16 +0200 | [diff] [blame] | 8414 | return dev_priv->vbt.lvds_ssc_freq; |
Ville Syrjälä | da4a1ef | 2013-09-09 14:06:37 +0300 | [diff] [blame] | 8415 | else if (HAS_PCH_SPLIT(dev)) |
| 8416 | return 120000; |
| 8417 | else if (!IS_GEN2(dev)) |
| 8418 | return 96000; |
| 8419 | else |
| 8420 | return 48000; |
| 8421 | } |
| 8422 | |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8423 | /* Returns the clock of the currently programmed mode of the given pipe. */ |
Jesse Barnes | f1f644d | 2013-06-27 00:39:25 +0300 | [diff] [blame] | 8424 | static void i9xx_crtc_clock_get(struct intel_crtc *crtc, |
| 8425 | struct intel_crtc_config *pipe_config) |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8426 | { |
Jesse Barnes | f1f644d | 2013-06-27 00:39:25 +0300 | [diff] [blame] | 8427 | struct drm_device *dev = crtc->base.dev; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8428 | struct drm_i915_private *dev_priv = dev->dev_private; |
Jesse Barnes | f1f644d | 2013-06-27 00:39:25 +0300 | [diff] [blame] | 8429 | int pipe = pipe_config->cpu_transcoder; |
Ville Syrjälä | 293623f | 2013-09-13 16:18:46 +0300 | [diff] [blame] | 8430 | u32 dpll = pipe_config->dpll_hw_state.dpll; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8431 | u32 fp; |
| 8432 | intel_clock_t clock; |
Ville Syrjälä | da4a1ef | 2013-09-09 14:06:37 +0300 | [diff] [blame] | 8433 | int refclk = i9xx_pll_refclk(dev, pipe_config); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8434 | |
| 8435 | if ((dpll & DISPLAY_RATE_SELECT_FPA1) == 0) |
Ville Syrjälä | 293623f | 2013-09-13 16:18:46 +0300 | [diff] [blame] | 8436 | fp = pipe_config->dpll_hw_state.fp0; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8437 | else |
Ville Syrjälä | 293623f | 2013-09-13 16:18:46 +0300 | [diff] [blame] | 8438 | fp = pipe_config->dpll_hw_state.fp1; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8439 | |
| 8440 | clock.m1 = (fp & FP_M1_DIV_MASK) >> FP_M1_DIV_SHIFT; |
Adam Jackson | f2b115e | 2009-12-03 17:14:42 -0500 | [diff] [blame] | 8441 | if (IS_PINEVIEW(dev)) { |
| 8442 | clock.n = ffs((fp & FP_N_PINEVIEW_DIV_MASK) >> FP_N_DIV_SHIFT) - 1; |
| 8443 | clock.m2 = (fp & FP_M2_PINEVIEW_DIV_MASK) >> FP_M2_DIV_SHIFT; |
Shaohua Li | 2177832 | 2009-02-23 15:19:16 +0800 | [diff] [blame] | 8444 | } else { |
| 8445 | clock.n = (fp & FP_N_DIV_MASK) >> FP_N_DIV_SHIFT; |
| 8446 | clock.m2 = (fp & FP_M2_DIV_MASK) >> FP_M2_DIV_SHIFT; |
| 8447 | } |
| 8448 | |
Chris Wilson | a6c45cf | 2010-09-17 00:32:17 +0100 | [diff] [blame] | 8449 | if (!IS_GEN2(dev)) { |
Adam Jackson | f2b115e | 2009-12-03 17:14:42 -0500 | [diff] [blame] | 8450 | if (IS_PINEVIEW(dev)) |
| 8451 | clock.p1 = ffs((dpll & DPLL_FPA01_P1_POST_DIV_MASK_PINEVIEW) >> |
| 8452 | DPLL_FPA01_P1_POST_DIV_SHIFT_PINEVIEW); |
Shaohua Li | 2177832 | 2009-02-23 15:19:16 +0800 | [diff] [blame] | 8453 | else |
| 8454 | clock.p1 = ffs((dpll & DPLL_FPA01_P1_POST_DIV_MASK) >> |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8455 | DPLL_FPA01_P1_POST_DIV_SHIFT); |
| 8456 | |
| 8457 | switch (dpll & DPLL_MODE_MASK) { |
| 8458 | case DPLLB_MODE_DAC_SERIAL: |
| 8459 | clock.p2 = dpll & DPLL_DAC_SERIAL_P2_CLOCK_DIV_5 ? |
| 8460 | 5 : 10; |
| 8461 | break; |
| 8462 | case DPLLB_MODE_LVDS: |
| 8463 | clock.p2 = dpll & DPLLB_LVDS_P2_CLOCK_DIV_7 ? |
| 8464 | 7 : 14; |
| 8465 | break; |
| 8466 | default: |
Zhao Yakui | 28c9773 | 2009-10-09 11:39:41 +0800 | [diff] [blame] | 8467 | DRM_DEBUG_KMS("Unknown DPLL mode %08x in programmed " |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8468 | "mode\n", (int)(dpll & DPLL_MODE_MASK)); |
Jesse Barnes | f1f644d | 2013-06-27 00:39:25 +0300 | [diff] [blame] | 8469 | return; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8470 | } |
| 8471 | |
Daniel Vetter | ac58c3f | 2013-06-01 17:16:17 +0200 | [diff] [blame] | 8472 | if (IS_PINEVIEW(dev)) |
Ville Syrjälä | da4a1ef | 2013-09-09 14:06:37 +0300 | [diff] [blame] | 8473 | pineview_clock(refclk, &clock); |
Daniel Vetter | ac58c3f | 2013-06-01 17:16:17 +0200 | [diff] [blame] | 8474 | else |
Ville Syrjälä | da4a1ef | 2013-09-09 14:06:37 +0300 | [diff] [blame] | 8475 | i9xx_clock(refclk, &clock); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8476 | } else { |
Ville Syrjälä | 0fb5822 | 2014-01-10 14:06:46 +0200 | [diff] [blame] | 8477 | u32 lvds = IS_I830(dev) ? 0 : I915_READ(LVDS); |
Ville Syrjälä | b1c560d | 2013-12-09 18:54:13 +0200 | [diff] [blame] | 8478 | bool is_lvds = (pipe == 1) && (lvds & LVDS_PORT_EN); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8479 | |
| 8480 | if (is_lvds) { |
| 8481 | clock.p1 = ffs((dpll & DPLL_FPA01_P1_POST_DIV_MASK_I830_LVDS) >> |
| 8482 | DPLL_FPA01_P1_POST_DIV_SHIFT); |
Ville Syrjälä | b1c560d | 2013-12-09 18:54:13 +0200 | [diff] [blame] | 8483 | |
| 8484 | if (lvds & LVDS_CLKB_POWER_UP) |
| 8485 | clock.p2 = 7; |
| 8486 | else |
| 8487 | clock.p2 = 14; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8488 | } else { |
| 8489 | if (dpll & PLL_P1_DIVIDE_BY_TWO) |
| 8490 | clock.p1 = 2; |
| 8491 | else { |
| 8492 | clock.p1 = ((dpll & DPLL_FPA01_P1_POST_DIV_MASK_I830) >> |
| 8493 | DPLL_FPA01_P1_POST_DIV_SHIFT) + 2; |
| 8494 | } |
| 8495 | if (dpll & PLL_P2_DIVIDE_BY_4) |
| 8496 | clock.p2 = 4; |
| 8497 | else |
| 8498 | clock.p2 = 2; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8499 | } |
Ville Syrjälä | da4a1ef | 2013-09-09 14:06:37 +0300 | [diff] [blame] | 8500 | |
| 8501 | i9xx_clock(refclk, &clock); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8502 | } |
| 8503 | |
Ville Syrjälä | 18442d0 | 2013-09-13 16:00:08 +0300 | [diff] [blame] | 8504 | /* |
| 8505 | * This value includes pixel_multiplier. We will use |
Damien Lespiau | 241bfc3 | 2013-09-25 16:45:37 +0100 | [diff] [blame] | 8506 | * port_clock to compute adjusted_mode.crtc_clock in the |
Ville Syrjälä | 18442d0 | 2013-09-13 16:00:08 +0300 | [diff] [blame] | 8507 | * encoder's get_config() function. |
| 8508 | */ |
| 8509 | pipe_config->port_clock = clock.dot; |
Jesse Barnes | f1f644d | 2013-06-27 00:39:25 +0300 | [diff] [blame] | 8510 | } |
| 8511 | |
Ville Syrjälä | 6878da0 | 2013-09-13 15:59:11 +0300 | [diff] [blame] | 8512 | int intel_dotclock_calculate(int link_freq, |
| 8513 | const struct intel_link_m_n *m_n) |
Jesse Barnes | f1f644d | 2013-06-27 00:39:25 +0300 | [diff] [blame] | 8514 | { |
Jesse Barnes | f1f644d | 2013-06-27 00:39:25 +0300 | [diff] [blame] | 8515 | /* |
| 8516 | * The calculation for the data clock is: |
Ville Syrjälä | 1041a02 | 2013-09-06 23:28:58 +0300 | [diff] [blame] | 8517 | * pixel_clock = ((m/n)*(link_clock * nr_lanes))/bpp |
Jesse Barnes | f1f644d | 2013-06-27 00:39:25 +0300 | [diff] [blame] | 8518 | * But we want to avoid losing precison if possible, so: |
Ville Syrjälä | 1041a02 | 2013-09-06 23:28:58 +0300 | [diff] [blame] | 8519 | * pixel_clock = ((m * link_clock * nr_lanes)/(n*bpp)) |
Jesse Barnes | f1f644d | 2013-06-27 00:39:25 +0300 | [diff] [blame] | 8520 | * |
| 8521 | * and the link clock is simpler: |
Ville Syrjälä | 1041a02 | 2013-09-06 23:28:58 +0300 | [diff] [blame] | 8522 | * link_clock = (m * link_clock) / n |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8523 | */ |
| 8524 | |
Ville Syrjälä | 6878da0 | 2013-09-13 15:59:11 +0300 | [diff] [blame] | 8525 | if (!m_n->link_n) |
| 8526 | return 0; |
| 8527 | |
| 8528 | return div_u64((u64)m_n->link_m * link_freq, m_n->link_n); |
| 8529 | } |
| 8530 | |
Ville Syrjälä | 18442d0 | 2013-09-13 16:00:08 +0300 | [diff] [blame] | 8531 | static void ironlake_pch_clock_get(struct intel_crtc *crtc, |
| 8532 | struct intel_crtc_config *pipe_config) |
Ville Syrjälä | 6878da0 | 2013-09-13 15:59:11 +0300 | [diff] [blame] | 8533 | { |
| 8534 | struct drm_device *dev = crtc->base.dev; |
Ville Syrjälä | 18442d0 | 2013-09-13 16:00:08 +0300 | [diff] [blame] | 8535 | |
| 8536 | /* read out port_clock from the DPLL */ |
| 8537 | i9xx_crtc_clock_get(crtc, pipe_config); |
Ville Syrjälä | 6878da0 | 2013-09-13 15:59:11 +0300 | [diff] [blame] | 8538 | |
Jesse Barnes | f1f644d | 2013-06-27 00:39:25 +0300 | [diff] [blame] | 8539 | /* |
Ville Syrjälä | 18442d0 | 2013-09-13 16:00:08 +0300 | [diff] [blame] | 8540 | * This value does not include pixel_multiplier. |
Damien Lespiau | 241bfc3 | 2013-09-25 16:45:37 +0100 | [diff] [blame] | 8541 | * We will check that port_clock and adjusted_mode.crtc_clock |
Ville Syrjälä | 18442d0 | 2013-09-13 16:00:08 +0300 | [diff] [blame] | 8542 | * agree once we know their relationship in the encoder's |
| 8543 | * get_config() function. |
Jesse Barnes | f1f644d | 2013-06-27 00:39:25 +0300 | [diff] [blame] | 8544 | */ |
Damien Lespiau | 241bfc3 | 2013-09-25 16:45:37 +0100 | [diff] [blame] | 8545 | pipe_config->adjusted_mode.crtc_clock = |
Ville Syrjälä | 18442d0 | 2013-09-13 16:00:08 +0300 | [diff] [blame] | 8546 | intel_dotclock_calculate(intel_fdi_link_freq(dev) * 10000, |
| 8547 | &pipe_config->fdi_m_n); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8548 | } |
| 8549 | |
| 8550 | /** Returns the currently programmed mode of the given pipe. */ |
| 8551 | struct drm_display_mode *intel_crtc_mode_get(struct drm_device *dev, |
| 8552 | struct drm_crtc *crtc) |
| 8553 | { |
Jesse Barnes | 548f245 | 2011-02-17 10:40:53 -0800 | [diff] [blame] | 8554 | struct drm_i915_private *dev_priv = dev->dev_private; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8555 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
Daniel Vetter | 3b117c8 | 2013-04-17 20:15:07 +0200 | [diff] [blame] | 8556 | enum transcoder cpu_transcoder = intel_crtc->config.cpu_transcoder; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8557 | struct drm_display_mode *mode; |
Jesse Barnes | f1f644d | 2013-06-27 00:39:25 +0300 | [diff] [blame] | 8558 | struct intel_crtc_config pipe_config; |
Paulo Zanoni | fe2b8f9 | 2012-10-23 18:30:02 -0200 | [diff] [blame] | 8559 | int htot = I915_READ(HTOTAL(cpu_transcoder)); |
| 8560 | int hsync = I915_READ(HSYNC(cpu_transcoder)); |
| 8561 | int vtot = I915_READ(VTOTAL(cpu_transcoder)); |
| 8562 | int vsync = I915_READ(VSYNC(cpu_transcoder)); |
Ville Syrjälä | 293623f | 2013-09-13 16:18:46 +0300 | [diff] [blame] | 8563 | enum pipe pipe = intel_crtc->pipe; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8564 | |
| 8565 | mode = kzalloc(sizeof(*mode), GFP_KERNEL); |
| 8566 | if (!mode) |
| 8567 | return NULL; |
| 8568 | |
Jesse Barnes | f1f644d | 2013-06-27 00:39:25 +0300 | [diff] [blame] | 8569 | /* |
| 8570 | * Construct a pipe_config sufficient for getting the clock info |
| 8571 | * back out of crtc_clock_get. |
| 8572 | * |
| 8573 | * Note, if LVDS ever uses a non-1 pixel multiplier, we'll need |
| 8574 | * to use a real value here instead. |
| 8575 | */ |
Ville Syrjälä | 293623f | 2013-09-13 16:18:46 +0300 | [diff] [blame] | 8576 | pipe_config.cpu_transcoder = (enum transcoder) pipe; |
Jesse Barnes | f1f644d | 2013-06-27 00:39:25 +0300 | [diff] [blame] | 8577 | pipe_config.pixel_multiplier = 1; |
Ville Syrjälä | 293623f | 2013-09-13 16:18:46 +0300 | [diff] [blame] | 8578 | pipe_config.dpll_hw_state.dpll = I915_READ(DPLL(pipe)); |
| 8579 | pipe_config.dpll_hw_state.fp0 = I915_READ(FP0(pipe)); |
| 8580 | pipe_config.dpll_hw_state.fp1 = I915_READ(FP1(pipe)); |
Jesse Barnes | f1f644d | 2013-06-27 00:39:25 +0300 | [diff] [blame] | 8581 | i9xx_crtc_clock_get(intel_crtc, &pipe_config); |
| 8582 | |
Ville Syrjälä | 773ae03 | 2013-09-23 17:48:20 +0300 | [diff] [blame] | 8583 | mode->clock = pipe_config.port_clock / pipe_config.pixel_multiplier; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8584 | mode->hdisplay = (htot & 0xffff) + 1; |
| 8585 | mode->htotal = ((htot & 0xffff0000) >> 16) + 1; |
| 8586 | mode->hsync_start = (hsync & 0xffff) + 1; |
| 8587 | mode->hsync_end = ((hsync & 0xffff0000) >> 16) + 1; |
| 8588 | mode->vdisplay = (vtot & 0xffff) + 1; |
| 8589 | mode->vtotal = ((vtot & 0xffff0000) >> 16) + 1; |
| 8590 | mode->vsync_start = (vsync & 0xffff) + 1; |
| 8591 | mode->vsync_end = ((vsync & 0xffff0000) >> 16) + 1; |
| 8592 | |
| 8593 | drm_mode_set_name(mode); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8594 | |
| 8595 | return mode; |
| 8596 | } |
| 8597 | |
Daniel Vetter | 3dec009 | 2010-08-20 21:40:52 +0200 | [diff] [blame] | 8598 | static void intel_increase_pllclock(struct drm_crtc *crtc) |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 8599 | { |
| 8600 | struct drm_device *dev = crtc->dev; |
Jani Nikula | fbee40d | 2014-03-31 14:27:18 +0300 | [diff] [blame] | 8601 | struct drm_i915_private *dev_priv = dev->dev_private; |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 8602 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 8603 | int pipe = intel_crtc->pipe; |
Jesse Barnes | dbdc647 | 2010-12-30 09:36:39 -0800 | [diff] [blame] | 8604 | int dpll_reg = DPLL(pipe); |
| 8605 | int dpll; |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 8606 | |
Eric Anholt | bad720f | 2009-10-22 16:11:14 -0700 | [diff] [blame] | 8607 | if (HAS_PCH_SPLIT(dev)) |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 8608 | return; |
| 8609 | |
| 8610 | if (!dev_priv->lvds_downclock_avail) |
| 8611 | return; |
| 8612 | |
Jesse Barnes | dbdc647 | 2010-12-30 09:36:39 -0800 | [diff] [blame] | 8613 | dpll = I915_READ(dpll_reg); |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 8614 | if (!HAS_PIPE_CXSR(dev) && (dpll & DISPLAY_RATE_SELECT_FPA1)) { |
Zhao Yakui | 44d98a6 | 2009-10-09 11:39:40 +0800 | [diff] [blame] | 8615 | DRM_DEBUG_DRIVER("upclocking LVDS\n"); |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 8616 | |
Sean Paul | 8ac5a6d | 2012-02-13 13:14:51 -0500 | [diff] [blame] | 8617 | assert_panel_unlocked(dev_priv, pipe); |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 8618 | |
| 8619 | dpll &= ~DISPLAY_RATE_SELECT_FPA1; |
| 8620 | I915_WRITE(dpll_reg, dpll); |
Jesse Barnes | 9d0498a | 2010-08-18 13:20:54 -0700 | [diff] [blame] | 8621 | intel_wait_for_vblank(dev, pipe); |
Jesse Barnes | dbdc647 | 2010-12-30 09:36:39 -0800 | [diff] [blame] | 8622 | |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 8623 | dpll = I915_READ(dpll_reg); |
| 8624 | if (dpll & DISPLAY_RATE_SELECT_FPA1) |
Zhao Yakui | 44d98a6 | 2009-10-09 11:39:40 +0800 | [diff] [blame] | 8625 | DRM_DEBUG_DRIVER("failed to upclock LVDS!\n"); |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 8626 | } |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 8627 | } |
| 8628 | |
| 8629 | static void intel_decrease_pllclock(struct drm_crtc *crtc) |
| 8630 | { |
| 8631 | struct drm_device *dev = crtc->dev; |
Jani Nikula | fbee40d | 2014-03-31 14:27:18 +0300 | [diff] [blame] | 8632 | struct drm_i915_private *dev_priv = dev->dev_private; |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 8633 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 8634 | |
Eric Anholt | bad720f | 2009-10-22 16:11:14 -0700 | [diff] [blame] | 8635 | if (HAS_PCH_SPLIT(dev)) |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 8636 | return; |
| 8637 | |
| 8638 | if (!dev_priv->lvds_downclock_avail) |
| 8639 | return; |
| 8640 | |
| 8641 | /* |
| 8642 | * Since this is called by a timer, we should never get here in |
| 8643 | * the manual case. |
| 8644 | */ |
| 8645 | if (!HAS_PIPE_CXSR(dev) && intel_crtc->lowfreq_avail) { |
Chris Wilson | 074b5e1 | 2012-05-02 12:07:06 +0100 | [diff] [blame] | 8646 | int pipe = intel_crtc->pipe; |
| 8647 | int dpll_reg = DPLL(pipe); |
Daniel Vetter | dc257cf | 2012-05-07 11:30:46 +0200 | [diff] [blame] | 8648 | int dpll; |
Chris Wilson | 074b5e1 | 2012-05-02 12:07:06 +0100 | [diff] [blame] | 8649 | |
Zhao Yakui | 44d98a6 | 2009-10-09 11:39:40 +0800 | [diff] [blame] | 8650 | DRM_DEBUG_DRIVER("downclocking LVDS\n"); |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 8651 | |
Sean Paul | 8ac5a6d | 2012-02-13 13:14:51 -0500 | [diff] [blame] | 8652 | assert_panel_unlocked(dev_priv, pipe); |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 8653 | |
Chris Wilson | 074b5e1 | 2012-05-02 12:07:06 +0100 | [diff] [blame] | 8654 | dpll = I915_READ(dpll_reg); |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 8655 | dpll |= DISPLAY_RATE_SELECT_FPA1; |
| 8656 | I915_WRITE(dpll_reg, dpll); |
Jesse Barnes | 9d0498a | 2010-08-18 13:20:54 -0700 | [diff] [blame] | 8657 | intel_wait_for_vblank(dev, pipe); |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 8658 | dpll = I915_READ(dpll_reg); |
| 8659 | if (!(dpll & DISPLAY_RATE_SELECT_FPA1)) |
Zhao Yakui | 44d98a6 | 2009-10-09 11:39:40 +0800 | [diff] [blame] | 8660 | DRM_DEBUG_DRIVER("failed to downclock LVDS!\n"); |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 8661 | } |
| 8662 | |
| 8663 | } |
| 8664 | |
Chris Wilson | f047e39 | 2012-07-21 12:31:41 +0100 | [diff] [blame] | 8665 | void intel_mark_busy(struct drm_device *dev) |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 8666 | { |
Paulo Zanoni | c67a470 | 2013-08-19 13:18:09 -0300 | [diff] [blame] | 8667 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 8668 | |
Chris Wilson | f62a007 | 2014-02-21 17:55:39 +0000 | [diff] [blame] | 8669 | if (dev_priv->mm.busy) |
| 8670 | return; |
| 8671 | |
Paulo Zanoni | 43694d6 | 2014-03-07 20:08:08 -0300 | [diff] [blame] | 8672 | intel_runtime_pm_get(dev_priv); |
Paulo Zanoni | c67a470 | 2013-08-19 13:18:09 -0300 | [diff] [blame] | 8673 | i915_update_gfx_val(dev_priv); |
Chris Wilson | f62a007 | 2014-02-21 17:55:39 +0000 | [diff] [blame] | 8674 | dev_priv->mm.busy = true; |
Chris Wilson | f047e39 | 2012-07-21 12:31:41 +0100 | [diff] [blame] | 8675 | } |
| 8676 | |
| 8677 | void intel_mark_idle(struct drm_device *dev) |
| 8678 | { |
Paulo Zanoni | c67a470 | 2013-08-19 13:18:09 -0300 | [diff] [blame] | 8679 | struct drm_i915_private *dev_priv = dev->dev_private; |
Chris Wilson | 725a5b5 | 2013-01-08 11:02:57 +0000 | [diff] [blame] | 8680 | struct drm_crtc *crtc; |
| 8681 | |
Chris Wilson | f62a007 | 2014-02-21 17:55:39 +0000 | [diff] [blame] | 8682 | if (!dev_priv->mm.busy) |
| 8683 | return; |
| 8684 | |
| 8685 | dev_priv->mm.busy = false; |
| 8686 | |
Jani Nikula | d330a95 | 2014-01-21 11:24:25 +0200 | [diff] [blame] | 8687 | if (!i915.powersave) |
Paulo Zanoni | bb4cdd5 | 2014-02-21 13:52:19 -0300 | [diff] [blame] | 8688 | goto out; |
Chris Wilson | 725a5b5 | 2013-01-08 11:02:57 +0000 | [diff] [blame] | 8689 | |
Damien Lespiau | 70e1e0e | 2014-05-13 23:32:24 +0100 | [diff] [blame] | 8690 | for_each_crtc(dev, crtc) { |
Matt Roper | f4510a2 | 2014-04-01 15:22:40 -0700 | [diff] [blame] | 8691 | if (!crtc->primary->fb) |
Chris Wilson | 725a5b5 | 2013-01-08 11:02:57 +0000 | [diff] [blame] | 8692 | continue; |
| 8693 | |
| 8694 | intel_decrease_pllclock(crtc); |
| 8695 | } |
Chris Wilson | b29c19b | 2013-09-25 17:34:56 +0100 | [diff] [blame] | 8696 | |
Damien Lespiau | 3d13ef2 | 2014-02-07 19:12:47 +0000 | [diff] [blame] | 8697 | if (INTEL_INFO(dev)->gen >= 6) |
Chris Wilson | b29c19b | 2013-09-25 17:34:56 +0100 | [diff] [blame] | 8698 | gen6_rps_idle(dev->dev_private); |
Paulo Zanoni | bb4cdd5 | 2014-02-21 13:52:19 -0300 | [diff] [blame] | 8699 | |
| 8700 | out: |
Paulo Zanoni | 43694d6 | 2014-03-07 20:08:08 -0300 | [diff] [blame] | 8701 | intel_runtime_pm_put(dev_priv); |
Chris Wilson | f047e39 | 2012-07-21 12:31:41 +0100 | [diff] [blame] | 8702 | } |
| 8703 | |
Chris Wilson | c65355b | 2013-06-06 16:53:41 -0300 | [diff] [blame] | 8704 | void intel_mark_fb_busy(struct drm_i915_gem_object *obj, |
| 8705 | struct intel_ring_buffer *ring) |
Chris Wilson | f047e39 | 2012-07-21 12:31:41 +0100 | [diff] [blame] | 8706 | { |
| 8707 | struct drm_device *dev = obj->base.dev; |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 8708 | struct drm_crtc *crtc; |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 8709 | |
Jani Nikula | d330a95 | 2014-01-21 11:24:25 +0200 | [diff] [blame] | 8710 | if (!i915.powersave) |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 8711 | return; |
| 8712 | |
Damien Lespiau | 70e1e0e | 2014-05-13 23:32:24 +0100 | [diff] [blame] | 8713 | for_each_crtc(dev, crtc) { |
Matt Roper | f4510a2 | 2014-04-01 15:22:40 -0700 | [diff] [blame] | 8714 | if (!crtc->primary->fb) |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 8715 | continue; |
| 8716 | |
Matt Roper | f4510a2 | 2014-04-01 15:22:40 -0700 | [diff] [blame] | 8717 | if (to_intel_framebuffer(crtc->primary->fb)->obj != obj) |
Chris Wilson | c65355b | 2013-06-06 16:53:41 -0300 | [diff] [blame] | 8718 | continue; |
| 8719 | |
| 8720 | intel_increase_pllclock(crtc); |
| 8721 | if (ring && intel_fbc_enabled(dev)) |
| 8722 | ring->fbc_dirty = true; |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 8723 | } |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 8724 | } |
| 8725 | |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8726 | static void intel_crtc_destroy(struct drm_crtc *crtc) |
| 8727 | { |
| 8728 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
Daniel Vetter | 67e77c5 | 2010-08-20 22:26:30 +0200 | [diff] [blame] | 8729 | struct drm_device *dev = crtc->dev; |
| 8730 | struct intel_unpin_work *work; |
| 8731 | unsigned long flags; |
| 8732 | |
| 8733 | spin_lock_irqsave(&dev->event_lock, flags); |
| 8734 | work = intel_crtc->unpin_work; |
| 8735 | intel_crtc->unpin_work = NULL; |
| 8736 | spin_unlock_irqrestore(&dev->event_lock, flags); |
| 8737 | |
| 8738 | if (work) { |
| 8739 | cancel_work_sync(&work->work); |
| 8740 | kfree(work); |
| 8741 | } |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8742 | |
Mika Kuoppala | 40ccc72 | 2013-04-23 17:27:08 +0300 | [diff] [blame] | 8743 | intel_crtc_cursor_set(crtc, NULL, 0, 0, 0); |
| 8744 | |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8745 | drm_crtc_cleanup(crtc); |
Daniel Vetter | 67e77c5 | 2010-08-20 22:26:30 +0200 | [diff] [blame] | 8746 | |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 8747 | kfree(intel_crtc); |
| 8748 | } |
| 8749 | |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 8750 | static void intel_unpin_work_fn(struct work_struct *__work) |
| 8751 | { |
| 8752 | struct intel_unpin_work *work = |
| 8753 | container_of(__work, struct intel_unpin_work, work); |
Chris Wilson | b4a98e5 | 2012-11-01 09:26:26 +0000 | [diff] [blame] | 8754 | struct drm_device *dev = work->crtc->dev; |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 8755 | |
Chris Wilson | b4a98e5 | 2012-11-01 09:26:26 +0000 | [diff] [blame] | 8756 | mutex_lock(&dev->struct_mutex); |
Chris Wilson | 1690e1e | 2011-12-14 13:57:08 +0100 | [diff] [blame] | 8757 | intel_unpin_fb_obj(work->old_fb_obj); |
Chris Wilson | 05394f3 | 2010-11-08 19:18:58 +0000 | [diff] [blame] | 8758 | drm_gem_object_unreference(&work->pending_flip_obj->base); |
| 8759 | drm_gem_object_unreference(&work->old_fb_obj->base); |
Chris Wilson | d9e86c0 | 2010-11-10 16:40:20 +0000 | [diff] [blame] | 8760 | |
Chris Wilson | b4a98e5 | 2012-11-01 09:26:26 +0000 | [diff] [blame] | 8761 | intel_update_fbc(dev); |
| 8762 | mutex_unlock(&dev->struct_mutex); |
| 8763 | |
| 8764 | BUG_ON(atomic_read(&to_intel_crtc(work->crtc)->unpin_work_count) == 0); |
| 8765 | atomic_dec(&to_intel_crtc(work->crtc)->unpin_work_count); |
| 8766 | |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 8767 | kfree(work); |
| 8768 | } |
| 8769 | |
Jesse Barnes | 1afe3e9 | 2010-03-26 10:35:20 -0700 | [diff] [blame] | 8770 | static void do_intel_finish_page_flip(struct drm_device *dev, |
Mario Kleiner | 49b14a5 | 2010-12-09 07:00:07 +0100 | [diff] [blame] | 8771 | struct drm_crtc *crtc) |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 8772 | { |
Jani Nikula | fbee40d | 2014-03-31 14:27:18 +0300 | [diff] [blame] | 8773 | struct drm_i915_private *dev_priv = dev->dev_private; |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 8774 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 8775 | struct intel_unpin_work *work; |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 8776 | unsigned long flags; |
| 8777 | |
| 8778 | /* Ignore early vblank irqs */ |
| 8779 | if (intel_crtc == NULL) |
| 8780 | return; |
| 8781 | |
| 8782 | spin_lock_irqsave(&dev->event_lock, flags); |
| 8783 | work = intel_crtc->unpin_work; |
Chris Wilson | e7d841c | 2012-12-03 11:36:30 +0000 | [diff] [blame] | 8784 | |
| 8785 | /* Ensure we don't miss a work->pending update ... */ |
| 8786 | smp_rmb(); |
| 8787 | |
| 8788 | if (work == NULL || atomic_read(&work->pending) < INTEL_FLIP_COMPLETE) { |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 8789 | spin_unlock_irqrestore(&dev->event_lock, flags); |
| 8790 | return; |
| 8791 | } |
| 8792 | |
Chris Wilson | e7d841c | 2012-12-03 11:36:30 +0000 | [diff] [blame] | 8793 | /* and that the unpin work is consistent wrt ->pending. */ |
| 8794 | smp_rmb(); |
| 8795 | |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 8796 | intel_crtc->unpin_work = NULL; |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 8797 | |
Rob Clark | 45a066e | 2012-10-08 14:50:40 -0500 | [diff] [blame] | 8798 | if (work->event) |
| 8799 | drm_send_vblank_event(dev, intel_crtc->pipe, work->event); |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 8800 | |
Mario Kleiner | 0af7e4d | 2010-12-08 04:07:19 +0100 | [diff] [blame] | 8801 | drm_vblank_put(dev, intel_crtc->pipe); |
| 8802 | |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 8803 | spin_unlock_irqrestore(&dev->event_lock, flags); |
| 8804 | |
Daniel Vetter | 2c10d57 | 2012-12-20 21:24:07 +0100 | [diff] [blame] | 8805 | wake_up_all(&dev_priv->pending_flip_queue); |
Chris Wilson | b4a98e5 | 2012-11-01 09:26:26 +0000 | [diff] [blame] | 8806 | |
| 8807 | queue_work(dev_priv->wq, &work->work); |
Jesse Barnes | e5510fa | 2010-07-01 16:48:37 -0700 | [diff] [blame] | 8808 | |
| 8809 | trace_i915_flip_complete(intel_crtc->plane, work->pending_flip_obj); |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 8810 | } |
| 8811 | |
Jesse Barnes | 1afe3e9 | 2010-03-26 10:35:20 -0700 | [diff] [blame] | 8812 | void intel_finish_page_flip(struct drm_device *dev, int pipe) |
| 8813 | { |
Jani Nikula | fbee40d | 2014-03-31 14:27:18 +0300 | [diff] [blame] | 8814 | struct drm_i915_private *dev_priv = dev->dev_private; |
Jesse Barnes | 1afe3e9 | 2010-03-26 10:35:20 -0700 | [diff] [blame] | 8815 | struct drm_crtc *crtc = dev_priv->pipe_to_crtc_mapping[pipe]; |
| 8816 | |
Mario Kleiner | 49b14a5 | 2010-12-09 07:00:07 +0100 | [diff] [blame] | 8817 | do_intel_finish_page_flip(dev, crtc); |
Jesse Barnes | 1afe3e9 | 2010-03-26 10:35:20 -0700 | [diff] [blame] | 8818 | } |
| 8819 | |
| 8820 | void intel_finish_page_flip_plane(struct drm_device *dev, int plane) |
| 8821 | { |
Jani Nikula | fbee40d | 2014-03-31 14:27:18 +0300 | [diff] [blame] | 8822 | struct drm_i915_private *dev_priv = dev->dev_private; |
Jesse Barnes | 1afe3e9 | 2010-03-26 10:35:20 -0700 | [diff] [blame] | 8823 | struct drm_crtc *crtc = dev_priv->plane_to_crtc_mapping[plane]; |
| 8824 | |
Mario Kleiner | 49b14a5 | 2010-12-09 07:00:07 +0100 | [diff] [blame] | 8825 | do_intel_finish_page_flip(dev, crtc); |
Jesse Barnes | 1afe3e9 | 2010-03-26 10:35:20 -0700 | [diff] [blame] | 8826 | } |
| 8827 | |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 8828 | void intel_prepare_page_flip(struct drm_device *dev, int plane) |
| 8829 | { |
Jani Nikula | fbee40d | 2014-03-31 14:27:18 +0300 | [diff] [blame] | 8830 | struct drm_i915_private *dev_priv = dev->dev_private; |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 8831 | struct intel_crtc *intel_crtc = |
| 8832 | to_intel_crtc(dev_priv->plane_to_crtc_mapping[plane]); |
| 8833 | unsigned long flags; |
| 8834 | |
Chris Wilson | e7d841c | 2012-12-03 11:36:30 +0000 | [diff] [blame] | 8835 | /* NB: An MMIO update of the plane base pointer will also |
| 8836 | * generate a page-flip completion irq, i.e. every modeset |
| 8837 | * is also accompanied by a spurious intel_prepare_page_flip(). |
| 8838 | */ |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 8839 | spin_lock_irqsave(&dev->event_lock, flags); |
Chris Wilson | e7d841c | 2012-12-03 11:36:30 +0000 | [diff] [blame] | 8840 | if (intel_crtc->unpin_work) |
| 8841 | atomic_inc_not_zero(&intel_crtc->unpin_work->pending); |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 8842 | spin_unlock_irqrestore(&dev->event_lock, flags); |
| 8843 | } |
| 8844 | |
Robin Schroer | eba905b | 2014-05-18 02:24:50 +0200 | [diff] [blame] | 8845 | 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] | 8846 | { |
| 8847 | /* Ensure that the work item is consistent when activating it ... */ |
| 8848 | smp_wmb(); |
| 8849 | atomic_set(&intel_crtc->unpin_work->pending, INTEL_FLIP_PENDING); |
| 8850 | /* and that it is marked active as soon as the irq could fire. */ |
| 8851 | smp_wmb(); |
| 8852 | } |
| 8853 | |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 8854 | static int intel_gen2_queue_flip(struct drm_device *dev, |
| 8855 | struct drm_crtc *crtc, |
| 8856 | struct drm_framebuffer *fb, |
Keith Packard | ed8d197 | 2013-07-22 18:49:58 -0700 | [diff] [blame] | 8857 | struct drm_i915_gem_object *obj, |
| 8858 | uint32_t flags) |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 8859 | { |
| 8860 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 8861 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 8862 | u32 flip_mask; |
Daniel Vetter | 6d90c95 | 2012-04-26 23:28:05 +0200 | [diff] [blame] | 8863 | struct intel_ring_buffer *ring = &dev_priv->ring[RCS]; |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 8864 | int ret; |
| 8865 | |
Daniel Vetter | 6d90c95 | 2012-04-26 23:28:05 +0200 | [diff] [blame] | 8866 | ret = intel_pin_and_fence_fb_obj(dev, obj, ring); |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 8867 | if (ret) |
Chris Wilson | 83d4092 | 2012-04-17 19:35:53 +0100 | [diff] [blame] | 8868 | goto err; |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 8869 | |
Daniel Vetter | 6d90c95 | 2012-04-26 23:28:05 +0200 | [diff] [blame] | 8870 | ret = intel_ring_begin(ring, 6); |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 8871 | if (ret) |
Chris Wilson | 83d4092 | 2012-04-17 19:35:53 +0100 | [diff] [blame] | 8872 | goto err_unpin; |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 8873 | |
| 8874 | /* Can't queue multiple flips, so wait for the previous |
| 8875 | * one to finish before executing the next. |
| 8876 | */ |
| 8877 | if (intel_crtc->plane) |
| 8878 | flip_mask = MI_WAIT_FOR_PLANE_B_FLIP; |
| 8879 | else |
| 8880 | flip_mask = MI_WAIT_FOR_PLANE_A_FLIP; |
Daniel Vetter | 6d90c95 | 2012-04-26 23:28:05 +0200 | [diff] [blame] | 8881 | intel_ring_emit(ring, MI_WAIT_FOR_EVENT | flip_mask); |
| 8882 | intel_ring_emit(ring, MI_NOOP); |
| 8883 | intel_ring_emit(ring, MI_DISPLAY_FLIP | |
| 8884 | MI_DISPLAY_FLIP_PLANE(intel_crtc->plane)); |
| 8885 | intel_ring_emit(ring, fb->pitches[0]); |
Ben Widawsky | f343c5f | 2013-07-05 14:41:04 -0700 | [diff] [blame] | 8886 | intel_ring_emit(ring, i915_gem_obj_ggtt_offset(obj) + intel_crtc->dspaddr_offset); |
Daniel Vetter | 6d90c95 | 2012-04-26 23:28:05 +0200 | [diff] [blame] | 8887 | intel_ring_emit(ring, 0); /* aux display base address, unused */ |
Chris Wilson | e7d841c | 2012-12-03 11:36:30 +0000 | [diff] [blame] | 8888 | |
| 8889 | intel_mark_page_flip_active(intel_crtc); |
Chris Wilson | 0924673 | 2013-08-10 22:16:32 +0100 | [diff] [blame] | 8890 | __intel_ring_advance(ring); |
Chris Wilson | 83d4092 | 2012-04-17 19:35:53 +0100 | [diff] [blame] | 8891 | return 0; |
| 8892 | |
| 8893 | err_unpin: |
| 8894 | intel_unpin_fb_obj(obj); |
| 8895 | err: |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 8896 | return ret; |
| 8897 | } |
| 8898 | |
| 8899 | static int intel_gen3_queue_flip(struct drm_device *dev, |
| 8900 | struct drm_crtc *crtc, |
| 8901 | struct drm_framebuffer *fb, |
Keith Packard | ed8d197 | 2013-07-22 18:49:58 -0700 | [diff] [blame] | 8902 | struct drm_i915_gem_object *obj, |
| 8903 | uint32_t flags) |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 8904 | { |
| 8905 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 8906 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 8907 | u32 flip_mask; |
Daniel Vetter | 6d90c95 | 2012-04-26 23:28:05 +0200 | [diff] [blame] | 8908 | struct intel_ring_buffer *ring = &dev_priv->ring[RCS]; |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 8909 | int ret; |
| 8910 | |
Daniel Vetter | 6d90c95 | 2012-04-26 23:28:05 +0200 | [diff] [blame] | 8911 | ret = intel_pin_and_fence_fb_obj(dev, obj, ring); |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 8912 | if (ret) |
Chris Wilson | 83d4092 | 2012-04-17 19:35:53 +0100 | [diff] [blame] | 8913 | goto err; |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 8914 | |
Daniel Vetter | 6d90c95 | 2012-04-26 23:28:05 +0200 | [diff] [blame] | 8915 | ret = intel_ring_begin(ring, 6); |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 8916 | if (ret) |
Chris Wilson | 83d4092 | 2012-04-17 19:35:53 +0100 | [diff] [blame] | 8917 | goto err_unpin; |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 8918 | |
| 8919 | if (intel_crtc->plane) |
| 8920 | flip_mask = MI_WAIT_FOR_PLANE_B_FLIP; |
| 8921 | else |
| 8922 | flip_mask = MI_WAIT_FOR_PLANE_A_FLIP; |
Daniel Vetter | 6d90c95 | 2012-04-26 23:28:05 +0200 | [diff] [blame] | 8923 | intel_ring_emit(ring, MI_WAIT_FOR_EVENT | flip_mask); |
| 8924 | intel_ring_emit(ring, MI_NOOP); |
| 8925 | intel_ring_emit(ring, MI_DISPLAY_FLIP_I915 | |
| 8926 | MI_DISPLAY_FLIP_PLANE(intel_crtc->plane)); |
| 8927 | intel_ring_emit(ring, fb->pitches[0]); |
Ben Widawsky | f343c5f | 2013-07-05 14:41:04 -0700 | [diff] [blame] | 8928 | intel_ring_emit(ring, i915_gem_obj_ggtt_offset(obj) + intel_crtc->dspaddr_offset); |
Daniel Vetter | 6d90c95 | 2012-04-26 23:28:05 +0200 | [diff] [blame] | 8929 | intel_ring_emit(ring, MI_NOOP); |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 8930 | |
Chris Wilson | e7d841c | 2012-12-03 11:36:30 +0000 | [diff] [blame] | 8931 | intel_mark_page_flip_active(intel_crtc); |
Chris Wilson | 0924673 | 2013-08-10 22:16:32 +0100 | [diff] [blame] | 8932 | __intel_ring_advance(ring); |
Chris Wilson | 83d4092 | 2012-04-17 19:35:53 +0100 | [diff] [blame] | 8933 | return 0; |
| 8934 | |
| 8935 | err_unpin: |
| 8936 | intel_unpin_fb_obj(obj); |
| 8937 | err: |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 8938 | return ret; |
| 8939 | } |
| 8940 | |
| 8941 | static int intel_gen4_queue_flip(struct drm_device *dev, |
| 8942 | struct drm_crtc *crtc, |
| 8943 | struct drm_framebuffer *fb, |
Keith Packard | ed8d197 | 2013-07-22 18:49:58 -0700 | [diff] [blame] | 8944 | struct drm_i915_gem_object *obj, |
| 8945 | uint32_t flags) |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 8946 | { |
| 8947 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 8948 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 8949 | uint32_t pf, pipesrc; |
Daniel Vetter | 6d90c95 | 2012-04-26 23:28:05 +0200 | [diff] [blame] | 8950 | struct intel_ring_buffer *ring = &dev_priv->ring[RCS]; |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 8951 | int ret; |
| 8952 | |
Daniel Vetter | 6d90c95 | 2012-04-26 23:28:05 +0200 | [diff] [blame] | 8953 | ret = intel_pin_and_fence_fb_obj(dev, obj, ring); |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 8954 | if (ret) |
Chris Wilson | 83d4092 | 2012-04-17 19:35:53 +0100 | [diff] [blame] | 8955 | goto err; |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 8956 | |
Daniel Vetter | 6d90c95 | 2012-04-26 23:28:05 +0200 | [diff] [blame] | 8957 | ret = intel_ring_begin(ring, 4); |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 8958 | if (ret) |
Chris Wilson | 83d4092 | 2012-04-17 19:35:53 +0100 | [diff] [blame] | 8959 | goto err_unpin; |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 8960 | |
| 8961 | /* i965+ uses the linear or tiled offsets from the |
| 8962 | * Display Registers (which do not change across a page-flip) |
| 8963 | * so we need only reprogram the base address. |
| 8964 | */ |
Daniel Vetter | 6d90c95 | 2012-04-26 23:28:05 +0200 | [diff] [blame] | 8965 | intel_ring_emit(ring, MI_DISPLAY_FLIP | |
| 8966 | MI_DISPLAY_FLIP_PLANE(intel_crtc->plane)); |
| 8967 | intel_ring_emit(ring, fb->pitches[0]); |
Daniel Vetter | c2c7513 | 2012-07-05 12:17:30 +0200 | [diff] [blame] | 8968 | intel_ring_emit(ring, |
Ben Widawsky | f343c5f | 2013-07-05 14:41:04 -0700 | [diff] [blame] | 8969 | (i915_gem_obj_ggtt_offset(obj) + intel_crtc->dspaddr_offset) | |
Daniel Vetter | c2c7513 | 2012-07-05 12:17:30 +0200 | [diff] [blame] | 8970 | obj->tiling_mode); |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 8971 | |
| 8972 | /* XXX Enabling the panel-fitter across page-flip is so far |
| 8973 | * untested on non-native modes, so ignore it for now. |
| 8974 | * pf = I915_READ(pipe == 0 ? PFA_CTL_1 : PFB_CTL_1) & PF_ENABLE; |
| 8975 | */ |
| 8976 | pf = 0; |
| 8977 | pipesrc = I915_READ(PIPESRC(intel_crtc->pipe)) & 0x0fff0fff; |
Daniel Vetter | 6d90c95 | 2012-04-26 23:28:05 +0200 | [diff] [blame] | 8978 | intel_ring_emit(ring, pf | pipesrc); |
Chris Wilson | e7d841c | 2012-12-03 11:36:30 +0000 | [diff] [blame] | 8979 | |
| 8980 | intel_mark_page_flip_active(intel_crtc); |
Chris Wilson | 0924673 | 2013-08-10 22:16:32 +0100 | [diff] [blame] | 8981 | __intel_ring_advance(ring); |
Chris Wilson | 83d4092 | 2012-04-17 19:35:53 +0100 | [diff] [blame] | 8982 | return 0; |
| 8983 | |
| 8984 | err_unpin: |
| 8985 | intel_unpin_fb_obj(obj); |
| 8986 | err: |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 8987 | return ret; |
| 8988 | } |
| 8989 | |
| 8990 | static int intel_gen6_queue_flip(struct drm_device *dev, |
| 8991 | struct drm_crtc *crtc, |
| 8992 | struct drm_framebuffer *fb, |
Keith Packard | ed8d197 | 2013-07-22 18:49:58 -0700 | [diff] [blame] | 8993 | struct drm_i915_gem_object *obj, |
| 8994 | uint32_t flags) |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 8995 | { |
| 8996 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 8997 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
Daniel Vetter | 6d90c95 | 2012-04-26 23:28:05 +0200 | [diff] [blame] | 8998 | struct intel_ring_buffer *ring = &dev_priv->ring[RCS]; |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 8999 | uint32_t pf, pipesrc; |
| 9000 | int ret; |
| 9001 | |
Daniel Vetter | 6d90c95 | 2012-04-26 23:28:05 +0200 | [diff] [blame] | 9002 | ret = intel_pin_and_fence_fb_obj(dev, obj, ring); |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 9003 | if (ret) |
Chris Wilson | 83d4092 | 2012-04-17 19:35:53 +0100 | [diff] [blame] | 9004 | goto err; |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 9005 | |
Daniel Vetter | 6d90c95 | 2012-04-26 23:28:05 +0200 | [diff] [blame] | 9006 | ret = intel_ring_begin(ring, 4); |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 9007 | if (ret) |
Chris Wilson | 83d4092 | 2012-04-17 19:35:53 +0100 | [diff] [blame] | 9008 | goto err_unpin; |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 9009 | |
Daniel Vetter | 6d90c95 | 2012-04-26 23:28:05 +0200 | [diff] [blame] | 9010 | intel_ring_emit(ring, MI_DISPLAY_FLIP | |
| 9011 | MI_DISPLAY_FLIP_PLANE(intel_crtc->plane)); |
| 9012 | intel_ring_emit(ring, fb->pitches[0] | obj->tiling_mode); |
Ben Widawsky | f343c5f | 2013-07-05 14:41:04 -0700 | [diff] [blame] | 9013 | intel_ring_emit(ring, i915_gem_obj_ggtt_offset(obj) + intel_crtc->dspaddr_offset); |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 9014 | |
Chris Wilson | 99d9acd | 2012-04-17 20:37:00 +0100 | [diff] [blame] | 9015 | /* Contrary to the suggestions in the documentation, |
| 9016 | * "Enable Panel Fitter" does not seem to be required when page |
| 9017 | * flipping with a non-native mode, and worse causes a normal |
| 9018 | * modeset to fail. |
| 9019 | * pf = I915_READ(PF_CTL(intel_crtc->pipe)) & PF_ENABLE; |
| 9020 | */ |
| 9021 | pf = 0; |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 9022 | pipesrc = I915_READ(PIPESRC(intel_crtc->pipe)) & 0x0fff0fff; |
Daniel Vetter | 6d90c95 | 2012-04-26 23:28:05 +0200 | [diff] [blame] | 9023 | intel_ring_emit(ring, pf | pipesrc); |
Chris Wilson | e7d841c | 2012-12-03 11:36:30 +0000 | [diff] [blame] | 9024 | |
| 9025 | intel_mark_page_flip_active(intel_crtc); |
Chris Wilson | 0924673 | 2013-08-10 22:16:32 +0100 | [diff] [blame] | 9026 | __intel_ring_advance(ring); |
Chris Wilson | 83d4092 | 2012-04-17 19:35:53 +0100 | [diff] [blame] | 9027 | return 0; |
| 9028 | |
| 9029 | err_unpin: |
| 9030 | intel_unpin_fb_obj(obj); |
| 9031 | err: |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 9032 | return ret; |
| 9033 | } |
| 9034 | |
Jesse Barnes | 7c9017e | 2011-06-16 12:18:54 -0700 | [diff] [blame] | 9035 | static int intel_gen7_queue_flip(struct drm_device *dev, |
| 9036 | struct drm_crtc *crtc, |
| 9037 | struct drm_framebuffer *fb, |
Keith Packard | ed8d197 | 2013-07-22 18:49:58 -0700 | [diff] [blame] | 9038 | struct drm_i915_gem_object *obj, |
| 9039 | uint32_t flags) |
Jesse Barnes | 7c9017e | 2011-06-16 12:18:54 -0700 | [diff] [blame] | 9040 | { |
| 9041 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 9042 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
Chris Wilson | ffe74d7 | 2013-08-26 20:58:12 +0100 | [diff] [blame] | 9043 | struct intel_ring_buffer *ring; |
Daniel Vetter | cb05d8d | 2012-05-23 14:02:00 +0200 | [diff] [blame] | 9044 | uint32_t plane_bit = 0; |
Chris Wilson | ffe74d7 | 2013-08-26 20:58:12 +0100 | [diff] [blame] | 9045 | int len, ret; |
| 9046 | |
| 9047 | ring = obj->ring; |
Chris Wilson | 1c5fd08 | 2013-09-04 10:54:30 +0100 | [diff] [blame] | 9048 | if (IS_VALLEYVIEW(dev) || ring == NULL || ring->id != RCS) |
Chris Wilson | ffe74d7 | 2013-08-26 20:58:12 +0100 | [diff] [blame] | 9049 | ring = &dev_priv->ring[BCS]; |
Jesse Barnes | 7c9017e | 2011-06-16 12:18:54 -0700 | [diff] [blame] | 9050 | |
| 9051 | ret = intel_pin_and_fence_fb_obj(dev, obj, ring); |
| 9052 | if (ret) |
Chris Wilson | 83d4092 | 2012-04-17 19:35:53 +0100 | [diff] [blame] | 9053 | goto err; |
Jesse Barnes | 7c9017e | 2011-06-16 12:18:54 -0700 | [diff] [blame] | 9054 | |
Robin Schroer | eba905b | 2014-05-18 02:24:50 +0200 | [diff] [blame] | 9055 | switch (intel_crtc->plane) { |
Daniel Vetter | cb05d8d | 2012-05-23 14:02:00 +0200 | [diff] [blame] | 9056 | case PLANE_A: |
| 9057 | plane_bit = MI_DISPLAY_FLIP_IVB_PLANE_A; |
| 9058 | break; |
| 9059 | case PLANE_B: |
| 9060 | plane_bit = MI_DISPLAY_FLIP_IVB_PLANE_B; |
| 9061 | break; |
| 9062 | case PLANE_C: |
| 9063 | plane_bit = MI_DISPLAY_FLIP_IVB_PLANE_C; |
| 9064 | break; |
| 9065 | default: |
| 9066 | WARN_ONCE(1, "unknown plane in flip command\n"); |
| 9067 | ret = -ENODEV; |
Eugeni Dodonov | ab3951e | 2012-06-18 19:03:38 -0300 | [diff] [blame] | 9068 | goto err_unpin; |
Daniel Vetter | cb05d8d | 2012-05-23 14:02:00 +0200 | [diff] [blame] | 9069 | } |
| 9070 | |
Chris Wilson | ffe74d7 | 2013-08-26 20:58:12 +0100 | [diff] [blame] | 9071 | len = 4; |
Damien Lespiau | f476828 | 2014-04-07 20:24:34 +0100 | [diff] [blame] | 9072 | if (ring->id == RCS) { |
Chris Wilson | ffe74d7 | 2013-08-26 20:58:12 +0100 | [diff] [blame] | 9073 | len += 6; |
Damien Lespiau | f476828 | 2014-04-07 20:24:34 +0100 | [diff] [blame] | 9074 | /* |
| 9075 | * On Gen 8, SRM is now taking an extra dword to accommodate |
| 9076 | * 48bits addresses, and we need a NOOP for the batch size to |
| 9077 | * stay even. |
| 9078 | */ |
| 9079 | if (IS_GEN8(dev)) |
| 9080 | len += 2; |
| 9081 | } |
Chris Wilson | ffe74d7 | 2013-08-26 20:58:12 +0100 | [diff] [blame] | 9082 | |
Ville Syrjälä | f66fab8 | 2014-02-11 19:52:06 +0200 | [diff] [blame] | 9083 | /* |
| 9084 | * BSpec MI_DISPLAY_FLIP for IVB: |
| 9085 | * "The full packet must be contained within the same cache line." |
| 9086 | * |
| 9087 | * Currently the LRI+SRM+MI_DISPLAY_FLIP all fit within the same |
| 9088 | * cacheline, if we ever start emitting more commands before |
| 9089 | * the MI_DISPLAY_FLIP we may need to first emit everything else, |
| 9090 | * then do the cacheline alignment, and finally emit the |
| 9091 | * MI_DISPLAY_FLIP. |
| 9092 | */ |
| 9093 | ret = intel_ring_cacheline_align(ring); |
| 9094 | if (ret) |
| 9095 | goto err_unpin; |
| 9096 | |
Chris Wilson | ffe74d7 | 2013-08-26 20:58:12 +0100 | [diff] [blame] | 9097 | ret = intel_ring_begin(ring, len); |
Jesse Barnes | 7c9017e | 2011-06-16 12:18:54 -0700 | [diff] [blame] | 9098 | if (ret) |
Chris Wilson | 83d4092 | 2012-04-17 19:35:53 +0100 | [diff] [blame] | 9099 | goto err_unpin; |
Jesse Barnes | 7c9017e | 2011-06-16 12:18:54 -0700 | [diff] [blame] | 9100 | |
Chris Wilson | ffe74d7 | 2013-08-26 20:58:12 +0100 | [diff] [blame] | 9101 | /* Unmask the flip-done completion message. Note that the bspec says that |
| 9102 | * we should do this for both the BCS and RCS, and that we must not unmask |
| 9103 | * more than one flip event at any time (or ensure that one flip message |
| 9104 | * can be sent by waiting for flip-done prior to queueing new flips). |
| 9105 | * Experimentation says that BCS works despite DERRMR masking all |
| 9106 | * flip-done completion events and that unmasking all planes at once |
| 9107 | * for the RCS also doesn't appear to drop events. Setting the DERRMR |
| 9108 | * to zero does lead to lockups within MI_DISPLAY_FLIP. |
| 9109 | */ |
| 9110 | if (ring->id == RCS) { |
| 9111 | intel_ring_emit(ring, MI_LOAD_REGISTER_IMM(1)); |
| 9112 | intel_ring_emit(ring, DERRMR); |
| 9113 | intel_ring_emit(ring, ~(DERRMR_PIPEA_PRI_FLIP_DONE | |
| 9114 | DERRMR_PIPEB_PRI_FLIP_DONE | |
| 9115 | DERRMR_PIPEC_PRI_FLIP_DONE)); |
Damien Lespiau | f476828 | 2014-04-07 20:24:34 +0100 | [diff] [blame] | 9116 | if (IS_GEN8(dev)) |
| 9117 | intel_ring_emit(ring, MI_STORE_REGISTER_MEM_GEN8(1) | |
| 9118 | MI_SRM_LRM_GLOBAL_GTT); |
| 9119 | else |
| 9120 | intel_ring_emit(ring, MI_STORE_REGISTER_MEM(1) | |
| 9121 | MI_SRM_LRM_GLOBAL_GTT); |
Chris Wilson | ffe74d7 | 2013-08-26 20:58:12 +0100 | [diff] [blame] | 9122 | intel_ring_emit(ring, DERRMR); |
| 9123 | intel_ring_emit(ring, ring->scratch.gtt_offset + 256); |
Damien Lespiau | f476828 | 2014-04-07 20:24:34 +0100 | [diff] [blame] | 9124 | if (IS_GEN8(dev)) { |
| 9125 | intel_ring_emit(ring, 0); |
| 9126 | intel_ring_emit(ring, MI_NOOP); |
| 9127 | } |
Chris Wilson | ffe74d7 | 2013-08-26 20:58:12 +0100 | [diff] [blame] | 9128 | } |
| 9129 | |
Daniel Vetter | cb05d8d | 2012-05-23 14:02:00 +0200 | [diff] [blame] | 9130 | intel_ring_emit(ring, MI_DISPLAY_FLIP_I915 | plane_bit); |
Ville Syrjälä | 01f2c77 | 2011-12-20 00:06:49 +0200 | [diff] [blame] | 9131 | intel_ring_emit(ring, (fb->pitches[0] | obj->tiling_mode)); |
Ben Widawsky | f343c5f | 2013-07-05 14:41:04 -0700 | [diff] [blame] | 9132 | intel_ring_emit(ring, i915_gem_obj_ggtt_offset(obj) + intel_crtc->dspaddr_offset); |
Jesse Barnes | 7c9017e | 2011-06-16 12:18:54 -0700 | [diff] [blame] | 9133 | intel_ring_emit(ring, (MI_NOOP)); |
Chris Wilson | e7d841c | 2012-12-03 11:36:30 +0000 | [diff] [blame] | 9134 | |
| 9135 | intel_mark_page_flip_active(intel_crtc); |
Chris Wilson | 0924673 | 2013-08-10 22:16:32 +0100 | [diff] [blame] | 9136 | __intel_ring_advance(ring); |
Chris Wilson | 83d4092 | 2012-04-17 19:35:53 +0100 | [diff] [blame] | 9137 | return 0; |
| 9138 | |
| 9139 | err_unpin: |
| 9140 | intel_unpin_fb_obj(obj); |
| 9141 | err: |
Jesse Barnes | 7c9017e | 2011-06-16 12:18:54 -0700 | [diff] [blame] | 9142 | return ret; |
| 9143 | } |
| 9144 | |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 9145 | static int intel_default_queue_flip(struct drm_device *dev, |
| 9146 | struct drm_crtc *crtc, |
| 9147 | struct drm_framebuffer *fb, |
Keith Packard | ed8d197 | 2013-07-22 18:49:58 -0700 | [diff] [blame] | 9148 | struct drm_i915_gem_object *obj, |
| 9149 | uint32_t flags) |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 9150 | { |
| 9151 | return -ENODEV; |
| 9152 | } |
| 9153 | |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 9154 | static int intel_crtc_page_flip(struct drm_crtc *crtc, |
| 9155 | struct drm_framebuffer *fb, |
Keith Packard | ed8d197 | 2013-07-22 18:49:58 -0700 | [diff] [blame] | 9156 | struct drm_pending_vblank_event *event, |
| 9157 | uint32_t page_flip_flags) |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 9158 | { |
| 9159 | struct drm_device *dev = crtc->dev; |
| 9160 | struct drm_i915_private *dev_priv = dev->dev_private; |
Matt Roper | f4510a2 | 2014-04-01 15:22:40 -0700 | [diff] [blame] | 9161 | struct drm_framebuffer *old_fb = crtc->primary->fb; |
Ville Syrjälä | 4a35f83 | 2013-02-22 16:53:38 +0200 | [diff] [blame] | 9162 | struct drm_i915_gem_object *obj = to_intel_framebuffer(fb)->obj; |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 9163 | struct intel_crtc *intel_crtc = to_intel_crtc(crtc); |
| 9164 | struct intel_unpin_work *work; |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 9165 | unsigned long flags; |
Chris Wilson | 52e6863 | 2010-08-08 10:15:59 +0100 | [diff] [blame] | 9166 | int ret; |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 9167 | |
Ville Syrjälä | e6a595d | 2012-05-24 21:08:59 +0300 | [diff] [blame] | 9168 | /* Can't change pixel format via MI display flips. */ |
Matt Roper | f4510a2 | 2014-04-01 15:22:40 -0700 | [diff] [blame] | 9169 | if (fb->pixel_format != crtc->primary->fb->pixel_format) |
Ville Syrjälä | e6a595d | 2012-05-24 21:08:59 +0300 | [diff] [blame] | 9170 | return -EINVAL; |
| 9171 | |
| 9172 | /* |
| 9173 | * TILEOFF/LINOFF registers can't be changed via MI display flips. |
| 9174 | * Note that pitch changes could also affect these register. |
| 9175 | */ |
| 9176 | if (INTEL_INFO(dev)->gen > 3 && |
Matt Roper | f4510a2 | 2014-04-01 15:22:40 -0700 | [diff] [blame] | 9177 | (fb->offsets[0] != crtc->primary->fb->offsets[0] || |
| 9178 | fb->pitches[0] != crtc->primary->fb->pitches[0])) |
Ville Syrjälä | e6a595d | 2012-05-24 21:08:59 +0300 | [diff] [blame] | 9179 | return -EINVAL; |
| 9180 | |
Chris Wilson | f900db4 | 2014-02-20 09:26:13 +0000 | [diff] [blame] | 9181 | if (i915_terminally_wedged(&dev_priv->gpu_error)) |
| 9182 | goto out_hang; |
| 9183 | |
Daniel Vetter | b14c567 | 2013-09-19 12:18:32 +0200 | [diff] [blame] | 9184 | work = kzalloc(sizeof(*work), GFP_KERNEL); |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 9185 | if (work == NULL) |
| 9186 | return -ENOMEM; |
| 9187 | |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 9188 | work->event = event; |
Chris Wilson | b4a98e5 | 2012-11-01 09:26:26 +0000 | [diff] [blame] | 9189 | work->crtc = crtc; |
Ville Syrjälä | 4a35f83 | 2013-02-22 16:53:38 +0200 | [diff] [blame] | 9190 | work->old_fb_obj = to_intel_framebuffer(old_fb)->obj; |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 9191 | INIT_WORK(&work->work, intel_unpin_work_fn); |
| 9192 | |
Jesse Barnes | 7317c75e6 | 2011-08-29 09:45:28 -0700 | [diff] [blame] | 9193 | ret = drm_vblank_get(dev, intel_crtc->pipe); |
| 9194 | if (ret) |
| 9195 | goto free_work; |
| 9196 | |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 9197 | /* We borrow the event spin lock for protecting unpin_work */ |
| 9198 | spin_lock_irqsave(&dev->event_lock, flags); |
| 9199 | if (intel_crtc->unpin_work) { |
| 9200 | spin_unlock_irqrestore(&dev->event_lock, flags); |
| 9201 | kfree(work); |
Jesse Barnes | 7317c75e6 | 2011-08-29 09:45:28 -0700 | [diff] [blame] | 9202 | drm_vblank_put(dev, intel_crtc->pipe); |
Chris Wilson | 468f0b4 | 2010-05-27 13:18:13 +0100 | [diff] [blame] | 9203 | |
| 9204 | DRM_DEBUG_DRIVER("flip queue: crtc already busy\n"); |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 9205 | return -EBUSY; |
| 9206 | } |
| 9207 | intel_crtc->unpin_work = work; |
| 9208 | spin_unlock_irqrestore(&dev->event_lock, flags); |
| 9209 | |
Chris Wilson | b4a98e5 | 2012-11-01 09:26:26 +0000 | [diff] [blame] | 9210 | if (atomic_read(&intel_crtc->unpin_work_count) >= 2) |
| 9211 | flush_workqueue(dev_priv->wq); |
| 9212 | |
Chris Wilson | 7915810 | 2012-05-23 11:13:58 +0100 | [diff] [blame] | 9213 | ret = i915_mutex_lock_interruptible(dev); |
| 9214 | if (ret) |
| 9215 | goto cleanup; |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 9216 | |
Jesse Barnes | 75dfca8 | 2010-02-10 15:09:44 -0800 | [diff] [blame] | 9217 | /* Reference the objects for the scheduled work. */ |
Chris Wilson | 05394f3 | 2010-11-08 19:18:58 +0000 | [diff] [blame] | 9218 | drm_gem_object_reference(&work->old_fb_obj->base); |
| 9219 | drm_gem_object_reference(&obj->base); |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 9220 | |
Matt Roper | f4510a2 | 2014-04-01 15:22:40 -0700 | [diff] [blame] | 9221 | crtc->primary->fb = fb; |
Chris Wilson | 96b099f | 2010-06-07 14:03:04 +0100 | [diff] [blame] | 9222 | |
Chris Wilson | e1f99ce | 2010-10-27 12:45:26 +0100 | [diff] [blame] | 9223 | work->pending_flip_obj = obj; |
Chris Wilson | e1f99ce | 2010-10-27 12:45:26 +0100 | [diff] [blame] | 9224 | |
Simon Farnsworth | 4e5359c | 2010-09-01 17:47:52 +0100 | [diff] [blame] | 9225 | work->enable_stall_check = true; |
| 9226 | |
Chris Wilson | b4a98e5 | 2012-11-01 09:26:26 +0000 | [diff] [blame] | 9227 | atomic_inc(&intel_crtc->unpin_work_count); |
Ville Syrjälä | 10d8373 | 2013-01-29 18:13:34 +0200 | [diff] [blame] | 9228 | intel_crtc->reset_counter = atomic_read(&dev_priv->gpu_error.reset_counter); |
Chris Wilson | e1f99ce | 2010-10-27 12:45:26 +0100 | [diff] [blame] | 9229 | |
Keith Packard | ed8d197 | 2013-07-22 18:49:58 -0700 | [diff] [blame] | 9230 | ret = dev_priv->display.queue_flip(dev, crtc, fb, obj, page_flip_flags); |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 9231 | if (ret) |
| 9232 | goto cleanup_pending; |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 9233 | |
Chris Wilson | 7782de3 | 2011-07-08 12:22:41 +0100 | [diff] [blame] | 9234 | intel_disable_fbc(dev); |
Chris Wilson | c65355b | 2013-06-06 16:53:41 -0300 | [diff] [blame] | 9235 | intel_mark_fb_busy(obj, NULL); |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 9236 | mutex_unlock(&dev->struct_mutex); |
| 9237 | |
Jesse Barnes | e5510fa | 2010-07-01 16:48:37 -0700 | [diff] [blame] | 9238 | trace_i915_flip_request(intel_crtc->plane, obj); |
| 9239 | |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 9240 | return 0; |
Chris Wilson | 96b099f | 2010-06-07 14:03:04 +0100 | [diff] [blame] | 9241 | |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 9242 | cleanup_pending: |
Chris Wilson | b4a98e5 | 2012-11-01 09:26:26 +0000 | [diff] [blame] | 9243 | atomic_dec(&intel_crtc->unpin_work_count); |
Matt Roper | f4510a2 | 2014-04-01 15:22:40 -0700 | [diff] [blame] | 9244 | crtc->primary->fb = old_fb; |
Chris Wilson | 05394f3 | 2010-11-08 19:18:58 +0000 | [diff] [blame] | 9245 | drm_gem_object_unreference(&work->old_fb_obj->base); |
| 9246 | drm_gem_object_unreference(&obj->base); |
Chris Wilson | 96b099f | 2010-06-07 14:03:04 +0100 | [diff] [blame] | 9247 | mutex_unlock(&dev->struct_mutex); |
| 9248 | |
Chris Wilson | 7915810 | 2012-05-23 11:13:58 +0100 | [diff] [blame] | 9249 | cleanup: |
Chris Wilson | 96b099f | 2010-06-07 14:03:04 +0100 | [diff] [blame] | 9250 | spin_lock_irqsave(&dev->event_lock, flags); |
| 9251 | intel_crtc->unpin_work = NULL; |
| 9252 | spin_unlock_irqrestore(&dev->event_lock, flags); |
| 9253 | |
Jesse Barnes | 7317c75e6 | 2011-08-29 09:45:28 -0700 | [diff] [blame] | 9254 | drm_vblank_put(dev, intel_crtc->pipe); |
| 9255 | free_work: |
Chris Wilson | 96b099f | 2010-06-07 14:03:04 +0100 | [diff] [blame] | 9256 | kfree(work); |
| 9257 | |
Chris Wilson | f900db4 | 2014-02-20 09:26:13 +0000 | [diff] [blame] | 9258 | if (ret == -EIO) { |
| 9259 | out_hang: |
| 9260 | intel_crtc_wait_for_pending_flips(crtc); |
| 9261 | ret = intel_pipe_set_base(crtc, crtc->x, crtc->y, fb); |
| 9262 | if (ret == 0 && event) |
| 9263 | drm_send_vblank_event(dev, intel_crtc->pipe, event); |
| 9264 | } |
Chris Wilson | 96b099f | 2010-06-07 14:03:04 +0100 | [diff] [blame] | 9265 | return ret; |
Kristian Høgsberg | 6b95a20 | 2009-11-18 11:25:18 -0500 | [diff] [blame] | 9266 | } |
| 9267 | |
Chris Wilson | f6e5b16 | 2011-04-12 18:06:51 +0100 | [diff] [blame] | 9268 | static struct drm_crtc_helper_funcs intel_helper_funcs = { |
Chris Wilson | f6e5b16 | 2011-04-12 18:06:51 +0100 | [diff] [blame] | 9269 | .mode_set_base_atomic = intel_pipe_set_base_atomic, |
| 9270 | .load_lut = intel_crtc_load_lut, |
Chris Wilson | f6e5b16 | 2011-04-12 18:06:51 +0100 | [diff] [blame] | 9271 | }; |
| 9272 | |
Daniel Vetter | 9a93585 | 2012-07-05 22:34:27 +0200 | [diff] [blame] | 9273 | /** |
| 9274 | * intel_modeset_update_staged_output_state |
| 9275 | * |
| 9276 | * Updates the staged output configuration state, e.g. after we've read out the |
| 9277 | * current hw state. |
| 9278 | */ |
| 9279 | static void intel_modeset_update_staged_output_state(struct drm_device *dev) |
| 9280 | { |
Ville Syrjälä | 7668851 | 2014-01-10 11:28:06 +0200 | [diff] [blame] | 9281 | struct intel_crtc *crtc; |
Daniel Vetter | 9a93585 | 2012-07-05 22:34:27 +0200 | [diff] [blame] | 9282 | struct intel_encoder *encoder; |
| 9283 | struct intel_connector *connector; |
| 9284 | |
| 9285 | list_for_each_entry(connector, &dev->mode_config.connector_list, |
| 9286 | base.head) { |
| 9287 | connector->new_encoder = |
| 9288 | to_intel_encoder(connector->base.encoder); |
| 9289 | } |
| 9290 | |
| 9291 | list_for_each_entry(encoder, &dev->mode_config.encoder_list, |
| 9292 | base.head) { |
| 9293 | encoder->new_crtc = |
| 9294 | to_intel_crtc(encoder->base.crtc); |
| 9295 | } |
Ville Syrjälä | 7668851 | 2014-01-10 11:28:06 +0200 | [diff] [blame] | 9296 | |
Damien Lespiau | d3fcc80 | 2014-05-13 23:32:22 +0100 | [diff] [blame] | 9297 | for_each_intel_crtc(dev, crtc) { |
Ville Syrjälä | 7668851 | 2014-01-10 11:28:06 +0200 | [diff] [blame] | 9298 | crtc->new_enabled = crtc->base.enabled; |
Ville Syrjälä | 7bd0a8e | 2014-01-14 14:31:38 +0200 | [diff] [blame] | 9299 | |
| 9300 | if (crtc->new_enabled) |
| 9301 | crtc->new_config = &crtc->config; |
| 9302 | else |
| 9303 | crtc->new_config = NULL; |
Ville Syrjälä | 7668851 | 2014-01-10 11:28:06 +0200 | [diff] [blame] | 9304 | } |
Daniel Vetter | 9a93585 | 2012-07-05 22:34:27 +0200 | [diff] [blame] | 9305 | } |
| 9306 | |
| 9307 | /** |
| 9308 | * intel_modeset_commit_output_state |
| 9309 | * |
| 9310 | * This function copies the stage display pipe configuration to the real one. |
| 9311 | */ |
| 9312 | static void intel_modeset_commit_output_state(struct drm_device *dev) |
| 9313 | { |
Ville Syrjälä | 7668851 | 2014-01-10 11:28:06 +0200 | [diff] [blame] | 9314 | struct intel_crtc *crtc; |
Daniel Vetter | 9a93585 | 2012-07-05 22:34:27 +0200 | [diff] [blame] | 9315 | struct intel_encoder *encoder; |
| 9316 | struct intel_connector *connector; |
| 9317 | |
| 9318 | list_for_each_entry(connector, &dev->mode_config.connector_list, |
| 9319 | base.head) { |
| 9320 | connector->base.encoder = &connector->new_encoder->base; |
| 9321 | } |
| 9322 | |
| 9323 | list_for_each_entry(encoder, &dev->mode_config.encoder_list, |
| 9324 | base.head) { |
| 9325 | encoder->base.crtc = &encoder->new_crtc->base; |
| 9326 | } |
Ville Syrjälä | 7668851 | 2014-01-10 11:28:06 +0200 | [diff] [blame] | 9327 | |
Damien Lespiau | d3fcc80 | 2014-05-13 23:32:22 +0100 | [diff] [blame] | 9328 | for_each_intel_crtc(dev, crtc) { |
Ville Syrjälä | 7668851 | 2014-01-10 11:28:06 +0200 | [diff] [blame] | 9329 | crtc->base.enabled = crtc->new_enabled; |
| 9330 | } |
Daniel Vetter | 9a93585 | 2012-07-05 22:34:27 +0200 | [diff] [blame] | 9331 | } |
| 9332 | |
Daniel Vetter | 050f7ae | 2013-06-02 13:26:23 +0200 | [diff] [blame] | 9333 | static void |
Robin Schroer | eba905b | 2014-05-18 02:24:50 +0200 | [diff] [blame] | 9334 | connected_sink_compute_bpp(struct intel_connector *connector, |
Daniel Vetter | 050f7ae | 2013-06-02 13:26:23 +0200 | [diff] [blame] | 9335 | struct intel_crtc_config *pipe_config) |
Daniel Vetter | 4e53c2e | 2013-03-27 00:44:58 +0100 | [diff] [blame] | 9336 | { |
Daniel Vetter | 050f7ae | 2013-06-02 13:26:23 +0200 | [diff] [blame] | 9337 | int bpp = pipe_config->pipe_bpp; |
| 9338 | |
| 9339 | DRM_DEBUG_KMS("[CONNECTOR:%d:%s] checking for sink bpp constrains\n", |
| 9340 | connector->base.base.id, |
| 9341 | drm_get_connector_name(&connector->base)); |
| 9342 | |
| 9343 | /* Don't use an invalid EDID bpc value */ |
| 9344 | if (connector->base.display_info.bpc && |
| 9345 | connector->base.display_info.bpc * 3 < bpp) { |
| 9346 | DRM_DEBUG_KMS("clamping display bpp (was %d) to EDID reported max of %d\n", |
| 9347 | bpp, connector->base.display_info.bpc*3); |
| 9348 | pipe_config->pipe_bpp = connector->base.display_info.bpc*3; |
| 9349 | } |
| 9350 | |
| 9351 | /* Clamp bpp to 8 on screens without EDID 1.4 */ |
| 9352 | if (connector->base.display_info.bpc == 0 && bpp > 24) { |
| 9353 | DRM_DEBUG_KMS("clamping display bpp (was %d) to default limit of 24\n", |
| 9354 | bpp); |
| 9355 | pipe_config->pipe_bpp = 24; |
| 9356 | } |
| 9357 | } |
| 9358 | |
| 9359 | static int |
| 9360 | compute_baseline_pipe_bpp(struct intel_crtc *crtc, |
| 9361 | struct drm_framebuffer *fb, |
| 9362 | struct intel_crtc_config *pipe_config) |
| 9363 | { |
| 9364 | struct drm_device *dev = crtc->base.dev; |
| 9365 | struct intel_connector *connector; |
Daniel Vetter | 4e53c2e | 2013-03-27 00:44:58 +0100 | [diff] [blame] | 9366 | int bpp; |
| 9367 | |
Daniel Vetter | d42264b | 2013-03-28 16:38:08 +0100 | [diff] [blame] | 9368 | switch (fb->pixel_format) { |
| 9369 | case DRM_FORMAT_C8: |
Daniel Vetter | 4e53c2e | 2013-03-27 00:44:58 +0100 | [diff] [blame] | 9370 | bpp = 8*3; /* since we go through a colormap */ |
| 9371 | break; |
Daniel Vetter | d42264b | 2013-03-28 16:38:08 +0100 | [diff] [blame] | 9372 | case DRM_FORMAT_XRGB1555: |
| 9373 | case DRM_FORMAT_ARGB1555: |
| 9374 | /* checked in intel_framebuffer_init already */ |
| 9375 | if (WARN_ON(INTEL_INFO(dev)->gen > 3)) |
| 9376 | return -EINVAL; |
| 9377 | case DRM_FORMAT_RGB565: |
Daniel Vetter | 4e53c2e | 2013-03-27 00:44:58 +0100 | [diff] [blame] | 9378 | bpp = 6*3; /* min is 18bpp */ |
| 9379 | break; |
Daniel Vetter | d42264b | 2013-03-28 16:38:08 +0100 | [diff] [blame] | 9380 | case DRM_FORMAT_XBGR8888: |
| 9381 | case DRM_FORMAT_ABGR8888: |
| 9382 | /* checked in intel_framebuffer_init already */ |
| 9383 | if (WARN_ON(INTEL_INFO(dev)->gen < 4)) |
| 9384 | return -EINVAL; |
| 9385 | case DRM_FORMAT_XRGB8888: |
| 9386 | case DRM_FORMAT_ARGB8888: |
Daniel Vetter | 4e53c2e | 2013-03-27 00:44:58 +0100 | [diff] [blame] | 9387 | bpp = 8*3; |
| 9388 | break; |
Daniel Vetter | d42264b | 2013-03-28 16:38:08 +0100 | [diff] [blame] | 9389 | case DRM_FORMAT_XRGB2101010: |
| 9390 | case DRM_FORMAT_ARGB2101010: |
| 9391 | case DRM_FORMAT_XBGR2101010: |
| 9392 | case DRM_FORMAT_ABGR2101010: |
| 9393 | /* checked in intel_framebuffer_init already */ |
| 9394 | if (WARN_ON(INTEL_INFO(dev)->gen < 4)) |
Daniel Vetter | baba133 | 2013-03-27 00:45:00 +0100 | [diff] [blame] | 9395 | return -EINVAL; |
Daniel Vetter | 4e53c2e | 2013-03-27 00:44:58 +0100 | [diff] [blame] | 9396 | bpp = 10*3; |
| 9397 | break; |
Daniel Vetter | baba133 | 2013-03-27 00:45:00 +0100 | [diff] [blame] | 9398 | /* TODO: gen4+ supports 16 bpc floating point, too. */ |
Daniel Vetter | 4e53c2e | 2013-03-27 00:44:58 +0100 | [diff] [blame] | 9399 | default: |
| 9400 | DRM_DEBUG_KMS("unsupported depth\n"); |
| 9401 | return -EINVAL; |
| 9402 | } |
| 9403 | |
Daniel Vetter | 4e53c2e | 2013-03-27 00:44:58 +0100 | [diff] [blame] | 9404 | pipe_config->pipe_bpp = bpp; |
| 9405 | |
| 9406 | /* Clamp display bpp to EDID value */ |
| 9407 | list_for_each_entry(connector, &dev->mode_config.connector_list, |
Daniel Vetter | 050f7ae | 2013-06-02 13:26:23 +0200 | [diff] [blame] | 9408 | base.head) { |
Daniel Vetter | 1b829e0 | 2013-06-02 13:26:24 +0200 | [diff] [blame] | 9409 | if (!connector->new_encoder || |
| 9410 | connector->new_encoder->new_crtc != crtc) |
Daniel Vetter | 4e53c2e | 2013-03-27 00:44:58 +0100 | [diff] [blame] | 9411 | continue; |
| 9412 | |
Daniel Vetter | 050f7ae | 2013-06-02 13:26:23 +0200 | [diff] [blame] | 9413 | connected_sink_compute_bpp(connector, pipe_config); |
Daniel Vetter | 4e53c2e | 2013-03-27 00:44:58 +0100 | [diff] [blame] | 9414 | } |
| 9415 | |
| 9416 | return bpp; |
| 9417 | } |
| 9418 | |
Daniel Vetter | 644db71 | 2013-09-19 14:53:58 +0200 | [diff] [blame] | 9419 | static void intel_dump_crtc_timings(const struct drm_display_mode *mode) |
| 9420 | { |
| 9421 | DRM_DEBUG_KMS("crtc timings: %d %d %d %d %d %d %d %d %d, " |
| 9422 | "type: 0x%x flags: 0x%x\n", |
Damien Lespiau | 1342830 | 2013-09-25 16:45:36 +0100 | [diff] [blame] | 9423 | mode->crtc_clock, |
Daniel Vetter | 644db71 | 2013-09-19 14:53:58 +0200 | [diff] [blame] | 9424 | mode->crtc_hdisplay, mode->crtc_hsync_start, |
| 9425 | mode->crtc_hsync_end, mode->crtc_htotal, |
| 9426 | mode->crtc_vdisplay, mode->crtc_vsync_start, |
| 9427 | mode->crtc_vsync_end, mode->crtc_vtotal, mode->type, mode->flags); |
| 9428 | } |
| 9429 | |
Daniel Vetter | c0b0341 | 2013-05-28 12:05:54 +0200 | [diff] [blame] | 9430 | static void intel_dump_pipe_config(struct intel_crtc *crtc, |
| 9431 | struct intel_crtc_config *pipe_config, |
| 9432 | const char *context) |
| 9433 | { |
| 9434 | DRM_DEBUG_KMS("[CRTC:%d]%s config for pipe %c\n", crtc->base.base.id, |
| 9435 | context, pipe_name(crtc->pipe)); |
| 9436 | |
| 9437 | DRM_DEBUG_KMS("cpu_transcoder: %c\n", transcoder_name(pipe_config->cpu_transcoder)); |
| 9438 | DRM_DEBUG_KMS("pipe bpp: %i, dithering: %i\n", |
| 9439 | pipe_config->pipe_bpp, pipe_config->dither); |
| 9440 | DRM_DEBUG_KMS("fdi/pch: %i, lanes: %i, gmch_m: %u, gmch_n: %u, link_m: %u, link_n: %u, tu: %u\n", |
| 9441 | pipe_config->has_pch_encoder, |
| 9442 | pipe_config->fdi_lanes, |
| 9443 | pipe_config->fdi_m_n.gmch_m, pipe_config->fdi_m_n.gmch_n, |
| 9444 | pipe_config->fdi_m_n.link_m, pipe_config->fdi_m_n.link_n, |
| 9445 | pipe_config->fdi_m_n.tu); |
Ville Syrjälä | eb14cb7 | 2013-09-10 17:02:54 +0300 | [diff] [blame] | 9446 | DRM_DEBUG_KMS("dp: %i, gmch_m: %u, gmch_n: %u, link_m: %u, link_n: %u, tu: %u\n", |
| 9447 | pipe_config->has_dp_encoder, |
| 9448 | pipe_config->dp_m_n.gmch_m, pipe_config->dp_m_n.gmch_n, |
| 9449 | pipe_config->dp_m_n.link_m, pipe_config->dp_m_n.link_n, |
| 9450 | pipe_config->dp_m_n.tu); |
Daniel Vetter | c0b0341 | 2013-05-28 12:05:54 +0200 | [diff] [blame] | 9451 | DRM_DEBUG_KMS("requested mode:\n"); |
| 9452 | drm_mode_debug_printmodeline(&pipe_config->requested_mode); |
| 9453 | DRM_DEBUG_KMS("adjusted mode:\n"); |
| 9454 | drm_mode_debug_printmodeline(&pipe_config->adjusted_mode); |
Daniel Vetter | 644db71 | 2013-09-19 14:53:58 +0200 | [diff] [blame] | 9455 | intel_dump_crtc_timings(&pipe_config->adjusted_mode); |
Ville Syrjälä | d71b8d4 | 2013-09-06 23:29:08 +0300 | [diff] [blame] | 9456 | DRM_DEBUG_KMS("port clock: %d\n", pipe_config->port_clock); |
Ville Syrjälä | 37327ab | 2013-09-04 18:25:28 +0300 | [diff] [blame] | 9457 | DRM_DEBUG_KMS("pipe src size: %dx%d\n", |
| 9458 | pipe_config->pipe_src_w, pipe_config->pipe_src_h); |
Daniel Vetter | c0b0341 | 2013-05-28 12:05:54 +0200 | [diff] [blame] | 9459 | DRM_DEBUG_KMS("gmch pfit: control: 0x%08x, ratios: 0x%08x, lvds border: 0x%08x\n", |
| 9460 | pipe_config->gmch_pfit.control, |
| 9461 | pipe_config->gmch_pfit.pgm_ratios, |
| 9462 | pipe_config->gmch_pfit.lvds_border_bits); |
Chris Wilson | fd4daa9 | 2013-08-27 17:04:17 +0100 | [diff] [blame] | 9463 | 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] | 9464 | pipe_config->pch_pfit.pos, |
Chris Wilson | fd4daa9 | 2013-08-27 17:04:17 +0100 | [diff] [blame] | 9465 | pipe_config->pch_pfit.size, |
| 9466 | pipe_config->pch_pfit.enabled ? "enabled" : "disabled"); |
Paulo Zanoni | 42db64e | 2013-05-31 16:33:22 -0300 | [diff] [blame] | 9467 | DRM_DEBUG_KMS("ips: %i\n", pipe_config->ips_enabled); |
Ville Syrjälä | cf532bb | 2013-09-04 18:30:02 +0300 | [diff] [blame] | 9468 | DRM_DEBUG_KMS("double wide: %i\n", pipe_config->double_wide); |
Daniel Vetter | c0b0341 | 2013-05-28 12:05:54 +0200 | [diff] [blame] | 9469 | } |
| 9470 | |
Ville Syrjälä | bc079e8 | 2014-03-03 16:15:28 +0200 | [diff] [blame] | 9471 | static bool encoders_cloneable(const struct intel_encoder *a, |
| 9472 | const struct intel_encoder *b) |
Daniel Vetter | accfc0c | 2013-05-30 15:04:25 +0200 | [diff] [blame] | 9473 | { |
Ville Syrjälä | bc079e8 | 2014-03-03 16:15:28 +0200 | [diff] [blame] | 9474 | /* masks could be asymmetric, so check both ways */ |
| 9475 | return a == b || (a->cloneable & (1 << b->type) && |
| 9476 | b->cloneable & (1 << a->type)); |
| 9477 | } |
Daniel Vetter | accfc0c | 2013-05-30 15:04:25 +0200 | [diff] [blame] | 9478 | |
Ville Syrjälä | bc079e8 | 2014-03-03 16:15:28 +0200 | [diff] [blame] | 9479 | static bool check_single_encoder_cloning(struct intel_crtc *crtc, |
| 9480 | struct intel_encoder *encoder) |
| 9481 | { |
| 9482 | struct drm_device *dev = crtc->base.dev; |
| 9483 | struct intel_encoder *source_encoder; |
| 9484 | |
| 9485 | list_for_each_entry(source_encoder, |
| 9486 | &dev->mode_config.encoder_list, base.head) { |
| 9487 | if (source_encoder->new_crtc != crtc) |
Daniel Vetter | accfc0c | 2013-05-30 15:04:25 +0200 | [diff] [blame] | 9488 | continue; |
| 9489 | |
Ville Syrjälä | bc079e8 | 2014-03-03 16:15:28 +0200 | [diff] [blame] | 9490 | if (!encoders_cloneable(encoder, source_encoder)) |
| 9491 | return false; |
Daniel Vetter | accfc0c | 2013-05-30 15:04:25 +0200 | [diff] [blame] | 9492 | } |
| 9493 | |
Ville Syrjälä | bc079e8 | 2014-03-03 16:15:28 +0200 | [diff] [blame] | 9494 | return true; |
| 9495 | } |
| 9496 | |
| 9497 | static bool check_encoder_cloning(struct intel_crtc *crtc) |
| 9498 | { |
| 9499 | struct drm_device *dev = crtc->base.dev; |
| 9500 | struct intel_encoder *encoder; |
| 9501 | |
| 9502 | list_for_each_entry(encoder, |
| 9503 | &dev->mode_config.encoder_list, base.head) { |
| 9504 | if (encoder->new_crtc != crtc) |
| 9505 | continue; |
| 9506 | |
| 9507 | if (!check_single_encoder_cloning(crtc, encoder)) |
| 9508 | return false; |
| 9509 | } |
| 9510 | |
| 9511 | return true; |
Daniel Vetter | accfc0c | 2013-05-30 15:04:25 +0200 | [diff] [blame] | 9512 | } |
| 9513 | |
Daniel Vetter | b8cecdf | 2013-03-27 00:44:50 +0100 | [diff] [blame] | 9514 | static struct intel_crtc_config * |
| 9515 | intel_modeset_pipe_config(struct drm_crtc *crtc, |
Daniel Vetter | 4e53c2e | 2013-03-27 00:44:58 +0100 | [diff] [blame] | 9516 | struct drm_framebuffer *fb, |
Daniel Vetter | b8cecdf | 2013-03-27 00:44:50 +0100 | [diff] [blame] | 9517 | struct drm_display_mode *mode) |
Daniel Vetter | 7758a11 | 2012-07-08 19:40:39 +0200 | [diff] [blame] | 9518 | { |
| 9519 | struct drm_device *dev = crtc->dev; |
Daniel Vetter | 7758a11 | 2012-07-08 19:40:39 +0200 | [diff] [blame] | 9520 | struct intel_encoder *encoder; |
Daniel Vetter | b8cecdf | 2013-03-27 00:44:50 +0100 | [diff] [blame] | 9521 | struct intel_crtc_config *pipe_config; |
Daniel Vetter | e29c22c | 2013-02-21 00:00:16 +0100 | [diff] [blame] | 9522 | int plane_bpp, ret = -EINVAL; |
| 9523 | bool retry = true; |
Daniel Vetter | 7758a11 | 2012-07-08 19:40:39 +0200 | [diff] [blame] | 9524 | |
Ville Syrjälä | bc079e8 | 2014-03-03 16:15:28 +0200 | [diff] [blame] | 9525 | if (!check_encoder_cloning(to_intel_crtc(crtc))) { |
Daniel Vetter | accfc0c | 2013-05-30 15:04:25 +0200 | [diff] [blame] | 9526 | DRM_DEBUG_KMS("rejecting invalid cloning configuration\n"); |
| 9527 | return ERR_PTR(-EINVAL); |
| 9528 | } |
| 9529 | |
Daniel Vetter | b8cecdf | 2013-03-27 00:44:50 +0100 | [diff] [blame] | 9530 | pipe_config = kzalloc(sizeof(*pipe_config), GFP_KERNEL); |
| 9531 | if (!pipe_config) |
Daniel Vetter | 7758a11 | 2012-07-08 19:40:39 +0200 | [diff] [blame] | 9532 | return ERR_PTR(-ENOMEM); |
| 9533 | |
Daniel Vetter | b8cecdf | 2013-03-27 00:44:50 +0100 | [diff] [blame] | 9534 | drm_mode_copy(&pipe_config->adjusted_mode, mode); |
| 9535 | drm_mode_copy(&pipe_config->requested_mode, mode); |
Ville Syrjälä | 37327ab | 2013-09-04 18:25:28 +0300 | [diff] [blame] | 9536 | |
Daniel Vetter | e143a21 | 2013-07-04 12:01:15 +0200 | [diff] [blame] | 9537 | pipe_config->cpu_transcoder = |
| 9538 | (enum transcoder) to_intel_crtc(crtc)->pipe; |
Daniel Vetter | c0d43d6 | 2013-06-07 23:11:08 +0200 | [diff] [blame] | 9539 | pipe_config->shared_dpll = DPLL_ID_PRIVATE; |
Daniel Vetter | b8cecdf | 2013-03-27 00:44:50 +0100 | [diff] [blame] | 9540 | |
Imre Deak | 2960bc9 | 2013-07-30 13:36:32 +0300 | [diff] [blame] | 9541 | /* |
| 9542 | * Sanitize sync polarity flags based on requested ones. If neither |
| 9543 | * positive or negative polarity is requested, treat this as meaning |
| 9544 | * negative polarity. |
| 9545 | */ |
| 9546 | if (!(pipe_config->adjusted_mode.flags & |
| 9547 | (DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_NHSYNC))) |
| 9548 | pipe_config->adjusted_mode.flags |= DRM_MODE_FLAG_NHSYNC; |
| 9549 | |
| 9550 | if (!(pipe_config->adjusted_mode.flags & |
| 9551 | (DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_NVSYNC))) |
| 9552 | pipe_config->adjusted_mode.flags |= DRM_MODE_FLAG_NVSYNC; |
| 9553 | |
Daniel Vetter | 050f7ae | 2013-06-02 13:26:23 +0200 | [diff] [blame] | 9554 | /* Compute a starting value for pipe_config->pipe_bpp taking the source |
| 9555 | * plane pixel format and any sink constraints into account. Returns the |
| 9556 | * source plane bpp so that dithering can be selected on mismatches |
| 9557 | * after encoders and crtc also have had their say. */ |
| 9558 | plane_bpp = compute_baseline_pipe_bpp(to_intel_crtc(crtc), |
| 9559 | fb, pipe_config); |
Daniel Vetter | 4e53c2e | 2013-03-27 00:44:58 +0100 | [diff] [blame] | 9560 | if (plane_bpp < 0) |
| 9561 | goto fail; |
| 9562 | |
Ville Syrjälä | e41a56b | 2013-10-01 22:52:14 +0300 | [diff] [blame] | 9563 | /* |
| 9564 | * Determine the real pipe dimensions. Note that stereo modes can |
| 9565 | * increase the actual pipe size due to the frame doubling and |
| 9566 | * insertion of additional space for blanks between the frame. This |
| 9567 | * is stored in the crtc timings. We use the requested mode to do this |
| 9568 | * computation to clearly distinguish it from the adjusted mode, which |
| 9569 | * can be changed by the connectors in the below retry loop. |
| 9570 | */ |
| 9571 | drm_mode_set_crtcinfo(&pipe_config->requested_mode, CRTC_STEREO_DOUBLE); |
| 9572 | pipe_config->pipe_src_w = pipe_config->requested_mode.crtc_hdisplay; |
| 9573 | pipe_config->pipe_src_h = pipe_config->requested_mode.crtc_vdisplay; |
| 9574 | |
Daniel Vetter | e29c22c | 2013-02-21 00:00:16 +0100 | [diff] [blame] | 9575 | encoder_retry: |
Daniel Vetter | ef1b460 | 2013-06-01 17:17:04 +0200 | [diff] [blame] | 9576 | /* Ensure the port clock defaults are reset when retrying. */ |
Daniel Vetter | ff9a675 | 2013-06-01 17:16:21 +0200 | [diff] [blame] | 9577 | pipe_config->port_clock = 0; |
Daniel Vetter | ef1b460 | 2013-06-01 17:17:04 +0200 | [diff] [blame] | 9578 | pipe_config->pixel_multiplier = 1; |
Daniel Vetter | ff9a675 | 2013-06-01 17:16:21 +0200 | [diff] [blame] | 9579 | |
Daniel Vetter | 135c81b | 2013-07-21 21:37:09 +0200 | [diff] [blame] | 9580 | /* Fill in default crtc timings, allow encoders to overwrite them. */ |
Damien Lespiau | 6ce70f5 | 2013-09-25 16:45:38 +0100 | [diff] [blame] | 9581 | drm_mode_set_crtcinfo(&pipe_config->adjusted_mode, CRTC_STEREO_DOUBLE); |
Daniel Vetter | 135c81b | 2013-07-21 21:37:09 +0200 | [diff] [blame] | 9582 | |
Daniel Vetter | 7758a11 | 2012-07-08 19:40:39 +0200 | [diff] [blame] | 9583 | /* Pass our mode to the connectors and the CRTC to give them a chance to |
| 9584 | * adjust it according to limitations or connector properties, and also |
| 9585 | * a chance to reject the mode entirely. |
| 9586 | */ |
| 9587 | list_for_each_entry(encoder, &dev->mode_config.encoder_list, |
| 9588 | base.head) { |
| 9589 | |
| 9590 | if (&encoder->new_crtc->base != crtc) |
| 9591 | continue; |
Daniel Vetter | 7ae8923 | 2013-03-27 00:44:52 +0100 | [diff] [blame] | 9592 | |
Daniel Vetter | efea6e8 | 2013-07-21 21:36:59 +0200 | [diff] [blame] | 9593 | if (!(encoder->compute_config(encoder, pipe_config))) { |
| 9594 | DRM_DEBUG_KMS("Encoder config failure\n"); |
Daniel Vetter | 7758a11 | 2012-07-08 19:40:39 +0200 | [diff] [blame] | 9595 | goto fail; |
| 9596 | } |
| 9597 | } |
| 9598 | |
Daniel Vetter | ff9a675 | 2013-06-01 17:16:21 +0200 | [diff] [blame] | 9599 | /* Set default port clock if not overwritten by the encoder. Needs to be |
| 9600 | * done afterwards in case the encoder adjusts the mode. */ |
| 9601 | if (!pipe_config->port_clock) |
Damien Lespiau | 241bfc3 | 2013-09-25 16:45:37 +0100 | [diff] [blame] | 9602 | pipe_config->port_clock = pipe_config->adjusted_mode.crtc_clock |
| 9603 | * pipe_config->pixel_multiplier; |
Daniel Vetter | ff9a675 | 2013-06-01 17:16:21 +0200 | [diff] [blame] | 9604 | |
Daniel Vetter | a43f6e0 | 2013-06-07 23:10:32 +0200 | [diff] [blame] | 9605 | ret = intel_crtc_compute_config(to_intel_crtc(crtc), pipe_config); |
Daniel Vetter | e29c22c | 2013-02-21 00:00:16 +0100 | [diff] [blame] | 9606 | if (ret < 0) { |
Daniel Vetter | 7758a11 | 2012-07-08 19:40:39 +0200 | [diff] [blame] | 9607 | DRM_DEBUG_KMS("CRTC fixup failed\n"); |
| 9608 | goto fail; |
| 9609 | } |
Daniel Vetter | e29c22c | 2013-02-21 00:00:16 +0100 | [diff] [blame] | 9610 | |
| 9611 | if (ret == RETRY) { |
| 9612 | if (WARN(!retry, "loop in pipe configuration computation\n")) { |
| 9613 | ret = -EINVAL; |
| 9614 | goto fail; |
| 9615 | } |
| 9616 | |
| 9617 | DRM_DEBUG_KMS("CRTC bw constrained, retrying\n"); |
| 9618 | retry = false; |
| 9619 | goto encoder_retry; |
| 9620 | } |
| 9621 | |
Daniel Vetter | 4e53c2e | 2013-03-27 00:44:58 +0100 | [diff] [blame] | 9622 | pipe_config->dither = pipe_config->pipe_bpp != plane_bpp; |
| 9623 | DRM_DEBUG_KMS("plane bpp: %i, pipe bpp: %i, dithering: %i\n", |
| 9624 | plane_bpp, pipe_config->pipe_bpp, pipe_config->dither); |
| 9625 | |
Daniel Vetter | b8cecdf | 2013-03-27 00:44:50 +0100 | [diff] [blame] | 9626 | return pipe_config; |
Daniel Vetter | 7758a11 | 2012-07-08 19:40:39 +0200 | [diff] [blame] | 9627 | fail: |
Daniel Vetter | b8cecdf | 2013-03-27 00:44:50 +0100 | [diff] [blame] | 9628 | kfree(pipe_config); |
Daniel Vetter | e29c22c | 2013-02-21 00:00:16 +0100 | [diff] [blame] | 9629 | return ERR_PTR(ret); |
Daniel Vetter | 7758a11 | 2012-07-08 19:40:39 +0200 | [diff] [blame] | 9630 | } |
| 9631 | |
Daniel Vetter | e2e1ed4 | 2012-07-08 21:14:38 +0200 | [diff] [blame] | 9632 | /* Computes which crtcs are affected and sets the relevant bits in the mask. For |
| 9633 | * simplicity we use the crtc's pipe number (because it's easier to obtain). */ |
| 9634 | static void |
| 9635 | intel_modeset_affected_pipes(struct drm_crtc *crtc, unsigned *modeset_pipes, |
| 9636 | unsigned *prepare_pipes, unsigned *disable_pipes) |
| 9637 | { |
| 9638 | struct intel_crtc *intel_crtc; |
| 9639 | struct drm_device *dev = crtc->dev; |
| 9640 | struct intel_encoder *encoder; |
| 9641 | struct intel_connector *connector; |
| 9642 | struct drm_crtc *tmp_crtc; |
| 9643 | |
| 9644 | *disable_pipes = *modeset_pipes = *prepare_pipes = 0; |
| 9645 | |
| 9646 | /* Check which crtcs have changed outputs connected to them, these need |
| 9647 | * to be part of the prepare_pipes mask. We don't (yet) support global |
| 9648 | * modeset across multiple crtcs, so modeset_pipes will only have one |
| 9649 | * bit set at most. */ |
| 9650 | list_for_each_entry(connector, &dev->mode_config.connector_list, |
| 9651 | base.head) { |
| 9652 | if (connector->base.encoder == &connector->new_encoder->base) |
| 9653 | continue; |
| 9654 | |
| 9655 | if (connector->base.encoder) { |
| 9656 | tmp_crtc = connector->base.encoder->crtc; |
| 9657 | |
| 9658 | *prepare_pipes |= 1 << to_intel_crtc(tmp_crtc)->pipe; |
| 9659 | } |
| 9660 | |
| 9661 | if (connector->new_encoder) |
| 9662 | *prepare_pipes |= |
| 9663 | 1 << connector->new_encoder->new_crtc->pipe; |
| 9664 | } |
| 9665 | |
| 9666 | list_for_each_entry(encoder, &dev->mode_config.encoder_list, |
| 9667 | base.head) { |
| 9668 | if (encoder->base.crtc == &encoder->new_crtc->base) |
| 9669 | continue; |
| 9670 | |
| 9671 | if (encoder->base.crtc) { |
| 9672 | tmp_crtc = encoder->base.crtc; |
| 9673 | |
| 9674 | *prepare_pipes |= 1 << to_intel_crtc(tmp_crtc)->pipe; |
| 9675 | } |
| 9676 | |
| 9677 | if (encoder->new_crtc) |
| 9678 | *prepare_pipes |= 1 << encoder->new_crtc->pipe; |
| 9679 | } |
| 9680 | |
Ville Syrjälä | 7668851 | 2014-01-10 11:28:06 +0200 | [diff] [blame] | 9681 | /* Check for pipes that will be enabled/disabled ... */ |
Damien Lespiau | d3fcc80 | 2014-05-13 23:32:22 +0100 | [diff] [blame] | 9682 | for_each_intel_crtc(dev, intel_crtc) { |
Ville Syrjälä | 7668851 | 2014-01-10 11:28:06 +0200 | [diff] [blame] | 9683 | if (intel_crtc->base.enabled == intel_crtc->new_enabled) |
Daniel Vetter | e2e1ed4 | 2012-07-08 21:14:38 +0200 | [diff] [blame] | 9684 | continue; |
| 9685 | |
Ville Syrjälä | 7668851 | 2014-01-10 11:28:06 +0200 | [diff] [blame] | 9686 | if (!intel_crtc->new_enabled) |
Daniel Vetter | e2e1ed4 | 2012-07-08 21:14:38 +0200 | [diff] [blame] | 9687 | *disable_pipes |= 1 << intel_crtc->pipe; |
Ville Syrjälä | 7668851 | 2014-01-10 11:28:06 +0200 | [diff] [blame] | 9688 | else |
| 9689 | *prepare_pipes |= 1 << intel_crtc->pipe; |
Daniel Vetter | e2e1ed4 | 2012-07-08 21:14:38 +0200 | [diff] [blame] | 9690 | } |
| 9691 | |
| 9692 | |
| 9693 | /* set_mode is also used to update properties on life display pipes. */ |
| 9694 | intel_crtc = to_intel_crtc(crtc); |
Ville Syrjälä | 7668851 | 2014-01-10 11:28:06 +0200 | [diff] [blame] | 9695 | if (intel_crtc->new_enabled) |
Daniel Vetter | e2e1ed4 | 2012-07-08 21:14:38 +0200 | [diff] [blame] | 9696 | *prepare_pipes |= 1 << intel_crtc->pipe; |
| 9697 | |
Daniel Vetter | b6c5164 | 2013-04-12 18:48:43 +0200 | [diff] [blame] | 9698 | /* |
| 9699 | * For simplicity do a full modeset on any pipe where the output routing |
| 9700 | * changed. We could be more clever, but that would require us to be |
| 9701 | * more careful with calling the relevant encoder->mode_set functions. |
| 9702 | */ |
Daniel Vetter | e2e1ed4 | 2012-07-08 21:14:38 +0200 | [diff] [blame] | 9703 | if (*prepare_pipes) |
| 9704 | *modeset_pipes = *prepare_pipes; |
| 9705 | |
| 9706 | /* ... and mask these out. */ |
| 9707 | *modeset_pipes &= ~(*disable_pipes); |
| 9708 | *prepare_pipes &= ~(*disable_pipes); |
Daniel Vetter | b6c5164 | 2013-04-12 18:48:43 +0200 | [diff] [blame] | 9709 | |
| 9710 | /* |
| 9711 | * HACK: We don't (yet) fully support global modesets. intel_set_config |
| 9712 | * obies this rule, but the modeset restore mode of |
| 9713 | * intel_modeset_setup_hw_state does not. |
| 9714 | */ |
| 9715 | *modeset_pipes &= 1 << intel_crtc->pipe; |
| 9716 | *prepare_pipes &= 1 << intel_crtc->pipe; |
Daniel Vetter | e3641d3 | 2013-04-11 19:49:07 +0200 | [diff] [blame] | 9717 | |
| 9718 | DRM_DEBUG_KMS("set mode pipe masks: modeset: %x, prepare: %x, disable: %x\n", |
| 9719 | *modeset_pipes, *prepare_pipes, *disable_pipes); |
Daniel Vetter | e2e1ed4 | 2012-07-08 21:14:38 +0200 | [diff] [blame] | 9720 | } |
| 9721 | |
Daniel Vetter | ea9d758 | 2012-07-10 10:42:52 +0200 | [diff] [blame] | 9722 | static bool intel_crtc_in_use(struct drm_crtc *crtc) |
| 9723 | { |
| 9724 | struct drm_encoder *encoder; |
| 9725 | struct drm_device *dev = crtc->dev; |
| 9726 | |
| 9727 | list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) |
| 9728 | if (encoder->crtc == crtc) |
| 9729 | return true; |
| 9730 | |
| 9731 | return false; |
| 9732 | } |
| 9733 | |
| 9734 | static void |
| 9735 | intel_modeset_update_state(struct drm_device *dev, unsigned prepare_pipes) |
| 9736 | { |
| 9737 | struct intel_encoder *intel_encoder; |
| 9738 | struct intel_crtc *intel_crtc; |
| 9739 | struct drm_connector *connector; |
| 9740 | |
| 9741 | list_for_each_entry(intel_encoder, &dev->mode_config.encoder_list, |
| 9742 | base.head) { |
| 9743 | if (!intel_encoder->base.crtc) |
| 9744 | continue; |
| 9745 | |
| 9746 | intel_crtc = to_intel_crtc(intel_encoder->base.crtc); |
| 9747 | |
| 9748 | if (prepare_pipes & (1 << intel_crtc->pipe)) |
| 9749 | intel_encoder->connectors_active = false; |
| 9750 | } |
| 9751 | |
| 9752 | intel_modeset_commit_output_state(dev); |
| 9753 | |
Ville Syrjälä | 7668851 | 2014-01-10 11:28:06 +0200 | [diff] [blame] | 9754 | /* Double check state. */ |
Damien Lespiau | d3fcc80 | 2014-05-13 23:32:22 +0100 | [diff] [blame] | 9755 | for_each_intel_crtc(dev, intel_crtc) { |
Ville Syrjälä | 7668851 | 2014-01-10 11:28:06 +0200 | [diff] [blame] | 9756 | 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] | 9757 | WARN_ON(intel_crtc->new_config && |
| 9758 | intel_crtc->new_config != &intel_crtc->config); |
| 9759 | WARN_ON(intel_crtc->base.enabled != !!intel_crtc->new_config); |
Daniel Vetter | ea9d758 | 2012-07-10 10:42:52 +0200 | [diff] [blame] | 9760 | } |
| 9761 | |
| 9762 | list_for_each_entry(connector, &dev->mode_config.connector_list, head) { |
| 9763 | if (!connector->encoder || !connector->encoder->crtc) |
| 9764 | continue; |
| 9765 | |
| 9766 | intel_crtc = to_intel_crtc(connector->encoder->crtc); |
| 9767 | |
| 9768 | if (prepare_pipes & (1 << intel_crtc->pipe)) { |
Daniel Vetter | 68d3472 | 2012-09-06 22:08:35 +0200 | [diff] [blame] | 9769 | struct drm_property *dpms_property = |
| 9770 | dev->mode_config.dpms_property; |
| 9771 | |
Daniel Vetter | ea9d758 | 2012-07-10 10:42:52 +0200 | [diff] [blame] | 9772 | connector->dpms = DRM_MODE_DPMS_ON; |
Rob Clark | 662595d | 2012-10-11 20:36:04 -0500 | [diff] [blame] | 9773 | drm_object_property_set_value(&connector->base, |
Daniel Vetter | 68d3472 | 2012-09-06 22:08:35 +0200 | [diff] [blame] | 9774 | dpms_property, |
| 9775 | DRM_MODE_DPMS_ON); |
Daniel Vetter | ea9d758 | 2012-07-10 10:42:52 +0200 | [diff] [blame] | 9776 | |
| 9777 | intel_encoder = to_intel_encoder(connector->encoder); |
| 9778 | intel_encoder->connectors_active = true; |
| 9779 | } |
| 9780 | } |
| 9781 | |
| 9782 | } |
| 9783 | |
Ville Syrjälä | 3bd2626 | 2013-09-06 23:29:02 +0300 | [diff] [blame] | 9784 | static bool intel_fuzzy_clock_check(int clock1, int clock2) |
Jesse Barnes | f1f644d | 2013-06-27 00:39:25 +0300 | [diff] [blame] | 9785 | { |
Ville Syrjälä | 3bd2626 | 2013-09-06 23:29:02 +0300 | [diff] [blame] | 9786 | int diff; |
Jesse Barnes | f1f644d | 2013-06-27 00:39:25 +0300 | [diff] [blame] | 9787 | |
| 9788 | if (clock1 == clock2) |
| 9789 | return true; |
| 9790 | |
| 9791 | if (!clock1 || !clock2) |
| 9792 | return false; |
| 9793 | |
| 9794 | diff = abs(clock1 - clock2); |
| 9795 | |
| 9796 | if (((((diff + clock1 + clock2) * 100)) / (clock1 + clock2)) < 105) |
| 9797 | return true; |
| 9798 | |
| 9799 | return false; |
| 9800 | } |
| 9801 | |
Daniel Vetter | 25c5b26 | 2012-07-08 22:08:04 +0200 | [diff] [blame] | 9802 | #define for_each_intel_crtc_masked(dev, mask, intel_crtc) \ |
| 9803 | list_for_each_entry((intel_crtc), \ |
| 9804 | &(dev)->mode_config.crtc_list, \ |
| 9805 | base.head) \ |
Daniel Vetter | 0973f18 | 2013-04-19 11:25:33 +0200 | [diff] [blame] | 9806 | if (mask & (1 <<(intel_crtc)->pipe)) |
Daniel Vetter | 25c5b26 | 2012-07-08 22:08:04 +0200 | [diff] [blame] | 9807 | |
Daniel Vetter | 0e8ffe1 | 2013-03-28 10:42:00 +0100 | [diff] [blame] | 9808 | static bool |
Daniel Vetter | 2fa2fe9 | 2013-05-07 23:34:16 +0200 | [diff] [blame] | 9809 | intel_pipe_config_compare(struct drm_device *dev, |
| 9810 | struct intel_crtc_config *current_config, |
Daniel Vetter | 0e8ffe1 | 2013-03-28 10:42:00 +0100 | [diff] [blame] | 9811 | struct intel_crtc_config *pipe_config) |
| 9812 | { |
Daniel Vetter | 66e985c | 2013-06-05 13:34:20 +0200 | [diff] [blame] | 9813 | #define PIPE_CONF_CHECK_X(name) \ |
| 9814 | if (current_config->name != pipe_config->name) { \ |
| 9815 | DRM_ERROR("mismatch in " #name " " \ |
| 9816 | "(expected 0x%08x, found 0x%08x)\n", \ |
| 9817 | current_config->name, \ |
| 9818 | pipe_config->name); \ |
| 9819 | return false; \ |
| 9820 | } |
| 9821 | |
Daniel Vetter | 08a2403 | 2013-04-19 11:25:34 +0200 | [diff] [blame] | 9822 | #define PIPE_CONF_CHECK_I(name) \ |
| 9823 | if (current_config->name != pipe_config->name) { \ |
| 9824 | DRM_ERROR("mismatch in " #name " " \ |
| 9825 | "(expected %i, found %i)\n", \ |
| 9826 | current_config->name, \ |
| 9827 | pipe_config->name); \ |
| 9828 | return false; \ |
Daniel Vetter | 88adfff | 2013-03-28 10:42:01 +0100 | [diff] [blame] | 9829 | } |
| 9830 | |
Daniel Vetter | 1bd1bd8 | 2013-04-29 21:56:12 +0200 | [diff] [blame] | 9831 | #define PIPE_CONF_CHECK_FLAGS(name, mask) \ |
| 9832 | if ((current_config->name ^ pipe_config->name) & (mask)) { \ |
Jesse Barnes | 6f02488 | 2013-07-01 10:19:09 -0700 | [diff] [blame] | 9833 | DRM_ERROR("mismatch in " #name "(" #mask ") " \ |
Daniel Vetter | 1bd1bd8 | 2013-04-29 21:56:12 +0200 | [diff] [blame] | 9834 | "(expected %i, found %i)\n", \ |
| 9835 | current_config->name & (mask), \ |
| 9836 | pipe_config->name & (mask)); \ |
| 9837 | return false; \ |
| 9838 | } |
| 9839 | |
Ville Syrjälä | 5e55065 | 2013-09-06 23:29:07 +0300 | [diff] [blame] | 9840 | #define PIPE_CONF_CHECK_CLOCK_FUZZY(name) \ |
| 9841 | if (!intel_fuzzy_clock_check(current_config->name, pipe_config->name)) { \ |
| 9842 | DRM_ERROR("mismatch in " #name " " \ |
| 9843 | "(expected %i, found %i)\n", \ |
| 9844 | current_config->name, \ |
| 9845 | pipe_config->name); \ |
| 9846 | return false; \ |
| 9847 | } |
| 9848 | |
Daniel Vetter | bb76006 | 2013-06-06 14:55:52 +0200 | [diff] [blame] | 9849 | #define PIPE_CONF_QUIRK(quirk) \ |
| 9850 | ((current_config->quirks | pipe_config->quirks) & (quirk)) |
| 9851 | |
Daniel Vetter | eccb140 | 2013-05-22 00:50:22 +0200 | [diff] [blame] | 9852 | PIPE_CONF_CHECK_I(cpu_transcoder); |
| 9853 | |
Daniel Vetter | 08a2403 | 2013-04-19 11:25:34 +0200 | [diff] [blame] | 9854 | PIPE_CONF_CHECK_I(has_pch_encoder); |
| 9855 | PIPE_CONF_CHECK_I(fdi_lanes); |
Daniel Vetter | 7241920 | 2013-04-04 13:28:53 +0200 | [diff] [blame] | 9856 | PIPE_CONF_CHECK_I(fdi_m_n.gmch_m); |
| 9857 | PIPE_CONF_CHECK_I(fdi_m_n.gmch_n); |
| 9858 | PIPE_CONF_CHECK_I(fdi_m_n.link_m); |
| 9859 | PIPE_CONF_CHECK_I(fdi_m_n.link_n); |
| 9860 | PIPE_CONF_CHECK_I(fdi_m_n.tu); |
Daniel Vetter | 08a2403 | 2013-04-19 11:25:34 +0200 | [diff] [blame] | 9861 | |
Ville Syrjälä | eb14cb7 | 2013-09-10 17:02:54 +0300 | [diff] [blame] | 9862 | PIPE_CONF_CHECK_I(has_dp_encoder); |
| 9863 | PIPE_CONF_CHECK_I(dp_m_n.gmch_m); |
| 9864 | PIPE_CONF_CHECK_I(dp_m_n.gmch_n); |
| 9865 | PIPE_CONF_CHECK_I(dp_m_n.link_m); |
| 9866 | PIPE_CONF_CHECK_I(dp_m_n.link_n); |
| 9867 | PIPE_CONF_CHECK_I(dp_m_n.tu); |
| 9868 | |
Daniel Vetter | 1bd1bd8 | 2013-04-29 21:56:12 +0200 | [diff] [blame] | 9869 | PIPE_CONF_CHECK_I(adjusted_mode.crtc_hdisplay); |
| 9870 | PIPE_CONF_CHECK_I(adjusted_mode.crtc_htotal); |
| 9871 | PIPE_CONF_CHECK_I(adjusted_mode.crtc_hblank_start); |
| 9872 | PIPE_CONF_CHECK_I(adjusted_mode.crtc_hblank_end); |
| 9873 | PIPE_CONF_CHECK_I(adjusted_mode.crtc_hsync_start); |
| 9874 | PIPE_CONF_CHECK_I(adjusted_mode.crtc_hsync_end); |
| 9875 | |
| 9876 | PIPE_CONF_CHECK_I(adjusted_mode.crtc_vdisplay); |
| 9877 | PIPE_CONF_CHECK_I(adjusted_mode.crtc_vtotal); |
| 9878 | PIPE_CONF_CHECK_I(adjusted_mode.crtc_vblank_start); |
| 9879 | PIPE_CONF_CHECK_I(adjusted_mode.crtc_vblank_end); |
| 9880 | PIPE_CONF_CHECK_I(adjusted_mode.crtc_vsync_start); |
| 9881 | PIPE_CONF_CHECK_I(adjusted_mode.crtc_vsync_end); |
| 9882 | |
Daniel Vetter | c93f54c | 2013-06-27 19:47:19 +0200 | [diff] [blame] | 9883 | PIPE_CONF_CHECK_I(pixel_multiplier); |
Daniel Vetter | 6897b4b | 2014-04-24 23:54:47 +0200 | [diff] [blame] | 9884 | PIPE_CONF_CHECK_I(has_hdmi_sink); |
Daniel Vetter | b5a9fa0 | 2014-04-24 23:54:49 +0200 | [diff] [blame] | 9885 | if ((INTEL_INFO(dev)->gen < 8 && !IS_HASWELL(dev)) || |
| 9886 | IS_VALLEYVIEW(dev)) |
| 9887 | PIPE_CONF_CHECK_I(limited_color_range); |
Daniel Vetter | 6c49f24 | 2013-06-06 12:45:25 +0200 | [diff] [blame] | 9888 | |
Daniel Vetter | 9ed109a | 2014-04-24 23:54:52 +0200 | [diff] [blame] | 9889 | PIPE_CONF_CHECK_I(has_audio); |
| 9890 | |
Daniel Vetter | 1bd1bd8 | 2013-04-29 21:56:12 +0200 | [diff] [blame] | 9891 | PIPE_CONF_CHECK_FLAGS(adjusted_mode.flags, |
| 9892 | DRM_MODE_FLAG_INTERLACE); |
| 9893 | |
Daniel Vetter | bb76006 | 2013-06-06 14:55:52 +0200 | [diff] [blame] | 9894 | if (!PIPE_CONF_QUIRK(PIPE_CONFIG_QUIRK_MODE_SYNC_FLAGS)) { |
| 9895 | PIPE_CONF_CHECK_FLAGS(adjusted_mode.flags, |
| 9896 | DRM_MODE_FLAG_PHSYNC); |
| 9897 | PIPE_CONF_CHECK_FLAGS(adjusted_mode.flags, |
| 9898 | DRM_MODE_FLAG_NHSYNC); |
| 9899 | PIPE_CONF_CHECK_FLAGS(adjusted_mode.flags, |
| 9900 | DRM_MODE_FLAG_PVSYNC); |
| 9901 | PIPE_CONF_CHECK_FLAGS(adjusted_mode.flags, |
| 9902 | DRM_MODE_FLAG_NVSYNC); |
| 9903 | } |
Jesse Barnes | 045ac3b | 2013-05-14 17:08:26 -0700 | [diff] [blame] | 9904 | |
Ville Syrjälä | 37327ab | 2013-09-04 18:25:28 +0300 | [diff] [blame] | 9905 | PIPE_CONF_CHECK_I(pipe_src_w); |
| 9906 | PIPE_CONF_CHECK_I(pipe_src_h); |
Daniel Vetter | 1bd1bd8 | 2013-04-29 21:56:12 +0200 | [diff] [blame] | 9907 | |
Daniel Vetter | 9953599 | 2014-04-13 12:00:33 +0200 | [diff] [blame] | 9908 | /* |
| 9909 | * FIXME: BIOS likes to set up a cloned config with lvds+external |
| 9910 | * screen. Since we don't yet re-compute the pipe config when moving |
| 9911 | * just the lvds port away to another pipe the sw tracking won't match. |
| 9912 | * |
| 9913 | * Proper atomic modesets with recomputed global state will fix this. |
| 9914 | * Until then just don't check gmch state for inherited modes. |
| 9915 | */ |
| 9916 | if (!PIPE_CONF_QUIRK(PIPE_CONFIG_QUIRK_INHERITED_MODE)) { |
| 9917 | PIPE_CONF_CHECK_I(gmch_pfit.control); |
| 9918 | /* pfit ratios are autocomputed by the hw on gen4+ */ |
| 9919 | if (INTEL_INFO(dev)->gen < 4) |
| 9920 | PIPE_CONF_CHECK_I(gmch_pfit.pgm_ratios); |
| 9921 | PIPE_CONF_CHECK_I(gmch_pfit.lvds_border_bits); |
| 9922 | } |
| 9923 | |
Chris Wilson | fd4daa9 | 2013-08-27 17:04:17 +0100 | [diff] [blame] | 9924 | PIPE_CONF_CHECK_I(pch_pfit.enabled); |
| 9925 | if (current_config->pch_pfit.enabled) { |
| 9926 | PIPE_CONF_CHECK_I(pch_pfit.pos); |
| 9927 | PIPE_CONF_CHECK_I(pch_pfit.size); |
| 9928 | } |
Daniel Vetter | 2fa2fe9 | 2013-05-07 23:34:16 +0200 | [diff] [blame] | 9929 | |
Jesse Barnes | e59150d | 2014-01-07 13:30:45 -0800 | [diff] [blame] | 9930 | /* BDW+ don't expose a synchronous way to read the state */ |
| 9931 | if (IS_HASWELL(dev)) |
| 9932 | PIPE_CONF_CHECK_I(ips_enabled); |
Paulo Zanoni | 42db64e | 2013-05-31 16:33:22 -0300 | [diff] [blame] | 9933 | |
Ville Syrjälä | 282740f | 2013-09-04 18:30:03 +0300 | [diff] [blame] | 9934 | PIPE_CONF_CHECK_I(double_wide); |
| 9935 | |
Daniel Vetter | c0d43d6 | 2013-06-07 23:11:08 +0200 | [diff] [blame] | 9936 | PIPE_CONF_CHECK_I(shared_dpll); |
Daniel Vetter | 66e985c | 2013-06-05 13:34:20 +0200 | [diff] [blame] | 9937 | PIPE_CONF_CHECK_X(dpll_hw_state.dpll); |
Daniel Vetter | 8bcc279 | 2013-06-05 13:34:28 +0200 | [diff] [blame] | 9938 | PIPE_CONF_CHECK_X(dpll_hw_state.dpll_md); |
Daniel Vetter | 66e985c | 2013-06-05 13:34:20 +0200 | [diff] [blame] | 9939 | PIPE_CONF_CHECK_X(dpll_hw_state.fp0); |
| 9940 | PIPE_CONF_CHECK_X(dpll_hw_state.fp1); |
Daniel Vetter | c0d43d6 | 2013-06-07 23:11:08 +0200 | [diff] [blame] | 9941 | |
Ville Syrjälä | 42571ae | 2013-09-06 23:29:00 +0300 | [diff] [blame] | 9942 | if (IS_G4X(dev) || INTEL_INFO(dev)->gen >= 5) |
| 9943 | PIPE_CONF_CHECK_I(pipe_bpp); |
| 9944 | |
Jesse Barnes | a9a7e98 | 2014-01-20 14:18:04 -0800 | [diff] [blame] | 9945 | PIPE_CONF_CHECK_CLOCK_FUZZY(adjusted_mode.crtc_clock); |
| 9946 | PIPE_CONF_CHECK_CLOCK_FUZZY(port_clock); |
Ville Syrjälä | 5e55065 | 2013-09-06 23:29:07 +0300 | [diff] [blame] | 9947 | |
Daniel Vetter | 66e985c | 2013-06-05 13:34:20 +0200 | [diff] [blame] | 9948 | #undef PIPE_CONF_CHECK_X |
Daniel Vetter | 08a2403 | 2013-04-19 11:25:34 +0200 | [diff] [blame] | 9949 | #undef PIPE_CONF_CHECK_I |
Daniel Vetter | 1bd1bd8 | 2013-04-29 21:56:12 +0200 | [diff] [blame] | 9950 | #undef PIPE_CONF_CHECK_FLAGS |
Ville Syrjälä | 5e55065 | 2013-09-06 23:29:07 +0300 | [diff] [blame] | 9951 | #undef PIPE_CONF_CHECK_CLOCK_FUZZY |
Daniel Vetter | bb76006 | 2013-06-06 14:55:52 +0200 | [diff] [blame] | 9952 | #undef PIPE_CONF_QUIRK |
Daniel Vetter | 627eb5a | 2013-04-29 19:33:42 +0200 | [diff] [blame] | 9953 | |
Daniel Vetter | 0e8ffe1 | 2013-03-28 10:42:00 +0100 | [diff] [blame] | 9954 | return true; |
| 9955 | } |
| 9956 | |
Daniel Vetter | 91d1b4b | 2013-06-05 13:34:18 +0200 | [diff] [blame] | 9957 | static void |
| 9958 | check_connector_state(struct drm_device *dev) |
Daniel Vetter | 8af6cf8 | 2012-07-10 09:50:11 +0200 | [diff] [blame] | 9959 | { |
Daniel Vetter | 8af6cf8 | 2012-07-10 09:50:11 +0200 | [diff] [blame] | 9960 | struct intel_connector *connector; |
| 9961 | |
| 9962 | list_for_each_entry(connector, &dev->mode_config.connector_list, |
| 9963 | base.head) { |
| 9964 | /* This also checks the encoder/connector hw state with the |
| 9965 | * ->get_hw_state callbacks. */ |
| 9966 | intel_connector_check_state(connector); |
| 9967 | |
| 9968 | WARN(&connector->new_encoder->base != connector->base.encoder, |
| 9969 | "connector's staged encoder doesn't match current encoder\n"); |
| 9970 | } |
Daniel Vetter | 91d1b4b | 2013-06-05 13:34:18 +0200 | [diff] [blame] | 9971 | } |
| 9972 | |
| 9973 | static void |
| 9974 | check_encoder_state(struct drm_device *dev) |
| 9975 | { |
| 9976 | struct intel_encoder *encoder; |
| 9977 | struct intel_connector *connector; |
Daniel Vetter | 8af6cf8 | 2012-07-10 09:50:11 +0200 | [diff] [blame] | 9978 | |
| 9979 | list_for_each_entry(encoder, &dev->mode_config.encoder_list, |
| 9980 | base.head) { |
| 9981 | bool enabled = false; |
| 9982 | bool active = false; |
| 9983 | enum pipe pipe, tracked_pipe; |
| 9984 | |
| 9985 | DRM_DEBUG_KMS("[ENCODER:%d:%s]\n", |
| 9986 | encoder->base.base.id, |
| 9987 | drm_get_encoder_name(&encoder->base)); |
| 9988 | |
| 9989 | WARN(&encoder->new_crtc->base != encoder->base.crtc, |
| 9990 | "encoder's stage crtc doesn't match current crtc\n"); |
| 9991 | WARN(encoder->connectors_active && !encoder->base.crtc, |
| 9992 | "encoder's active_connectors set, but no crtc\n"); |
| 9993 | |
| 9994 | list_for_each_entry(connector, &dev->mode_config.connector_list, |
| 9995 | base.head) { |
| 9996 | if (connector->base.encoder != &encoder->base) |
| 9997 | continue; |
| 9998 | enabled = true; |
| 9999 | if (connector->base.dpms != DRM_MODE_DPMS_OFF) |
| 10000 | active = true; |
| 10001 | } |
| 10002 | WARN(!!encoder->base.crtc != enabled, |
| 10003 | "encoder's enabled state mismatch " |
| 10004 | "(expected %i, found %i)\n", |
| 10005 | !!encoder->base.crtc, enabled); |
| 10006 | WARN(active && !encoder->base.crtc, |
| 10007 | "active encoder with no crtc\n"); |
| 10008 | |
| 10009 | WARN(encoder->connectors_active != active, |
| 10010 | "encoder's computed active state doesn't match tracked active state " |
| 10011 | "(expected %i, found %i)\n", active, encoder->connectors_active); |
| 10012 | |
| 10013 | active = encoder->get_hw_state(encoder, &pipe); |
| 10014 | WARN(active != encoder->connectors_active, |
| 10015 | "encoder's hw state doesn't match sw tracking " |
| 10016 | "(expected %i, found %i)\n", |
| 10017 | encoder->connectors_active, active); |
| 10018 | |
| 10019 | if (!encoder->base.crtc) |
| 10020 | continue; |
| 10021 | |
| 10022 | tracked_pipe = to_intel_crtc(encoder->base.crtc)->pipe; |
| 10023 | WARN(active && pipe != tracked_pipe, |
| 10024 | "active encoder's pipe doesn't match" |
| 10025 | "(expected %i, found %i)\n", |
| 10026 | tracked_pipe, pipe); |
| 10027 | |
| 10028 | } |
Daniel Vetter | 91d1b4b | 2013-06-05 13:34:18 +0200 | [diff] [blame] | 10029 | } |
| 10030 | |
| 10031 | static void |
| 10032 | check_crtc_state(struct drm_device *dev) |
| 10033 | { |
Jani Nikula | fbee40d | 2014-03-31 14:27:18 +0300 | [diff] [blame] | 10034 | struct drm_i915_private *dev_priv = dev->dev_private; |
Daniel Vetter | 91d1b4b | 2013-06-05 13:34:18 +0200 | [diff] [blame] | 10035 | struct intel_crtc *crtc; |
| 10036 | struct intel_encoder *encoder; |
| 10037 | struct intel_crtc_config pipe_config; |
Daniel Vetter | 8af6cf8 | 2012-07-10 09:50:11 +0200 | [diff] [blame] | 10038 | |
Damien Lespiau | d3fcc80 | 2014-05-13 23:32:22 +0100 | [diff] [blame] | 10039 | for_each_intel_crtc(dev, crtc) { |
Daniel Vetter | 8af6cf8 | 2012-07-10 09:50:11 +0200 | [diff] [blame] | 10040 | bool enabled = false; |
| 10041 | bool active = false; |
| 10042 | |
Jesse Barnes | 045ac3b | 2013-05-14 17:08:26 -0700 | [diff] [blame] | 10043 | memset(&pipe_config, 0, sizeof(pipe_config)); |
| 10044 | |
Daniel Vetter | 8af6cf8 | 2012-07-10 09:50:11 +0200 | [diff] [blame] | 10045 | DRM_DEBUG_KMS("[CRTC:%d]\n", |
| 10046 | crtc->base.base.id); |
| 10047 | |
| 10048 | WARN(crtc->active && !crtc->base.enabled, |
| 10049 | "active crtc, but not enabled in sw tracking\n"); |
| 10050 | |
| 10051 | list_for_each_entry(encoder, &dev->mode_config.encoder_list, |
| 10052 | base.head) { |
| 10053 | if (encoder->base.crtc != &crtc->base) |
| 10054 | continue; |
| 10055 | enabled = true; |
| 10056 | if (encoder->connectors_active) |
| 10057 | active = true; |
| 10058 | } |
Daniel Vetter | 6c49f24 | 2013-06-06 12:45:25 +0200 | [diff] [blame] | 10059 | |
Daniel Vetter | 8af6cf8 | 2012-07-10 09:50:11 +0200 | [diff] [blame] | 10060 | WARN(active != crtc->active, |
| 10061 | "crtc's computed active state doesn't match tracked active state " |
| 10062 | "(expected %i, found %i)\n", active, crtc->active); |
| 10063 | WARN(enabled != crtc->base.enabled, |
| 10064 | "crtc's computed enabled state doesn't match tracked enabled state " |
| 10065 | "(expected %i, found %i)\n", enabled, crtc->base.enabled); |
| 10066 | |
Daniel Vetter | 0e8ffe1 | 2013-03-28 10:42:00 +0100 | [diff] [blame] | 10067 | active = dev_priv->display.get_pipe_config(crtc, |
| 10068 | &pipe_config); |
Daniel Vetter | d62cf62 | 2013-05-29 10:41:29 +0200 | [diff] [blame] | 10069 | |
| 10070 | /* hw state is inconsistent with the pipe A quirk */ |
| 10071 | if (crtc->pipe == PIPE_A && dev_priv->quirks & QUIRK_PIPEA_FORCE) |
| 10072 | active = crtc->active; |
| 10073 | |
Daniel Vetter | 6c49f24 | 2013-06-06 12:45:25 +0200 | [diff] [blame] | 10074 | list_for_each_entry(encoder, &dev->mode_config.encoder_list, |
| 10075 | base.head) { |
Ville Syrjälä | 3eaba51 | 2013-08-05 17:57:48 +0300 | [diff] [blame] | 10076 | enum pipe pipe; |
Daniel Vetter | 6c49f24 | 2013-06-06 12:45:25 +0200 | [diff] [blame] | 10077 | if (encoder->base.crtc != &crtc->base) |
| 10078 | continue; |
Daniel Vetter | 1d37b68 | 2013-11-18 09:00:59 +0100 | [diff] [blame] | 10079 | if (encoder->get_hw_state(encoder, &pipe)) |
Daniel Vetter | 6c49f24 | 2013-06-06 12:45:25 +0200 | [diff] [blame] | 10080 | encoder->get_config(encoder, &pipe_config); |
| 10081 | } |
| 10082 | |
Daniel Vetter | 0e8ffe1 | 2013-03-28 10:42:00 +0100 | [diff] [blame] | 10083 | WARN(crtc->active != active, |
| 10084 | "crtc active state doesn't match with hw state " |
| 10085 | "(expected %i, found %i)\n", crtc->active, active); |
| 10086 | |
Daniel Vetter | c0b0341 | 2013-05-28 12:05:54 +0200 | [diff] [blame] | 10087 | if (active && |
| 10088 | !intel_pipe_config_compare(dev, &crtc->config, &pipe_config)) { |
| 10089 | WARN(1, "pipe state doesn't match!\n"); |
| 10090 | intel_dump_pipe_config(crtc, &pipe_config, |
| 10091 | "[hw state]"); |
| 10092 | intel_dump_pipe_config(crtc, &crtc->config, |
| 10093 | "[sw state]"); |
| 10094 | } |
Daniel Vetter | 8af6cf8 | 2012-07-10 09:50:11 +0200 | [diff] [blame] | 10095 | } |
| 10096 | } |
| 10097 | |
Daniel Vetter | 91d1b4b | 2013-06-05 13:34:18 +0200 | [diff] [blame] | 10098 | static void |
| 10099 | check_shared_dpll_state(struct drm_device *dev) |
| 10100 | { |
Jani Nikula | fbee40d | 2014-03-31 14:27:18 +0300 | [diff] [blame] | 10101 | struct drm_i915_private *dev_priv = dev->dev_private; |
Daniel Vetter | 91d1b4b | 2013-06-05 13:34:18 +0200 | [diff] [blame] | 10102 | struct intel_crtc *crtc; |
| 10103 | struct intel_dpll_hw_state dpll_hw_state; |
| 10104 | int i; |
Daniel Vetter | 5358901 | 2013-06-05 13:34:16 +0200 | [diff] [blame] | 10105 | |
| 10106 | for (i = 0; i < dev_priv->num_shared_dpll; i++) { |
| 10107 | struct intel_shared_dpll *pll = &dev_priv->shared_dplls[i]; |
| 10108 | int enabled_crtcs = 0, active_crtcs = 0; |
| 10109 | bool active; |
| 10110 | |
| 10111 | memset(&dpll_hw_state, 0, sizeof(dpll_hw_state)); |
| 10112 | |
| 10113 | DRM_DEBUG_KMS("%s\n", pll->name); |
| 10114 | |
| 10115 | active = pll->get_hw_state(dev_priv, pll, &dpll_hw_state); |
| 10116 | |
| 10117 | WARN(pll->active > pll->refcount, |
| 10118 | "more active pll users than references: %i vs %i\n", |
| 10119 | pll->active, pll->refcount); |
| 10120 | WARN(pll->active && !pll->on, |
| 10121 | "pll in active use but not on in sw tracking\n"); |
Daniel Vetter | 35c9537 | 2013-07-17 06:55:04 +0200 | [diff] [blame] | 10122 | WARN(pll->on && !pll->active, |
| 10123 | "pll in on but not on in use in sw tracking\n"); |
Daniel Vetter | 5358901 | 2013-06-05 13:34:16 +0200 | [diff] [blame] | 10124 | WARN(pll->on != active, |
| 10125 | "pll on state mismatch (expected %i, found %i)\n", |
| 10126 | pll->on, active); |
| 10127 | |
Damien Lespiau | d3fcc80 | 2014-05-13 23:32:22 +0100 | [diff] [blame] | 10128 | for_each_intel_crtc(dev, crtc) { |
Daniel Vetter | 5358901 | 2013-06-05 13:34:16 +0200 | [diff] [blame] | 10129 | if (crtc->base.enabled && intel_crtc_to_shared_dpll(crtc) == pll) |
| 10130 | enabled_crtcs++; |
| 10131 | if (crtc->active && intel_crtc_to_shared_dpll(crtc) == pll) |
| 10132 | active_crtcs++; |
| 10133 | } |
| 10134 | WARN(pll->active != active_crtcs, |
| 10135 | "pll active crtcs mismatch (expected %i, found %i)\n", |
| 10136 | pll->active, active_crtcs); |
| 10137 | WARN(pll->refcount != enabled_crtcs, |
| 10138 | "pll enabled crtcs mismatch (expected %i, found %i)\n", |
| 10139 | pll->refcount, enabled_crtcs); |
Daniel Vetter | 66e985c | 2013-06-05 13:34:20 +0200 | [diff] [blame] | 10140 | |
| 10141 | WARN(pll->on && memcmp(&pll->hw_state, &dpll_hw_state, |
| 10142 | sizeof(dpll_hw_state)), |
| 10143 | "pll hw state mismatch\n"); |
Daniel Vetter | 5358901 | 2013-06-05 13:34:16 +0200 | [diff] [blame] | 10144 | } |
Daniel Vetter | a6778b3 | 2012-07-02 09:56:42 +0200 | [diff] [blame] | 10145 | } |
| 10146 | |
Daniel Vetter | 91d1b4b | 2013-06-05 13:34:18 +0200 | [diff] [blame] | 10147 | void |
| 10148 | intel_modeset_check_state(struct drm_device *dev) |
| 10149 | { |
| 10150 | check_connector_state(dev); |
| 10151 | check_encoder_state(dev); |
| 10152 | check_crtc_state(dev); |
| 10153 | check_shared_dpll_state(dev); |
| 10154 | } |
| 10155 | |
Ville Syrjälä | 18442d0 | 2013-09-13 16:00:08 +0300 | [diff] [blame] | 10156 | void ironlake_check_encoder_dotclock(const struct intel_crtc_config *pipe_config, |
| 10157 | int dotclock) |
| 10158 | { |
| 10159 | /* |
| 10160 | * FDI already provided one idea for the dotclock. |
| 10161 | * Yell if the encoder disagrees. |
| 10162 | */ |
Damien Lespiau | 241bfc3 | 2013-09-25 16:45:37 +0100 | [diff] [blame] | 10163 | 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] | 10164 | "FDI dotclock and encoder dotclock mismatch, fdi: %i, encoder: %i\n", |
Damien Lespiau | 241bfc3 | 2013-09-25 16:45:37 +0100 | [diff] [blame] | 10165 | pipe_config->adjusted_mode.crtc_clock, dotclock); |
Ville Syrjälä | 18442d0 | 2013-09-13 16:00:08 +0300 | [diff] [blame] | 10166 | } |
| 10167 | |
Daniel Vetter | f30da18 | 2013-04-11 20:22:50 +0200 | [diff] [blame] | 10168 | static int __intel_set_mode(struct drm_crtc *crtc, |
| 10169 | struct drm_display_mode *mode, |
| 10170 | int x, int y, struct drm_framebuffer *fb) |
Daniel Vetter | a6778b3 | 2012-07-02 09:56:42 +0200 | [diff] [blame] | 10171 | { |
| 10172 | struct drm_device *dev = crtc->dev; |
Jani Nikula | fbee40d | 2014-03-31 14:27:18 +0300 | [diff] [blame] | 10173 | struct drm_i915_private *dev_priv = dev->dev_private; |
Ville Syrjälä | 4b4b923 | 2013-10-26 17:59:30 +0300 | [diff] [blame] | 10174 | struct drm_display_mode *saved_mode; |
Daniel Vetter | b8cecdf | 2013-03-27 00:44:50 +0100 | [diff] [blame] | 10175 | struct intel_crtc_config *pipe_config = NULL; |
Daniel Vetter | 25c5b26 | 2012-07-08 22:08:04 +0200 | [diff] [blame] | 10176 | struct intel_crtc *intel_crtc; |
| 10177 | unsigned disable_pipes, prepare_pipes, modeset_pipes; |
Chris Wilson | c0c36b94 | 2012-12-19 16:08:43 +0000 | [diff] [blame] | 10178 | int ret = 0; |
Daniel Vetter | a6778b3 | 2012-07-02 09:56:42 +0200 | [diff] [blame] | 10179 | |
Ville Syrjälä | 4b4b923 | 2013-10-26 17:59:30 +0300 | [diff] [blame] | 10180 | saved_mode = kmalloc(sizeof(*saved_mode), GFP_KERNEL); |
Chris Wilson | c0c36b94 | 2012-12-19 16:08:43 +0000 | [diff] [blame] | 10181 | if (!saved_mode) |
| 10182 | return -ENOMEM; |
Daniel Vetter | a6778b3 | 2012-07-02 09:56:42 +0200 | [diff] [blame] | 10183 | |
Daniel Vetter | e2e1ed4 | 2012-07-08 21:14:38 +0200 | [diff] [blame] | 10184 | intel_modeset_affected_pipes(crtc, &modeset_pipes, |
Daniel Vetter | 25c5b26 | 2012-07-08 22:08:04 +0200 | [diff] [blame] | 10185 | &prepare_pipes, &disable_pipes); |
| 10186 | |
Tim Gardner | 3ac1823 | 2012-12-07 07:54:26 -0700 | [diff] [blame] | 10187 | *saved_mode = crtc->mode; |
Daniel Vetter | a6778b3 | 2012-07-02 09:56:42 +0200 | [diff] [blame] | 10188 | |
Daniel Vetter | 25c5b26 | 2012-07-08 22:08:04 +0200 | [diff] [blame] | 10189 | /* Hack: Because we don't (yet) support global modeset on multiple |
| 10190 | * crtcs, we don't keep track of the new mode for more than one crtc. |
| 10191 | * Hence simply check whether any bit is set in modeset_pipes in all the |
| 10192 | * pieces of code that are not yet converted to deal with mutliple crtcs |
| 10193 | * changing their mode at the same time. */ |
Daniel Vetter | 25c5b26 | 2012-07-08 22:08:04 +0200 | [diff] [blame] | 10194 | if (modeset_pipes) { |
Daniel Vetter | 4e53c2e | 2013-03-27 00:44:58 +0100 | [diff] [blame] | 10195 | pipe_config = intel_modeset_pipe_config(crtc, fb, mode); |
Daniel Vetter | b8cecdf | 2013-03-27 00:44:50 +0100 | [diff] [blame] | 10196 | if (IS_ERR(pipe_config)) { |
| 10197 | ret = PTR_ERR(pipe_config); |
| 10198 | pipe_config = NULL; |
| 10199 | |
Tim Gardner | 3ac1823 | 2012-12-07 07:54:26 -0700 | [diff] [blame] | 10200 | goto out; |
Daniel Vetter | 25c5b26 | 2012-07-08 22:08:04 +0200 | [diff] [blame] | 10201 | } |
Daniel Vetter | c0b0341 | 2013-05-28 12:05:54 +0200 | [diff] [blame] | 10202 | intel_dump_pipe_config(to_intel_crtc(crtc), pipe_config, |
| 10203 | "[modeset]"); |
Ville Syrjälä | 50741ab | 2014-01-10 11:28:07 +0200 | [diff] [blame] | 10204 | to_intel_crtc(crtc)->new_config = pipe_config; |
Daniel Vetter | a6778b3 | 2012-07-02 09:56:42 +0200 | [diff] [blame] | 10205 | } |
| 10206 | |
Jesse Barnes | 30a970c | 2013-11-04 13:48:12 -0800 | [diff] [blame] | 10207 | /* |
| 10208 | * See if the config requires any additional preparation, e.g. |
| 10209 | * to adjust global state with pipes off. We need to do this |
| 10210 | * here so we can get the modeset_pipe updated config for the new |
| 10211 | * mode set on this crtc. For other crtcs we need to use the |
| 10212 | * adjusted_mode bits in the crtc directly. |
| 10213 | */ |
Ville Syrjälä | c164f83 | 2013-11-05 22:34:12 +0200 | [diff] [blame] | 10214 | if (IS_VALLEYVIEW(dev)) { |
Ville Syrjälä | 2f2d7aa | 2014-01-10 11:28:08 +0200 | [diff] [blame] | 10215 | valleyview_modeset_global_pipes(dev, &prepare_pipes); |
Jesse Barnes | 30a970c | 2013-11-04 13:48:12 -0800 | [diff] [blame] | 10216 | |
Ville Syrjälä | c164f83 | 2013-11-05 22:34:12 +0200 | [diff] [blame] | 10217 | /* may have added more to prepare_pipes than we should */ |
| 10218 | prepare_pipes &= ~disable_pipes; |
| 10219 | } |
| 10220 | |
Daniel Vetter | 460da916 | 2013-03-27 00:44:51 +0100 | [diff] [blame] | 10221 | for_each_intel_crtc_masked(dev, disable_pipes, intel_crtc) |
| 10222 | intel_crtc_disable(&intel_crtc->base); |
| 10223 | |
Daniel Vetter | ea9d758 | 2012-07-10 10:42:52 +0200 | [diff] [blame] | 10224 | for_each_intel_crtc_masked(dev, prepare_pipes, intel_crtc) { |
| 10225 | if (intel_crtc->base.enabled) |
| 10226 | dev_priv->display.crtc_disable(&intel_crtc->base); |
| 10227 | } |
Daniel Vetter | a6778b3 | 2012-07-02 09:56:42 +0200 | [diff] [blame] | 10228 | |
Daniel Vetter | 6c4c86f | 2012-09-10 21:58:30 +0200 | [diff] [blame] | 10229 | /* crtc->mode is already used by the ->mode_set callbacks, hence we need |
| 10230 | * to set it here already despite that we pass it down the callchain. |
| 10231 | */ |
Daniel Vetter | b8cecdf | 2013-03-27 00:44:50 +0100 | [diff] [blame] | 10232 | if (modeset_pipes) { |
Daniel Vetter | 25c5b26 | 2012-07-08 22:08:04 +0200 | [diff] [blame] | 10233 | crtc->mode = *mode; |
Daniel Vetter | b8cecdf | 2013-03-27 00:44:50 +0100 | [diff] [blame] | 10234 | /* mode_set/enable/disable functions rely on a correct pipe |
| 10235 | * config. */ |
| 10236 | to_intel_crtc(crtc)->config = *pipe_config; |
Ville Syrjälä | 50741ab | 2014-01-10 11:28:07 +0200 | [diff] [blame] | 10237 | to_intel_crtc(crtc)->new_config = &to_intel_crtc(crtc)->config; |
Ville Syrjälä | c326c0a | 2013-10-28 12:53:41 +0200 | [diff] [blame] | 10238 | |
| 10239 | /* |
| 10240 | * Calculate and store various constants which |
| 10241 | * are later needed by vblank and swap-completion |
| 10242 | * timestamping. They are derived from true hwmode. |
| 10243 | */ |
| 10244 | drm_calc_timestamping_constants(crtc, |
| 10245 | &pipe_config->adjusted_mode); |
Daniel Vetter | b8cecdf | 2013-03-27 00:44:50 +0100 | [diff] [blame] | 10246 | } |
Daniel Vetter | 7758a11 | 2012-07-08 19:40:39 +0200 | [diff] [blame] | 10247 | |
Daniel Vetter | ea9d758 | 2012-07-10 10:42:52 +0200 | [diff] [blame] | 10248 | /* Only after disabling all output pipelines that will be changed can we |
| 10249 | * update the the output configuration. */ |
| 10250 | intel_modeset_update_state(dev, prepare_pipes); |
| 10251 | |
Daniel Vetter | 47fab73 | 2012-10-26 10:58:18 +0200 | [diff] [blame] | 10252 | if (dev_priv->display.modeset_global_resources) |
| 10253 | dev_priv->display.modeset_global_resources(dev); |
| 10254 | |
Daniel Vetter | a6778b3 | 2012-07-02 09:56:42 +0200 | [diff] [blame] | 10255 | /* Set up the DPLL and any encoders state that needs to adjust or depend |
| 10256 | * on the DPLL. |
| 10257 | */ |
Daniel Vetter | 25c5b26 | 2012-07-08 22:08:04 +0200 | [diff] [blame] | 10258 | for_each_intel_crtc_masked(dev, modeset_pipes, intel_crtc) { |
Daniel Vetter | 4c10794 | 2014-04-24 23:55:05 +0200 | [diff] [blame] | 10259 | struct drm_framebuffer *old_fb; |
| 10260 | |
| 10261 | mutex_lock(&dev->struct_mutex); |
| 10262 | ret = intel_pin_and_fence_fb_obj(dev, |
| 10263 | to_intel_framebuffer(fb)->obj, |
| 10264 | NULL); |
| 10265 | if (ret != 0) { |
| 10266 | DRM_ERROR("pin & fence failed\n"); |
| 10267 | mutex_unlock(&dev->struct_mutex); |
| 10268 | goto done; |
| 10269 | } |
| 10270 | old_fb = crtc->primary->fb; |
| 10271 | if (old_fb) |
| 10272 | intel_unpin_fb_obj(to_intel_framebuffer(old_fb)->obj); |
| 10273 | mutex_unlock(&dev->struct_mutex); |
| 10274 | |
| 10275 | crtc->primary->fb = fb; |
| 10276 | crtc->x = x; |
| 10277 | crtc->y = y; |
| 10278 | |
Daniel Vetter | 4271b75 | 2014-04-24 23:55:00 +0200 | [diff] [blame] | 10279 | ret = dev_priv->display.crtc_mode_set(&intel_crtc->base, |
| 10280 | x, y, fb); |
Chris Wilson | c0c36b94 | 2012-12-19 16:08:43 +0000 | [diff] [blame] | 10281 | if (ret) |
| 10282 | goto done; |
Daniel Vetter | a6778b3 | 2012-07-02 09:56:42 +0200 | [diff] [blame] | 10283 | } |
| 10284 | |
| 10285 | /* Now enable the clocks, plane, pipe, and connectors that we set up. */ |
Daniel Vetter | 25c5b26 | 2012-07-08 22:08:04 +0200 | [diff] [blame] | 10286 | for_each_intel_crtc_masked(dev, prepare_pipes, intel_crtc) |
| 10287 | dev_priv->display.crtc_enable(&intel_crtc->base); |
Daniel Vetter | a6778b3 | 2012-07-02 09:56:42 +0200 | [diff] [blame] | 10288 | |
Daniel Vetter | a6778b3 | 2012-07-02 09:56:42 +0200 | [diff] [blame] | 10289 | /* FIXME: add subpixel order */ |
| 10290 | done: |
Ville Syrjälä | 4b4b923 | 2013-10-26 17:59:30 +0300 | [diff] [blame] | 10291 | if (ret && crtc->enabled) |
Tim Gardner | 3ac1823 | 2012-12-07 07:54:26 -0700 | [diff] [blame] | 10292 | crtc->mode = *saved_mode; |
Daniel Vetter | a6778b3 | 2012-07-02 09:56:42 +0200 | [diff] [blame] | 10293 | |
Tim Gardner | 3ac1823 | 2012-12-07 07:54:26 -0700 | [diff] [blame] | 10294 | out: |
Daniel Vetter | b8cecdf | 2013-03-27 00:44:50 +0100 | [diff] [blame] | 10295 | kfree(pipe_config); |
Tim Gardner | 3ac1823 | 2012-12-07 07:54:26 -0700 | [diff] [blame] | 10296 | kfree(saved_mode); |
Daniel Vetter | a6778b3 | 2012-07-02 09:56:42 +0200 | [diff] [blame] | 10297 | return ret; |
| 10298 | } |
| 10299 | |
Damien Lespiau | e7457a9 | 2013-08-08 22:28:59 +0100 | [diff] [blame] | 10300 | static int intel_set_mode(struct drm_crtc *crtc, |
| 10301 | struct drm_display_mode *mode, |
| 10302 | int x, int y, struct drm_framebuffer *fb) |
Daniel Vetter | f30da18 | 2013-04-11 20:22:50 +0200 | [diff] [blame] | 10303 | { |
| 10304 | int ret; |
| 10305 | |
| 10306 | ret = __intel_set_mode(crtc, mode, x, y, fb); |
| 10307 | |
| 10308 | if (ret == 0) |
| 10309 | intel_modeset_check_state(crtc->dev); |
| 10310 | |
| 10311 | return ret; |
| 10312 | } |
| 10313 | |
Chris Wilson | c0c36b94 | 2012-12-19 16:08:43 +0000 | [diff] [blame] | 10314 | void intel_crtc_restore_mode(struct drm_crtc *crtc) |
| 10315 | { |
Matt Roper | f4510a2 | 2014-04-01 15:22:40 -0700 | [diff] [blame] | 10316 | 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] | 10317 | } |
| 10318 | |
Daniel Vetter | 25c5b26 | 2012-07-08 22:08:04 +0200 | [diff] [blame] | 10319 | #undef for_each_intel_crtc_masked |
| 10320 | |
Daniel Vetter | d9e5560 | 2012-07-04 22:16:09 +0200 | [diff] [blame] | 10321 | static void intel_set_config_free(struct intel_set_config *config) |
| 10322 | { |
| 10323 | if (!config) |
| 10324 | return; |
| 10325 | |
Daniel Vetter | 1aa4b62 | 2012-07-05 16:20:48 +0200 | [diff] [blame] | 10326 | kfree(config->save_connector_encoders); |
| 10327 | kfree(config->save_encoder_crtcs); |
Ville Syrjälä | 7668851 | 2014-01-10 11:28:06 +0200 | [diff] [blame] | 10328 | kfree(config->save_crtc_enabled); |
Daniel Vetter | d9e5560 | 2012-07-04 22:16:09 +0200 | [diff] [blame] | 10329 | kfree(config); |
| 10330 | } |
| 10331 | |
Daniel Vetter | 85f9eb7 | 2012-07-04 22:24:08 +0200 | [diff] [blame] | 10332 | static int intel_set_config_save_state(struct drm_device *dev, |
| 10333 | struct intel_set_config *config) |
| 10334 | { |
Ville Syrjälä | 7668851 | 2014-01-10 11:28:06 +0200 | [diff] [blame] | 10335 | struct drm_crtc *crtc; |
Daniel Vetter | 85f9eb7 | 2012-07-04 22:24:08 +0200 | [diff] [blame] | 10336 | struct drm_encoder *encoder; |
| 10337 | struct drm_connector *connector; |
| 10338 | int count; |
| 10339 | |
Ville Syrjälä | 7668851 | 2014-01-10 11:28:06 +0200 | [diff] [blame] | 10340 | config->save_crtc_enabled = |
| 10341 | kcalloc(dev->mode_config.num_crtc, |
| 10342 | sizeof(bool), GFP_KERNEL); |
| 10343 | if (!config->save_crtc_enabled) |
| 10344 | return -ENOMEM; |
| 10345 | |
Daniel Vetter | 1aa4b62 | 2012-07-05 16:20:48 +0200 | [diff] [blame] | 10346 | config->save_encoder_crtcs = |
| 10347 | kcalloc(dev->mode_config.num_encoder, |
| 10348 | sizeof(struct drm_crtc *), GFP_KERNEL); |
| 10349 | if (!config->save_encoder_crtcs) |
Daniel Vetter | 85f9eb7 | 2012-07-04 22:24:08 +0200 | [diff] [blame] | 10350 | return -ENOMEM; |
| 10351 | |
Daniel Vetter | 1aa4b62 | 2012-07-05 16:20:48 +0200 | [diff] [blame] | 10352 | config->save_connector_encoders = |
| 10353 | kcalloc(dev->mode_config.num_connector, |
| 10354 | sizeof(struct drm_encoder *), GFP_KERNEL); |
| 10355 | if (!config->save_connector_encoders) |
Daniel Vetter | 85f9eb7 | 2012-07-04 22:24:08 +0200 | [diff] [blame] | 10356 | return -ENOMEM; |
| 10357 | |
| 10358 | /* Copy data. Note that driver private data is not affected. |
| 10359 | * Should anything bad happen only the expected state is |
| 10360 | * restored, not the drivers personal bookkeeping. |
| 10361 | */ |
| 10362 | count = 0; |
Damien Lespiau | 70e1e0e | 2014-05-13 23:32:24 +0100 | [diff] [blame] | 10363 | for_each_crtc(dev, crtc) { |
Ville Syrjälä | 7668851 | 2014-01-10 11:28:06 +0200 | [diff] [blame] | 10364 | config->save_crtc_enabled[count++] = crtc->enabled; |
| 10365 | } |
| 10366 | |
| 10367 | count = 0; |
Daniel Vetter | 85f9eb7 | 2012-07-04 22:24:08 +0200 | [diff] [blame] | 10368 | list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) { |
Daniel Vetter | 1aa4b62 | 2012-07-05 16:20:48 +0200 | [diff] [blame] | 10369 | config->save_encoder_crtcs[count++] = encoder->crtc; |
Daniel Vetter | 85f9eb7 | 2012-07-04 22:24:08 +0200 | [diff] [blame] | 10370 | } |
| 10371 | |
| 10372 | count = 0; |
| 10373 | list_for_each_entry(connector, &dev->mode_config.connector_list, head) { |
Daniel Vetter | 1aa4b62 | 2012-07-05 16:20:48 +0200 | [diff] [blame] | 10374 | config->save_connector_encoders[count++] = connector->encoder; |
Daniel Vetter | 85f9eb7 | 2012-07-04 22:24:08 +0200 | [diff] [blame] | 10375 | } |
| 10376 | |
| 10377 | return 0; |
| 10378 | } |
| 10379 | |
| 10380 | static void intel_set_config_restore_state(struct drm_device *dev, |
| 10381 | struct intel_set_config *config) |
| 10382 | { |
Ville Syrjälä | 7668851 | 2014-01-10 11:28:06 +0200 | [diff] [blame] | 10383 | struct intel_crtc *crtc; |
Daniel Vetter | 9a93585 | 2012-07-05 22:34:27 +0200 | [diff] [blame] | 10384 | struct intel_encoder *encoder; |
| 10385 | struct intel_connector *connector; |
Daniel Vetter | 85f9eb7 | 2012-07-04 22:24:08 +0200 | [diff] [blame] | 10386 | int count; |
| 10387 | |
| 10388 | count = 0; |
Damien Lespiau | d3fcc80 | 2014-05-13 23:32:22 +0100 | [diff] [blame] | 10389 | for_each_intel_crtc(dev, crtc) { |
Ville Syrjälä | 7668851 | 2014-01-10 11:28:06 +0200 | [diff] [blame] | 10390 | crtc->new_enabled = config->save_crtc_enabled[count++]; |
Ville Syrjälä | 7bd0a8e | 2014-01-14 14:31:38 +0200 | [diff] [blame] | 10391 | |
| 10392 | if (crtc->new_enabled) |
| 10393 | crtc->new_config = &crtc->config; |
| 10394 | else |
| 10395 | crtc->new_config = NULL; |
Ville Syrjälä | 7668851 | 2014-01-10 11:28:06 +0200 | [diff] [blame] | 10396 | } |
| 10397 | |
| 10398 | count = 0; |
Daniel Vetter | 9a93585 | 2012-07-05 22:34:27 +0200 | [diff] [blame] | 10399 | list_for_each_entry(encoder, &dev->mode_config.encoder_list, base.head) { |
| 10400 | encoder->new_crtc = |
| 10401 | to_intel_crtc(config->save_encoder_crtcs[count++]); |
Daniel Vetter | 85f9eb7 | 2012-07-04 22:24:08 +0200 | [diff] [blame] | 10402 | } |
| 10403 | |
| 10404 | count = 0; |
Daniel Vetter | 9a93585 | 2012-07-05 22:34:27 +0200 | [diff] [blame] | 10405 | list_for_each_entry(connector, &dev->mode_config.connector_list, base.head) { |
| 10406 | connector->new_encoder = |
| 10407 | to_intel_encoder(config->save_connector_encoders[count++]); |
Daniel Vetter | 85f9eb7 | 2012-07-04 22:24:08 +0200 | [diff] [blame] | 10408 | } |
| 10409 | } |
| 10410 | |
Imre Deak | e3de42b | 2013-05-03 19:44:07 +0200 | [diff] [blame] | 10411 | static bool |
Chris Wilson | 2e57f47 | 2013-07-17 12:14:40 +0100 | [diff] [blame] | 10412 | is_crtc_connector_off(struct drm_mode_set *set) |
Imre Deak | e3de42b | 2013-05-03 19:44:07 +0200 | [diff] [blame] | 10413 | { |
| 10414 | int i; |
| 10415 | |
Chris Wilson | 2e57f47 | 2013-07-17 12:14:40 +0100 | [diff] [blame] | 10416 | if (set->num_connectors == 0) |
| 10417 | return false; |
| 10418 | |
| 10419 | if (WARN_ON(set->connectors == NULL)) |
| 10420 | return false; |
| 10421 | |
| 10422 | for (i = 0; i < set->num_connectors; i++) |
| 10423 | if (set->connectors[i]->encoder && |
| 10424 | set->connectors[i]->encoder->crtc == set->crtc && |
| 10425 | set->connectors[i]->dpms != DRM_MODE_DPMS_ON) |
Imre Deak | e3de42b | 2013-05-03 19:44:07 +0200 | [diff] [blame] | 10426 | return true; |
| 10427 | |
| 10428 | return false; |
| 10429 | } |
| 10430 | |
Daniel Vetter | 5e2b584 | 2012-07-04 22:41:29 +0200 | [diff] [blame] | 10431 | static void |
| 10432 | intel_set_config_compute_mode_changes(struct drm_mode_set *set, |
| 10433 | struct intel_set_config *config) |
| 10434 | { |
| 10435 | |
| 10436 | /* We should be able to check here if the fb has the same properties |
| 10437 | * and then just flip_or_move it */ |
Chris Wilson | 2e57f47 | 2013-07-17 12:14:40 +0100 | [diff] [blame] | 10438 | if (is_crtc_connector_off(set)) { |
| 10439 | config->mode_changed = true; |
Matt Roper | f4510a2 | 2014-04-01 15:22:40 -0700 | [diff] [blame] | 10440 | } else if (set->crtc->primary->fb != set->fb) { |
Daniel Vetter | 5e2b584 | 2012-07-04 22:41:29 +0200 | [diff] [blame] | 10441 | /* If we have no fb then treat it as a full mode set */ |
Matt Roper | f4510a2 | 2014-04-01 15:22:40 -0700 | [diff] [blame] | 10442 | if (set->crtc->primary->fb == NULL) { |
Jesse Barnes | 319d982 | 2013-06-26 01:38:19 +0300 | [diff] [blame] | 10443 | struct intel_crtc *intel_crtc = |
| 10444 | to_intel_crtc(set->crtc); |
| 10445 | |
Jani Nikula | d330a95 | 2014-01-21 11:24:25 +0200 | [diff] [blame] | 10446 | if (intel_crtc->active && i915.fastboot) { |
Jesse Barnes | 319d982 | 2013-06-26 01:38:19 +0300 | [diff] [blame] | 10447 | DRM_DEBUG_KMS("crtc has no fb, will flip\n"); |
| 10448 | config->fb_changed = true; |
| 10449 | } else { |
| 10450 | DRM_DEBUG_KMS("inactive crtc, full mode set\n"); |
| 10451 | config->mode_changed = true; |
| 10452 | } |
Daniel Vetter | 5e2b584 | 2012-07-04 22:41:29 +0200 | [diff] [blame] | 10453 | } else if (set->fb == NULL) { |
| 10454 | config->mode_changed = true; |
Daniel Vetter | 72f4901 | 2013-03-28 16:01:35 +0100 | [diff] [blame] | 10455 | } else if (set->fb->pixel_format != |
Matt Roper | f4510a2 | 2014-04-01 15:22:40 -0700 | [diff] [blame] | 10456 | set->crtc->primary->fb->pixel_format) { |
Daniel Vetter | 5e2b584 | 2012-07-04 22:41:29 +0200 | [diff] [blame] | 10457 | config->mode_changed = true; |
Imre Deak | e3de42b | 2013-05-03 19:44:07 +0200 | [diff] [blame] | 10458 | } else { |
Daniel Vetter | 5e2b584 | 2012-07-04 22:41:29 +0200 | [diff] [blame] | 10459 | config->fb_changed = true; |
Imre Deak | e3de42b | 2013-05-03 19:44:07 +0200 | [diff] [blame] | 10460 | } |
Daniel Vetter | 5e2b584 | 2012-07-04 22:41:29 +0200 | [diff] [blame] | 10461 | } |
| 10462 | |
Daniel Vetter | 835c587 | 2012-07-10 18:11:08 +0200 | [diff] [blame] | 10463 | 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] | 10464 | config->fb_changed = true; |
| 10465 | |
| 10466 | if (set->mode && !drm_mode_equal(set->mode, &set->crtc->mode)) { |
| 10467 | DRM_DEBUG_KMS("modes are different, full mode set\n"); |
| 10468 | drm_mode_debug_printmodeline(&set->crtc->mode); |
| 10469 | drm_mode_debug_printmodeline(set->mode); |
| 10470 | config->mode_changed = true; |
| 10471 | } |
Chris Wilson | a1d9570 | 2013-08-13 18:48:47 +0100 | [diff] [blame] | 10472 | |
| 10473 | DRM_DEBUG_KMS("computed changes for [CRTC:%d], mode_changed=%d, fb_changed=%d\n", |
| 10474 | set->crtc->base.id, config->mode_changed, config->fb_changed); |
Daniel Vetter | 5e2b584 | 2012-07-04 22:41:29 +0200 | [diff] [blame] | 10475 | } |
| 10476 | |
Daniel Vetter | 2e43105 | 2012-07-04 22:42:15 +0200 | [diff] [blame] | 10477 | static int |
Daniel Vetter | 9a93585 | 2012-07-05 22:34:27 +0200 | [diff] [blame] | 10478 | intel_modeset_stage_output_state(struct drm_device *dev, |
| 10479 | struct drm_mode_set *set, |
| 10480 | struct intel_set_config *config) |
Daniel Vetter | 50f5611 | 2012-07-02 09:35:43 +0200 | [diff] [blame] | 10481 | { |
Daniel Vetter | 9a93585 | 2012-07-05 22:34:27 +0200 | [diff] [blame] | 10482 | struct intel_connector *connector; |
| 10483 | struct intel_encoder *encoder; |
Ville Syrjälä | 7668851 | 2014-01-10 11:28:06 +0200 | [diff] [blame] | 10484 | struct intel_crtc *crtc; |
Paulo Zanoni | f3f0857 | 2013-08-12 14:56:53 -0300 | [diff] [blame] | 10485 | int ro; |
Daniel Vetter | 50f5611 | 2012-07-02 09:35:43 +0200 | [diff] [blame] | 10486 | |
Damien Lespiau | 9abdda7 | 2013-02-13 13:29:23 +0000 | [diff] [blame] | 10487 | /* 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] | 10488 | * of connectors. For paranoia, double-check this. */ |
| 10489 | WARN_ON(!set->fb && (set->num_connectors != 0)); |
| 10490 | WARN_ON(set->fb && (set->num_connectors == 0)); |
| 10491 | |
Daniel Vetter | 9a93585 | 2012-07-05 22:34:27 +0200 | [diff] [blame] | 10492 | list_for_each_entry(connector, &dev->mode_config.connector_list, |
| 10493 | base.head) { |
| 10494 | /* Otherwise traverse passed in connector list and get encoders |
| 10495 | * for them. */ |
Daniel Vetter | 50f5611 | 2012-07-02 09:35:43 +0200 | [diff] [blame] | 10496 | for (ro = 0; ro < set->num_connectors; ro++) { |
Daniel Vetter | 9a93585 | 2012-07-05 22:34:27 +0200 | [diff] [blame] | 10497 | if (set->connectors[ro] == &connector->base) { |
| 10498 | connector->new_encoder = connector->encoder; |
Daniel Vetter | 50f5611 | 2012-07-02 09:35:43 +0200 | [diff] [blame] | 10499 | break; |
| 10500 | } |
| 10501 | } |
| 10502 | |
Daniel Vetter | 9a93585 | 2012-07-05 22:34:27 +0200 | [diff] [blame] | 10503 | /* If we disable the crtc, disable all its connectors. Also, if |
| 10504 | * the connector is on the changing crtc but not on the new |
| 10505 | * connector list, disable it. */ |
| 10506 | if ((!set->fb || ro == set->num_connectors) && |
| 10507 | connector->base.encoder && |
| 10508 | connector->base.encoder->crtc == set->crtc) { |
| 10509 | connector->new_encoder = NULL; |
| 10510 | |
| 10511 | DRM_DEBUG_KMS("[CONNECTOR:%d:%s] to [NOCRTC]\n", |
| 10512 | connector->base.base.id, |
| 10513 | drm_get_connector_name(&connector->base)); |
| 10514 | } |
| 10515 | |
| 10516 | |
| 10517 | if (&connector->new_encoder->base != connector->base.encoder) { |
Daniel Vetter | 50f5611 | 2012-07-02 09:35:43 +0200 | [diff] [blame] | 10518 | DRM_DEBUG_KMS("encoder changed, full mode switch\n"); |
Daniel Vetter | 5e2b584 | 2012-07-04 22:41:29 +0200 | [diff] [blame] | 10519 | config->mode_changed = true; |
Daniel Vetter | 50f5611 | 2012-07-02 09:35:43 +0200 | [diff] [blame] | 10520 | } |
Daniel Vetter | 9a93585 | 2012-07-05 22:34:27 +0200 | [diff] [blame] | 10521 | } |
| 10522 | /* connector->new_encoder is now updated for all connectors. */ |
| 10523 | |
| 10524 | /* Update crtc of enabled connectors. */ |
Daniel Vetter | 9a93585 | 2012-07-05 22:34:27 +0200 | [diff] [blame] | 10525 | list_for_each_entry(connector, &dev->mode_config.connector_list, |
| 10526 | base.head) { |
Ville Syrjälä | 7668851 | 2014-01-10 11:28:06 +0200 | [diff] [blame] | 10527 | struct drm_crtc *new_crtc; |
| 10528 | |
Daniel Vetter | 9a93585 | 2012-07-05 22:34:27 +0200 | [diff] [blame] | 10529 | if (!connector->new_encoder) |
Daniel Vetter | 50f5611 | 2012-07-02 09:35:43 +0200 | [diff] [blame] | 10530 | continue; |
| 10531 | |
Daniel Vetter | 9a93585 | 2012-07-05 22:34:27 +0200 | [diff] [blame] | 10532 | new_crtc = connector->new_encoder->base.crtc; |
Daniel Vetter | 50f5611 | 2012-07-02 09:35:43 +0200 | [diff] [blame] | 10533 | |
| 10534 | for (ro = 0; ro < set->num_connectors; ro++) { |
Daniel Vetter | 9a93585 | 2012-07-05 22:34:27 +0200 | [diff] [blame] | 10535 | if (set->connectors[ro] == &connector->base) |
Daniel Vetter | 50f5611 | 2012-07-02 09:35:43 +0200 | [diff] [blame] | 10536 | new_crtc = set->crtc; |
| 10537 | } |
| 10538 | |
| 10539 | /* Make sure the new CRTC will work with the encoder */ |
Thierry Reding | 1450991 | 2014-01-13 12:00:22 +0100 | [diff] [blame] | 10540 | if (!drm_encoder_crtc_ok(&connector->new_encoder->base, |
| 10541 | new_crtc)) { |
Daniel Vetter | 5e2b584 | 2012-07-04 22:41:29 +0200 | [diff] [blame] | 10542 | return -EINVAL; |
Daniel Vetter | 50f5611 | 2012-07-02 09:35:43 +0200 | [diff] [blame] | 10543 | } |
Daniel Vetter | 9a93585 | 2012-07-05 22:34:27 +0200 | [diff] [blame] | 10544 | connector->encoder->new_crtc = to_intel_crtc(new_crtc); |
| 10545 | |
| 10546 | DRM_DEBUG_KMS("[CONNECTOR:%d:%s] to [CRTC:%d]\n", |
| 10547 | connector->base.base.id, |
| 10548 | drm_get_connector_name(&connector->base), |
| 10549 | new_crtc->base.id); |
| 10550 | } |
| 10551 | |
| 10552 | /* Check for any encoders that needs to be disabled. */ |
| 10553 | list_for_each_entry(encoder, &dev->mode_config.encoder_list, |
| 10554 | base.head) { |
Paulo Zanoni | 5a65f35 | 2014-01-07 14:55:53 -0200 | [diff] [blame] | 10555 | int num_connectors = 0; |
Daniel Vetter | 9a93585 | 2012-07-05 22:34:27 +0200 | [diff] [blame] | 10556 | list_for_each_entry(connector, |
| 10557 | &dev->mode_config.connector_list, |
| 10558 | base.head) { |
| 10559 | if (connector->new_encoder == encoder) { |
| 10560 | WARN_ON(!connector->new_encoder->new_crtc); |
Paulo Zanoni | 5a65f35 | 2014-01-07 14:55:53 -0200 | [diff] [blame] | 10561 | num_connectors++; |
Daniel Vetter | 9a93585 | 2012-07-05 22:34:27 +0200 | [diff] [blame] | 10562 | } |
| 10563 | } |
Paulo Zanoni | 5a65f35 | 2014-01-07 14:55:53 -0200 | [diff] [blame] | 10564 | |
| 10565 | if (num_connectors == 0) |
| 10566 | encoder->new_crtc = NULL; |
| 10567 | else if (num_connectors > 1) |
| 10568 | return -EINVAL; |
| 10569 | |
Daniel Vetter | 9a93585 | 2012-07-05 22:34:27 +0200 | [diff] [blame] | 10570 | /* Only now check for crtc changes so we don't miss encoders |
| 10571 | * that will be disabled. */ |
| 10572 | if (&encoder->new_crtc->base != encoder->base.crtc) { |
Daniel Vetter | 50f5611 | 2012-07-02 09:35:43 +0200 | [diff] [blame] | 10573 | DRM_DEBUG_KMS("crtc changed, full mode switch\n"); |
Daniel Vetter | 5e2b584 | 2012-07-04 22:41:29 +0200 | [diff] [blame] | 10574 | config->mode_changed = true; |
Daniel Vetter | 50f5611 | 2012-07-02 09:35:43 +0200 | [diff] [blame] | 10575 | } |
| 10576 | } |
Daniel Vetter | 9a93585 | 2012-07-05 22:34:27 +0200 | [diff] [blame] | 10577 | /* Now we've also updated encoder->new_crtc for all encoders. */ |
Daniel Vetter | 50f5611 | 2012-07-02 09:35:43 +0200 | [diff] [blame] | 10578 | |
Damien Lespiau | d3fcc80 | 2014-05-13 23:32:22 +0100 | [diff] [blame] | 10579 | for_each_intel_crtc(dev, crtc) { |
Ville Syrjälä | 7668851 | 2014-01-10 11:28:06 +0200 | [diff] [blame] | 10580 | crtc->new_enabled = false; |
| 10581 | |
| 10582 | list_for_each_entry(encoder, |
| 10583 | &dev->mode_config.encoder_list, |
| 10584 | base.head) { |
| 10585 | if (encoder->new_crtc == crtc) { |
| 10586 | crtc->new_enabled = true; |
| 10587 | break; |
| 10588 | } |
| 10589 | } |
| 10590 | |
| 10591 | if (crtc->new_enabled != crtc->base.enabled) { |
| 10592 | DRM_DEBUG_KMS("crtc %sabled, full mode switch\n", |
| 10593 | crtc->new_enabled ? "en" : "dis"); |
| 10594 | config->mode_changed = true; |
| 10595 | } |
Ville Syrjälä | 7bd0a8e | 2014-01-14 14:31:38 +0200 | [diff] [blame] | 10596 | |
| 10597 | if (crtc->new_enabled) |
| 10598 | crtc->new_config = &crtc->config; |
| 10599 | else |
| 10600 | crtc->new_config = NULL; |
Ville Syrjälä | 7668851 | 2014-01-10 11:28:06 +0200 | [diff] [blame] | 10601 | } |
| 10602 | |
Daniel Vetter | 2e43105 | 2012-07-04 22:42:15 +0200 | [diff] [blame] | 10603 | return 0; |
| 10604 | } |
| 10605 | |
Ville Syrjälä | 7d00a1f | 2014-01-10 11:28:09 +0200 | [diff] [blame] | 10606 | static void disable_crtc_nofb(struct intel_crtc *crtc) |
| 10607 | { |
| 10608 | struct drm_device *dev = crtc->base.dev; |
| 10609 | struct intel_encoder *encoder; |
| 10610 | struct intel_connector *connector; |
| 10611 | |
| 10612 | DRM_DEBUG_KMS("Trying to restore without FB -> disabling pipe %c\n", |
| 10613 | pipe_name(crtc->pipe)); |
| 10614 | |
| 10615 | list_for_each_entry(connector, &dev->mode_config.connector_list, base.head) { |
| 10616 | if (connector->new_encoder && |
| 10617 | connector->new_encoder->new_crtc == crtc) |
| 10618 | connector->new_encoder = NULL; |
| 10619 | } |
| 10620 | |
| 10621 | list_for_each_entry(encoder, &dev->mode_config.encoder_list, base.head) { |
| 10622 | if (encoder->new_crtc == crtc) |
| 10623 | encoder->new_crtc = NULL; |
| 10624 | } |
| 10625 | |
| 10626 | crtc->new_enabled = false; |
Ville Syrjälä | 7bd0a8e | 2014-01-14 14:31:38 +0200 | [diff] [blame] | 10627 | crtc->new_config = NULL; |
Ville Syrjälä | 7d00a1f | 2014-01-10 11:28:09 +0200 | [diff] [blame] | 10628 | } |
| 10629 | |
Daniel Vetter | 2e43105 | 2012-07-04 22:42:15 +0200 | [diff] [blame] | 10630 | static int intel_crtc_set_config(struct drm_mode_set *set) |
| 10631 | { |
| 10632 | struct drm_device *dev; |
Daniel Vetter | 2e43105 | 2012-07-04 22:42:15 +0200 | [diff] [blame] | 10633 | struct drm_mode_set save_set; |
| 10634 | struct intel_set_config *config; |
| 10635 | int ret; |
Daniel Vetter | 2e43105 | 2012-07-04 22:42:15 +0200 | [diff] [blame] | 10636 | |
Daniel Vetter | 8d3e375 | 2012-07-05 16:09:09 +0200 | [diff] [blame] | 10637 | BUG_ON(!set); |
| 10638 | BUG_ON(!set->crtc); |
| 10639 | BUG_ON(!set->crtc->helper_private); |
Daniel Vetter | 2e43105 | 2012-07-04 22:42:15 +0200 | [diff] [blame] | 10640 | |
Daniel Vetter | 7e53f3a | 2013-01-21 10:52:17 +0100 | [diff] [blame] | 10641 | /* Enforce sane interface api - has been abused by the fb helper. */ |
| 10642 | BUG_ON(!set->mode && set->fb); |
| 10643 | BUG_ON(set->fb && set->num_connectors == 0); |
Daniel Vetter | 431e50f | 2012-07-10 17:53:42 +0200 | [diff] [blame] | 10644 | |
Daniel Vetter | 2e43105 | 2012-07-04 22:42:15 +0200 | [diff] [blame] | 10645 | if (set->fb) { |
| 10646 | DRM_DEBUG_KMS("[CRTC:%d] [FB:%d] #connectors=%d (x y) (%i %i)\n", |
| 10647 | set->crtc->base.id, set->fb->base.id, |
| 10648 | (int)set->num_connectors, set->x, set->y); |
| 10649 | } else { |
| 10650 | DRM_DEBUG_KMS("[CRTC:%d] [NOFB]\n", set->crtc->base.id); |
Daniel Vetter | 2e43105 | 2012-07-04 22:42:15 +0200 | [diff] [blame] | 10651 | } |
| 10652 | |
| 10653 | dev = set->crtc->dev; |
| 10654 | |
| 10655 | ret = -ENOMEM; |
| 10656 | config = kzalloc(sizeof(*config), GFP_KERNEL); |
| 10657 | if (!config) |
| 10658 | goto out_config; |
| 10659 | |
| 10660 | ret = intel_set_config_save_state(dev, config); |
| 10661 | if (ret) |
| 10662 | goto out_config; |
| 10663 | |
| 10664 | save_set.crtc = set->crtc; |
| 10665 | save_set.mode = &set->crtc->mode; |
| 10666 | save_set.x = set->crtc->x; |
| 10667 | save_set.y = set->crtc->y; |
Matt Roper | f4510a2 | 2014-04-01 15:22:40 -0700 | [diff] [blame] | 10668 | save_set.fb = set->crtc->primary->fb; |
Daniel Vetter | 2e43105 | 2012-07-04 22:42:15 +0200 | [diff] [blame] | 10669 | |
| 10670 | /* Compute whether we need a full modeset, only an fb base update or no |
| 10671 | * change at all. In the future we might also check whether only the |
| 10672 | * mode changed, e.g. for LVDS where we only change the panel fitter in |
| 10673 | * such cases. */ |
| 10674 | intel_set_config_compute_mode_changes(set, config); |
| 10675 | |
Daniel Vetter | 9a93585 | 2012-07-05 22:34:27 +0200 | [diff] [blame] | 10676 | ret = intel_modeset_stage_output_state(dev, set, config); |
Daniel Vetter | 2e43105 | 2012-07-04 22:42:15 +0200 | [diff] [blame] | 10677 | if (ret) |
| 10678 | goto fail; |
| 10679 | |
Daniel Vetter | 5e2b584 | 2012-07-04 22:41:29 +0200 | [diff] [blame] | 10680 | if (config->mode_changed) { |
Chris Wilson | c0c36b94 | 2012-12-19 16:08:43 +0000 | [diff] [blame] | 10681 | ret = intel_set_mode(set->crtc, set->mode, |
| 10682 | set->x, set->y, set->fb); |
Daniel Vetter | 5e2b584 | 2012-07-04 22:41:29 +0200 | [diff] [blame] | 10683 | } else if (config->fb_changed) { |
Ville Syrjälä | 4878cae | 2013-02-18 19:08:48 +0200 | [diff] [blame] | 10684 | intel_crtc_wait_for_pending_flips(set->crtc); |
| 10685 | |
Daniel Vetter | 4f660f4 | 2012-07-02 09:47:37 +0200 | [diff] [blame] | 10686 | ret = intel_pipe_set_base(set->crtc, |
Daniel Vetter | 94352cf | 2012-07-05 22:51:56 +0200 | [diff] [blame] | 10687 | set->x, set->y, set->fb); |
Jesse Barnes | 7ca51a3 | 2014-01-07 13:50:49 -0800 | [diff] [blame] | 10688 | /* |
| 10689 | * In the fastboot case this may be our only check of the |
| 10690 | * state after boot. It would be better to only do it on |
| 10691 | * the first update, but we don't have a nice way of doing that |
| 10692 | * (and really, set_config isn't used much for high freq page |
| 10693 | * flipping, so increasing its cost here shouldn't be a big |
| 10694 | * deal). |
| 10695 | */ |
Jani Nikula | d330a95 | 2014-01-21 11:24:25 +0200 | [diff] [blame] | 10696 | if (i915.fastboot && ret == 0) |
Jesse Barnes | 7ca51a3 | 2014-01-07 13:50:49 -0800 | [diff] [blame] | 10697 | intel_modeset_check_state(set->crtc->dev); |
Daniel Vetter | 50f5611 | 2012-07-02 09:35:43 +0200 | [diff] [blame] | 10698 | } |
| 10699 | |
Chris Wilson | 2d05eae | 2013-05-03 17:36:25 +0100 | [diff] [blame] | 10700 | if (ret) { |
Daniel Vetter | bf67dfe | 2013-06-25 11:06:52 +0200 | [diff] [blame] | 10701 | DRM_DEBUG_KMS("failed to set mode on [CRTC:%d], err = %d\n", |
| 10702 | set->crtc->base.id, ret); |
Daniel Vetter | 50f5611 | 2012-07-02 09:35:43 +0200 | [diff] [blame] | 10703 | fail: |
Chris Wilson | 2d05eae | 2013-05-03 17:36:25 +0100 | [diff] [blame] | 10704 | intel_set_config_restore_state(dev, config); |
Daniel Vetter | 50f5611 | 2012-07-02 09:35:43 +0200 | [diff] [blame] | 10705 | |
Ville Syrjälä | 7d00a1f | 2014-01-10 11:28:09 +0200 | [diff] [blame] | 10706 | /* |
| 10707 | * HACK: if the pipe was on, but we didn't have a framebuffer, |
| 10708 | * force the pipe off to avoid oopsing in the modeset code |
| 10709 | * due to fb==NULL. This should only happen during boot since |
| 10710 | * we don't yet reconstruct the FB from the hardware state. |
| 10711 | */ |
| 10712 | if (to_intel_crtc(save_set.crtc)->new_enabled && !save_set.fb) |
| 10713 | disable_crtc_nofb(to_intel_crtc(save_set.crtc)); |
| 10714 | |
Chris Wilson | 2d05eae | 2013-05-03 17:36:25 +0100 | [diff] [blame] | 10715 | /* Try to restore the config */ |
| 10716 | if (config->mode_changed && |
| 10717 | intel_set_mode(save_set.crtc, save_set.mode, |
| 10718 | save_set.x, save_set.y, save_set.fb)) |
| 10719 | DRM_ERROR("failed to restore config after modeset failure\n"); |
| 10720 | } |
Daniel Vetter | 50f5611 | 2012-07-02 09:35:43 +0200 | [diff] [blame] | 10721 | |
Daniel Vetter | d9e5560 | 2012-07-04 22:16:09 +0200 | [diff] [blame] | 10722 | out_config: |
| 10723 | intel_set_config_free(config); |
Daniel Vetter | 50f5611 | 2012-07-02 09:35:43 +0200 | [diff] [blame] | 10724 | return ret; |
| 10725 | } |
| 10726 | |
Chris Wilson | f6e5b16 | 2011-04-12 18:06:51 +0100 | [diff] [blame] | 10727 | static const struct drm_crtc_funcs intel_crtc_funcs = { |
Chris Wilson | f6e5b16 | 2011-04-12 18:06:51 +0100 | [diff] [blame] | 10728 | .cursor_set = intel_crtc_cursor_set, |
| 10729 | .cursor_move = intel_crtc_cursor_move, |
| 10730 | .gamma_set = intel_crtc_gamma_set, |
Daniel Vetter | 50f5611 | 2012-07-02 09:35:43 +0200 | [diff] [blame] | 10731 | .set_config = intel_crtc_set_config, |
Chris Wilson | f6e5b16 | 2011-04-12 18:06:51 +0100 | [diff] [blame] | 10732 | .destroy = intel_crtc_destroy, |
| 10733 | .page_flip = intel_crtc_page_flip, |
| 10734 | }; |
| 10735 | |
Paulo Zanoni | 79f689a | 2012-10-05 12:05:52 -0300 | [diff] [blame] | 10736 | static void intel_cpu_pll_init(struct drm_device *dev) |
| 10737 | { |
Paulo Zanoni | affa935 | 2012-11-23 15:30:39 -0200 | [diff] [blame] | 10738 | if (HAS_DDI(dev)) |
Paulo Zanoni | 79f689a | 2012-10-05 12:05:52 -0300 | [diff] [blame] | 10739 | intel_ddi_pll_init(dev); |
| 10740 | } |
| 10741 | |
Daniel Vetter | 5358901 | 2013-06-05 13:34:16 +0200 | [diff] [blame] | 10742 | static bool ibx_pch_dpll_get_hw_state(struct drm_i915_private *dev_priv, |
| 10743 | struct intel_shared_dpll *pll, |
| 10744 | struct intel_dpll_hw_state *hw_state) |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 10745 | { |
Daniel Vetter | 5358901 | 2013-06-05 13:34:16 +0200 | [diff] [blame] | 10746 | uint32_t val; |
| 10747 | |
| 10748 | val = I915_READ(PCH_DPLL(pll->id)); |
Daniel Vetter | 66e985c | 2013-06-05 13:34:20 +0200 | [diff] [blame] | 10749 | hw_state->dpll = val; |
| 10750 | hw_state->fp0 = I915_READ(PCH_FP0(pll->id)); |
| 10751 | hw_state->fp1 = I915_READ(PCH_FP1(pll->id)); |
Daniel Vetter | 5358901 | 2013-06-05 13:34:16 +0200 | [diff] [blame] | 10752 | |
| 10753 | return val & DPLL_VCO_ENABLE; |
| 10754 | } |
| 10755 | |
Daniel Vetter | 15bdd4c | 2013-06-05 13:34:23 +0200 | [diff] [blame] | 10756 | static void ibx_pch_dpll_mode_set(struct drm_i915_private *dev_priv, |
| 10757 | struct intel_shared_dpll *pll) |
| 10758 | { |
| 10759 | I915_WRITE(PCH_FP0(pll->id), pll->hw_state.fp0); |
| 10760 | I915_WRITE(PCH_FP1(pll->id), pll->hw_state.fp1); |
| 10761 | } |
| 10762 | |
Daniel Vetter | e7b903d | 2013-06-05 13:34:14 +0200 | [diff] [blame] | 10763 | static void ibx_pch_dpll_enable(struct drm_i915_private *dev_priv, |
| 10764 | struct intel_shared_dpll *pll) |
| 10765 | { |
Daniel Vetter | e7b903d | 2013-06-05 13:34:14 +0200 | [diff] [blame] | 10766 | /* PCH refclock must be enabled first */ |
Paulo Zanoni | 89eff4b | 2014-01-08 11:12:28 -0200 | [diff] [blame] | 10767 | ibx_assert_pch_refclk_enabled(dev_priv); |
Daniel Vetter | e7b903d | 2013-06-05 13:34:14 +0200 | [diff] [blame] | 10768 | |
Daniel Vetter | 15bdd4c | 2013-06-05 13:34:23 +0200 | [diff] [blame] | 10769 | I915_WRITE(PCH_DPLL(pll->id), pll->hw_state.dpll); |
| 10770 | |
| 10771 | /* Wait for the clocks to stabilize. */ |
| 10772 | POSTING_READ(PCH_DPLL(pll->id)); |
| 10773 | udelay(150); |
| 10774 | |
| 10775 | /* The pixel multiplier can only be updated once the |
| 10776 | * DPLL is enabled and the clocks are stable. |
| 10777 | * |
| 10778 | * So write it again. |
| 10779 | */ |
| 10780 | I915_WRITE(PCH_DPLL(pll->id), pll->hw_state.dpll); |
| 10781 | POSTING_READ(PCH_DPLL(pll->id)); |
Daniel Vetter | e7b903d | 2013-06-05 13:34:14 +0200 | [diff] [blame] | 10782 | udelay(200); |
| 10783 | } |
| 10784 | |
| 10785 | static void ibx_pch_dpll_disable(struct drm_i915_private *dev_priv, |
| 10786 | struct intel_shared_dpll *pll) |
| 10787 | { |
| 10788 | struct drm_device *dev = dev_priv->dev; |
| 10789 | struct intel_crtc *crtc; |
Daniel Vetter | e7b903d | 2013-06-05 13:34:14 +0200 | [diff] [blame] | 10790 | |
| 10791 | /* Make sure no transcoder isn't still depending on us. */ |
Damien Lespiau | d3fcc80 | 2014-05-13 23:32:22 +0100 | [diff] [blame] | 10792 | for_each_intel_crtc(dev, crtc) { |
Daniel Vetter | e7b903d | 2013-06-05 13:34:14 +0200 | [diff] [blame] | 10793 | if (intel_crtc_to_shared_dpll(crtc) == pll) |
| 10794 | assert_pch_transcoder_disabled(dev_priv, crtc->pipe); |
| 10795 | } |
| 10796 | |
Daniel Vetter | 15bdd4c | 2013-06-05 13:34:23 +0200 | [diff] [blame] | 10797 | I915_WRITE(PCH_DPLL(pll->id), 0); |
| 10798 | POSTING_READ(PCH_DPLL(pll->id)); |
Daniel Vetter | e7b903d | 2013-06-05 13:34:14 +0200 | [diff] [blame] | 10799 | udelay(200); |
| 10800 | } |
| 10801 | |
Daniel Vetter | 46edb02 | 2013-06-05 13:34:12 +0200 | [diff] [blame] | 10802 | static char *ibx_pch_dpll_names[] = { |
| 10803 | "PCH DPLL A", |
| 10804 | "PCH DPLL B", |
| 10805 | }; |
| 10806 | |
Daniel Vetter | 7c74ade | 2013-06-05 13:34:11 +0200 | [diff] [blame] | 10807 | static void ibx_pch_dpll_init(struct drm_device *dev) |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 10808 | { |
Daniel Vetter | e7b903d | 2013-06-05 13:34:14 +0200 | [diff] [blame] | 10809 | struct drm_i915_private *dev_priv = dev->dev_private; |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 10810 | int i; |
| 10811 | |
Daniel Vetter | 7c74ade | 2013-06-05 13:34:11 +0200 | [diff] [blame] | 10812 | dev_priv->num_shared_dpll = 2; |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 10813 | |
Daniel Vetter | e72f9fb | 2013-06-05 13:34:06 +0200 | [diff] [blame] | 10814 | for (i = 0; i < dev_priv->num_shared_dpll; i++) { |
Daniel Vetter | 46edb02 | 2013-06-05 13:34:12 +0200 | [diff] [blame] | 10815 | dev_priv->shared_dplls[i].id = i; |
| 10816 | dev_priv->shared_dplls[i].name = ibx_pch_dpll_names[i]; |
Daniel Vetter | 15bdd4c | 2013-06-05 13:34:23 +0200 | [diff] [blame] | 10817 | dev_priv->shared_dplls[i].mode_set = ibx_pch_dpll_mode_set; |
Daniel Vetter | e7b903d | 2013-06-05 13:34:14 +0200 | [diff] [blame] | 10818 | dev_priv->shared_dplls[i].enable = ibx_pch_dpll_enable; |
| 10819 | dev_priv->shared_dplls[i].disable = ibx_pch_dpll_disable; |
Daniel Vetter | 5358901 | 2013-06-05 13:34:16 +0200 | [diff] [blame] | 10820 | dev_priv->shared_dplls[i].get_hw_state = |
| 10821 | ibx_pch_dpll_get_hw_state; |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 10822 | } |
| 10823 | } |
| 10824 | |
Daniel Vetter | 7c74ade | 2013-06-05 13:34:11 +0200 | [diff] [blame] | 10825 | static void intel_shared_dpll_init(struct drm_device *dev) |
| 10826 | { |
Daniel Vetter | e7b903d | 2013-06-05 13:34:14 +0200 | [diff] [blame] | 10827 | struct drm_i915_private *dev_priv = dev->dev_private; |
Daniel Vetter | 7c74ade | 2013-06-05 13:34:11 +0200 | [diff] [blame] | 10828 | |
| 10829 | if (HAS_PCH_IBX(dev) || HAS_PCH_CPT(dev)) |
| 10830 | ibx_pch_dpll_init(dev); |
| 10831 | else |
| 10832 | dev_priv->num_shared_dpll = 0; |
| 10833 | |
| 10834 | BUG_ON(dev_priv->num_shared_dpll > I915_NUM_PLLS); |
Daniel Vetter | 7c74ade | 2013-06-05 13:34:11 +0200 | [diff] [blame] | 10835 | } |
| 10836 | |
Hannes Eder | b358d0a | 2008-12-18 21:18:47 +0100 | [diff] [blame] | 10837 | static void intel_crtc_init(struct drm_device *dev, int pipe) |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 10838 | { |
Jani Nikula | fbee40d | 2014-03-31 14:27:18 +0300 | [diff] [blame] | 10839 | struct drm_i915_private *dev_priv = dev->dev_private; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 10840 | struct intel_crtc *intel_crtc; |
| 10841 | int i; |
| 10842 | |
Daniel Vetter | 955382f | 2013-09-19 14:05:45 +0200 | [diff] [blame] | 10843 | intel_crtc = kzalloc(sizeof(*intel_crtc), GFP_KERNEL); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 10844 | if (intel_crtc == NULL) |
| 10845 | return; |
| 10846 | |
| 10847 | drm_crtc_init(dev, &intel_crtc->base, &intel_crtc_funcs); |
| 10848 | |
| 10849 | drm_mode_crtc_set_gamma_size(&intel_crtc->base, 256); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 10850 | for (i = 0; i < 256; i++) { |
| 10851 | intel_crtc->lut_r[i] = i; |
| 10852 | intel_crtc->lut_g[i] = i; |
| 10853 | intel_crtc->lut_b[i] = i; |
| 10854 | } |
| 10855 | |
Ville Syrjälä | 1f1c2e2 | 2013-11-28 17:30:01 +0200 | [diff] [blame] | 10856 | /* |
| 10857 | * On gen2/3 only plane A can do fbc, but the panel fitter and lvds port |
| 10858 | * is hooked to plane B. Hence we want plane A feeding pipe B. |
| 10859 | */ |
Jesse Barnes | 8082400 | 2009-09-10 15:28:06 -0700 | [diff] [blame] | 10860 | intel_crtc->pipe = pipe; |
| 10861 | intel_crtc->plane = pipe; |
Daniel Vetter | 3a77c4c | 2014-01-10 08:50:12 +0100 | [diff] [blame] | 10862 | if (HAS_FBC(dev) && INTEL_INFO(dev)->gen < 4) { |
Zhao Yakui | 28c9773 | 2009-10-09 11:39:41 +0800 | [diff] [blame] | 10863 | DRM_DEBUG_KMS("swapping pipes & planes for FBC\n"); |
Chris Wilson | e2e767a | 2010-09-13 16:53:12 +0100 | [diff] [blame] | 10864 | intel_crtc->plane = !pipe; |
Jesse Barnes | 8082400 | 2009-09-10 15:28:06 -0700 | [diff] [blame] | 10865 | } |
| 10866 | |
Ville Syrjälä | 8d7849d | 2014-04-29 13:35:46 +0300 | [diff] [blame] | 10867 | init_waitqueue_head(&intel_crtc->vbl_wait); |
| 10868 | |
Jesse Barnes | 22fd0fa | 2009-12-02 13:42:53 -0800 | [diff] [blame] | 10869 | BUG_ON(pipe >= ARRAY_SIZE(dev_priv->plane_to_crtc_mapping) || |
| 10870 | dev_priv->plane_to_crtc_mapping[intel_crtc->plane] != NULL); |
| 10871 | dev_priv->plane_to_crtc_mapping[intel_crtc->plane] = &intel_crtc->base; |
| 10872 | dev_priv->pipe_to_crtc_mapping[intel_crtc->pipe] = &intel_crtc->base; |
| 10873 | |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 10874 | drm_crtc_helper_add(&intel_crtc->base, &intel_helper_funcs); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 10875 | } |
| 10876 | |
Jesse Barnes | 752aa88 | 2013-10-31 18:55:49 +0200 | [diff] [blame] | 10877 | enum pipe intel_get_pipe_from_connector(struct intel_connector *connector) |
| 10878 | { |
| 10879 | struct drm_encoder *encoder = connector->base.encoder; |
| 10880 | |
| 10881 | WARN_ON(!mutex_is_locked(&connector->base.dev->mode_config.mutex)); |
| 10882 | |
| 10883 | if (!encoder) |
| 10884 | return INVALID_PIPE; |
| 10885 | |
| 10886 | return to_intel_crtc(encoder->crtc)->pipe; |
| 10887 | } |
| 10888 | |
Carl Worth | 08d7b3d | 2009-04-29 14:43:54 -0700 | [diff] [blame] | 10889 | 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] | 10890 | struct drm_file *file) |
Carl Worth | 08d7b3d | 2009-04-29 14:43:54 -0700 | [diff] [blame] | 10891 | { |
Carl Worth | 08d7b3d | 2009-04-29 14:43:54 -0700 | [diff] [blame] | 10892 | 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] | 10893 | struct drm_mode_object *drmmode_obj; |
| 10894 | struct intel_crtc *crtc; |
Carl Worth | 08d7b3d | 2009-04-29 14:43:54 -0700 | [diff] [blame] | 10895 | |
Daniel Vetter | 1cff8f6 | 2012-04-24 09:55:08 +0200 | [diff] [blame] | 10896 | if (!drm_core_check_feature(dev, DRIVER_MODESET)) |
| 10897 | return -ENODEV; |
Carl Worth | 08d7b3d | 2009-04-29 14:43:54 -0700 | [diff] [blame] | 10898 | |
Daniel Vetter | c05422d | 2009-08-11 16:05:30 +0200 | [diff] [blame] | 10899 | drmmode_obj = drm_mode_object_find(dev, pipe_from_crtc_id->crtc_id, |
| 10900 | DRM_MODE_OBJECT_CRTC); |
Carl Worth | 08d7b3d | 2009-04-29 14:43:54 -0700 | [diff] [blame] | 10901 | |
Daniel Vetter | c05422d | 2009-08-11 16:05:30 +0200 | [diff] [blame] | 10902 | if (!drmmode_obj) { |
Carl Worth | 08d7b3d | 2009-04-29 14:43:54 -0700 | [diff] [blame] | 10903 | DRM_ERROR("no such CRTC id\n"); |
Ville Syrjälä | 3f2c205 | 2013-10-17 13:35:03 +0300 | [diff] [blame] | 10904 | return -ENOENT; |
Carl Worth | 08d7b3d | 2009-04-29 14:43:54 -0700 | [diff] [blame] | 10905 | } |
| 10906 | |
Daniel Vetter | c05422d | 2009-08-11 16:05:30 +0200 | [diff] [blame] | 10907 | crtc = to_intel_crtc(obj_to_crtc(drmmode_obj)); |
| 10908 | pipe_from_crtc_id->pipe = crtc->pipe; |
Carl Worth | 08d7b3d | 2009-04-29 14:43:54 -0700 | [diff] [blame] | 10909 | |
Daniel Vetter | c05422d | 2009-08-11 16:05:30 +0200 | [diff] [blame] | 10910 | return 0; |
Carl Worth | 08d7b3d | 2009-04-29 14:43:54 -0700 | [diff] [blame] | 10911 | } |
| 10912 | |
Daniel Vetter | 66a9278 | 2012-07-12 20:08:18 +0200 | [diff] [blame] | 10913 | static int intel_encoder_clones(struct intel_encoder *encoder) |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 10914 | { |
Daniel Vetter | 66a9278 | 2012-07-12 20:08:18 +0200 | [diff] [blame] | 10915 | struct drm_device *dev = encoder->base.dev; |
| 10916 | struct intel_encoder *source_encoder; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 10917 | int index_mask = 0; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 10918 | int entry = 0; |
| 10919 | |
Daniel Vetter | 66a9278 | 2012-07-12 20:08:18 +0200 | [diff] [blame] | 10920 | list_for_each_entry(source_encoder, |
| 10921 | &dev->mode_config.encoder_list, base.head) { |
Ville Syrjälä | bc079e8 | 2014-03-03 16:15:28 +0200 | [diff] [blame] | 10922 | if (encoders_cloneable(encoder, source_encoder)) |
Daniel Vetter | 66a9278 | 2012-07-12 20:08:18 +0200 | [diff] [blame] | 10923 | index_mask |= (1 << entry); |
| 10924 | |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 10925 | entry++; |
| 10926 | } |
Chris Wilson | 4ef69c7 | 2010-09-09 15:14:28 +0100 | [diff] [blame] | 10927 | |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 10928 | return index_mask; |
| 10929 | } |
| 10930 | |
Chris Wilson | 4d30244 | 2010-12-14 19:21:29 +0000 | [diff] [blame] | 10931 | static bool has_edp_a(struct drm_device *dev) |
| 10932 | { |
| 10933 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 10934 | |
| 10935 | if (!IS_MOBILE(dev)) |
| 10936 | return false; |
| 10937 | |
| 10938 | if ((I915_READ(DP_A) & DP_DETECTED) == 0) |
| 10939 | return false; |
| 10940 | |
Damien Lespiau | e358990 | 2014-02-07 19:12:50 +0000 | [diff] [blame] | 10941 | if (IS_GEN5(dev) && (I915_READ(FUSE_STRAP) & ILK_eDP_A_DISABLE)) |
Chris Wilson | 4d30244 | 2010-12-14 19:21:29 +0000 | [diff] [blame] | 10942 | return false; |
| 10943 | |
| 10944 | return true; |
| 10945 | } |
| 10946 | |
Damien Lespiau | ba0fbca | 2014-01-08 14:18:23 +0000 | [diff] [blame] | 10947 | const char *intel_output_name(int output) |
| 10948 | { |
| 10949 | static const char *names[] = { |
| 10950 | [INTEL_OUTPUT_UNUSED] = "Unused", |
| 10951 | [INTEL_OUTPUT_ANALOG] = "Analog", |
| 10952 | [INTEL_OUTPUT_DVO] = "DVO", |
| 10953 | [INTEL_OUTPUT_SDVO] = "SDVO", |
| 10954 | [INTEL_OUTPUT_LVDS] = "LVDS", |
| 10955 | [INTEL_OUTPUT_TVOUT] = "TV", |
| 10956 | [INTEL_OUTPUT_HDMI] = "HDMI", |
| 10957 | [INTEL_OUTPUT_DISPLAYPORT] = "DisplayPort", |
| 10958 | [INTEL_OUTPUT_EDP] = "eDP", |
| 10959 | [INTEL_OUTPUT_DSI] = "DSI", |
| 10960 | [INTEL_OUTPUT_UNKNOWN] = "Unknown", |
| 10961 | }; |
| 10962 | |
| 10963 | if (output < 0 || output >= ARRAY_SIZE(names) || !names[output]) |
| 10964 | return "Invalid"; |
| 10965 | |
| 10966 | return names[output]; |
| 10967 | } |
| 10968 | |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 10969 | static void intel_setup_outputs(struct drm_device *dev) |
| 10970 | { |
Eric Anholt | 725e30a | 2009-01-22 13:01:02 -0800 | [diff] [blame] | 10971 | struct drm_i915_private *dev_priv = dev->dev_private; |
Chris Wilson | 4ef69c7 | 2010-09-09 15:14:28 +0100 | [diff] [blame] | 10972 | struct intel_encoder *encoder; |
Adam Jackson | cb0953d | 2010-07-16 14:46:29 -0400 | [diff] [blame] | 10973 | bool dpd_is_edp = false; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 10974 | |
Daniel Vetter | c909335 | 2013-06-06 22:22:47 +0200 | [diff] [blame] | 10975 | intel_lvds_init(dev); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 10976 | |
Ville Syrjälä | 7895a81 | 2014-04-09 13:28:23 +0300 | [diff] [blame] | 10977 | if (!IS_ULT(dev) && !IS_CHERRYVIEW(dev)) |
Paulo Zanoni | 79935fc | 2012-11-20 13:27:40 -0200 | [diff] [blame] | 10978 | intel_crt_init(dev); |
Adam Jackson | cb0953d | 2010-07-16 14:46:29 -0400 | [diff] [blame] | 10979 | |
Paulo Zanoni | affa935 | 2012-11-23 15:30:39 -0200 | [diff] [blame] | 10980 | if (HAS_DDI(dev)) { |
Eugeni Dodonov | 0e72a5b | 2012-05-09 15:37:27 -0300 | [diff] [blame] | 10981 | int found; |
| 10982 | |
| 10983 | /* Haswell uses DDI functions to detect digital outputs */ |
| 10984 | found = I915_READ(DDI_BUF_CTL_A) & DDI_INIT_DISPLAY_DETECTED; |
| 10985 | /* DDI A only supports eDP */ |
| 10986 | if (found) |
| 10987 | intel_ddi_init(dev, PORT_A); |
| 10988 | |
| 10989 | /* DDI B, C and D detection is indicated by the SFUSE_STRAP |
| 10990 | * register */ |
| 10991 | found = I915_READ(SFUSE_STRAP); |
| 10992 | |
| 10993 | if (found & SFUSE_STRAP_DDIB_DETECTED) |
| 10994 | intel_ddi_init(dev, PORT_B); |
| 10995 | if (found & SFUSE_STRAP_DDIC_DETECTED) |
| 10996 | intel_ddi_init(dev, PORT_C); |
| 10997 | if (found & SFUSE_STRAP_DDID_DETECTED) |
| 10998 | intel_ddi_init(dev, PORT_D); |
| 10999 | } else if (HAS_PCH_SPLIT(dev)) { |
Adam Jackson | cb0953d | 2010-07-16 14:46:29 -0400 | [diff] [blame] | 11000 | int found; |
Ville Syrjälä | 5d8a775 | 2013-11-01 18:22:39 +0200 | [diff] [blame] | 11001 | dpd_is_edp = intel_dp_is_edp(dev, PORT_D); |
Daniel Vetter | 270b304 | 2012-10-27 15:52:05 +0200 | [diff] [blame] | 11002 | |
| 11003 | if (has_edp_a(dev)) |
| 11004 | intel_dp_init(dev, DP_A, PORT_A); |
Adam Jackson | cb0953d | 2010-07-16 14:46:29 -0400 | [diff] [blame] | 11005 | |
Paulo Zanoni | dc0fa71 | 2013-02-19 16:21:46 -0300 | [diff] [blame] | 11006 | if (I915_READ(PCH_HDMIB) & SDVO_DETECTED) { |
Zhao Yakui | 461ed3c | 2010-03-30 15:11:33 +0800 | [diff] [blame] | 11007 | /* PCH SDVOB multiplex with HDMIB */ |
Daniel Vetter | eef4eac | 2012-03-23 23:43:35 +0100 | [diff] [blame] | 11008 | found = intel_sdvo_init(dev, PCH_SDVOB, true); |
Zhenyu Wang | 30ad48b | 2009-06-05 15:38:43 +0800 | [diff] [blame] | 11009 | if (!found) |
Paulo Zanoni | e2debe9 | 2013-02-18 19:00:27 -0300 | [diff] [blame] | 11010 | intel_hdmi_init(dev, PCH_HDMIB, PORT_B); |
Zhenyu Wang | 5eb08b6 | 2009-07-24 01:00:31 +0800 | [diff] [blame] | 11011 | if (!found && (I915_READ(PCH_DP_B) & DP_DETECTED)) |
Paulo Zanoni | ab9d7c3 | 2012-07-17 17:53:45 -0300 | [diff] [blame] | 11012 | intel_dp_init(dev, PCH_DP_B, PORT_B); |
Zhenyu Wang | 30ad48b | 2009-06-05 15:38:43 +0800 | [diff] [blame] | 11013 | } |
| 11014 | |
Paulo Zanoni | dc0fa71 | 2013-02-19 16:21:46 -0300 | [diff] [blame] | 11015 | if (I915_READ(PCH_HDMIC) & SDVO_DETECTED) |
Paulo Zanoni | e2debe9 | 2013-02-18 19:00:27 -0300 | [diff] [blame] | 11016 | intel_hdmi_init(dev, PCH_HDMIC, PORT_C); |
Zhenyu Wang | 30ad48b | 2009-06-05 15:38:43 +0800 | [diff] [blame] | 11017 | |
Paulo Zanoni | dc0fa71 | 2013-02-19 16:21:46 -0300 | [diff] [blame] | 11018 | if (!dpd_is_edp && I915_READ(PCH_HDMID) & SDVO_DETECTED) |
Paulo Zanoni | e2debe9 | 2013-02-18 19:00:27 -0300 | [diff] [blame] | 11019 | intel_hdmi_init(dev, PCH_HDMID, PORT_D); |
Zhenyu Wang | 30ad48b | 2009-06-05 15:38:43 +0800 | [diff] [blame] | 11020 | |
Zhenyu Wang | 5eb08b6 | 2009-07-24 01:00:31 +0800 | [diff] [blame] | 11021 | if (I915_READ(PCH_DP_C) & DP_DETECTED) |
Paulo Zanoni | ab9d7c3 | 2012-07-17 17:53:45 -0300 | [diff] [blame] | 11022 | intel_dp_init(dev, PCH_DP_C, PORT_C); |
Zhenyu Wang | 5eb08b6 | 2009-07-24 01:00:31 +0800 | [diff] [blame] | 11023 | |
Daniel Vetter | 270b304 | 2012-10-27 15:52:05 +0200 | [diff] [blame] | 11024 | if (I915_READ(PCH_DP_D) & DP_DETECTED) |
Paulo Zanoni | ab9d7c3 | 2012-07-17 17:53:45 -0300 | [diff] [blame] | 11025 | intel_dp_init(dev, PCH_DP_D, PORT_D); |
Jesse Barnes | 4a87d65 | 2012-06-15 11:55:16 -0700 | [diff] [blame] | 11026 | } else if (IS_VALLEYVIEW(dev)) { |
Artem Bityutskiy | 585a94b | 2013-10-16 18:10:41 +0300 | [diff] [blame] | 11027 | if (I915_READ(VLV_DISPLAY_BASE + GEN4_HDMIB) & SDVO_DETECTED) { |
| 11028 | intel_hdmi_init(dev, VLV_DISPLAY_BASE + GEN4_HDMIB, |
| 11029 | PORT_B); |
| 11030 | if (I915_READ(VLV_DISPLAY_BASE + DP_B) & DP_DETECTED) |
| 11031 | intel_dp_init(dev, VLV_DISPLAY_BASE + DP_B, PORT_B); |
| 11032 | } |
| 11033 | |
Jesse Barnes | 6f6005a | 2013-08-09 09:34:35 -0700 | [diff] [blame] | 11034 | if (I915_READ(VLV_DISPLAY_BASE + GEN4_HDMIC) & SDVO_DETECTED) { |
| 11035 | intel_hdmi_init(dev, VLV_DISPLAY_BASE + GEN4_HDMIC, |
| 11036 | PORT_C); |
| 11037 | if (I915_READ(VLV_DISPLAY_BASE + DP_C) & DP_DETECTED) |
Ville Syrjälä | 5d8a775 | 2013-11-01 18:22:39 +0200 | [diff] [blame] | 11038 | intel_dp_init(dev, VLV_DISPLAY_BASE + DP_C, PORT_C); |
Jesse Barnes | 6f6005a | 2013-08-09 09:34:35 -0700 | [diff] [blame] | 11039 | } |
Gajanan Bhat | 19c0392 | 2012-09-27 19:13:07 +0530 | [diff] [blame] | 11040 | |
Jani Nikula | 3cfca97 | 2013-08-27 15:12:26 +0300 | [diff] [blame] | 11041 | intel_dsi_init(dev); |
Zhenyu Wang | 103a196 | 2009-11-27 11:44:36 +0800 | [diff] [blame] | 11042 | } else if (SUPPORTS_DIGITAL_OUTPUTS(dev)) { |
Ma Ling | 27185ae | 2009-08-24 13:50:23 +0800 | [diff] [blame] | 11043 | bool found = false; |
Eric Anholt | 7d57382 | 2009-01-02 13:33:00 -0800 | [diff] [blame] | 11044 | |
Paulo Zanoni | e2debe9 | 2013-02-18 19:00:27 -0300 | [diff] [blame] | 11045 | if (I915_READ(GEN3_SDVOB) & SDVO_DETECTED) { |
Jesse Barnes | b01f2c3 | 2009-12-11 11:07:17 -0800 | [diff] [blame] | 11046 | DRM_DEBUG_KMS("probing SDVOB\n"); |
Paulo Zanoni | e2debe9 | 2013-02-18 19:00:27 -0300 | [diff] [blame] | 11047 | found = intel_sdvo_init(dev, GEN3_SDVOB, true); |
Jesse Barnes | b01f2c3 | 2009-12-11 11:07:17 -0800 | [diff] [blame] | 11048 | if (!found && SUPPORTS_INTEGRATED_HDMI(dev)) { |
| 11049 | DRM_DEBUG_KMS("probing HDMI on SDVOB\n"); |
Paulo Zanoni | e2debe9 | 2013-02-18 19:00:27 -0300 | [diff] [blame] | 11050 | intel_hdmi_init(dev, GEN4_HDMIB, PORT_B); |
Jesse Barnes | b01f2c3 | 2009-12-11 11:07:17 -0800 | [diff] [blame] | 11051 | } |
Ma Ling | 27185ae | 2009-08-24 13:50:23 +0800 | [diff] [blame] | 11052 | |
Imre Deak | e7281ea | 2013-05-08 13:14:08 +0300 | [diff] [blame] | 11053 | if (!found && SUPPORTS_INTEGRATED_DP(dev)) |
Paulo Zanoni | ab9d7c3 | 2012-07-17 17:53:45 -0300 | [diff] [blame] | 11054 | intel_dp_init(dev, DP_B, PORT_B); |
Eric Anholt | 725e30a | 2009-01-22 13:01:02 -0800 | [diff] [blame] | 11055 | } |
Kristian Høgsberg | 13520b0 | 2009-03-13 15:42:14 -0400 | [diff] [blame] | 11056 | |
| 11057 | /* Before G4X SDVOC doesn't have its own detect register */ |
Kristian Høgsberg | 13520b0 | 2009-03-13 15:42:14 -0400 | [diff] [blame] | 11058 | |
Paulo Zanoni | e2debe9 | 2013-02-18 19:00:27 -0300 | [diff] [blame] | 11059 | if (I915_READ(GEN3_SDVOB) & SDVO_DETECTED) { |
Jesse Barnes | b01f2c3 | 2009-12-11 11:07:17 -0800 | [diff] [blame] | 11060 | DRM_DEBUG_KMS("probing SDVOC\n"); |
Paulo Zanoni | e2debe9 | 2013-02-18 19:00:27 -0300 | [diff] [blame] | 11061 | found = intel_sdvo_init(dev, GEN3_SDVOC, false); |
Jesse Barnes | b01f2c3 | 2009-12-11 11:07:17 -0800 | [diff] [blame] | 11062 | } |
Ma Ling | 27185ae | 2009-08-24 13:50:23 +0800 | [diff] [blame] | 11063 | |
Paulo Zanoni | e2debe9 | 2013-02-18 19:00:27 -0300 | [diff] [blame] | 11064 | if (!found && (I915_READ(GEN3_SDVOC) & SDVO_DETECTED)) { |
Ma Ling | 27185ae | 2009-08-24 13:50:23 +0800 | [diff] [blame] | 11065 | |
Jesse Barnes | b01f2c3 | 2009-12-11 11:07:17 -0800 | [diff] [blame] | 11066 | if (SUPPORTS_INTEGRATED_HDMI(dev)) { |
| 11067 | DRM_DEBUG_KMS("probing HDMI on SDVOC\n"); |
Paulo Zanoni | e2debe9 | 2013-02-18 19:00:27 -0300 | [diff] [blame] | 11068 | intel_hdmi_init(dev, GEN4_HDMIC, PORT_C); |
Jesse Barnes | b01f2c3 | 2009-12-11 11:07:17 -0800 | [diff] [blame] | 11069 | } |
Imre Deak | e7281ea | 2013-05-08 13:14:08 +0300 | [diff] [blame] | 11070 | if (SUPPORTS_INTEGRATED_DP(dev)) |
Paulo Zanoni | ab9d7c3 | 2012-07-17 17:53:45 -0300 | [diff] [blame] | 11071 | intel_dp_init(dev, DP_C, PORT_C); |
Eric Anholt | 725e30a | 2009-01-22 13:01:02 -0800 | [diff] [blame] | 11072 | } |
Ma Ling | 27185ae | 2009-08-24 13:50:23 +0800 | [diff] [blame] | 11073 | |
Jesse Barnes | b01f2c3 | 2009-12-11 11:07:17 -0800 | [diff] [blame] | 11074 | if (SUPPORTS_INTEGRATED_DP(dev) && |
Imre Deak | e7281ea | 2013-05-08 13:14:08 +0300 | [diff] [blame] | 11075 | (I915_READ(DP_D) & DP_DETECTED)) |
Paulo Zanoni | ab9d7c3 | 2012-07-17 17:53:45 -0300 | [diff] [blame] | 11076 | intel_dp_init(dev, DP_D, PORT_D); |
Eric Anholt | bad720f | 2009-10-22 16:11:14 -0700 | [diff] [blame] | 11077 | } else if (IS_GEN2(dev)) |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11078 | intel_dvo_init(dev); |
| 11079 | |
Zhenyu Wang | 103a196 | 2009-11-27 11:44:36 +0800 | [diff] [blame] | 11080 | if (SUPPORTS_TV(dev)) |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11081 | intel_tv_init(dev); |
| 11082 | |
Chris Wilson | 4ef69c7 | 2010-09-09 15:14:28 +0100 | [diff] [blame] | 11083 | list_for_each_entry(encoder, &dev->mode_config.encoder_list, base.head) { |
| 11084 | encoder->base.possible_crtcs = encoder->crtc_mask; |
| 11085 | encoder->base.possible_clones = |
Daniel Vetter | 66a9278 | 2012-07-12 20:08:18 +0200 | [diff] [blame] | 11086 | intel_encoder_clones(encoder); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11087 | } |
Chris Wilson | 47356eb | 2011-01-11 17:06:04 +0000 | [diff] [blame] | 11088 | |
Paulo Zanoni | dde86e2 | 2012-12-01 12:04:25 -0200 | [diff] [blame] | 11089 | intel_init_pch_refclk(dev); |
Daniel Vetter | 270b304 | 2012-10-27 15:52:05 +0200 | [diff] [blame] | 11090 | |
| 11091 | drm_helper_move_panel_connectors_to_head(dev); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11092 | } |
| 11093 | |
| 11094 | static void intel_user_framebuffer_destroy(struct drm_framebuffer *fb) |
| 11095 | { |
| 11096 | struct intel_framebuffer *intel_fb = to_intel_framebuffer(fb); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11097 | |
Daniel Vetter | ef2d633 | 2014-02-10 18:00:38 +0100 | [diff] [blame] | 11098 | drm_framebuffer_cleanup(fb); |
| 11099 | WARN_ON(!intel_fb->obj->framebuffer_references--); |
| 11100 | drm_gem_object_unreference_unlocked(&intel_fb->obj->base); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11101 | kfree(intel_fb); |
| 11102 | } |
| 11103 | |
| 11104 | static int intel_user_framebuffer_create_handle(struct drm_framebuffer *fb, |
Chris Wilson | 05394f3 | 2010-11-08 19:18:58 +0000 | [diff] [blame] | 11105 | struct drm_file *file, |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11106 | unsigned int *handle) |
| 11107 | { |
| 11108 | struct intel_framebuffer *intel_fb = to_intel_framebuffer(fb); |
Chris Wilson | 05394f3 | 2010-11-08 19:18:58 +0000 | [diff] [blame] | 11109 | struct drm_i915_gem_object *obj = intel_fb->obj; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11110 | |
Chris Wilson | 05394f3 | 2010-11-08 19:18:58 +0000 | [diff] [blame] | 11111 | return drm_gem_handle_create(file, &obj->base, handle); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11112 | } |
| 11113 | |
| 11114 | static const struct drm_framebuffer_funcs intel_fb_funcs = { |
| 11115 | .destroy = intel_user_framebuffer_destroy, |
| 11116 | .create_handle = intel_user_framebuffer_create_handle, |
| 11117 | }; |
| 11118 | |
Daniel Vetter | b5ea642 | 2014-03-02 21:18:00 +0100 | [diff] [blame] | 11119 | static int intel_framebuffer_init(struct drm_device *dev, |
| 11120 | struct intel_framebuffer *intel_fb, |
| 11121 | struct drm_mode_fb_cmd2 *mode_cmd, |
| 11122 | struct drm_i915_gem_object *obj) |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11123 | { |
Jesse Barnes | a57ce0b | 2014-02-07 12:10:35 -0800 | [diff] [blame] | 11124 | int aligned_height; |
Chris Wilson | a35cdaa | 2013-06-25 17:26:45 +0100 | [diff] [blame] | 11125 | int pitch_limit; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11126 | int ret; |
| 11127 | |
Daniel Vetter | dd4916c | 2013-10-09 21:23:51 +0200 | [diff] [blame] | 11128 | WARN_ON(!mutex_is_locked(&dev->struct_mutex)); |
| 11129 | |
Chris Wilson | c16ed4b | 2012-12-18 22:13:14 +0000 | [diff] [blame] | 11130 | if (obj->tiling_mode == I915_TILING_Y) { |
| 11131 | DRM_DEBUG("hardware does not support tiling Y\n"); |
Chris Wilson | 57cd650 | 2010-08-08 12:34:44 +0100 | [diff] [blame] | 11132 | return -EINVAL; |
Chris Wilson | c16ed4b | 2012-12-18 22:13:14 +0000 | [diff] [blame] | 11133 | } |
Chris Wilson | 57cd650 | 2010-08-08 12:34:44 +0100 | [diff] [blame] | 11134 | |
Chris Wilson | c16ed4b | 2012-12-18 22:13:14 +0000 | [diff] [blame] | 11135 | if (mode_cmd->pitches[0] & 63) { |
| 11136 | DRM_DEBUG("pitch (%d) must be at least 64 byte aligned\n", |
| 11137 | mode_cmd->pitches[0]); |
Chris Wilson | 57cd650 | 2010-08-08 12:34:44 +0100 | [diff] [blame] | 11138 | return -EINVAL; |
Chris Wilson | c16ed4b | 2012-12-18 22:13:14 +0000 | [diff] [blame] | 11139 | } |
Chris Wilson | 57cd650 | 2010-08-08 12:34:44 +0100 | [diff] [blame] | 11140 | |
Chris Wilson | a35cdaa | 2013-06-25 17:26:45 +0100 | [diff] [blame] | 11141 | if (INTEL_INFO(dev)->gen >= 5 && !IS_VALLEYVIEW(dev)) { |
| 11142 | pitch_limit = 32*1024; |
| 11143 | } else if (INTEL_INFO(dev)->gen >= 4) { |
| 11144 | if (obj->tiling_mode) |
| 11145 | pitch_limit = 16*1024; |
| 11146 | else |
| 11147 | pitch_limit = 32*1024; |
| 11148 | } else if (INTEL_INFO(dev)->gen >= 3) { |
| 11149 | if (obj->tiling_mode) |
| 11150 | pitch_limit = 8*1024; |
| 11151 | else |
| 11152 | pitch_limit = 16*1024; |
| 11153 | } else |
| 11154 | /* XXX DSPC is limited to 4k tiled */ |
| 11155 | pitch_limit = 8*1024; |
| 11156 | |
| 11157 | if (mode_cmd->pitches[0] > pitch_limit) { |
| 11158 | DRM_DEBUG("%s pitch (%d) must be at less than %d\n", |
| 11159 | obj->tiling_mode ? "tiled" : "linear", |
| 11160 | mode_cmd->pitches[0], pitch_limit); |
Ville Syrjälä | 5d7bd70 | 2012-10-31 17:50:18 +0200 | [diff] [blame] | 11161 | return -EINVAL; |
Chris Wilson | c16ed4b | 2012-12-18 22:13:14 +0000 | [diff] [blame] | 11162 | } |
Ville Syrjälä | 5d7bd70 | 2012-10-31 17:50:18 +0200 | [diff] [blame] | 11163 | |
| 11164 | if (obj->tiling_mode != I915_TILING_NONE && |
Chris Wilson | c16ed4b | 2012-12-18 22:13:14 +0000 | [diff] [blame] | 11165 | mode_cmd->pitches[0] != obj->stride) { |
| 11166 | DRM_DEBUG("pitch (%d) must match tiling stride (%d)\n", |
| 11167 | mode_cmd->pitches[0], obj->stride); |
Ville Syrjälä | 5d7bd70 | 2012-10-31 17:50:18 +0200 | [diff] [blame] | 11168 | return -EINVAL; |
Chris Wilson | c16ed4b | 2012-12-18 22:13:14 +0000 | [diff] [blame] | 11169 | } |
Ville Syrjälä | 5d7bd70 | 2012-10-31 17:50:18 +0200 | [diff] [blame] | 11170 | |
Ville Syrjälä | 57779d0 | 2012-10-31 17:50:14 +0200 | [diff] [blame] | 11171 | /* Reject formats not supported by any plane early. */ |
Jesse Barnes | 308e5bc | 2011-11-14 14:51:28 -0800 | [diff] [blame] | 11172 | switch (mode_cmd->pixel_format) { |
Ville Syrjälä | 57779d0 | 2012-10-31 17:50:14 +0200 | [diff] [blame] | 11173 | case DRM_FORMAT_C8: |
Ville Syrjälä | 04b3924 | 2011-11-17 18:05:13 +0200 | [diff] [blame] | 11174 | case DRM_FORMAT_RGB565: |
| 11175 | case DRM_FORMAT_XRGB8888: |
| 11176 | case DRM_FORMAT_ARGB8888: |
Ville Syrjälä | 57779d0 | 2012-10-31 17:50:14 +0200 | [diff] [blame] | 11177 | break; |
| 11178 | case DRM_FORMAT_XRGB1555: |
| 11179 | case DRM_FORMAT_ARGB1555: |
Chris Wilson | c16ed4b | 2012-12-18 22:13:14 +0000 | [diff] [blame] | 11180 | if (INTEL_INFO(dev)->gen > 3) { |
Ville Syrjälä | 4ee62c7 | 2013-06-07 15:43:05 +0000 | [diff] [blame] | 11181 | DRM_DEBUG("unsupported pixel format: %s\n", |
| 11182 | drm_get_format_name(mode_cmd->pixel_format)); |
Ville Syrjälä | 57779d0 | 2012-10-31 17:50:14 +0200 | [diff] [blame] | 11183 | return -EINVAL; |
Chris Wilson | c16ed4b | 2012-12-18 22:13:14 +0000 | [diff] [blame] | 11184 | } |
Ville Syrjälä | 57779d0 | 2012-10-31 17:50:14 +0200 | [diff] [blame] | 11185 | break; |
| 11186 | case DRM_FORMAT_XBGR8888: |
| 11187 | case DRM_FORMAT_ABGR8888: |
Ville Syrjälä | 04b3924 | 2011-11-17 18:05:13 +0200 | [diff] [blame] | 11188 | case DRM_FORMAT_XRGB2101010: |
| 11189 | case DRM_FORMAT_ARGB2101010: |
Ville Syrjälä | 57779d0 | 2012-10-31 17:50:14 +0200 | [diff] [blame] | 11190 | case DRM_FORMAT_XBGR2101010: |
| 11191 | case DRM_FORMAT_ABGR2101010: |
Chris Wilson | c16ed4b | 2012-12-18 22:13:14 +0000 | [diff] [blame] | 11192 | if (INTEL_INFO(dev)->gen < 4) { |
Ville Syrjälä | 4ee62c7 | 2013-06-07 15:43:05 +0000 | [diff] [blame] | 11193 | DRM_DEBUG("unsupported pixel format: %s\n", |
| 11194 | drm_get_format_name(mode_cmd->pixel_format)); |
Ville Syrjälä | 57779d0 | 2012-10-31 17:50:14 +0200 | [diff] [blame] | 11195 | return -EINVAL; |
Chris Wilson | c16ed4b | 2012-12-18 22:13:14 +0000 | [diff] [blame] | 11196 | } |
Jesse Barnes | b562674 | 2011-06-24 12:19:27 -0700 | [diff] [blame] | 11197 | break; |
Ville Syrjälä | 04b3924 | 2011-11-17 18:05:13 +0200 | [diff] [blame] | 11198 | case DRM_FORMAT_YUYV: |
| 11199 | case DRM_FORMAT_UYVY: |
| 11200 | case DRM_FORMAT_YVYU: |
| 11201 | case DRM_FORMAT_VYUY: |
Chris Wilson | c16ed4b | 2012-12-18 22:13:14 +0000 | [diff] [blame] | 11202 | if (INTEL_INFO(dev)->gen < 5) { |
Ville Syrjälä | 4ee62c7 | 2013-06-07 15:43:05 +0000 | [diff] [blame] | 11203 | DRM_DEBUG("unsupported pixel format: %s\n", |
| 11204 | drm_get_format_name(mode_cmd->pixel_format)); |
Ville Syrjälä | 57779d0 | 2012-10-31 17:50:14 +0200 | [diff] [blame] | 11205 | return -EINVAL; |
Chris Wilson | c16ed4b | 2012-12-18 22:13:14 +0000 | [diff] [blame] | 11206 | } |
Chris Wilson | 57cd650 | 2010-08-08 12:34:44 +0100 | [diff] [blame] | 11207 | break; |
| 11208 | default: |
Ville Syrjälä | 4ee62c7 | 2013-06-07 15:43:05 +0000 | [diff] [blame] | 11209 | DRM_DEBUG("unsupported pixel format: %s\n", |
| 11210 | drm_get_format_name(mode_cmd->pixel_format)); |
Chris Wilson | 57cd650 | 2010-08-08 12:34:44 +0100 | [diff] [blame] | 11211 | return -EINVAL; |
| 11212 | } |
| 11213 | |
Ville Syrjälä | 90f9a33 | 2012-10-31 17:50:19 +0200 | [diff] [blame] | 11214 | /* FIXME need to adjust LINOFF/TILEOFF accordingly. */ |
| 11215 | if (mode_cmd->offsets[0] != 0) |
| 11216 | return -EINVAL; |
| 11217 | |
Jesse Barnes | a57ce0b | 2014-02-07 12:10:35 -0800 | [diff] [blame] | 11218 | aligned_height = intel_align_height(dev, mode_cmd->height, |
| 11219 | obj->tiling_mode); |
Daniel Vetter | 53155c0 | 2013-10-09 21:55:33 +0200 | [diff] [blame] | 11220 | /* FIXME drm helper for size checks (especially planar formats)? */ |
| 11221 | if (obj->base.size < aligned_height * mode_cmd->pitches[0]) |
| 11222 | return -EINVAL; |
| 11223 | |
Daniel Vetter | c7d73f6 | 2012-12-13 23:38:38 +0100 | [diff] [blame] | 11224 | drm_helper_mode_fill_fb_struct(&intel_fb->base, mode_cmd); |
| 11225 | intel_fb->obj = obj; |
Daniel Vetter | 80075d4 | 2013-10-09 21:23:52 +0200 | [diff] [blame] | 11226 | intel_fb->obj->framebuffer_references++; |
Daniel Vetter | c7d73f6 | 2012-12-13 23:38:38 +0100 | [diff] [blame] | 11227 | |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11228 | ret = drm_framebuffer_init(dev, &intel_fb->base, &intel_fb_funcs); |
| 11229 | if (ret) { |
| 11230 | DRM_ERROR("framebuffer init failed %d\n", ret); |
| 11231 | return ret; |
| 11232 | } |
| 11233 | |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11234 | return 0; |
| 11235 | } |
| 11236 | |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11237 | static struct drm_framebuffer * |
| 11238 | intel_user_framebuffer_create(struct drm_device *dev, |
| 11239 | struct drm_file *filp, |
Jesse Barnes | 308e5bc | 2011-11-14 14:51:28 -0800 | [diff] [blame] | 11240 | struct drm_mode_fb_cmd2 *mode_cmd) |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11241 | { |
Chris Wilson | 05394f3 | 2010-11-08 19:18:58 +0000 | [diff] [blame] | 11242 | struct drm_i915_gem_object *obj; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11243 | |
Jesse Barnes | 308e5bc | 2011-11-14 14:51:28 -0800 | [diff] [blame] | 11244 | obj = to_intel_bo(drm_gem_object_lookup(dev, filp, |
| 11245 | mode_cmd->handles[0])); |
Chris Wilson | c872522 | 2011-02-19 11:31:06 +0000 | [diff] [blame] | 11246 | if (&obj->base == NULL) |
Chris Wilson | cce13ff | 2010-08-08 13:36:38 +0100 | [diff] [blame] | 11247 | return ERR_PTR(-ENOENT); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11248 | |
Chris Wilson | d2dff87 | 2011-04-19 08:36:26 +0100 | [diff] [blame] | 11249 | return intel_framebuffer_create(dev, mode_cmd, obj); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11250 | } |
| 11251 | |
Daniel Vetter | 4520f53 | 2013-10-09 09:18:51 +0200 | [diff] [blame] | 11252 | #ifndef CONFIG_DRM_I915_FBDEV |
Daniel Vetter | 0632fef | 2013-10-08 17:44:49 +0200 | [diff] [blame] | 11253 | static inline void intel_fbdev_output_poll_changed(struct drm_device *dev) |
Daniel Vetter | 4520f53 | 2013-10-09 09:18:51 +0200 | [diff] [blame] | 11254 | { |
| 11255 | } |
| 11256 | #endif |
| 11257 | |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11258 | static const struct drm_mode_config_funcs intel_mode_funcs = { |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11259 | .fb_create = intel_user_framebuffer_create, |
Daniel Vetter | 0632fef | 2013-10-08 17:44:49 +0200 | [diff] [blame] | 11260 | .output_poll_changed = intel_fbdev_output_poll_changed, |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11261 | }; |
| 11262 | |
Jesse Barnes | e70236a | 2009-09-21 10:42:27 -0700 | [diff] [blame] | 11263 | /* Set up chip specific display functions */ |
| 11264 | static void intel_init_display(struct drm_device *dev) |
| 11265 | { |
| 11266 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 11267 | |
Daniel Vetter | ee9300b | 2013-06-03 22:40:22 +0200 | [diff] [blame] | 11268 | if (HAS_PCH_SPLIT(dev) || IS_G4X(dev)) |
| 11269 | dev_priv->display.find_dpll = g4x_find_best_dpll; |
Chon Ming Lee | ef9348c | 2014-04-09 13:28:18 +0300 | [diff] [blame] | 11270 | else if (IS_CHERRYVIEW(dev)) |
| 11271 | dev_priv->display.find_dpll = chv_find_best_dpll; |
Daniel Vetter | ee9300b | 2013-06-03 22:40:22 +0200 | [diff] [blame] | 11272 | else if (IS_VALLEYVIEW(dev)) |
| 11273 | dev_priv->display.find_dpll = vlv_find_best_dpll; |
| 11274 | else if (IS_PINEVIEW(dev)) |
| 11275 | dev_priv->display.find_dpll = pnv_find_best_dpll; |
| 11276 | else |
| 11277 | dev_priv->display.find_dpll = i9xx_find_best_dpll; |
| 11278 | |
Paulo Zanoni | affa935 | 2012-11-23 15:30:39 -0200 | [diff] [blame] | 11279 | if (HAS_DDI(dev)) { |
Daniel Vetter | 0e8ffe1 | 2013-03-28 10:42:00 +0100 | [diff] [blame] | 11280 | dev_priv->display.get_pipe_config = haswell_get_pipe_config; |
Jesse Barnes | 4c6baa5 | 2014-03-07 08:57:50 -0800 | [diff] [blame] | 11281 | dev_priv->display.get_plane_config = ironlake_get_plane_config; |
Paulo Zanoni | 09b4ddf | 2012-10-05 12:05:55 -0300 | [diff] [blame] | 11282 | dev_priv->display.crtc_mode_set = haswell_crtc_mode_set; |
Paulo Zanoni | 4f771f1 | 2012-10-23 18:29:51 -0200 | [diff] [blame] | 11283 | dev_priv->display.crtc_enable = haswell_crtc_enable; |
| 11284 | dev_priv->display.crtc_disable = haswell_crtc_disable; |
Paulo Zanoni | 6441ab5 | 2012-10-05 12:05:58 -0300 | [diff] [blame] | 11285 | dev_priv->display.off = haswell_crtc_off; |
Matt Roper | 262ca2b | 2014-03-18 17:22:55 -0700 | [diff] [blame] | 11286 | dev_priv->display.update_primary_plane = |
| 11287 | ironlake_update_primary_plane; |
Paulo Zanoni | 09b4ddf | 2012-10-05 12:05:55 -0300 | [diff] [blame] | 11288 | } else if (HAS_PCH_SPLIT(dev)) { |
Daniel Vetter | 0e8ffe1 | 2013-03-28 10:42:00 +0100 | [diff] [blame] | 11289 | dev_priv->display.get_pipe_config = ironlake_get_pipe_config; |
Jesse Barnes | 4c6baa5 | 2014-03-07 08:57:50 -0800 | [diff] [blame] | 11290 | dev_priv->display.get_plane_config = ironlake_get_plane_config; |
Eric Anholt | f564048e | 2011-03-30 13:01:02 -0700 | [diff] [blame] | 11291 | dev_priv->display.crtc_mode_set = ironlake_crtc_mode_set; |
Daniel Vetter | 76e5a89 | 2012-06-29 22:39:33 +0200 | [diff] [blame] | 11292 | dev_priv->display.crtc_enable = ironlake_crtc_enable; |
| 11293 | dev_priv->display.crtc_disable = ironlake_crtc_disable; |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 11294 | dev_priv->display.off = ironlake_crtc_off; |
Matt Roper | 262ca2b | 2014-03-18 17:22:55 -0700 | [diff] [blame] | 11295 | dev_priv->display.update_primary_plane = |
| 11296 | ironlake_update_primary_plane; |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 11297 | } else if (IS_VALLEYVIEW(dev)) { |
| 11298 | dev_priv->display.get_pipe_config = i9xx_get_pipe_config; |
Jesse Barnes | 1ad292b | 2014-03-07 08:57:49 -0800 | [diff] [blame] | 11299 | dev_priv->display.get_plane_config = i9xx_get_plane_config; |
Jesse Barnes | 89b667f | 2013-04-18 14:51:36 -0700 | [diff] [blame] | 11300 | dev_priv->display.crtc_mode_set = i9xx_crtc_mode_set; |
| 11301 | dev_priv->display.crtc_enable = valleyview_crtc_enable; |
| 11302 | dev_priv->display.crtc_disable = i9xx_crtc_disable; |
| 11303 | dev_priv->display.off = i9xx_crtc_off; |
Matt Roper | 262ca2b | 2014-03-18 17:22:55 -0700 | [diff] [blame] | 11304 | dev_priv->display.update_primary_plane = |
| 11305 | i9xx_update_primary_plane; |
Eric Anholt | f564048e | 2011-03-30 13:01:02 -0700 | [diff] [blame] | 11306 | } else { |
Daniel Vetter | 0e8ffe1 | 2013-03-28 10:42:00 +0100 | [diff] [blame] | 11307 | dev_priv->display.get_pipe_config = i9xx_get_pipe_config; |
Jesse Barnes | 1ad292b | 2014-03-07 08:57:49 -0800 | [diff] [blame] | 11308 | dev_priv->display.get_plane_config = i9xx_get_plane_config; |
Eric Anholt | f564048e | 2011-03-30 13:01:02 -0700 | [diff] [blame] | 11309 | dev_priv->display.crtc_mode_set = i9xx_crtc_mode_set; |
Daniel Vetter | 76e5a89 | 2012-06-29 22:39:33 +0200 | [diff] [blame] | 11310 | dev_priv->display.crtc_enable = i9xx_crtc_enable; |
| 11311 | dev_priv->display.crtc_disable = i9xx_crtc_disable; |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 11312 | dev_priv->display.off = i9xx_crtc_off; |
Matt Roper | 262ca2b | 2014-03-18 17:22:55 -0700 | [diff] [blame] | 11313 | dev_priv->display.update_primary_plane = |
| 11314 | i9xx_update_primary_plane; |
Eric Anholt | f564048e | 2011-03-30 13:01:02 -0700 | [diff] [blame] | 11315 | } |
Jesse Barnes | e70236a | 2009-09-21 10:42:27 -0700 | [diff] [blame] | 11316 | |
Jesse Barnes | e70236a | 2009-09-21 10:42:27 -0700 | [diff] [blame] | 11317 | /* Returns the core display clock speed */ |
Jesse Barnes | 25eb05fc | 2012-03-28 13:39:23 -0700 | [diff] [blame] | 11318 | if (IS_VALLEYVIEW(dev)) |
| 11319 | dev_priv->display.get_display_clock_speed = |
| 11320 | valleyview_get_display_clock_speed; |
| 11321 | else if (IS_I945G(dev) || (IS_G33(dev) && !IS_PINEVIEW_M(dev))) |
Jesse Barnes | e70236a | 2009-09-21 10:42:27 -0700 | [diff] [blame] | 11322 | dev_priv->display.get_display_clock_speed = |
| 11323 | i945_get_display_clock_speed; |
| 11324 | else if (IS_I915G(dev)) |
| 11325 | dev_priv->display.get_display_clock_speed = |
| 11326 | i915_get_display_clock_speed; |
Daniel Vetter | 257a7ff | 2013-07-26 08:35:42 +0200 | [diff] [blame] | 11327 | else if (IS_I945GM(dev) || IS_845G(dev)) |
Jesse Barnes | e70236a | 2009-09-21 10:42:27 -0700 | [diff] [blame] | 11328 | dev_priv->display.get_display_clock_speed = |
| 11329 | i9xx_misc_get_display_clock_speed; |
Daniel Vetter | 257a7ff | 2013-07-26 08:35:42 +0200 | [diff] [blame] | 11330 | else if (IS_PINEVIEW(dev)) |
| 11331 | dev_priv->display.get_display_clock_speed = |
| 11332 | pnv_get_display_clock_speed; |
Jesse Barnes | e70236a | 2009-09-21 10:42:27 -0700 | [diff] [blame] | 11333 | else if (IS_I915GM(dev)) |
| 11334 | dev_priv->display.get_display_clock_speed = |
| 11335 | i915gm_get_display_clock_speed; |
| 11336 | else if (IS_I865G(dev)) |
| 11337 | dev_priv->display.get_display_clock_speed = |
| 11338 | i865_get_display_clock_speed; |
Daniel Vetter | f0f8a9c | 2009-09-15 22:57:33 +0200 | [diff] [blame] | 11339 | else if (IS_I85X(dev)) |
Jesse Barnes | e70236a | 2009-09-21 10:42:27 -0700 | [diff] [blame] | 11340 | dev_priv->display.get_display_clock_speed = |
| 11341 | i855_get_display_clock_speed; |
| 11342 | else /* 852, 830 */ |
| 11343 | dev_priv->display.get_display_clock_speed = |
| 11344 | i830_get_display_clock_speed; |
| 11345 | |
Zhenyu Wang | 7f8a856 | 2010-04-01 13:07:53 +0800 | [diff] [blame] | 11346 | if (HAS_PCH_SPLIT(dev)) { |
Chris Wilson | f00a3dd | 2010-10-21 14:57:17 +0100 | [diff] [blame] | 11347 | if (IS_GEN5(dev)) { |
Jesse Barnes | 674cf96 | 2011-04-28 14:27:04 -0700 | [diff] [blame] | 11348 | dev_priv->display.fdi_link_train = ironlake_fdi_link_train; |
Wu Fengguang | e0dac65 | 2011-09-05 14:25:34 +0800 | [diff] [blame] | 11349 | dev_priv->display.write_eld = ironlake_write_eld; |
Yuanhan Liu | 1398261 | 2010-12-15 15:42:31 +0800 | [diff] [blame] | 11350 | } else if (IS_GEN6(dev)) { |
Jesse Barnes | 674cf96 | 2011-04-28 14:27:04 -0700 | [diff] [blame] | 11351 | dev_priv->display.fdi_link_train = gen6_fdi_link_train; |
Wu Fengguang | e0dac65 | 2011-09-05 14:25:34 +0800 | [diff] [blame] | 11352 | dev_priv->display.write_eld = ironlake_write_eld; |
Paulo Zanoni | 9a952a0 | 2014-03-07 20:12:34 -0300 | [diff] [blame] | 11353 | dev_priv->display.modeset_global_resources = |
| 11354 | snb_modeset_global_resources; |
Jesse Barnes | 357555c | 2011-04-28 15:09:55 -0700 | [diff] [blame] | 11355 | } else if (IS_IVYBRIDGE(dev)) { |
| 11356 | /* FIXME: detect B0+ stepping and use auto training */ |
| 11357 | dev_priv->display.fdi_link_train = ivb_manual_fdi_link_train; |
Wu Fengguang | e0dac65 | 2011-09-05 14:25:34 +0800 | [diff] [blame] | 11358 | dev_priv->display.write_eld = ironlake_write_eld; |
Daniel Vetter | 01a415f | 2012-10-27 15:58:40 +0200 | [diff] [blame] | 11359 | dev_priv->display.modeset_global_resources = |
| 11360 | ivb_modeset_global_resources; |
Ben Widawsky | 4e0bbc3 | 2013-11-02 21:07:07 -0700 | [diff] [blame] | 11361 | } else if (IS_HASWELL(dev) || IS_GEN8(dev)) { |
Eugeni Dodonov | c82e4d2 | 2012-05-09 15:37:21 -0300 | [diff] [blame] | 11362 | dev_priv->display.fdi_link_train = hsw_fdi_link_train; |
Wang Xingchao | 83358c85 | 2012-08-16 22:43:37 +0800 | [diff] [blame] | 11363 | dev_priv->display.write_eld = haswell_write_eld; |
Daniel Vetter | d6dd9eb | 2013-01-29 16:35:20 -0200 | [diff] [blame] | 11364 | dev_priv->display.modeset_global_resources = |
| 11365 | haswell_modeset_global_resources; |
Paulo Zanoni | a0e63c2 | 2012-12-06 11:12:39 -0200 | [diff] [blame] | 11366 | } |
Jesse Barnes | 6067aae | 2011-04-28 15:04:31 -0700 | [diff] [blame] | 11367 | } else if (IS_G4X(dev)) { |
Wu Fengguang | e0dac65 | 2011-09-05 14:25:34 +0800 | [diff] [blame] | 11368 | dev_priv->display.write_eld = g4x_write_eld; |
Jesse Barnes | 30a970c | 2013-11-04 13:48:12 -0800 | [diff] [blame] | 11369 | } else if (IS_VALLEYVIEW(dev)) { |
| 11370 | dev_priv->display.modeset_global_resources = |
| 11371 | valleyview_modeset_global_resources; |
Mengdong Lin | 9ca2fe7 | 2013-11-01 00:17:03 -0400 | [diff] [blame] | 11372 | dev_priv->display.write_eld = ironlake_write_eld; |
Jesse Barnes | e70236a | 2009-09-21 10:42:27 -0700 | [diff] [blame] | 11373 | } |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 11374 | |
| 11375 | /* Default just returns -ENODEV to indicate unsupported */ |
| 11376 | dev_priv->display.queue_flip = intel_default_queue_flip; |
| 11377 | |
| 11378 | switch (INTEL_INFO(dev)->gen) { |
| 11379 | case 2: |
| 11380 | dev_priv->display.queue_flip = intel_gen2_queue_flip; |
| 11381 | break; |
| 11382 | |
| 11383 | case 3: |
| 11384 | dev_priv->display.queue_flip = intel_gen3_queue_flip; |
| 11385 | break; |
| 11386 | |
| 11387 | case 4: |
| 11388 | case 5: |
| 11389 | dev_priv->display.queue_flip = intel_gen4_queue_flip; |
| 11390 | break; |
| 11391 | |
| 11392 | case 6: |
| 11393 | dev_priv->display.queue_flip = intel_gen6_queue_flip; |
| 11394 | break; |
Jesse Barnes | 7c9017e | 2011-06-16 12:18:54 -0700 | [diff] [blame] | 11395 | case 7: |
Ben Widawsky | 4e0bbc3 | 2013-11-02 21:07:07 -0700 | [diff] [blame] | 11396 | case 8: /* FIXME(BDW): Check that the gen8 RCS flip works. */ |
Jesse Barnes | 7c9017e | 2011-06-16 12:18:54 -0700 | [diff] [blame] | 11397 | dev_priv->display.queue_flip = intel_gen7_queue_flip; |
| 11398 | break; |
Jesse Barnes | 8c9f3aa | 2011-06-16 09:19:13 -0700 | [diff] [blame] | 11399 | } |
Jani Nikula | 7bd688c | 2013-11-08 16:48:56 +0200 | [diff] [blame] | 11400 | |
| 11401 | intel_panel_init_backlight_funcs(dev); |
Jesse Barnes | e70236a | 2009-09-21 10:42:27 -0700 | [diff] [blame] | 11402 | } |
| 11403 | |
Jesse Barnes | b690e96 | 2010-07-19 13:53:12 -0700 | [diff] [blame] | 11404 | /* |
| 11405 | * Some BIOSes insist on assuming the GPU's pipe A is enabled at suspend, |
| 11406 | * resume, or other times. This quirk makes sure that's the case for |
| 11407 | * affected systems. |
| 11408 | */ |
Akshay Joshi | 0206e35 | 2011-08-16 15:34:10 -0400 | [diff] [blame] | 11409 | static void quirk_pipea_force(struct drm_device *dev) |
Jesse Barnes | b690e96 | 2010-07-19 13:53:12 -0700 | [diff] [blame] | 11410 | { |
| 11411 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 11412 | |
| 11413 | dev_priv->quirks |= QUIRK_PIPEA_FORCE; |
Daniel Vetter | bc0daf4 | 2012-04-01 13:16:49 +0200 | [diff] [blame] | 11414 | DRM_INFO("applying pipe a force quirk\n"); |
Jesse Barnes | b690e96 | 2010-07-19 13:53:12 -0700 | [diff] [blame] | 11415 | } |
| 11416 | |
Keith Packard | 435793d | 2011-07-12 14:56:22 -0700 | [diff] [blame] | 11417 | /* |
| 11418 | * Some machines (Lenovo U160) do not work with SSC on LVDS for some reason |
| 11419 | */ |
| 11420 | static void quirk_ssc_force_disable(struct drm_device *dev) |
| 11421 | { |
| 11422 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 11423 | dev_priv->quirks |= QUIRK_LVDS_SSC_DISABLE; |
Daniel Vetter | bc0daf4 | 2012-04-01 13:16:49 +0200 | [diff] [blame] | 11424 | DRM_INFO("applying lvds SSC disable quirk\n"); |
Keith Packard | 435793d | 2011-07-12 14:56:22 -0700 | [diff] [blame] | 11425 | } |
| 11426 | |
Carsten Emde | 4dca20e | 2012-03-15 15:56:26 +0100 | [diff] [blame] | 11427 | /* |
Carsten Emde | 5a15ab5 | 2012-03-15 15:56:27 +0100 | [diff] [blame] | 11428 | * A machine (e.g. Acer Aspire 5734Z) may need to invert the panel backlight |
| 11429 | * brightness value |
Carsten Emde | 4dca20e | 2012-03-15 15:56:26 +0100 | [diff] [blame] | 11430 | */ |
| 11431 | static void quirk_invert_brightness(struct drm_device *dev) |
| 11432 | { |
| 11433 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 11434 | dev_priv->quirks |= QUIRK_INVERT_BRIGHTNESS; |
Daniel Vetter | bc0daf4 | 2012-04-01 13:16:49 +0200 | [diff] [blame] | 11435 | DRM_INFO("applying inverted panel brightness quirk\n"); |
Jesse Barnes | b690e96 | 2010-07-19 13:53:12 -0700 | [diff] [blame] | 11436 | } |
| 11437 | |
| 11438 | struct intel_quirk { |
| 11439 | int device; |
| 11440 | int subsystem_vendor; |
| 11441 | int subsystem_device; |
| 11442 | void (*hook)(struct drm_device *dev); |
| 11443 | }; |
| 11444 | |
Egbert Eich | 5f85f176 | 2012-10-14 15:46:38 +0200 | [diff] [blame] | 11445 | /* For systems that don't have a meaningful PCI subdevice/subvendor ID */ |
| 11446 | struct intel_dmi_quirk { |
| 11447 | void (*hook)(struct drm_device *dev); |
| 11448 | const struct dmi_system_id (*dmi_id_list)[]; |
| 11449 | }; |
| 11450 | |
| 11451 | static int intel_dmi_reverse_brightness(const struct dmi_system_id *id) |
| 11452 | { |
| 11453 | DRM_INFO("Backlight polarity reversed on %s\n", id->ident); |
| 11454 | return 1; |
| 11455 | } |
| 11456 | |
| 11457 | static const struct intel_dmi_quirk intel_dmi_quirks[] = { |
| 11458 | { |
| 11459 | .dmi_id_list = &(const struct dmi_system_id[]) { |
| 11460 | { |
| 11461 | .callback = intel_dmi_reverse_brightness, |
| 11462 | .ident = "NCR Corporation", |
| 11463 | .matches = {DMI_MATCH(DMI_SYS_VENDOR, "NCR Corporation"), |
| 11464 | DMI_MATCH(DMI_PRODUCT_NAME, ""), |
| 11465 | }, |
| 11466 | }, |
| 11467 | { } /* terminating entry */ |
| 11468 | }, |
| 11469 | .hook = quirk_invert_brightness, |
| 11470 | }, |
| 11471 | }; |
| 11472 | |
Ben Widawsky | c43b563 | 2012-04-16 14:07:40 -0700 | [diff] [blame] | 11473 | static struct intel_quirk intel_quirks[] = { |
Jesse Barnes | b690e96 | 2010-07-19 13:53:12 -0700 | [diff] [blame] | 11474 | /* HP Mini needs pipe A force quirk (LP: #322104) */ |
Akshay Joshi | 0206e35 | 2011-08-16 15:34:10 -0400 | [diff] [blame] | 11475 | { 0x27ae, 0x103c, 0x361a, quirk_pipea_force }, |
Jesse Barnes | b690e96 | 2010-07-19 13:53:12 -0700 | [diff] [blame] | 11476 | |
Jesse Barnes | b690e96 | 2010-07-19 13:53:12 -0700 | [diff] [blame] | 11477 | /* Toshiba Protege R-205, S-209 needs pipe A force quirk */ |
| 11478 | { 0x2592, 0x1179, 0x0001, quirk_pipea_force }, |
| 11479 | |
Jesse Barnes | b690e96 | 2010-07-19 13:53:12 -0700 | [diff] [blame] | 11480 | /* ThinkPad T60 needs pipe A force quirk (bug #16494) */ |
| 11481 | { 0x2782, 0x17aa, 0x201a, quirk_pipea_force }, |
| 11482 | |
Chris Wilson | a4945f9 | 2013-10-08 11:16:59 +0100 | [diff] [blame] | 11483 | /* 830 needs to leave pipe A & dpll A up */ |
Daniel Vetter | dcdaed6 | 2012-08-12 21:19:34 +0200 | [diff] [blame] | 11484 | { 0x3577, PCI_ANY_ID, PCI_ANY_ID, quirk_pipea_force }, |
Keith Packard | 435793d | 2011-07-12 14:56:22 -0700 | [diff] [blame] | 11485 | |
| 11486 | /* Lenovo U160 cannot use SSC on LVDS */ |
| 11487 | { 0x0046, 0x17aa, 0x3920, quirk_ssc_force_disable }, |
Michel Alexandre Salim | 070d329 | 2011-07-28 18:52:06 +0200 | [diff] [blame] | 11488 | |
| 11489 | /* Sony Vaio Y cannot use SSC on LVDS */ |
| 11490 | { 0x0046, 0x104d, 0x9076, quirk_ssc_force_disable }, |
Carsten Emde | 5a15ab5 | 2012-03-15 15:56:27 +0100 | [diff] [blame] | 11491 | |
Alexander van Heukelum | be505f6 | 2013-12-28 21:00:39 +0100 | [diff] [blame] | 11492 | /* Acer Aspire 5734Z must invert backlight brightness */ |
| 11493 | { 0x2a42, 0x1025, 0x0459, quirk_invert_brightness }, |
| 11494 | |
| 11495 | /* Acer/eMachines G725 */ |
| 11496 | { 0x2a42, 0x1025, 0x0210, quirk_invert_brightness }, |
| 11497 | |
| 11498 | /* Acer/eMachines e725 */ |
| 11499 | { 0x2a42, 0x1025, 0x0212, quirk_invert_brightness }, |
| 11500 | |
| 11501 | /* Acer/Packard Bell NCL20 */ |
| 11502 | { 0x2a42, 0x1025, 0x034b, quirk_invert_brightness }, |
| 11503 | |
| 11504 | /* Acer Aspire 4736Z */ |
| 11505 | { 0x2a42, 0x1025, 0x0260, quirk_invert_brightness }, |
Jani Nikula | 0f540c3 | 2014-01-13 17:30:34 +0200 | [diff] [blame] | 11506 | |
| 11507 | /* Acer Aspire 5336 */ |
| 11508 | { 0x2a42, 0x1025, 0x048a, quirk_invert_brightness }, |
Jesse Barnes | b690e96 | 2010-07-19 13:53:12 -0700 | [diff] [blame] | 11509 | }; |
| 11510 | |
| 11511 | static void intel_init_quirks(struct drm_device *dev) |
| 11512 | { |
| 11513 | struct pci_dev *d = dev->pdev; |
| 11514 | int i; |
| 11515 | |
| 11516 | for (i = 0; i < ARRAY_SIZE(intel_quirks); i++) { |
| 11517 | struct intel_quirk *q = &intel_quirks[i]; |
| 11518 | |
| 11519 | if (d->device == q->device && |
| 11520 | (d->subsystem_vendor == q->subsystem_vendor || |
| 11521 | q->subsystem_vendor == PCI_ANY_ID) && |
| 11522 | (d->subsystem_device == q->subsystem_device || |
| 11523 | q->subsystem_device == PCI_ANY_ID)) |
| 11524 | q->hook(dev); |
| 11525 | } |
Egbert Eich | 5f85f176 | 2012-10-14 15:46:38 +0200 | [diff] [blame] | 11526 | for (i = 0; i < ARRAY_SIZE(intel_dmi_quirks); i++) { |
| 11527 | if (dmi_check_system(*intel_dmi_quirks[i].dmi_id_list) != 0) |
| 11528 | intel_dmi_quirks[i].hook(dev); |
| 11529 | } |
Jesse Barnes | b690e96 | 2010-07-19 13:53:12 -0700 | [diff] [blame] | 11530 | } |
| 11531 | |
Jesse Barnes | 9cce37f | 2010-08-13 15:11:26 -0700 | [diff] [blame] | 11532 | /* Disable the VGA plane that we never use */ |
| 11533 | static void i915_disable_vga(struct drm_device *dev) |
| 11534 | { |
| 11535 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 11536 | u8 sr1; |
Ville Syrjälä | 766aa1c | 2013-01-25 21:44:46 +0200 | [diff] [blame] | 11537 | u32 vga_reg = i915_vgacntrl_reg(dev); |
Jesse Barnes | 9cce37f | 2010-08-13 15:11:26 -0700 | [diff] [blame] | 11538 | |
Ville Syrjälä | 2b37c61 | 2014-01-22 21:32:38 +0200 | [diff] [blame] | 11539 | /* WaEnableVGAAccessThroughIOPort:ctg,elk,ilk,snb,ivb,vlv,hsw */ |
Jesse Barnes | 9cce37f | 2010-08-13 15:11:26 -0700 | [diff] [blame] | 11540 | vga_get_uninterruptible(dev->pdev, VGA_RSRC_LEGACY_IO); |
Jesse Barnes | 3fdcf43 | 2012-04-06 11:46:27 -0700 | [diff] [blame] | 11541 | outb(SR01, VGA_SR_INDEX); |
Jesse Barnes | 9cce37f | 2010-08-13 15:11:26 -0700 | [diff] [blame] | 11542 | sr1 = inb(VGA_SR_DATA); |
| 11543 | outb(sr1 | 1<<5, VGA_SR_DATA); |
| 11544 | vga_put(dev->pdev, VGA_RSRC_LEGACY_IO); |
| 11545 | udelay(300); |
| 11546 | |
| 11547 | I915_WRITE(vga_reg, VGA_DISP_DISABLE); |
| 11548 | POSTING_READ(vga_reg); |
| 11549 | } |
| 11550 | |
Daniel Vetter | f817586 | 2012-04-10 15:50:11 +0200 | [diff] [blame] | 11551 | void intel_modeset_init_hw(struct drm_device *dev) |
| 11552 | { |
Eugeni Dodonov | a8f78b5 | 2012-06-28 15:55:35 -0300 | [diff] [blame] | 11553 | intel_prepare_ddi(dev); |
| 11554 | |
Daniel Vetter | f817586 | 2012-04-10 15:50:11 +0200 | [diff] [blame] | 11555 | intel_init_clock_gating(dev); |
| 11556 | |
Jesse Barnes | 5382f5f35 | 2013-12-16 16:34:24 -0800 | [diff] [blame] | 11557 | intel_reset_dpio(dev); |
Jesse Barnes | 40e9cf6 | 2013-10-03 11:35:46 -0700 | [diff] [blame] | 11558 | |
Daniel Vetter | 8090c6b | 2012-06-24 16:42:32 +0200 | [diff] [blame] | 11559 | intel_enable_gt_powersave(dev); |
Daniel Vetter | f817586 | 2012-04-10 15:50:11 +0200 | [diff] [blame] | 11560 | } |
| 11561 | |
Imre Deak | 7d708ee | 2013-04-17 14:04:50 +0300 | [diff] [blame] | 11562 | void intel_modeset_suspend_hw(struct drm_device *dev) |
| 11563 | { |
| 11564 | intel_suspend_hw(dev); |
| 11565 | } |
| 11566 | |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11567 | void intel_modeset_init(struct drm_device *dev) |
| 11568 | { |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 11569 | struct drm_i915_private *dev_priv = dev->dev_private; |
Damien Lespiau | 1fe4778 | 2014-03-03 17:31:47 +0000 | [diff] [blame] | 11570 | int sprite, ret; |
Damien Lespiau | 8cc87b7 | 2014-03-03 17:31:44 +0000 | [diff] [blame] | 11571 | enum pipe pipe; |
Jesse Barnes | 46f297f | 2014-03-07 08:57:48 -0800 | [diff] [blame] | 11572 | struct intel_crtc *crtc; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11573 | |
| 11574 | drm_mode_config_init(dev); |
| 11575 | |
| 11576 | dev->mode_config.min_width = 0; |
| 11577 | dev->mode_config.min_height = 0; |
| 11578 | |
Dave Airlie | 019d96c | 2011-09-29 16:20:42 +0100 | [diff] [blame] | 11579 | dev->mode_config.preferred_depth = 24; |
| 11580 | dev->mode_config.prefer_shadow = 1; |
| 11581 | |
Laurent Pinchart | e6ecefa | 2012-05-17 13:27:23 +0200 | [diff] [blame] | 11582 | dev->mode_config.funcs = &intel_mode_funcs; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11583 | |
Jesse Barnes | b690e96 | 2010-07-19 13:53:12 -0700 | [diff] [blame] | 11584 | intel_init_quirks(dev); |
| 11585 | |
Eugeni Dodonov | 1fa6110 | 2012-04-18 15:29:26 -0300 | [diff] [blame] | 11586 | intel_init_pm(dev); |
| 11587 | |
Ben Widawsky | e3c7475 | 2013-04-05 13:12:39 -0700 | [diff] [blame] | 11588 | if (INTEL_INFO(dev)->num_pipes == 0) |
| 11589 | return; |
| 11590 | |
Jesse Barnes | e70236a | 2009-09-21 10:42:27 -0700 | [diff] [blame] | 11591 | intel_init_display(dev); |
| 11592 | |
Chris Wilson | a6c45cf | 2010-09-17 00:32:17 +0100 | [diff] [blame] | 11593 | if (IS_GEN2(dev)) { |
| 11594 | dev->mode_config.max_width = 2048; |
| 11595 | dev->mode_config.max_height = 2048; |
| 11596 | } else if (IS_GEN3(dev)) { |
Keith Packard | 5e4d6fa | 2009-07-12 23:53:17 -0700 | [diff] [blame] | 11597 | dev->mode_config.max_width = 4096; |
| 11598 | dev->mode_config.max_height = 4096; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11599 | } else { |
Chris Wilson | a6c45cf | 2010-09-17 00:32:17 +0100 | [diff] [blame] | 11600 | dev->mode_config.max_width = 8192; |
| 11601 | dev->mode_config.max_height = 8192; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11602 | } |
Damien Lespiau | 068be56 | 2014-03-28 14:17:49 +0000 | [diff] [blame] | 11603 | |
| 11604 | if (IS_GEN2(dev)) { |
| 11605 | dev->mode_config.cursor_width = GEN2_CURSOR_WIDTH; |
| 11606 | dev->mode_config.cursor_height = GEN2_CURSOR_HEIGHT; |
| 11607 | } else { |
| 11608 | dev->mode_config.cursor_width = MAX_CURSOR_WIDTH; |
| 11609 | dev->mode_config.cursor_height = MAX_CURSOR_HEIGHT; |
| 11610 | } |
| 11611 | |
Ben Widawsky | 5d4545a | 2013-01-17 12:45:15 -0800 | [diff] [blame] | 11612 | dev->mode_config.fb_base = dev_priv->gtt.mappable_base; |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11613 | |
Zhao Yakui | 28c9773 | 2009-10-09 11:39:41 +0800 | [diff] [blame] | 11614 | DRM_DEBUG_KMS("%d display pipe%s available.\n", |
Ben Widawsky | 7eb552a | 2013-03-13 14:05:41 -0700 | [diff] [blame] | 11615 | INTEL_INFO(dev)->num_pipes, |
| 11616 | INTEL_INFO(dev)->num_pipes > 1 ? "s" : ""); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11617 | |
Damien Lespiau | 8cc87b7 | 2014-03-03 17:31:44 +0000 | [diff] [blame] | 11618 | for_each_pipe(pipe) { |
| 11619 | intel_crtc_init(dev, pipe); |
Damien Lespiau | 1fe4778 | 2014-03-03 17:31:47 +0000 | [diff] [blame] | 11620 | for_each_sprite(pipe, sprite) { |
| 11621 | ret = intel_plane_init(dev, pipe, sprite); |
Jesse Barnes | 7f1f385 | 2013-04-02 11:22:20 -0700 | [diff] [blame] | 11622 | if (ret) |
Ville Syrjälä | 06da8da | 2013-04-17 17:48:51 +0300 | [diff] [blame] | 11623 | DRM_DEBUG_KMS("pipe %c sprite %c init failed: %d\n", |
Damien Lespiau | 1fe4778 | 2014-03-03 17:31:47 +0000 | [diff] [blame] | 11624 | pipe_name(pipe), sprite_name(pipe, sprite), ret); |
Jesse Barnes | 7f1f385 | 2013-04-02 11:22:20 -0700 | [diff] [blame] | 11625 | } |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11626 | } |
| 11627 | |
Jesse Barnes | f42bb70 | 2013-12-16 16:34:23 -0800 | [diff] [blame] | 11628 | intel_init_dpio(dev); |
Jesse Barnes | 5382f5f35 | 2013-12-16 16:34:24 -0800 | [diff] [blame] | 11629 | intel_reset_dpio(dev); |
Jesse Barnes | f42bb70 | 2013-12-16 16:34:23 -0800 | [diff] [blame] | 11630 | |
Paulo Zanoni | 79f689a | 2012-10-05 12:05:52 -0300 | [diff] [blame] | 11631 | intel_cpu_pll_init(dev); |
Daniel Vetter | e72f9fb | 2013-06-05 13:34:06 +0200 | [diff] [blame] | 11632 | intel_shared_dpll_init(dev); |
Jesse Barnes | ee7b9f9 | 2012-04-20 17:11:53 +0100 | [diff] [blame] | 11633 | |
Jesse Barnes | 9cce37f | 2010-08-13 15:11:26 -0700 | [diff] [blame] | 11634 | /* Just disable it once at startup */ |
| 11635 | i915_disable_vga(dev); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 11636 | intel_setup_outputs(dev); |
Chris Wilson | 11be49e | 2012-11-15 11:32:20 +0000 | [diff] [blame] | 11637 | |
| 11638 | /* Just in case the BIOS is doing something questionable. */ |
| 11639 | intel_disable_fbc(dev); |
Jesse Barnes | fa9fa08 | 2014-02-11 15:28:56 -0800 | [diff] [blame] | 11640 | |
Jesse Barnes | 8b687df | 2014-02-21 13:13:39 -0800 | [diff] [blame] | 11641 | mutex_lock(&dev->mode_config.mutex); |
Jesse Barnes | fa9fa08 | 2014-02-11 15:28:56 -0800 | [diff] [blame] | 11642 | intel_modeset_setup_hw_state(dev, false); |
Jesse Barnes | 8b687df | 2014-02-21 13:13:39 -0800 | [diff] [blame] | 11643 | mutex_unlock(&dev->mode_config.mutex); |
Jesse Barnes | 46f297f | 2014-03-07 08:57:48 -0800 | [diff] [blame] | 11644 | |
Damien Lespiau | d3fcc80 | 2014-05-13 23:32:22 +0100 | [diff] [blame] | 11645 | for_each_intel_crtc(dev, crtc) { |
Jesse Barnes | 46f297f | 2014-03-07 08:57:48 -0800 | [diff] [blame] | 11646 | if (!crtc->active) |
| 11647 | continue; |
| 11648 | |
Jesse Barnes | 46f297f | 2014-03-07 08:57:48 -0800 | [diff] [blame] | 11649 | /* |
Jesse Barnes | 46f297f | 2014-03-07 08:57:48 -0800 | [diff] [blame] | 11650 | * Note that reserving the BIOS fb up front prevents us |
| 11651 | * from stuffing other stolen allocations like the ring |
| 11652 | * on top. This prevents some ugliness at boot time, and |
| 11653 | * can even allow for smooth boot transitions if the BIOS |
| 11654 | * fb is large enough for the active pipe configuration. |
| 11655 | */ |
| 11656 | if (dev_priv->display.get_plane_config) { |
| 11657 | dev_priv->display.get_plane_config(crtc, |
| 11658 | &crtc->plane_config); |
| 11659 | /* |
| 11660 | * If the fb is shared between multiple heads, we'll |
| 11661 | * just get the first one. |
| 11662 | */ |
Jesse Barnes | 484b41d | 2014-03-07 08:57:55 -0800 | [diff] [blame] | 11663 | intel_find_plane_obj(crtc, &crtc->plane_config); |
Jesse Barnes | 46f297f | 2014-03-07 08:57:48 -0800 | [diff] [blame] | 11664 | } |
Jesse Barnes | 46f297f | 2014-03-07 08:57:48 -0800 | [diff] [blame] | 11665 | } |
Chris Wilson | 2c7111d | 2011-03-29 10:40:27 +0100 | [diff] [blame] | 11666 | } |
Jesse Barnes | d5bb081 | 2011-01-05 12:01:26 -0800 | [diff] [blame] | 11667 | |
Daniel Vetter | 2492935 | 2012-07-02 20:28:59 +0200 | [diff] [blame] | 11668 | static void |
| 11669 | intel_connector_break_all_links(struct intel_connector *connector) |
| 11670 | { |
| 11671 | connector->base.dpms = DRM_MODE_DPMS_OFF; |
| 11672 | connector->base.encoder = NULL; |
| 11673 | connector->encoder->connectors_active = false; |
| 11674 | connector->encoder->base.crtc = NULL; |
| 11675 | } |
| 11676 | |
Daniel Vetter | 7fad798 | 2012-07-04 17:51:47 +0200 | [diff] [blame] | 11677 | static void intel_enable_pipe_a(struct drm_device *dev) |
| 11678 | { |
| 11679 | struct intel_connector *connector; |
| 11680 | struct drm_connector *crt = NULL; |
| 11681 | struct intel_load_detect_pipe load_detect_temp; |
| 11682 | |
| 11683 | /* We can't just switch on the pipe A, we need to set things up with a |
| 11684 | * proper mode and output configuration. As a gross hack, enable pipe A |
| 11685 | * by enabling the load detect pipe once. */ |
| 11686 | list_for_each_entry(connector, |
| 11687 | &dev->mode_config.connector_list, |
| 11688 | base.head) { |
| 11689 | if (connector->encoder->type == INTEL_OUTPUT_ANALOG) { |
| 11690 | crt = &connector->base; |
| 11691 | break; |
| 11692 | } |
| 11693 | } |
| 11694 | |
| 11695 | if (!crt) |
| 11696 | return; |
| 11697 | |
| 11698 | if (intel_get_load_detect_pipe(crt, NULL, &load_detect_temp)) |
| 11699 | intel_release_load_detect_pipe(crt, &load_detect_temp); |
| 11700 | |
| 11701 | |
| 11702 | } |
| 11703 | |
Daniel Vetter | fa55583 | 2012-10-10 23:14:00 +0200 | [diff] [blame] | 11704 | static bool |
| 11705 | intel_check_plane_mapping(struct intel_crtc *crtc) |
| 11706 | { |
Ben Widawsky | 7eb552a | 2013-03-13 14:05:41 -0700 | [diff] [blame] | 11707 | struct drm_device *dev = crtc->base.dev; |
| 11708 | struct drm_i915_private *dev_priv = dev->dev_private; |
Daniel Vetter | fa55583 | 2012-10-10 23:14:00 +0200 | [diff] [blame] | 11709 | u32 reg, val; |
| 11710 | |
Ben Widawsky | 7eb552a | 2013-03-13 14:05:41 -0700 | [diff] [blame] | 11711 | if (INTEL_INFO(dev)->num_pipes == 1) |
Daniel Vetter | fa55583 | 2012-10-10 23:14:00 +0200 | [diff] [blame] | 11712 | return true; |
| 11713 | |
| 11714 | reg = DSPCNTR(!crtc->plane); |
| 11715 | val = I915_READ(reg); |
| 11716 | |
| 11717 | if ((val & DISPLAY_PLANE_ENABLE) && |
| 11718 | (!!(val & DISPPLANE_SEL_PIPE_MASK) == crtc->pipe)) |
| 11719 | return false; |
| 11720 | |
| 11721 | return true; |
| 11722 | } |
| 11723 | |
Daniel Vetter | 2492935 | 2012-07-02 20:28:59 +0200 | [diff] [blame] | 11724 | static void intel_sanitize_crtc(struct intel_crtc *crtc) |
| 11725 | { |
| 11726 | struct drm_device *dev = crtc->base.dev; |
| 11727 | struct drm_i915_private *dev_priv = dev->dev_private; |
Daniel Vetter | fa55583 | 2012-10-10 23:14:00 +0200 | [diff] [blame] | 11728 | u32 reg; |
Daniel Vetter | 2492935 | 2012-07-02 20:28:59 +0200 | [diff] [blame] | 11729 | |
Daniel Vetter | 2492935 | 2012-07-02 20:28:59 +0200 | [diff] [blame] | 11730 | /* Clear any frame start delays used for debugging left by the BIOS */ |
Daniel Vetter | 3b117c8 | 2013-04-17 20:15:07 +0200 | [diff] [blame] | 11731 | reg = PIPECONF(crtc->config.cpu_transcoder); |
Daniel Vetter | 2492935 | 2012-07-02 20:28:59 +0200 | [diff] [blame] | 11732 | I915_WRITE(reg, I915_READ(reg) & ~PIPECONF_FRAME_START_DELAY_MASK); |
| 11733 | |
| 11734 | /* We need to sanitize the plane -> pipe mapping first because this will |
Daniel Vetter | fa55583 | 2012-10-10 23:14:00 +0200 | [diff] [blame] | 11735 | * disable the crtc (and hence change the state) if it is wrong. Note |
| 11736 | * that gen4+ has a fixed plane -> pipe mapping. */ |
| 11737 | if (INTEL_INFO(dev)->gen < 4 && !intel_check_plane_mapping(crtc)) { |
Daniel Vetter | 2492935 | 2012-07-02 20:28:59 +0200 | [diff] [blame] | 11738 | struct intel_connector *connector; |
| 11739 | bool plane; |
| 11740 | |
Daniel Vetter | 2492935 | 2012-07-02 20:28:59 +0200 | [diff] [blame] | 11741 | DRM_DEBUG_KMS("[CRTC:%d] wrong plane connection detected!\n", |
| 11742 | crtc->base.base.id); |
| 11743 | |
| 11744 | /* Pipe has the wrong plane attached and the plane is active. |
| 11745 | * Temporarily change the plane mapping and disable everything |
| 11746 | * ... */ |
| 11747 | plane = crtc->plane; |
| 11748 | crtc->plane = !plane; |
| 11749 | dev_priv->display.crtc_disable(&crtc->base); |
| 11750 | crtc->plane = plane; |
| 11751 | |
| 11752 | /* ... and break all links. */ |
| 11753 | list_for_each_entry(connector, &dev->mode_config.connector_list, |
| 11754 | base.head) { |
| 11755 | if (connector->encoder->base.crtc != &crtc->base) |
| 11756 | continue; |
| 11757 | |
| 11758 | intel_connector_break_all_links(connector); |
| 11759 | } |
| 11760 | |
| 11761 | WARN_ON(crtc->active); |
| 11762 | crtc->base.enabled = false; |
| 11763 | } |
Daniel Vetter | 2492935 | 2012-07-02 20:28:59 +0200 | [diff] [blame] | 11764 | |
Daniel Vetter | 7fad798 | 2012-07-04 17:51:47 +0200 | [diff] [blame] | 11765 | if (dev_priv->quirks & QUIRK_PIPEA_FORCE && |
| 11766 | crtc->pipe == PIPE_A && !crtc->active) { |
| 11767 | /* BIOS forgot to enable pipe A, this mostly happens after |
| 11768 | * resume. Force-enable the pipe to fix this, the update_dpms |
| 11769 | * call below we restore the pipe to the right state, but leave |
| 11770 | * the required bits on. */ |
| 11771 | intel_enable_pipe_a(dev); |
| 11772 | } |
| 11773 | |
Daniel Vetter | 2492935 | 2012-07-02 20:28:59 +0200 | [diff] [blame] | 11774 | /* Adjust the state of the output pipe according to whether we |
| 11775 | * have active connectors/encoders. */ |
| 11776 | intel_crtc_update_dpms(&crtc->base); |
| 11777 | |
| 11778 | if (crtc->active != crtc->base.enabled) { |
| 11779 | struct intel_encoder *encoder; |
| 11780 | |
| 11781 | /* This can happen either due to bugs in the get_hw_state |
| 11782 | * functions or because the pipe is force-enabled due to the |
| 11783 | * pipe A quirk. */ |
| 11784 | DRM_DEBUG_KMS("[CRTC:%d] hw state adjusted, was %s, now %s\n", |
| 11785 | crtc->base.base.id, |
| 11786 | crtc->base.enabled ? "enabled" : "disabled", |
| 11787 | crtc->active ? "enabled" : "disabled"); |
| 11788 | |
| 11789 | crtc->base.enabled = crtc->active; |
| 11790 | |
| 11791 | /* Because we only establish the connector -> encoder -> |
| 11792 | * crtc links if something is active, this means the |
| 11793 | * crtc is now deactivated. Break the links. connector |
| 11794 | * -> encoder links are only establish when things are |
| 11795 | * actually up, hence no need to break them. */ |
| 11796 | WARN_ON(crtc->active); |
| 11797 | |
| 11798 | for_each_encoder_on_crtc(dev, &crtc->base, encoder) { |
| 11799 | WARN_ON(encoder->connectors_active); |
| 11800 | encoder->base.crtc = NULL; |
| 11801 | } |
| 11802 | } |
Daniel Vetter | 4cc3148 | 2014-03-24 00:01:41 +0100 | [diff] [blame] | 11803 | if (crtc->active) { |
| 11804 | /* |
| 11805 | * We start out with underrun reporting disabled to avoid races. |
| 11806 | * For correct bookkeeping mark this on active crtcs. |
| 11807 | * |
| 11808 | * No protection against concurrent access is required - at |
| 11809 | * worst a fifo underrun happens which also sets this to false. |
| 11810 | */ |
| 11811 | crtc->cpu_fifo_underrun_disabled = true; |
| 11812 | crtc->pch_fifo_underrun_disabled = true; |
| 11813 | } |
Daniel Vetter | 2492935 | 2012-07-02 20:28:59 +0200 | [diff] [blame] | 11814 | } |
| 11815 | |
| 11816 | static void intel_sanitize_encoder(struct intel_encoder *encoder) |
| 11817 | { |
| 11818 | struct intel_connector *connector; |
| 11819 | struct drm_device *dev = encoder->base.dev; |
| 11820 | |
| 11821 | /* We need to check both for a crtc link (meaning that the |
| 11822 | * encoder is active and trying to read from a pipe) and the |
| 11823 | * pipe itself being active. */ |
| 11824 | bool has_active_crtc = encoder->base.crtc && |
| 11825 | to_intel_crtc(encoder->base.crtc)->active; |
| 11826 | |
| 11827 | if (encoder->connectors_active && !has_active_crtc) { |
| 11828 | DRM_DEBUG_KMS("[ENCODER:%d:%s] has active connectors but no active pipe!\n", |
| 11829 | encoder->base.base.id, |
| 11830 | drm_get_encoder_name(&encoder->base)); |
| 11831 | |
| 11832 | /* Connector is active, but has no active pipe. This is |
| 11833 | * fallout from our resume register restoring. Disable |
| 11834 | * the encoder manually again. */ |
| 11835 | if (encoder->base.crtc) { |
| 11836 | DRM_DEBUG_KMS("[ENCODER:%d:%s] manually disabled\n", |
| 11837 | encoder->base.base.id, |
| 11838 | drm_get_encoder_name(&encoder->base)); |
| 11839 | encoder->disable(encoder); |
| 11840 | } |
| 11841 | |
| 11842 | /* Inconsistent output/port/pipe state happens presumably due to |
| 11843 | * a bug in one of the get_hw_state functions. Or someplace else |
| 11844 | * in our code, like the register restore mess on resume. Clamp |
| 11845 | * things to off as a safer default. */ |
| 11846 | list_for_each_entry(connector, |
| 11847 | &dev->mode_config.connector_list, |
| 11848 | base.head) { |
| 11849 | if (connector->encoder != encoder) |
| 11850 | continue; |
| 11851 | |
| 11852 | intel_connector_break_all_links(connector); |
| 11853 | } |
| 11854 | } |
| 11855 | /* Enabled encoders without active connectors will be fixed in |
| 11856 | * the crtc fixup. */ |
| 11857 | } |
| 11858 | |
Imre Deak | 0409875 | 2014-02-18 00:02:16 +0200 | [diff] [blame] | 11859 | void i915_redisable_vga_power_on(struct drm_device *dev) |
Krzysztof Mazur | 0fde901 | 2012-12-19 11:03:41 +0100 | [diff] [blame] | 11860 | { |
| 11861 | struct drm_i915_private *dev_priv = dev->dev_private; |
Ville Syrjälä | 766aa1c | 2013-01-25 21:44:46 +0200 | [diff] [blame] | 11862 | u32 vga_reg = i915_vgacntrl_reg(dev); |
Krzysztof Mazur | 0fde901 | 2012-12-19 11:03:41 +0100 | [diff] [blame] | 11863 | |
Imre Deak | 0409875 | 2014-02-18 00:02:16 +0200 | [diff] [blame] | 11864 | if (!(I915_READ(vga_reg) & VGA_DISP_DISABLE)) { |
| 11865 | DRM_DEBUG_KMS("Something enabled VGA plane, disabling it\n"); |
| 11866 | i915_disable_vga(dev); |
| 11867 | } |
| 11868 | } |
| 11869 | |
| 11870 | void i915_redisable_vga(struct drm_device *dev) |
| 11871 | { |
| 11872 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 11873 | |
Paulo Zanoni | 8dc8a27 | 2013-08-02 16:22:24 -0300 | [diff] [blame] | 11874 | /* This function can be called both from intel_modeset_setup_hw_state or |
| 11875 | * at a very early point in our resume sequence, where the power well |
| 11876 | * structures are not yet restored. Since this function is at a very |
| 11877 | * paranoid "someone might have enabled VGA while we were not looking" |
| 11878 | * level, just check if the power well is enabled instead of trying to |
| 11879 | * follow the "don't touch the power well if we don't need it" policy |
| 11880 | * the rest of the driver uses. */ |
Imre Deak | 0409875 | 2014-02-18 00:02:16 +0200 | [diff] [blame] | 11881 | if (!intel_display_power_enabled(dev_priv, POWER_DOMAIN_VGA)) |
Paulo Zanoni | 8dc8a27 | 2013-08-02 16:22:24 -0300 | [diff] [blame] | 11882 | return; |
| 11883 | |
Imre Deak | 0409875 | 2014-02-18 00:02:16 +0200 | [diff] [blame] | 11884 | i915_redisable_vga_power_on(dev); |
Krzysztof Mazur | 0fde901 | 2012-12-19 11:03:41 +0100 | [diff] [blame] | 11885 | } |
| 11886 | |
Ville Syrjälä | 98ec773 | 2014-04-30 17:43:01 +0300 | [diff] [blame] | 11887 | static bool primary_get_hw_state(struct intel_crtc *crtc) |
| 11888 | { |
| 11889 | struct drm_i915_private *dev_priv = crtc->base.dev->dev_private; |
| 11890 | |
| 11891 | if (!crtc->active) |
| 11892 | return false; |
| 11893 | |
| 11894 | return I915_READ(DSPCNTR(crtc->plane)) & DISPLAY_PLANE_ENABLE; |
| 11895 | } |
| 11896 | |
Daniel Vetter | 30e984d | 2013-06-05 13:34:17 +0200 | [diff] [blame] | 11897 | static void intel_modeset_readout_hw_state(struct drm_device *dev) |
Daniel Vetter | 2492935 | 2012-07-02 20:28:59 +0200 | [diff] [blame] | 11898 | { |
| 11899 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 11900 | enum pipe pipe; |
Daniel Vetter | 2492935 | 2012-07-02 20:28:59 +0200 | [diff] [blame] | 11901 | struct intel_crtc *crtc; |
| 11902 | struct intel_encoder *encoder; |
| 11903 | struct intel_connector *connector; |
Daniel Vetter | 5358901 | 2013-06-05 13:34:16 +0200 | [diff] [blame] | 11904 | int i; |
Daniel Vetter | 2492935 | 2012-07-02 20:28:59 +0200 | [diff] [blame] | 11905 | |
Damien Lespiau | d3fcc80 | 2014-05-13 23:32:22 +0100 | [diff] [blame] | 11906 | for_each_intel_crtc(dev, crtc) { |
Daniel Vetter | 88adfff | 2013-03-28 10:42:01 +0100 | [diff] [blame] | 11907 | memset(&crtc->config, 0, sizeof(crtc->config)); |
Daniel Vetter | 3b117c8 | 2013-04-17 20:15:07 +0200 | [diff] [blame] | 11908 | |
Daniel Vetter | 9953599 | 2014-04-13 12:00:33 +0200 | [diff] [blame] | 11909 | crtc->config.quirks |= PIPE_CONFIG_QUIRK_INHERITED_MODE; |
| 11910 | |
Daniel Vetter | 0e8ffe1 | 2013-03-28 10:42:00 +0100 | [diff] [blame] | 11911 | crtc->active = dev_priv->display.get_pipe_config(crtc, |
| 11912 | &crtc->config); |
Daniel Vetter | 2492935 | 2012-07-02 20:28:59 +0200 | [diff] [blame] | 11913 | |
| 11914 | crtc->base.enabled = crtc->active; |
Ville Syrjälä | 98ec773 | 2014-04-30 17:43:01 +0300 | [diff] [blame] | 11915 | crtc->primary_enabled = primary_get_hw_state(crtc); |
Daniel Vetter | 2492935 | 2012-07-02 20:28:59 +0200 | [diff] [blame] | 11916 | |
| 11917 | DRM_DEBUG_KMS("[CRTC:%d] hw state readout: %s\n", |
| 11918 | crtc->base.base.id, |
| 11919 | crtc->active ? "enabled" : "disabled"); |
| 11920 | } |
| 11921 | |
Daniel Vetter | 5358901 | 2013-06-05 13:34:16 +0200 | [diff] [blame] | 11922 | /* FIXME: Smash this into the new shared dpll infrastructure. */ |
Paulo Zanoni | affa935 | 2012-11-23 15:30:39 -0200 | [diff] [blame] | 11923 | if (HAS_DDI(dev)) |
Paulo Zanoni | 6441ab5 | 2012-10-05 12:05:58 -0300 | [diff] [blame] | 11924 | intel_ddi_setup_hw_pll_state(dev); |
| 11925 | |
Daniel Vetter | 5358901 | 2013-06-05 13:34:16 +0200 | [diff] [blame] | 11926 | for (i = 0; i < dev_priv->num_shared_dpll; i++) { |
| 11927 | struct intel_shared_dpll *pll = &dev_priv->shared_dplls[i]; |
| 11928 | |
| 11929 | pll->on = pll->get_hw_state(dev_priv, pll, &pll->hw_state); |
| 11930 | pll->active = 0; |
Damien Lespiau | d3fcc80 | 2014-05-13 23:32:22 +0100 | [diff] [blame] | 11931 | for_each_intel_crtc(dev, crtc) { |
Daniel Vetter | 5358901 | 2013-06-05 13:34:16 +0200 | [diff] [blame] | 11932 | if (crtc->active && intel_crtc_to_shared_dpll(crtc) == pll) |
| 11933 | pll->active++; |
| 11934 | } |
| 11935 | pll->refcount = pll->active; |
| 11936 | |
Daniel Vetter | 35c9537 | 2013-07-17 06:55:04 +0200 | [diff] [blame] | 11937 | DRM_DEBUG_KMS("%s hw state readout: refcount %i, on %i\n", |
| 11938 | pll->name, pll->refcount, pll->on); |
Daniel Vetter | 5358901 | 2013-06-05 13:34:16 +0200 | [diff] [blame] | 11939 | } |
| 11940 | |
Daniel Vetter | 2492935 | 2012-07-02 20:28:59 +0200 | [diff] [blame] | 11941 | list_for_each_entry(encoder, &dev->mode_config.encoder_list, |
| 11942 | base.head) { |
| 11943 | pipe = 0; |
| 11944 | |
| 11945 | if (encoder->get_hw_state(encoder, &pipe)) { |
Jesse Barnes | 045ac3b | 2013-05-14 17:08:26 -0700 | [diff] [blame] | 11946 | crtc = to_intel_crtc(dev_priv->pipe_to_crtc_mapping[pipe]); |
| 11947 | encoder->base.crtc = &crtc->base; |
Daniel Vetter | 1d37b68 | 2013-11-18 09:00:59 +0100 | [diff] [blame] | 11948 | encoder->get_config(encoder, &crtc->config); |
Daniel Vetter | 2492935 | 2012-07-02 20:28:59 +0200 | [diff] [blame] | 11949 | } else { |
| 11950 | encoder->base.crtc = NULL; |
| 11951 | } |
| 11952 | |
| 11953 | encoder->connectors_active = false; |
Damien Lespiau | 6f2bcce | 2013-10-16 12:29:54 +0100 | [diff] [blame] | 11954 | 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] | 11955 | encoder->base.base.id, |
| 11956 | drm_get_encoder_name(&encoder->base), |
| 11957 | encoder->base.crtc ? "enabled" : "disabled", |
Damien Lespiau | 6f2bcce | 2013-10-16 12:29:54 +0100 | [diff] [blame] | 11958 | pipe_name(pipe)); |
Daniel Vetter | 2492935 | 2012-07-02 20:28:59 +0200 | [diff] [blame] | 11959 | } |
| 11960 | |
| 11961 | list_for_each_entry(connector, &dev->mode_config.connector_list, |
| 11962 | base.head) { |
| 11963 | if (connector->get_hw_state(connector)) { |
| 11964 | connector->base.dpms = DRM_MODE_DPMS_ON; |
| 11965 | connector->encoder->connectors_active = true; |
| 11966 | connector->base.encoder = &connector->encoder->base; |
| 11967 | } else { |
| 11968 | connector->base.dpms = DRM_MODE_DPMS_OFF; |
| 11969 | connector->base.encoder = NULL; |
| 11970 | } |
| 11971 | DRM_DEBUG_KMS("[CONNECTOR:%d:%s] hw state readout: %s\n", |
| 11972 | connector->base.base.id, |
| 11973 | drm_get_connector_name(&connector->base), |
| 11974 | connector->base.encoder ? "enabled" : "disabled"); |
| 11975 | } |
Daniel Vetter | 30e984d | 2013-06-05 13:34:17 +0200 | [diff] [blame] | 11976 | } |
| 11977 | |
| 11978 | /* Scan out the current hw modeset state, sanitizes it and maps it into the drm |
| 11979 | * and i915 state tracking structures. */ |
| 11980 | void intel_modeset_setup_hw_state(struct drm_device *dev, |
| 11981 | bool force_restore) |
| 11982 | { |
| 11983 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 11984 | enum pipe pipe; |
Daniel Vetter | 30e984d | 2013-06-05 13:34:17 +0200 | [diff] [blame] | 11985 | struct intel_crtc *crtc; |
| 11986 | struct intel_encoder *encoder; |
Daniel Vetter | 35c9537 | 2013-07-17 06:55:04 +0200 | [diff] [blame] | 11987 | int i; |
Daniel Vetter | 30e984d | 2013-06-05 13:34:17 +0200 | [diff] [blame] | 11988 | |
| 11989 | intel_modeset_readout_hw_state(dev); |
Daniel Vetter | 2492935 | 2012-07-02 20:28:59 +0200 | [diff] [blame] | 11990 | |
Jesse Barnes | babea61 | 2013-06-26 18:57:38 +0300 | [diff] [blame] | 11991 | /* |
| 11992 | * Now that we have the config, copy it to each CRTC struct |
| 11993 | * Note that this could go away if we move to using crtc_config |
| 11994 | * checking everywhere. |
| 11995 | */ |
Damien Lespiau | d3fcc80 | 2014-05-13 23:32:22 +0100 | [diff] [blame] | 11996 | for_each_intel_crtc(dev, crtc) { |
Jani Nikula | d330a95 | 2014-01-21 11:24:25 +0200 | [diff] [blame] | 11997 | if (crtc->active && i915.fastboot) { |
Daniel Vetter | f6a8328 | 2014-02-11 15:28:57 -0800 | [diff] [blame] | 11998 | intel_mode_from_pipe_config(&crtc->base.mode, &crtc->config); |
Jesse Barnes | babea61 | 2013-06-26 18:57:38 +0300 | [diff] [blame] | 11999 | DRM_DEBUG_KMS("[CRTC:%d] found active mode: ", |
| 12000 | crtc->base.base.id); |
| 12001 | drm_mode_debug_printmodeline(&crtc->base.mode); |
| 12002 | } |
| 12003 | } |
| 12004 | |
Daniel Vetter | 2492935 | 2012-07-02 20:28:59 +0200 | [diff] [blame] | 12005 | /* HW state is read out, now we need to sanitize this mess. */ |
| 12006 | list_for_each_entry(encoder, &dev->mode_config.encoder_list, |
| 12007 | base.head) { |
| 12008 | intel_sanitize_encoder(encoder); |
| 12009 | } |
| 12010 | |
| 12011 | for_each_pipe(pipe) { |
| 12012 | crtc = to_intel_crtc(dev_priv->pipe_to_crtc_mapping[pipe]); |
| 12013 | intel_sanitize_crtc(crtc); |
Daniel Vetter | c0b0341 | 2013-05-28 12:05:54 +0200 | [diff] [blame] | 12014 | intel_dump_pipe_config(crtc, &crtc->config, "[setup_hw_state]"); |
Daniel Vetter | 2492935 | 2012-07-02 20:28:59 +0200 | [diff] [blame] | 12015 | } |
Daniel Vetter | 9a93585 | 2012-07-05 22:34:27 +0200 | [diff] [blame] | 12016 | |
Daniel Vetter | 35c9537 | 2013-07-17 06:55:04 +0200 | [diff] [blame] | 12017 | for (i = 0; i < dev_priv->num_shared_dpll; i++) { |
| 12018 | struct intel_shared_dpll *pll = &dev_priv->shared_dplls[i]; |
| 12019 | |
| 12020 | if (!pll->on || pll->active) |
| 12021 | continue; |
| 12022 | |
| 12023 | DRM_DEBUG_KMS("%s enabled but not in use, disabling\n", pll->name); |
| 12024 | |
| 12025 | pll->disable(dev_priv, pll); |
| 12026 | pll->on = false; |
| 12027 | } |
| 12028 | |
Ville Syrjälä | 96f90c5 | 2013-12-05 15:51:38 +0200 | [diff] [blame] | 12029 | if (HAS_PCH_SPLIT(dev)) |
Ville Syrjälä | 243e6a4 | 2013-10-14 14:55:24 +0300 | [diff] [blame] | 12030 | ilk_wm_get_hw_state(dev); |
| 12031 | |
Daniel Vetter | 45e2b5f | 2012-11-23 18:16:34 +0100 | [diff] [blame] | 12032 | if (force_restore) { |
Ville Syrjälä | 7d0bc1e | 2013-09-16 17:38:33 +0300 | [diff] [blame] | 12033 | i915_redisable_vga(dev); |
| 12034 | |
Daniel Vetter | f30da18 | 2013-04-11 20:22:50 +0200 | [diff] [blame] | 12035 | /* |
| 12036 | * We need to use raw interfaces for restoring state to avoid |
| 12037 | * checking (bogus) intermediate states. |
| 12038 | */ |
Daniel Vetter | 45e2b5f | 2012-11-23 18:16:34 +0100 | [diff] [blame] | 12039 | for_each_pipe(pipe) { |
Jesse Barnes | b5644d0 | 2013-03-26 13:25:27 -0700 | [diff] [blame] | 12040 | struct drm_crtc *crtc = |
| 12041 | dev_priv->pipe_to_crtc_mapping[pipe]; |
Daniel Vetter | f30da18 | 2013-04-11 20:22:50 +0200 | [diff] [blame] | 12042 | |
| 12043 | __intel_set_mode(crtc, &crtc->mode, crtc->x, crtc->y, |
Matt Roper | f4510a2 | 2014-04-01 15:22:40 -0700 | [diff] [blame] | 12044 | crtc->primary->fb); |
Daniel Vetter | 45e2b5f | 2012-11-23 18:16:34 +0100 | [diff] [blame] | 12045 | } |
| 12046 | } else { |
| 12047 | intel_modeset_update_staged_output_state(dev); |
| 12048 | } |
Daniel Vetter | 8af6cf8 | 2012-07-10 09:50:11 +0200 | [diff] [blame] | 12049 | |
| 12050 | intel_modeset_check_state(dev); |
Chris Wilson | 2c7111d | 2011-03-29 10:40:27 +0100 | [diff] [blame] | 12051 | } |
| 12052 | |
| 12053 | void intel_modeset_gem_init(struct drm_device *dev) |
| 12054 | { |
Jesse Barnes | 484b41d | 2014-03-07 08:57:55 -0800 | [diff] [blame] | 12055 | struct drm_crtc *c; |
| 12056 | struct intel_framebuffer *fb; |
| 12057 | |
Imre Deak | ae48434 | 2014-03-31 15:10:44 +0300 | [diff] [blame] | 12058 | mutex_lock(&dev->struct_mutex); |
| 12059 | intel_init_gt_powersave(dev); |
| 12060 | mutex_unlock(&dev->struct_mutex); |
| 12061 | |
Chris Wilson | 1833b13 | 2012-05-09 11:56:28 +0100 | [diff] [blame] | 12062 | intel_modeset_init_hw(dev); |
Daniel Vetter | 02e792f | 2009-09-15 22:57:34 +0200 | [diff] [blame] | 12063 | |
| 12064 | intel_setup_overlay(dev); |
Jesse Barnes | 484b41d | 2014-03-07 08:57:55 -0800 | [diff] [blame] | 12065 | |
| 12066 | /* |
| 12067 | * Make sure any fbs we allocated at startup are properly |
| 12068 | * pinned & fenced. When we do the allocation it's too early |
| 12069 | * for this. |
| 12070 | */ |
| 12071 | mutex_lock(&dev->struct_mutex); |
Damien Lespiau | 70e1e0e | 2014-05-13 23:32:24 +0100 | [diff] [blame] | 12072 | for_each_crtc(dev, c) { |
Dave Airlie | 66e514c | 2014-04-03 07:51:54 +1000 | [diff] [blame] | 12073 | if (!c->primary->fb) |
Jesse Barnes | 484b41d | 2014-03-07 08:57:55 -0800 | [diff] [blame] | 12074 | continue; |
| 12075 | |
Dave Airlie | 66e514c | 2014-04-03 07:51:54 +1000 | [diff] [blame] | 12076 | fb = to_intel_framebuffer(c->primary->fb); |
Jesse Barnes | 484b41d | 2014-03-07 08:57:55 -0800 | [diff] [blame] | 12077 | if (intel_pin_and_fence_fb_obj(dev, fb->obj, NULL)) { |
| 12078 | DRM_ERROR("failed to pin boot fb on pipe %d\n", |
| 12079 | to_intel_crtc(c)->pipe); |
Dave Airlie | 66e514c | 2014-04-03 07:51:54 +1000 | [diff] [blame] | 12080 | drm_framebuffer_unreference(c->primary->fb); |
| 12081 | c->primary->fb = NULL; |
Jesse Barnes | 484b41d | 2014-03-07 08:57:55 -0800 | [diff] [blame] | 12082 | } |
| 12083 | } |
| 12084 | mutex_unlock(&dev->struct_mutex); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 12085 | } |
| 12086 | |
Imre Deak | 4932e2c | 2014-02-11 17:12:48 +0200 | [diff] [blame] | 12087 | void intel_connector_unregister(struct intel_connector *intel_connector) |
| 12088 | { |
| 12089 | struct drm_connector *connector = &intel_connector->base; |
| 12090 | |
| 12091 | intel_panel_destroy_backlight(connector); |
| 12092 | drm_sysfs_connector_remove(connector); |
| 12093 | } |
| 12094 | |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 12095 | void intel_modeset_cleanup(struct drm_device *dev) |
| 12096 | { |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 12097 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 12098 | struct drm_crtc *crtc; |
Paulo Zanoni | d9255d5 | 2013-09-26 20:05:59 -0300 | [diff] [blame] | 12099 | struct drm_connector *connector; |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 12100 | |
Daniel Vetter | fd0c064 | 2013-04-24 11:13:35 +0200 | [diff] [blame] | 12101 | /* |
| 12102 | * Interrupts and polling as the first thing to avoid creating havoc. |
| 12103 | * Too much stuff here (turning of rps, connectors, ...) would |
| 12104 | * experience fancy races otherwise. |
| 12105 | */ |
| 12106 | drm_irq_uninstall(dev); |
| 12107 | cancel_work_sync(&dev_priv->hotplug_work); |
| 12108 | /* |
| 12109 | * Due to the hpd irq storm handling the hotplug work can re-arm the |
| 12110 | * poll handlers. Hence disable polling after hpd handling is shut down. |
| 12111 | */ |
Keith Packard | f87ea76 | 2010-10-03 19:36:26 -0700 | [diff] [blame] | 12112 | drm_kms_helper_poll_fini(dev); |
Daniel Vetter | fd0c064 | 2013-04-24 11:13:35 +0200 | [diff] [blame] | 12113 | |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 12114 | mutex_lock(&dev->struct_mutex); |
| 12115 | |
Jesse Barnes | 723bfd7 | 2010-10-07 16:01:13 -0700 | [diff] [blame] | 12116 | intel_unregister_dsm_handler(); |
| 12117 | |
Damien Lespiau | 70e1e0e | 2014-05-13 23:32:24 +0100 | [diff] [blame] | 12118 | for_each_crtc(dev, crtc) { |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 12119 | /* Skip inactive CRTCs */ |
Matt Roper | f4510a2 | 2014-04-01 15:22:40 -0700 | [diff] [blame] | 12120 | if (!crtc->primary->fb) |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 12121 | continue; |
| 12122 | |
Daniel Vetter | 3dec009 | 2010-08-20 21:40:52 +0200 | [diff] [blame] | 12123 | intel_increase_pllclock(crtc); |
Jesse Barnes | 652c393 | 2009-08-17 13:31:43 -0700 | [diff] [blame] | 12124 | } |
| 12125 | |
Chris Wilson | 973d04f | 2011-07-08 12:22:37 +0100 | [diff] [blame] | 12126 | intel_disable_fbc(dev); |
Jesse Barnes | e70236a | 2009-09-21 10:42:27 -0700 | [diff] [blame] | 12127 | |
Daniel Vetter | 8090c6b | 2012-06-24 16:42:32 +0200 | [diff] [blame] | 12128 | intel_disable_gt_powersave(dev); |
Chris Wilson | 0cdab21 | 2010-12-05 17:27:06 +0000 | [diff] [blame] | 12129 | |
Daniel Vetter | 930ebb4 | 2012-06-29 23:32:16 +0200 | [diff] [blame] | 12130 | ironlake_teardown_rc6(dev); |
| 12131 | |
Kristian Høgsberg | 69341a5 | 2009-11-11 12:19:17 -0500 | [diff] [blame] | 12132 | mutex_unlock(&dev->struct_mutex); |
| 12133 | |
Chris Wilson | 1630fe7 | 2011-07-08 12:22:42 +0100 | [diff] [blame] | 12134 | /* flush any delayed tasks or pending work */ |
| 12135 | flush_scheduled_work(); |
| 12136 | |
Jani Nikula | db31af1 | 2013-11-08 16:48:53 +0200 | [diff] [blame] | 12137 | /* destroy the backlight and sysfs files before encoders/connectors */ |
| 12138 | list_for_each_entry(connector, &dev->mode_config.connector_list, head) { |
Imre Deak | 4932e2c | 2014-02-11 17:12:48 +0200 | [diff] [blame] | 12139 | struct intel_connector *intel_connector; |
| 12140 | |
| 12141 | intel_connector = to_intel_connector(connector); |
| 12142 | intel_connector->unregister(intel_connector); |
Jani Nikula | db31af1 | 2013-11-08 16:48:53 +0200 | [diff] [blame] | 12143 | } |
Paulo Zanoni | d9255d5 | 2013-09-26 20:05:59 -0300 | [diff] [blame] | 12144 | |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 12145 | drm_mode_config_cleanup(dev); |
Daniel Vetter | 4d7bb01 | 2012-12-18 15:24:37 +0100 | [diff] [blame] | 12146 | |
| 12147 | intel_cleanup_overlay(dev); |
Imre Deak | ae48434 | 2014-03-31 15:10:44 +0300 | [diff] [blame] | 12148 | |
| 12149 | mutex_lock(&dev->struct_mutex); |
| 12150 | intel_cleanup_gt_powersave(dev); |
| 12151 | mutex_unlock(&dev->struct_mutex); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 12152 | } |
| 12153 | |
Dave Airlie | 28d5204 | 2009-09-21 14:33:58 +1000 | [diff] [blame] | 12154 | /* |
Zhenyu Wang | f1c79df | 2010-03-30 14:39:29 +0800 | [diff] [blame] | 12155 | * Return which encoder is currently attached for connector. |
| 12156 | */ |
Chris Wilson | df0e924 | 2010-09-09 16:20:55 +0100 | [diff] [blame] | 12157 | struct drm_encoder *intel_best_encoder(struct drm_connector *connector) |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 12158 | { |
Chris Wilson | df0e924 | 2010-09-09 16:20:55 +0100 | [diff] [blame] | 12159 | return &intel_attached_encoder(connector)->base; |
| 12160 | } |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 12161 | |
Chris Wilson | df0e924 | 2010-09-09 16:20:55 +0100 | [diff] [blame] | 12162 | void intel_connector_attach_encoder(struct intel_connector *connector, |
| 12163 | struct intel_encoder *encoder) |
| 12164 | { |
| 12165 | connector->encoder = encoder; |
| 12166 | drm_mode_connector_attach_encoder(&connector->base, |
| 12167 | &encoder->base); |
Jesse Barnes | 79e5394 | 2008-11-07 14:24:08 -0800 | [diff] [blame] | 12168 | } |
Dave Airlie | 28d5204 | 2009-09-21 14:33:58 +1000 | [diff] [blame] | 12169 | |
| 12170 | /* |
| 12171 | * set vga decode state - true == enable VGA decode |
| 12172 | */ |
| 12173 | int intel_modeset_vga_set_state(struct drm_device *dev, bool state) |
| 12174 | { |
| 12175 | struct drm_i915_private *dev_priv = dev->dev_private; |
Chris Wilson | a885b3c | 2013-12-17 14:34:50 +0000 | [diff] [blame] | 12176 | 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] | 12177 | u16 gmch_ctrl; |
| 12178 | |
Chris Wilson | 75fa041 | 2014-02-07 18:37:02 -0200 | [diff] [blame] | 12179 | if (pci_read_config_word(dev_priv->bridge_dev, reg, &gmch_ctrl)) { |
| 12180 | DRM_ERROR("failed to read control word\n"); |
| 12181 | return -EIO; |
| 12182 | } |
| 12183 | |
Chris Wilson | c0cc8a5 | 2014-02-07 18:37:03 -0200 | [diff] [blame] | 12184 | if (!!(gmch_ctrl & INTEL_GMCH_VGA_DISABLE) == !state) |
| 12185 | return 0; |
| 12186 | |
Dave Airlie | 28d5204 | 2009-09-21 14:33:58 +1000 | [diff] [blame] | 12187 | if (state) |
| 12188 | gmch_ctrl &= ~INTEL_GMCH_VGA_DISABLE; |
| 12189 | else |
| 12190 | gmch_ctrl |= INTEL_GMCH_VGA_DISABLE; |
Chris Wilson | 75fa041 | 2014-02-07 18:37:02 -0200 | [diff] [blame] | 12191 | |
| 12192 | if (pci_write_config_word(dev_priv->bridge_dev, reg, gmch_ctrl)) { |
| 12193 | DRM_ERROR("failed to write control word\n"); |
| 12194 | return -EIO; |
| 12195 | } |
| 12196 | |
Dave Airlie | 28d5204 | 2009-09-21 14:33:58 +1000 | [diff] [blame] | 12197 | return 0; |
| 12198 | } |
Chris Wilson | c4a1d9e | 2010-11-21 13:12:35 +0000 | [diff] [blame] | 12199 | |
Chris Wilson | c4a1d9e | 2010-11-21 13:12:35 +0000 | [diff] [blame] | 12200 | struct intel_display_error_state { |
Paulo Zanoni | ff57f1b | 2013-05-03 12:15:37 -0300 | [diff] [blame] | 12201 | |
| 12202 | u32 power_well_driver; |
| 12203 | |
Chris Wilson | 63b66e5 | 2013-08-08 15:12:06 +0200 | [diff] [blame] | 12204 | int num_transcoders; |
| 12205 | |
Chris Wilson | c4a1d9e | 2010-11-21 13:12:35 +0000 | [diff] [blame] | 12206 | struct intel_cursor_error_state { |
| 12207 | u32 control; |
| 12208 | u32 position; |
| 12209 | u32 base; |
| 12210 | u32 size; |
Damien Lespiau | 5233130 | 2012-08-15 19:23:25 +0100 | [diff] [blame] | 12211 | } cursor[I915_MAX_PIPES]; |
Chris Wilson | c4a1d9e | 2010-11-21 13:12:35 +0000 | [diff] [blame] | 12212 | |
| 12213 | struct intel_pipe_error_state { |
Imre Deak | ddf9c53 | 2013-11-27 22:02:02 +0200 | [diff] [blame] | 12214 | bool power_domain_on; |
Chris Wilson | c4a1d9e | 2010-11-21 13:12:35 +0000 | [diff] [blame] | 12215 | u32 source; |
Imre Deak | f301b1e | 2014-04-18 15:55:04 +0300 | [diff] [blame] | 12216 | u32 stat; |
Damien Lespiau | 5233130 | 2012-08-15 19:23:25 +0100 | [diff] [blame] | 12217 | } pipe[I915_MAX_PIPES]; |
Chris Wilson | c4a1d9e | 2010-11-21 13:12:35 +0000 | [diff] [blame] | 12218 | |
| 12219 | struct intel_plane_error_state { |
| 12220 | u32 control; |
| 12221 | u32 stride; |
| 12222 | u32 size; |
| 12223 | u32 pos; |
| 12224 | u32 addr; |
| 12225 | u32 surface; |
| 12226 | u32 tile_offset; |
Damien Lespiau | 5233130 | 2012-08-15 19:23:25 +0100 | [diff] [blame] | 12227 | } plane[I915_MAX_PIPES]; |
Chris Wilson | 63b66e5 | 2013-08-08 15:12:06 +0200 | [diff] [blame] | 12228 | |
| 12229 | struct intel_transcoder_error_state { |
Imre Deak | ddf9c53 | 2013-11-27 22:02:02 +0200 | [diff] [blame] | 12230 | bool power_domain_on; |
Chris Wilson | 63b66e5 | 2013-08-08 15:12:06 +0200 | [diff] [blame] | 12231 | enum transcoder cpu_transcoder; |
| 12232 | |
| 12233 | u32 conf; |
| 12234 | |
| 12235 | u32 htotal; |
| 12236 | u32 hblank; |
| 12237 | u32 hsync; |
| 12238 | u32 vtotal; |
| 12239 | u32 vblank; |
| 12240 | u32 vsync; |
| 12241 | } transcoder[4]; |
Chris Wilson | c4a1d9e | 2010-11-21 13:12:35 +0000 | [diff] [blame] | 12242 | }; |
| 12243 | |
| 12244 | struct intel_display_error_state * |
| 12245 | intel_display_capture_error_state(struct drm_device *dev) |
| 12246 | { |
Jani Nikula | fbee40d | 2014-03-31 14:27:18 +0300 | [diff] [blame] | 12247 | struct drm_i915_private *dev_priv = dev->dev_private; |
Chris Wilson | c4a1d9e | 2010-11-21 13:12:35 +0000 | [diff] [blame] | 12248 | struct intel_display_error_state *error; |
Chris Wilson | 63b66e5 | 2013-08-08 15:12:06 +0200 | [diff] [blame] | 12249 | int transcoders[] = { |
| 12250 | TRANSCODER_A, |
| 12251 | TRANSCODER_B, |
| 12252 | TRANSCODER_C, |
| 12253 | TRANSCODER_EDP, |
| 12254 | }; |
Chris Wilson | c4a1d9e | 2010-11-21 13:12:35 +0000 | [diff] [blame] | 12255 | int i; |
| 12256 | |
Chris Wilson | 63b66e5 | 2013-08-08 15:12:06 +0200 | [diff] [blame] | 12257 | if (INTEL_INFO(dev)->num_pipes == 0) |
| 12258 | return NULL; |
| 12259 | |
Paulo Zanoni | 9d1cb91 | 2013-11-01 13:32:08 -0200 | [diff] [blame] | 12260 | error = kzalloc(sizeof(*error), GFP_ATOMIC); |
Chris Wilson | c4a1d9e | 2010-11-21 13:12:35 +0000 | [diff] [blame] | 12261 | if (error == NULL) |
| 12262 | return NULL; |
| 12263 | |
Imre Deak | 190be11 | 2013-11-25 17:15:31 +0200 | [diff] [blame] | 12264 | if (IS_HASWELL(dev) || IS_BROADWELL(dev)) |
Paulo Zanoni | ff57f1b | 2013-05-03 12:15:37 -0300 | [diff] [blame] | 12265 | error->power_well_driver = I915_READ(HSW_PWR_WELL_DRIVER); |
| 12266 | |
Damien Lespiau | 5233130 | 2012-08-15 19:23:25 +0100 | [diff] [blame] | 12267 | for_each_pipe(i) { |
Imre Deak | ddf9c53 | 2013-11-27 22:02:02 +0200 | [diff] [blame] | 12268 | error->pipe[i].power_domain_on = |
Imre Deak | da7e29b | 2014-02-18 00:02:02 +0200 | [diff] [blame] | 12269 | intel_display_power_enabled_sw(dev_priv, |
| 12270 | POWER_DOMAIN_PIPE(i)); |
Imre Deak | ddf9c53 | 2013-11-27 22:02:02 +0200 | [diff] [blame] | 12271 | if (!error->pipe[i].power_domain_on) |
Paulo Zanoni | 9d1cb91 | 2013-11-01 13:32:08 -0200 | [diff] [blame] | 12272 | continue; |
| 12273 | |
Paulo Zanoni | a18c4c3 | 2013-03-06 20:03:12 -0300 | [diff] [blame] | 12274 | if (INTEL_INFO(dev)->gen <= 6 || IS_VALLEYVIEW(dev)) { |
| 12275 | error->cursor[i].control = I915_READ(CURCNTR(i)); |
| 12276 | error->cursor[i].position = I915_READ(CURPOS(i)); |
| 12277 | error->cursor[i].base = I915_READ(CURBASE(i)); |
| 12278 | } else { |
| 12279 | error->cursor[i].control = I915_READ(CURCNTR_IVB(i)); |
| 12280 | error->cursor[i].position = I915_READ(CURPOS_IVB(i)); |
| 12281 | error->cursor[i].base = I915_READ(CURBASE_IVB(i)); |
| 12282 | } |
Chris Wilson | c4a1d9e | 2010-11-21 13:12:35 +0000 | [diff] [blame] | 12283 | |
| 12284 | error->plane[i].control = I915_READ(DSPCNTR(i)); |
| 12285 | error->plane[i].stride = I915_READ(DSPSTRIDE(i)); |
Paulo Zanoni | 80ca378 | 2013-03-22 14:20:57 -0300 | [diff] [blame] | 12286 | if (INTEL_INFO(dev)->gen <= 3) { |
Paulo Zanoni | 51889b3 | 2013-03-06 20:03:13 -0300 | [diff] [blame] | 12287 | error->plane[i].size = I915_READ(DSPSIZE(i)); |
Paulo Zanoni | 80ca378 | 2013-03-22 14:20:57 -0300 | [diff] [blame] | 12288 | error->plane[i].pos = I915_READ(DSPPOS(i)); |
| 12289 | } |
Paulo Zanoni | ca29136 | 2013-03-06 20:03:14 -0300 | [diff] [blame] | 12290 | if (INTEL_INFO(dev)->gen <= 7 && !IS_HASWELL(dev)) |
| 12291 | error->plane[i].addr = I915_READ(DSPADDR(i)); |
Chris Wilson | c4a1d9e | 2010-11-21 13:12:35 +0000 | [diff] [blame] | 12292 | if (INTEL_INFO(dev)->gen >= 4) { |
| 12293 | error->plane[i].surface = I915_READ(DSPSURF(i)); |
| 12294 | error->plane[i].tile_offset = I915_READ(DSPTILEOFF(i)); |
| 12295 | } |
| 12296 | |
Chris Wilson | c4a1d9e | 2010-11-21 13:12:35 +0000 | [diff] [blame] | 12297 | error->pipe[i].source = I915_READ(PIPESRC(i)); |
Imre Deak | f301b1e | 2014-04-18 15:55:04 +0300 | [diff] [blame] | 12298 | |
| 12299 | if (!HAS_PCH_SPLIT(dev)) |
| 12300 | error->pipe[i].stat = I915_READ(PIPESTAT(i)); |
Chris Wilson | 63b66e5 | 2013-08-08 15:12:06 +0200 | [diff] [blame] | 12301 | } |
| 12302 | |
| 12303 | error->num_transcoders = INTEL_INFO(dev)->num_pipes; |
| 12304 | if (HAS_DDI(dev_priv->dev)) |
| 12305 | error->num_transcoders++; /* Account for eDP. */ |
| 12306 | |
| 12307 | for (i = 0; i < error->num_transcoders; i++) { |
| 12308 | enum transcoder cpu_transcoder = transcoders[i]; |
| 12309 | |
Imre Deak | ddf9c53 | 2013-11-27 22:02:02 +0200 | [diff] [blame] | 12310 | error->transcoder[i].power_domain_on = |
Imre Deak | da7e29b | 2014-02-18 00:02:02 +0200 | [diff] [blame] | 12311 | intel_display_power_enabled_sw(dev_priv, |
Paulo Zanoni | 38cc1da | 2013-12-20 15:09:41 -0200 | [diff] [blame] | 12312 | POWER_DOMAIN_TRANSCODER(cpu_transcoder)); |
Imre Deak | ddf9c53 | 2013-11-27 22:02:02 +0200 | [diff] [blame] | 12313 | if (!error->transcoder[i].power_domain_on) |
Paulo Zanoni | 9d1cb91 | 2013-11-01 13:32:08 -0200 | [diff] [blame] | 12314 | continue; |
| 12315 | |
Chris Wilson | 63b66e5 | 2013-08-08 15:12:06 +0200 | [diff] [blame] | 12316 | error->transcoder[i].cpu_transcoder = cpu_transcoder; |
| 12317 | |
| 12318 | error->transcoder[i].conf = I915_READ(PIPECONF(cpu_transcoder)); |
| 12319 | error->transcoder[i].htotal = I915_READ(HTOTAL(cpu_transcoder)); |
| 12320 | error->transcoder[i].hblank = I915_READ(HBLANK(cpu_transcoder)); |
| 12321 | error->transcoder[i].hsync = I915_READ(HSYNC(cpu_transcoder)); |
| 12322 | error->transcoder[i].vtotal = I915_READ(VTOTAL(cpu_transcoder)); |
| 12323 | error->transcoder[i].vblank = I915_READ(VBLANK(cpu_transcoder)); |
| 12324 | error->transcoder[i].vsync = I915_READ(VSYNC(cpu_transcoder)); |
Chris Wilson | c4a1d9e | 2010-11-21 13:12:35 +0000 | [diff] [blame] | 12325 | } |
| 12326 | |
| 12327 | return error; |
| 12328 | } |
| 12329 | |
Mika Kuoppala | edc3d88 | 2013-05-23 13:55:35 +0300 | [diff] [blame] | 12330 | #define err_printf(e, ...) i915_error_printf(e, __VA_ARGS__) |
| 12331 | |
Chris Wilson | c4a1d9e | 2010-11-21 13:12:35 +0000 | [diff] [blame] | 12332 | void |
Mika Kuoppala | edc3d88 | 2013-05-23 13:55:35 +0300 | [diff] [blame] | 12333 | intel_display_print_error_state(struct drm_i915_error_state_buf *m, |
Chris Wilson | c4a1d9e | 2010-11-21 13:12:35 +0000 | [diff] [blame] | 12334 | struct drm_device *dev, |
| 12335 | struct intel_display_error_state *error) |
| 12336 | { |
| 12337 | int i; |
| 12338 | |
Chris Wilson | 63b66e5 | 2013-08-08 15:12:06 +0200 | [diff] [blame] | 12339 | if (!error) |
| 12340 | return; |
| 12341 | |
Mika Kuoppala | edc3d88 | 2013-05-23 13:55:35 +0300 | [diff] [blame] | 12342 | err_printf(m, "Num Pipes: %d\n", INTEL_INFO(dev)->num_pipes); |
Imre Deak | 190be11 | 2013-11-25 17:15:31 +0200 | [diff] [blame] | 12343 | if (IS_HASWELL(dev) || IS_BROADWELL(dev)) |
Mika Kuoppala | edc3d88 | 2013-05-23 13:55:35 +0300 | [diff] [blame] | 12344 | err_printf(m, "PWR_WELL_CTL2: %08x\n", |
Paulo Zanoni | ff57f1b | 2013-05-03 12:15:37 -0300 | [diff] [blame] | 12345 | error->power_well_driver); |
Damien Lespiau | 5233130 | 2012-08-15 19:23:25 +0100 | [diff] [blame] | 12346 | for_each_pipe(i) { |
Mika Kuoppala | edc3d88 | 2013-05-23 13:55:35 +0300 | [diff] [blame] | 12347 | err_printf(m, "Pipe [%d]:\n", i); |
Imre Deak | ddf9c53 | 2013-11-27 22:02:02 +0200 | [diff] [blame] | 12348 | err_printf(m, " Power: %s\n", |
| 12349 | error->pipe[i].power_domain_on ? "on" : "off"); |
Mika Kuoppala | edc3d88 | 2013-05-23 13:55:35 +0300 | [diff] [blame] | 12350 | err_printf(m, " SRC: %08x\n", error->pipe[i].source); |
Imre Deak | f301b1e | 2014-04-18 15:55:04 +0300 | [diff] [blame] | 12351 | err_printf(m, " STAT: %08x\n", error->pipe[i].stat); |
Chris Wilson | c4a1d9e | 2010-11-21 13:12:35 +0000 | [diff] [blame] | 12352 | |
Mika Kuoppala | edc3d88 | 2013-05-23 13:55:35 +0300 | [diff] [blame] | 12353 | err_printf(m, "Plane [%d]:\n", i); |
| 12354 | err_printf(m, " CNTR: %08x\n", error->plane[i].control); |
| 12355 | err_printf(m, " STRIDE: %08x\n", error->plane[i].stride); |
Paulo Zanoni | 80ca378 | 2013-03-22 14:20:57 -0300 | [diff] [blame] | 12356 | if (INTEL_INFO(dev)->gen <= 3) { |
Mika Kuoppala | edc3d88 | 2013-05-23 13:55:35 +0300 | [diff] [blame] | 12357 | err_printf(m, " SIZE: %08x\n", error->plane[i].size); |
| 12358 | err_printf(m, " POS: %08x\n", error->plane[i].pos); |
Paulo Zanoni | 80ca378 | 2013-03-22 14:20:57 -0300 | [diff] [blame] | 12359 | } |
Paulo Zanoni | 4b71a57 | 2013-03-22 14:19:21 -0300 | [diff] [blame] | 12360 | if (INTEL_INFO(dev)->gen <= 7 && !IS_HASWELL(dev)) |
Mika Kuoppala | edc3d88 | 2013-05-23 13:55:35 +0300 | [diff] [blame] | 12361 | err_printf(m, " ADDR: %08x\n", error->plane[i].addr); |
Chris Wilson | c4a1d9e | 2010-11-21 13:12:35 +0000 | [diff] [blame] | 12362 | if (INTEL_INFO(dev)->gen >= 4) { |
Mika Kuoppala | edc3d88 | 2013-05-23 13:55:35 +0300 | [diff] [blame] | 12363 | err_printf(m, " SURF: %08x\n", error->plane[i].surface); |
| 12364 | err_printf(m, " TILEOFF: %08x\n", error->plane[i].tile_offset); |
Chris Wilson | c4a1d9e | 2010-11-21 13:12:35 +0000 | [diff] [blame] | 12365 | } |
| 12366 | |
Mika Kuoppala | edc3d88 | 2013-05-23 13:55:35 +0300 | [diff] [blame] | 12367 | err_printf(m, "Cursor [%d]:\n", i); |
| 12368 | err_printf(m, " CNTR: %08x\n", error->cursor[i].control); |
| 12369 | err_printf(m, " POS: %08x\n", error->cursor[i].position); |
| 12370 | err_printf(m, " BASE: %08x\n", error->cursor[i].base); |
Chris Wilson | c4a1d9e | 2010-11-21 13:12:35 +0000 | [diff] [blame] | 12371 | } |
Chris Wilson | 63b66e5 | 2013-08-08 15:12:06 +0200 | [diff] [blame] | 12372 | |
| 12373 | for (i = 0; i < error->num_transcoders; i++) { |
Chris Wilson | 1cf84bb | 2013-10-21 09:10:33 +0100 | [diff] [blame] | 12374 | err_printf(m, "CPU transcoder: %c\n", |
Chris Wilson | 63b66e5 | 2013-08-08 15:12:06 +0200 | [diff] [blame] | 12375 | transcoder_name(error->transcoder[i].cpu_transcoder)); |
Imre Deak | ddf9c53 | 2013-11-27 22:02:02 +0200 | [diff] [blame] | 12376 | err_printf(m, " Power: %s\n", |
| 12377 | error->transcoder[i].power_domain_on ? "on" : "off"); |
Chris Wilson | 63b66e5 | 2013-08-08 15:12:06 +0200 | [diff] [blame] | 12378 | err_printf(m, " CONF: %08x\n", error->transcoder[i].conf); |
| 12379 | err_printf(m, " HTOTAL: %08x\n", error->transcoder[i].htotal); |
| 12380 | err_printf(m, " HBLANK: %08x\n", error->transcoder[i].hblank); |
| 12381 | err_printf(m, " HSYNC: %08x\n", error->transcoder[i].hsync); |
| 12382 | err_printf(m, " VTOTAL: %08x\n", error->transcoder[i].vtotal); |
| 12383 | err_printf(m, " VBLANK: %08x\n", error->transcoder[i].vblank); |
| 12384 | err_printf(m, " VSYNC: %08x\n", error->transcoder[i].vsync); |
| 12385 | } |
Chris Wilson | c4a1d9e | 2010-11-21 13:12:35 +0000 | [diff] [blame] | 12386 | } |