Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2012 Russell King |
| 3 | * Rewritten from the dovefb driver, and Armada510 manuals. |
| 4 | * |
| 5 | * This program is free software; you can redistribute it and/or modify |
| 6 | * it under the terms of the GNU General Public License version 2 as |
| 7 | * published by the Free Software Foundation. |
| 8 | */ |
| 9 | #include <linux/clk.h> |
Russell King | d8c9608 | 2014-04-22 11:10:15 +0100 | [diff] [blame] | 10 | #include <linux/component.h> |
| 11 | #include <linux/of_device.h> |
| 12 | #include <linux/platform_device.h> |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 13 | #include <drm/drmP.h> |
| 14 | #include <drm/drm_crtc_helper.h> |
Daniel Vetter | 3cb9ae4 | 2014-10-29 10:03:57 +0100 | [diff] [blame] | 15 | #include <drm/drm_plane_helper.h> |
Dave Airlie | bcd21a4 | 2018-01-05 09:43:46 +1000 | [diff] [blame] | 16 | #include <drm/drm_atomic_helper.h> |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 17 | #include "armada_crtc.h" |
| 18 | #include "armada_drm.h" |
| 19 | #include "armada_fb.h" |
| 20 | #include "armada_gem.h" |
| 21 | #include "armada_hw.h" |
Russell King | c8a220c | 2016-05-17 13:51:08 +0100 | [diff] [blame] | 22 | #include "armada_trace.h" |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 23 | |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 24 | enum csc_mode { |
| 25 | CSC_AUTO = 0, |
| 26 | CSC_YUV_CCIR601 = 1, |
| 27 | CSC_YUV_CCIR709 = 2, |
| 28 | CSC_RGB_COMPUTER = 1, |
| 29 | CSC_RGB_STUDIO = 2, |
| 30 | }; |
| 31 | |
Russell King | 1c914ce | 2015-07-15 18:11:24 +0100 | [diff] [blame] | 32 | static const uint32_t armada_primary_formats[] = { |
| 33 | DRM_FORMAT_UYVY, |
| 34 | DRM_FORMAT_YUYV, |
| 35 | DRM_FORMAT_VYUY, |
| 36 | DRM_FORMAT_YVYU, |
| 37 | DRM_FORMAT_ARGB8888, |
| 38 | DRM_FORMAT_ABGR8888, |
| 39 | DRM_FORMAT_XRGB8888, |
| 40 | DRM_FORMAT_XBGR8888, |
| 41 | DRM_FORMAT_RGB888, |
| 42 | DRM_FORMAT_BGR888, |
| 43 | DRM_FORMAT_ARGB1555, |
| 44 | DRM_FORMAT_ABGR1555, |
| 45 | DRM_FORMAT_RGB565, |
| 46 | DRM_FORMAT_BGR565, |
| 47 | }; |
| 48 | |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 49 | /* |
| 50 | * A note about interlacing. Let's consider HDMI 1920x1080i. |
| 51 | * The timing parameters we have from X are: |
| 52 | * Hact HsyA HsyI Htot Vact VsyA VsyI Vtot |
| 53 | * 1920 2448 2492 2640 1080 1084 1094 1125 |
| 54 | * Which get translated to: |
| 55 | * Hact HsyA HsyI Htot Vact VsyA VsyI Vtot |
| 56 | * 1920 2448 2492 2640 540 542 547 562 |
| 57 | * |
| 58 | * This is how it is defined by CEA-861-D - line and pixel numbers are |
| 59 | * referenced to the rising edge of VSYNC and HSYNC. Total clocks per |
| 60 | * line: 2640. The odd frame, the first active line is at line 21, and |
| 61 | * the even frame, the first active line is 584. |
| 62 | * |
| 63 | * LN: 560 561 562 563 567 568 569 |
| 64 | * DE: ~~~|____________________________//__________________________ |
| 65 | * HSYNC: ____|~|_____|~|_____|~|_____|~|_//__|~|_____|~|_____|~|_____ |
| 66 | * VSYNC: _________________________|~~~~~~//~~~~~~~~~~~~~~~|__________ |
| 67 | * 22 blanking lines. VSYNC at 1320 (referenced to the HSYNC rising edge). |
| 68 | * |
| 69 | * LN: 1123 1124 1125 1 5 6 7 |
| 70 | * DE: ~~~|____________________________//__________________________ |
| 71 | * HSYNC: ____|~|_____|~|_____|~|_____|~|_//__|~|_____|~|_____|~|_____ |
| 72 | * VSYNC: ____________________|~~~~~~~~~~~//~~~~~~~~~~|_______________ |
| 73 | * 23 blanking lines |
| 74 | * |
| 75 | * The Armada LCD Controller line and pixel numbers are, like X timings, |
| 76 | * referenced to the top left of the active frame. |
| 77 | * |
| 78 | * So, translating these to our LCD controller: |
| 79 | * Odd frame, 563 total lines, VSYNC at line 543-548, pixel 1128. |
| 80 | * Even frame, 562 total lines, VSYNC at line 542-547, pixel 2448. |
| 81 | * Note: Vsync front porch remains constant! |
| 82 | * |
| 83 | * if (odd_frame) { |
| 84 | * vtotal = mode->crtc_vtotal + 1; |
| 85 | * vbackporch = mode->crtc_vsync_start - mode->crtc_vdisplay + 1; |
| 86 | * vhorizpos = mode->crtc_hsync_start - mode->crtc_htotal / 2 |
| 87 | * } else { |
| 88 | * vtotal = mode->crtc_vtotal; |
| 89 | * vbackporch = mode->crtc_vsync_start - mode->crtc_vdisplay; |
| 90 | * vhorizpos = mode->crtc_hsync_start; |
| 91 | * } |
| 92 | * vfrontporch = mode->crtc_vtotal - mode->crtc_vsync_end; |
| 93 | * |
| 94 | * So, we need to reprogram these registers on each vsync event: |
| 95 | * LCD_SPU_V_PORCH, LCD_SPU_ADV_REG, LCD_SPUT_V_H_TOTAL |
| 96 | * |
| 97 | * Note: we do not use the frame done interrupts because these appear |
| 98 | * to happen too early, and lead to jitter on the display (presumably |
| 99 | * they occur at the end of the last active line, before the vsync back |
| 100 | * porch, which we're reprogramming.) |
| 101 | */ |
| 102 | |
| 103 | void |
| 104 | armada_drm_crtc_update_regs(struct armada_crtc *dcrtc, struct armada_regs *regs) |
| 105 | { |
| 106 | while (regs->offset != ~0) { |
| 107 | void __iomem *reg = dcrtc->base + regs->offset; |
| 108 | uint32_t val; |
| 109 | |
| 110 | val = regs->mask; |
| 111 | if (val != 0) |
| 112 | val &= readl_relaxed(reg); |
| 113 | writel_relaxed(val | regs->val, reg); |
| 114 | ++regs; |
| 115 | } |
| 116 | } |
| 117 | |
| 118 | #define dpms_blanked(dpms) ((dpms) != DRM_MODE_DPMS_ON) |
| 119 | |
| 120 | static void armada_drm_crtc_update(struct armada_crtc *dcrtc) |
| 121 | { |
| 122 | uint32_t dumb_ctrl; |
| 123 | |
| 124 | dumb_ctrl = dcrtc->cfg_dumb_ctrl; |
| 125 | |
| 126 | if (!dpms_blanked(dcrtc->dpms)) |
| 127 | dumb_ctrl |= CFG_DUMB_ENA; |
| 128 | |
| 129 | /* |
| 130 | * When the dumb interface isn't in DUMB24_RGB888_0 mode, it might |
| 131 | * be using SPI or GPIO. If we set this to DUMB_BLANK, we will |
| 132 | * force LCD_D[23:0] to output blank color, overriding the GPIO or |
| 133 | * SPI usage. So leave it as-is unless in DUMB24_RGB888_0 mode. |
| 134 | */ |
| 135 | if (dpms_blanked(dcrtc->dpms) && |
| 136 | (dumb_ctrl & DUMB_MASK) == DUMB24_RGB888_0) { |
| 137 | dumb_ctrl &= ~DUMB_MASK; |
| 138 | dumb_ctrl |= DUMB_BLANK; |
| 139 | } |
| 140 | |
| 141 | /* |
| 142 | * The documentation doesn't indicate what the normal state of |
| 143 | * the sync signals are. Sebastian Hesselbart kindly probed |
| 144 | * these signals on his board to determine their state. |
| 145 | * |
| 146 | * The non-inverted state of the sync signals is active high. |
| 147 | * Setting these bits makes the appropriate signal active low. |
| 148 | */ |
| 149 | if (dcrtc->crtc.mode.flags & DRM_MODE_FLAG_NCSYNC) |
| 150 | dumb_ctrl |= CFG_INV_CSYNC; |
| 151 | if (dcrtc->crtc.mode.flags & DRM_MODE_FLAG_NHSYNC) |
| 152 | dumb_ctrl |= CFG_INV_HSYNC; |
| 153 | if (dcrtc->crtc.mode.flags & DRM_MODE_FLAG_NVSYNC) |
| 154 | dumb_ctrl |= CFG_INV_VSYNC; |
| 155 | |
| 156 | if (dcrtc->dumb_ctrl != dumb_ctrl) { |
| 157 | dcrtc->dumb_ctrl = dumb_ctrl; |
| 158 | writel_relaxed(dumb_ctrl, dcrtc->base + LCD_SPU_DUMB_CTRL); |
| 159 | } |
| 160 | } |
| 161 | |
Russell King | f0b2487 | 2016-08-16 22:09:11 +0100 | [diff] [blame] | 162 | void armada_drm_plane_calc_addrs(u32 *addrs, struct drm_framebuffer *fb, |
| 163 | int x, int y) |
| 164 | { |
Russell King | d6a4896 | 2017-12-08 12:16:22 +0000 | [diff] [blame] | 165 | const struct drm_format_info *format = fb->format; |
| 166 | unsigned int num_planes = format->num_planes; |
Russell King | f0b2487 | 2016-08-16 22:09:11 +0100 | [diff] [blame] | 167 | u32 addr = drm_fb_obj(fb)->dev_addr; |
Russell King | f0b2487 | 2016-08-16 22:09:11 +0100 | [diff] [blame] | 168 | int i; |
| 169 | |
| 170 | if (num_planes > 3) |
| 171 | num_planes = 3; |
| 172 | |
Russell King | de0ea9a | 2017-12-08 12:16:22 +0000 | [diff] [blame] | 173 | addrs[0] = addr + fb->offsets[0] + y * fb->pitches[0] + |
| 174 | x * format->cpp[0]; |
| 175 | |
| 176 | y /= format->vsub; |
| 177 | x /= format->hsub; |
| 178 | |
| 179 | for (i = 1; i < num_planes; i++) |
Russell King | f0b2487 | 2016-08-16 22:09:11 +0100 | [diff] [blame] | 180 | addrs[i] = addr + fb->offsets[i] + y * fb->pitches[i] + |
Russell King | d6a4896 | 2017-12-08 12:16:22 +0000 | [diff] [blame] | 181 | x * format->cpp[i]; |
Russell King | f0b2487 | 2016-08-16 22:09:11 +0100 | [diff] [blame] | 182 | for (; i < 3; i++) |
| 183 | addrs[i] = 0; |
| 184 | } |
| 185 | |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 186 | static unsigned armada_drm_crtc_calc_fb(struct drm_framebuffer *fb, |
| 187 | int x, int y, struct armada_regs *regs, bool interlaced) |
| 188 | { |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 189 | unsigned pitch = fb->pitches[0]; |
Russell King | f0b2487 | 2016-08-16 22:09:11 +0100 | [diff] [blame] | 190 | u32 addrs[3], addr_odd, addr_even; |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 191 | unsigned i = 0; |
| 192 | |
| 193 | DRM_DEBUG_DRIVER("pitch %u x %d y %d bpp %d\n", |
Ville Syrjälä | 272725c | 2016-12-14 23:32:20 +0200 | [diff] [blame] | 194 | pitch, x, y, fb->format->cpp[0] * 8); |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 195 | |
Russell King | f0b2487 | 2016-08-16 22:09:11 +0100 | [diff] [blame] | 196 | armada_drm_plane_calc_addrs(addrs, fb, x, y); |
| 197 | |
| 198 | addr_odd = addr_even = addrs[0]; |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 199 | |
| 200 | if (interlaced) { |
| 201 | addr_even += pitch; |
| 202 | pitch *= 2; |
| 203 | } |
| 204 | |
| 205 | /* write offset, base, and pitch */ |
| 206 | armada_reg_queue_set(regs, i, addr_odd, LCD_CFG_GRA_START_ADDR0); |
| 207 | armada_reg_queue_set(regs, i, addr_even, LCD_CFG_GRA_START_ADDR1); |
| 208 | armada_reg_queue_mod(regs, i, pitch, 0xffff, LCD_CFG_GRA_PITCH); |
| 209 | |
| 210 | return i; |
| 211 | } |
| 212 | |
Russell King | 2839d45 | 2017-07-07 15:56:20 +0100 | [diff] [blame] | 213 | static void armada_drm_plane_work_call(struct armada_crtc *dcrtc, |
| 214 | struct armada_plane_work *work, |
| 215 | void (*fn)(struct armada_crtc *, struct armada_plane_work *)) |
| 216 | { |
| 217 | struct armada_plane *dplane = drm_to_armada_plane(work->plane); |
Russell King | d924155 | 2017-07-08 10:22:25 +0100 | [diff] [blame] | 218 | struct drm_pending_vblank_event *event; |
| 219 | struct drm_framebuffer *fb; |
Russell King | 2839d45 | 2017-07-07 15:56:20 +0100 | [diff] [blame] | 220 | |
| 221 | if (fn) |
| 222 | fn(dcrtc, work); |
| 223 | drm_crtc_vblank_put(&dcrtc->crtc); |
| 224 | |
Russell King | d924155 | 2017-07-08 10:22:25 +0100 | [diff] [blame] | 225 | event = work->event; |
| 226 | fb = work->old_fb; |
Russell King | eb19be5 | 2017-07-08 10:16:53 +0100 | [diff] [blame] | 227 | if (event || fb) { |
| 228 | struct drm_device *dev = dcrtc->crtc.dev; |
| 229 | unsigned long flags; |
| 230 | |
| 231 | spin_lock_irqsave(&dev->event_lock, flags); |
| 232 | if (event) |
| 233 | drm_crtc_send_vblank_event(&dcrtc->crtc, event); |
| 234 | if (fb) |
| 235 | __armada_drm_queue_unref_work(dev, fb); |
| 236 | spin_unlock_irqrestore(&dev->event_lock, flags); |
| 237 | } |
Russell King | b972a80 | 2017-07-08 10:16:52 +0100 | [diff] [blame] | 238 | |
Russell King | d924155 | 2017-07-08 10:22:25 +0100 | [diff] [blame] | 239 | if (work->need_kfree) |
| 240 | kfree(work); |
| 241 | |
Russell King | 2839d45 | 2017-07-07 15:56:20 +0100 | [diff] [blame] | 242 | wake_up(&dplane->frame_wait); |
| 243 | } |
| 244 | |
Russell King | 4b5dda8 | 2015-08-06 16:37:18 +0100 | [diff] [blame] | 245 | static void armada_drm_plane_work_run(struct armada_crtc *dcrtc, |
Russell King | ec6fb15 | 2016-07-25 15:16:11 +0100 | [diff] [blame] | 246 | struct drm_plane *plane) |
Russell King | 4b5dda8 | 2015-08-06 16:37:18 +0100 | [diff] [blame] | 247 | { |
Russell King | ec6fb15 | 2016-07-25 15:16:11 +0100 | [diff] [blame] | 248 | struct armada_plane *dplane = drm_to_armada_plane(plane); |
| 249 | struct armada_plane_work *work = xchg(&dplane->work, NULL); |
Russell King | 4b5dda8 | 2015-08-06 16:37:18 +0100 | [diff] [blame] | 250 | |
| 251 | /* Handle any pending frame work. */ |
Russell King | 2839d45 | 2017-07-07 15:56:20 +0100 | [diff] [blame] | 252 | if (work) |
| 253 | armada_drm_plane_work_call(dcrtc, work, work->fn); |
Russell King | 4b5dda8 | 2015-08-06 16:37:18 +0100 | [diff] [blame] | 254 | } |
| 255 | |
| 256 | int armada_drm_plane_work_queue(struct armada_crtc *dcrtc, |
Russell King | eaab013 | 2017-07-07 15:55:53 +0100 | [diff] [blame] | 257 | struct armada_plane_work *work) |
Russell King | 4b5dda8 | 2015-08-06 16:37:18 +0100 | [diff] [blame] | 258 | { |
Russell King | eaab013 | 2017-07-07 15:55:53 +0100 | [diff] [blame] | 259 | struct armada_plane *plane = drm_to_armada_plane(work->plane); |
Russell King | 4b5dda8 | 2015-08-06 16:37:18 +0100 | [diff] [blame] | 260 | int ret; |
| 261 | |
Gustavo Padovan | accbaf6 | 2016-06-06 11:41:40 -0300 | [diff] [blame] | 262 | ret = drm_crtc_vblank_get(&dcrtc->crtc); |
Russell King | c93dfdc | 2017-07-08 10:22:23 +0100 | [diff] [blame] | 263 | if (ret) |
Russell King | 4b5dda8 | 2015-08-06 16:37:18 +0100 | [diff] [blame] | 264 | return ret; |
Russell King | 4b5dda8 | 2015-08-06 16:37:18 +0100 | [diff] [blame] | 265 | |
| 266 | ret = cmpxchg(&plane->work, NULL, work) ? -EBUSY : 0; |
| 267 | if (ret) |
Gustavo Padovan | accbaf6 | 2016-06-06 11:41:40 -0300 | [diff] [blame] | 268 | drm_crtc_vblank_put(&dcrtc->crtc); |
Russell King | 4b5dda8 | 2015-08-06 16:37:18 +0100 | [diff] [blame] | 269 | |
| 270 | return ret; |
| 271 | } |
| 272 | |
| 273 | int armada_drm_plane_work_wait(struct armada_plane *plane, long timeout) |
| 274 | { |
| 275 | return wait_event_timeout(plane->frame_wait, !plane->work, timeout); |
| 276 | } |
| 277 | |
Russell King | d3b8421 | 2017-07-07 15:55:40 +0100 | [diff] [blame] | 278 | void armada_drm_plane_work_cancel(struct armada_crtc *dcrtc, |
| 279 | struct armada_plane *dplane) |
Russell King | 7c8f7e1 | 2015-06-29 17:52:16 +0100 | [diff] [blame] | 280 | { |
Russell King | d3b8421 | 2017-07-07 15:55:40 +0100 | [diff] [blame] | 281 | struct armada_plane_work *work = xchg(&dplane->work, NULL); |
Russell King | 7c8f7e1 | 2015-06-29 17:52:16 +0100 | [diff] [blame] | 282 | |
Russell King | 4a8506d | 2015-08-07 09:33:05 +0100 | [diff] [blame] | 283 | if (work) |
Russell King | 2839d45 | 2017-07-07 15:56:20 +0100 | [diff] [blame] | 284 | armada_drm_plane_work_call(dcrtc, work, work->cancel); |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 285 | } |
| 286 | |
Russell King | 709ffd8 | 2015-07-15 18:09:38 +0100 | [diff] [blame] | 287 | static void armada_drm_crtc_complete_frame_work(struct armada_crtc *dcrtc, |
Russell King | 65724a1 | 2017-07-07 15:56:24 +0100 | [diff] [blame] | 288 | struct armada_plane_work *work) |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 289 | { |
Russell King | 709ffd8 | 2015-07-15 18:09:38 +0100 | [diff] [blame] | 290 | unsigned long flags; |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 291 | |
Russell King | 709ffd8 | 2015-07-15 18:09:38 +0100 | [diff] [blame] | 292 | spin_lock_irqsave(&dcrtc->irq_lock, flags); |
Russell King | eaa6627 | 2017-07-08 10:22:10 +0100 | [diff] [blame] | 293 | armada_drm_crtc_update_regs(dcrtc, work->regs); |
Russell King | 709ffd8 | 2015-07-15 18:09:38 +0100 | [diff] [blame] | 294 | spin_unlock_irqrestore(&dcrtc->irq_lock, flags); |
Russell King | 65724a1 | 2017-07-07 15:56:24 +0100 | [diff] [blame] | 295 | } |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 296 | |
Russell King | 890ca8d | 2017-07-08 10:22:27 +0100 | [diff] [blame] | 297 | static void armada_drm_crtc_complete_disable_work(struct armada_crtc *dcrtc, |
| 298 | struct armada_plane_work *work) |
| 299 | { |
| 300 | unsigned long flags; |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 301 | |
Russell King | 890ca8d | 2017-07-08 10:22:27 +0100 | [diff] [blame] | 302 | if (dcrtc->plane == work->plane) |
| 303 | dcrtc->plane = NULL; |
| 304 | |
| 305 | spin_lock_irqsave(&dcrtc->irq_lock, flags); |
| 306 | armada_drm_crtc_update_regs(dcrtc, work->regs); |
| 307 | spin_unlock_irqrestore(&dcrtc->irq_lock, flags); |
| 308 | } |
| 309 | |
Russell King | eaa6627 | 2017-07-08 10:22:10 +0100 | [diff] [blame] | 310 | static struct armada_plane_work * |
| 311 | armada_drm_crtc_alloc_plane_work(struct drm_plane *plane) |
Russell King | 901bb88 | 2017-07-07 15:55:45 +0100 | [diff] [blame] | 312 | { |
Russell King | eaa6627 | 2017-07-08 10:22:10 +0100 | [diff] [blame] | 313 | struct armada_plane_work *work; |
Russell King | 901bb88 | 2017-07-07 15:55:45 +0100 | [diff] [blame] | 314 | int i = 0; |
| 315 | |
| 316 | work = kzalloc(sizeof(*work), GFP_KERNEL); |
| 317 | if (!work) |
| 318 | return NULL; |
| 319 | |
Russell King | eaa6627 | 2017-07-08 10:22:10 +0100 | [diff] [blame] | 320 | work->plane = plane; |
| 321 | work->fn = armada_drm_crtc_complete_frame_work; |
Russell King | d924155 | 2017-07-08 10:22:25 +0100 | [diff] [blame] | 322 | work->need_kfree = true; |
Russell King | 901bb88 | 2017-07-07 15:55:45 +0100 | [diff] [blame] | 323 | armada_reg_queue_end(work->regs, i); |
| 324 | |
| 325 | return work; |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 326 | } |
| 327 | |
| 328 | static void armada_drm_crtc_finish_fb(struct armada_crtc *dcrtc, |
| 329 | struct drm_framebuffer *fb, bool force) |
| 330 | { |
Russell King | eaa6627 | 2017-07-08 10:22:10 +0100 | [diff] [blame] | 331 | struct armada_plane_work *work; |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 332 | |
| 333 | if (!fb) |
| 334 | return; |
| 335 | |
| 336 | if (force) { |
| 337 | /* Display is disabled, so just drop the old fb */ |
Haneen Mohammed | a52ff2a | 2017-09-20 12:57:16 -0600 | [diff] [blame] | 338 | drm_framebuffer_put(fb); |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 339 | return; |
| 340 | } |
| 341 | |
Russell King | eaa6627 | 2017-07-08 10:22:10 +0100 | [diff] [blame] | 342 | work = armada_drm_crtc_alloc_plane_work(dcrtc->crtc.primary); |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 343 | if (work) { |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 344 | work->old_fb = fb; |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 345 | |
Russell King | eaa6627 | 2017-07-08 10:22:10 +0100 | [diff] [blame] | 346 | if (armada_drm_plane_work_queue(dcrtc, work) == 0) |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 347 | return; |
| 348 | |
| 349 | kfree(work); |
| 350 | } |
| 351 | |
| 352 | /* |
| 353 | * Oops - just drop the reference immediately and hope for |
| 354 | * the best. The worst that will happen is the buffer gets |
| 355 | * reused before it has finished being displayed. |
| 356 | */ |
Haneen Mohammed | a52ff2a | 2017-09-20 12:57:16 -0600 | [diff] [blame] | 357 | drm_framebuffer_put(fb); |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 358 | } |
| 359 | |
| 360 | static void armada_drm_vblank_off(struct armada_crtc *dcrtc) |
| 361 | { |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 362 | /* |
| 363 | * Tell the DRM core that vblank IRQs aren't going to happen for |
| 364 | * a while. This cleans up any pending vblank events for us. |
| 365 | */ |
Russell King | 178e561 | 2014-10-11 23:57:04 +0100 | [diff] [blame] | 366 | drm_crtc_vblank_off(&dcrtc->crtc); |
Russell King | ec6fb15 | 2016-07-25 15:16:11 +0100 | [diff] [blame] | 367 | armada_drm_plane_work_run(dcrtc, dcrtc->crtc.primary); |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 368 | } |
| 369 | |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 370 | /* The mode_config.mutex will be held for this call */ |
| 371 | static void armada_drm_crtc_dpms(struct drm_crtc *crtc, int dpms) |
| 372 | { |
| 373 | struct armada_crtc *dcrtc = drm_to_armada_crtc(crtc); |
| 374 | |
Russell King | ea908ba | 2016-10-04 22:19:57 +0100 | [diff] [blame] | 375 | if (dpms_blanked(dcrtc->dpms) != dpms_blanked(dpms)) { |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 376 | if (dpms_blanked(dpms)) |
| 377 | armada_drm_vblank_off(dcrtc); |
Russell King | ea908ba | 2016-10-04 22:19:57 +0100 | [diff] [blame] | 378 | else if (!IS_ERR(dcrtc->clk)) |
| 379 | WARN_ON(clk_prepare_enable(dcrtc->clk)); |
| 380 | dcrtc->dpms = dpms; |
| 381 | armada_drm_crtc_update(dcrtc); |
| 382 | if (!dpms_blanked(dpms)) |
Russell King | 178e561 | 2014-10-11 23:57:04 +0100 | [diff] [blame] | 383 | drm_crtc_vblank_on(&dcrtc->crtc); |
Russell King | ea908ba | 2016-10-04 22:19:57 +0100 | [diff] [blame] | 384 | else if (!IS_ERR(dcrtc->clk)) |
| 385 | clk_disable_unprepare(dcrtc->clk); |
| 386 | } else if (dcrtc->dpms != dpms) { |
| 387 | dcrtc->dpms = dpms; |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 388 | } |
| 389 | } |
| 390 | |
| 391 | /* |
| 392 | * Prepare for a mode set. Turn off overlay to ensure that we don't end |
| 393 | * up with the overlay size being bigger than the active screen size. |
| 394 | * We rely upon X refreshing this state after the mode set has completed. |
| 395 | * |
| 396 | * The mode_config.mutex will be held for this call |
| 397 | */ |
| 398 | static void armada_drm_crtc_prepare(struct drm_crtc *crtc) |
| 399 | { |
| 400 | struct armada_crtc *dcrtc = drm_to_armada_crtc(crtc); |
| 401 | struct drm_plane *plane; |
Russell King | f9a13bb | 2018-07-30 11:52:34 +0100 | [diff] [blame] | 402 | u32 val; |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 403 | |
| 404 | /* |
| 405 | * If we have an overlay plane associated with this CRTC, disable |
| 406 | * it before the modeset to avoid its coordinates being outside |
Russell King | f8e1406 | 2015-06-29 17:52:42 +0100 | [diff] [blame] | 407 | * the new mode parameters. |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 408 | */ |
| 409 | plane = dcrtc->plane; |
Russell King | 890ca8d | 2017-07-08 10:22:27 +0100 | [diff] [blame] | 410 | if (plane) { |
Russell King | f8e1406 | 2015-06-29 17:52:42 +0100 | [diff] [blame] | 411 | drm_plane_force_disable(plane); |
Russell King | 890ca8d | 2017-07-08 10:22:27 +0100 | [diff] [blame] | 412 | WARN_ON(!armada_drm_plane_work_wait(drm_to_armada_plane(plane), |
| 413 | HZ)); |
| 414 | } |
Russell King | f9a13bb | 2018-07-30 11:52:34 +0100 | [diff] [blame] | 415 | |
| 416 | /* Wait for pending flips to complete */ |
| 417 | armada_drm_plane_work_wait(drm_to_armada_plane(dcrtc->crtc.primary), |
| 418 | MAX_SCHEDULE_TIMEOUT); |
| 419 | |
| 420 | drm_crtc_vblank_off(crtc); |
| 421 | |
| 422 | val = dcrtc->dumb_ctrl & ~CFG_DUMB_ENA; |
| 423 | if (val != dcrtc->dumb_ctrl) { |
| 424 | dcrtc->dumb_ctrl = val; |
| 425 | writel_relaxed(val, dcrtc->base + LCD_SPU_DUMB_CTRL); |
| 426 | } |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 427 | } |
| 428 | |
| 429 | /* The mode_config.mutex will be held for this call */ |
| 430 | static void armada_drm_crtc_commit(struct drm_crtc *crtc) |
| 431 | { |
| 432 | struct armada_crtc *dcrtc = drm_to_armada_crtc(crtc); |
| 433 | |
Russell King | f9a13bb | 2018-07-30 11:52:34 +0100 | [diff] [blame] | 434 | dcrtc->dpms = DRM_MODE_DPMS_ON; |
| 435 | armada_drm_crtc_update(dcrtc); |
| 436 | drm_crtc_vblank_on(crtc); |
| 437 | |
| 438 | if (dcrtc->old_modeset_fb) |
| 439 | armada_drm_crtc_finish_fb(dcrtc, dcrtc->old_modeset_fb, false); |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 440 | } |
| 441 | |
| 442 | /* The mode_config.mutex will be held for this call */ |
| 443 | static bool armada_drm_crtc_mode_fixup(struct drm_crtc *crtc, |
| 444 | const struct drm_display_mode *mode, struct drm_display_mode *adj) |
| 445 | { |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 446 | struct armada_crtc *dcrtc = drm_to_armada_crtc(crtc); |
| 447 | int ret; |
| 448 | |
| 449 | /* We can't do interlaced modes if we don't have the SPU_ADV_REG */ |
Russell King | 42e62ba | 2014-04-22 15:24:03 +0100 | [diff] [blame] | 450 | if (!dcrtc->variant->has_spu_adv_reg && |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 451 | adj->flags & DRM_MODE_FLAG_INTERLACE) |
| 452 | return false; |
| 453 | |
| 454 | /* Check whether the display mode is possible */ |
Russell King | 42e62ba | 2014-04-22 15:24:03 +0100 | [diff] [blame] | 455 | ret = dcrtc->variant->compute_clock(dcrtc, adj, NULL); |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 456 | if (ret) |
| 457 | return false; |
| 458 | |
| 459 | return true; |
| 460 | } |
| 461 | |
Shawn Guo | 5922a7d | 2017-02-07 17:16:18 +0800 | [diff] [blame] | 462 | /* These are locked by dev->vbl_lock */ |
| 463 | static void armada_drm_crtc_disable_irq(struct armada_crtc *dcrtc, u32 mask) |
| 464 | { |
| 465 | if (dcrtc->irq_ena & mask) { |
| 466 | dcrtc->irq_ena &= ~mask; |
| 467 | writel(dcrtc->irq_ena, dcrtc->base + LCD_SPU_IRQ_ENA); |
| 468 | } |
| 469 | } |
| 470 | |
| 471 | static void armada_drm_crtc_enable_irq(struct armada_crtc *dcrtc, u32 mask) |
| 472 | { |
| 473 | if ((dcrtc->irq_ena & mask) != mask) { |
| 474 | dcrtc->irq_ena |= mask; |
| 475 | writel(dcrtc->irq_ena, dcrtc->base + LCD_SPU_IRQ_ENA); |
| 476 | if (readl_relaxed(dcrtc->base + LCD_SPU_IRQ_ISR) & mask) |
| 477 | writel(0, dcrtc->base + LCD_SPU_IRQ_ISR); |
| 478 | } |
| 479 | } |
| 480 | |
Russell King | e5d9ddf | 2014-04-26 15:19:38 +0100 | [diff] [blame] | 481 | static void armada_drm_crtc_irq(struct armada_crtc *dcrtc, u32 stat) |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 482 | { |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 483 | void __iomem *base = dcrtc->base; |
Russell King | 4a8506d | 2015-08-07 09:33:05 +0100 | [diff] [blame] | 484 | struct drm_plane *ovl_plane; |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 485 | |
| 486 | if (stat & DMA_FF_UNDERFLOW) |
| 487 | DRM_ERROR("video underflow on crtc %u\n", dcrtc->num); |
| 488 | if (stat & GRA_FF_UNDERFLOW) |
| 489 | DRM_ERROR("graphics underflow on crtc %u\n", dcrtc->num); |
| 490 | |
| 491 | if (stat & VSYNC_IRQ) |
Gustavo Padovan | 0ac28c5 | 2016-07-04 21:04:48 -0300 | [diff] [blame] | 492 | drm_crtc_handle_vblank(&dcrtc->crtc); |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 493 | |
Russell King | 4a8506d | 2015-08-07 09:33:05 +0100 | [diff] [blame] | 494 | ovl_plane = dcrtc->plane; |
Russell King | ec6fb15 | 2016-07-25 15:16:11 +0100 | [diff] [blame] | 495 | if (ovl_plane) |
| 496 | armada_drm_plane_work_run(dcrtc, ovl_plane); |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 497 | |
Russell King | a3f6a18 | 2017-07-08 10:16:48 +0100 | [diff] [blame] | 498 | spin_lock(&dcrtc->irq_lock); |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 499 | if (stat & GRA_FRAME_IRQ && dcrtc->interlaced) { |
| 500 | int i = stat & GRA_FRAME_IRQ0 ? 0 : 1; |
| 501 | uint32_t val; |
| 502 | |
| 503 | writel_relaxed(dcrtc->v[i].spu_v_porch, base + LCD_SPU_V_PORCH); |
| 504 | writel_relaxed(dcrtc->v[i].spu_v_h_total, |
| 505 | base + LCD_SPUT_V_H_TOTAL); |
| 506 | |
| 507 | val = readl_relaxed(base + LCD_SPU_ADV_REG); |
| 508 | val &= ~(ADV_VSYNC_L_OFF | ADV_VSYNC_H_OFF | ADV_VSYNCOFFEN); |
| 509 | val |= dcrtc->v[i].spu_adv_reg; |
Russell King | 662af0d | 2013-05-19 10:55:17 +0100 | [diff] [blame] | 510 | writel_relaxed(val, base + LCD_SPU_ADV_REG); |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 511 | } |
Russell King | 662af0d | 2013-05-19 10:55:17 +0100 | [diff] [blame] | 512 | |
| 513 | if (stat & DUMB_FRAMEDONE && dcrtc->cursor_update) { |
| 514 | writel_relaxed(dcrtc->cursor_hw_pos, |
| 515 | base + LCD_SPU_HWC_OVSA_HPXL_VLN); |
| 516 | writel_relaxed(dcrtc->cursor_hw_sz, |
| 517 | base + LCD_SPU_HWC_HPXL_VLN); |
| 518 | armada_updatel(CFG_HWC_ENA, |
| 519 | CFG_HWC_ENA | CFG_HWC_1BITMOD | CFG_HWC_1BITENA, |
| 520 | base + LCD_SPU_DMA_CTRL0); |
| 521 | dcrtc->cursor_update = false; |
| 522 | armada_drm_crtc_disable_irq(dcrtc, DUMB_FRAMEDONE_ENA); |
| 523 | } |
| 524 | |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 525 | spin_unlock(&dcrtc->irq_lock); |
| 526 | |
Russell King | ec6fb15 | 2016-07-25 15:16:11 +0100 | [diff] [blame] | 527 | if (stat & GRA_FRAME_IRQ) |
| 528 | armada_drm_plane_work_run(dcrtc, dcrtc->crtc.primary); |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 529 | } |
| 530 | |
Russell King | e5d9ddf | 2014-04-26 15:19:38 +0100 | [diff] [blame] | 531 | static irqreturn_t armada_drm_irq(int irq, void *arg) |
| 532 | { |
| 533 | struct armada_crtc *dcrtc = arg; |
| 534 | u32 v, stat = readl_relaxed(dcrtc->base + LCD_SPU_IRQ_ISR); |
| 535 | |
| 536 | /* |
Russell King | 92298c1 | 2018-06-26 17:06:06 +0100 | [diff] [blame] | 537 | * Reading the ISR appears to clear bits provided CLEAN_SPU_IRQ_ISR |
| 538 | * is set. Writing has some other effect to acknowledge the IRQ - |
| 539 | * without this, we only get a single IRQ. |
Russell King | e5d9ddf | 2014-04-26 15:19:38 +0100 | [diff] [blame] | 540 | */ |
| 541 | writel_relaxed(0, dcrtc->base + LCD_SPU_IRQ_ISR); |
| 542 | |
Russell King | c8a220c | 2016-05-17 13:51:08 +0100 | [diff] [blame] | 543 | trace_armada_drm_irq(&dcrtc->crtc, stat); |
| 544 | |
Russell King | e5d9ddf | 2014-04-26 15:19:38 +0100 | [diff] [blame] | 545 | /* Mask out those interrupts we haven't enabled */ |
| 546 | v = stat & dcrtc->irq_ena; |
| 547 | |
| 548 | if (v & (VSYNC_IRQ|GRA_FRAME_IRQ|DUMB_FRAMEDONE)) { |
| 549 | armada_drm_crtc_irq(dcrtc, stat); |
| 550 | return IRQ_HANDLED; |
| 551 | } |
| 552 | return IRQ_NONE; |
| 553 | } |
| 554 | |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 555 | static uint32_t armada_drm_crtc_calculate_csc(struct armada_crtc *dcrtc) |
| 556 | { |
| 557 | struct drm_display_mode *adj = &dcrtc->crtc.mode; |
| 558 | uint32_t val = 0; |
| 559 | |
| 560 | if (dcrtc->csc_yuv_mode == CSC_YUV_CCIR709) |
| 561 | val |= CFG_CSC_YUV_CCIR709; |
| 562 | if (dcrtc->csc_rgb_mode == CSC_RGB_STUDIO) |
| 563 | val |= CFG_CSC_RGB_STUDIO; |
| 564 | |
| 565 | /* |
| 566 | * In auto mode, set the colorimetry, based upon the HDMI spec. |
| 567 | * 1280x720p, 1920x1080p and 1920x1080i use ITU709, others use |
| 568 | * ITU601. It may be more appropriate to set this depending on |
| 569 | * the source - but what if the graphic frame is YUV and the |
| 570 | * video frame is RGB? |
| 571 | */ |
| 572 | if ((adj->hdisplay == 1280 && adj->vdisplay == 720 && |
| 573 | !(adj->flags & DRM_MODE_FLAG_INTERLACE)) || |
| 574 | (adj->hdisplay == 1920 && adj->vdisplay == 1080)) { |
| 575 | if (dcrtc->csc_yuv_mode == CSC_AUTO) |
| 576 | val |= CFG_CSC_YUV_CCIR709; |
| 577 | } |
| 578 | |
| 579 | /* |
| 580 | * We assume we're connected to a TV-like device, so the YUV->RGB |
| 581 | * conversion should produce a limited range. We should set this |
| 582 | * depending on the connectors attached to this CRTC, and what |
| 583 | * kind of device they report being connected. |
| 584 | */ |
| 585 | if (dcrtc->csc_rgb_mode == CSC_AUTO) |
| 586 | val |= CFG_CSC_RGB_STUDIO; |
| 587 | |
| 588 | return val; |
| 589 | } |
| 590 | |
Russell King | cfd1b63 | 2018-07-30 11:52:34 +0100 | [diff] [blame] | 591 | static int armada_drm_crtc_mode_set_base(struct drm_crtc *crtc, int x, int y, |
| 592 | struct drm_framebuffer *old_fb); |
Russell King | 37af35c | 2016-08-16 22:09:09 +0100 | [diff] [blame] | 593 | |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 594 | /* The mode_config.mutex will be held for this call */ |
| 595 | static int armada_drm_crtc_mode_set(struct drm_crtc *crtc, |
| 596 | struct drm_display_mode *mode, struct drm_display_mode *adj, |
| 597 | int x, int y, struct drm_framebuffer *old_fb) |
| 598 | { |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 599 | struct armada_crtc *dcrtc = drm_to_armada_crtc(crtc); |
| 600 | struct armada_regs regs[17]; |
| 601 | uint32_t lm, rm, tm, bm, val, sclk; |
| 602 | unsigned long flags; |
| 603 | unsigned i; |
| 604 | bool interlaced; |
| 605 | |
Russell King | cfd1b63 | 2018-07-30 11:52:34 +0100 | [diff] [blame] | 606 | /* Take a reference on the old fb for armada_drm_crtc_commit() */ |
| 607 | if (old_fb) |
| 608 | drm_framebuffer_get(old_fb); |
Russell King | f9a13bb | 2018-07-30 11:52:34 +0100 | [diff] [blame] | 609 | dcrtc->old_modeset_fb = old_fb; |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 610 | |
| 611 | interlaced = !!(adj->flags & DRM_MODE_FLAG_INTERLACE); |
| 612 | |
Russell King | 37af35c | 2016-08-16 22:09:09 +0100 | [diff] [blame] | 613 | i = 0; |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 614 | rm = adj->crtc_hsync_start - adj->crtc_hdisplay; |
| 615 | lm = adj->crtc_htotal - adj->crtc_hsync_end; |
| 616 | bm = adj->crtc_vsync_start - adj->crtc_vdisplay; |
| 617 | tm = adj->crtc_vtotal - adj->crtc_vsync_end; |
| 618 | |
| 619 | DRM_DEBUG_DRIVER("H: %d %d %d %d lm %d rm %d\n", |
| 620 | adj->crtc_hdisplay, |
| 621 | adj->crtc_hsync_start, |
| 622 | adj->crtc_hsync_end, |
| 623 | adj->crtc_htotal, lm, rm); |
| 624 | DRM_DEBUG_DRIVER("V: %d %d %d %d tm %d bm %d\n", |
| 625 | adj->crtc_vdisplay, |
| 626 | adj->crtc_vsync_start, |
| 627 | adj->crtc_vsync_end, |
| 628 | adj->crtc_vtotal, tm, bm); |
| 629 | |
Russell King | e0ac5e9 | 2015-06-29 18:01:38 +0100 | [diff] [blame] | 630 | /* |
| 631 | * If we are blanked, we would have disabled the clock. Re-enable |
| 632 | * it so that compute_clock() does the right thing. |
| 633 | */ |
| 634 | if (!IS_ERR(dcrtc->clk) && dpms_blanked(dcrtc->dpms)) |
| 635 | WARN_ON(clk_prepare_enable(dcrtc->clk)); |
| 636 | |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 637 | /* Now compute the divider for real */ |
Russell King | 42e62ba | 2014-04-22 15:24:03 +0100 | [diff] [blame] | 638 | dcrtc->variant->compute_clock(dcrtc, adj, &sclk); |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 639 | |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 640 | armada_reg_queue_set(regs, i, sclk, LCD_CFG_SCLK_DIV); |
| 641 | |
| 642 | if (interlaced ^ dcrtc->interlaced) { |
| 643 | if (adj->flags & DRM_MODE_FLAG_INTERLACE) |
Gustavo Padovan | accbaf6 | 2016-06-06 11:41:40 -0300 | [diff] [blame] | 644 | drm_crtc_vblank_get(&dcrtc->crtc); |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 645 | else |
Gustavo Padovan | accbaf6 | 2016-06-06 11:41:40 -0300 | [diff] [blame] | 646 | drm_crtc_vblank_put(&dcrtc->crtc); |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 647 | dcrtc->interlaced = interlaced; |
| 648 | } |
| 649 | |
| 650 | spin_lock_irqsave(&dcrtc->irq_lock, flags); |
| 651 | |
| 652 | /* Even interlaced/progressive frame */ |
| 653 | dcrtc->v[1].spu_v_h_total = adj->crtc_vtotal << 16 | |
| 654 | adj->crtc_htotal; |
| 655 | dcrtc->v[1].spu_v_porch = tm << 16 | bm; |
| 656 | val = adj->crtc_hsync_start; |
Russell King | 662af0d | 2013-05-19 10:55:17 +0100 | [diff] [blame] | 657 | dcrtc->v[1].spu_adv_reg = val << 20 | val | ADV_VSYNCOFFEN | |
Russell King | 42e62ba | 2014-04-22 15:24:03 +0100 | [diff] [blame] | 658 | dcrtc->variant->spu_adv_reg; |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 659 | |
| 660 | if (interlaced) { |
| 661 | /* Odd interlaced frame */ |
| 662 | dcrtc->v[0].spu_v_h_total = dcrtc->v[1].spu_v_h_total + |
| 663 | (1 << 16); |
| 664 | dcrtc->v[0].spu_v_porch = dcrtc->v[1].spu_v_porch + 1; |
| 665 | val = adj->crtc_hsync_start - adj->crtc_htotal / 2; |
Russell King | 662af0d | 2013-05-19 10:55:17 +0100 | [diff] [blame] | 666 | dcrtc->v[0].spu_adv_reg = val << 20 | val | ADV_VSYNCOFFEN | |
Russell King | 42e62ba | 2014-04-22 15:24:03 +0100 | [diff] [blame] | 667 | dcrtc->variant->spu_adv_reg; |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 668 | } else { |
| 669 | dcrtc->v[0] = dcrtc->v[1]; |
| 670 | } |
| 671 | |
| 672 | val = adj->crtc_vdisplay << 16 | adj->crtc_hdisplay; |
| 673 | |
| 674 | armada_reg_queue_set(regs, i, val, LCD_SPU_V_H_ACTIVE); |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 675 | armada_reg_queue_set(regs, i, (lm << 16) | rm, LCD_SPU_H_PORCH); |
| 676 | armada_reg_queue_set(regs, i, dcrtc->v[0].spu_v_porch, LCD_SPU_V_PORCH); |
| 677 | armada_reg_queue_set(regs, i, dcrtc->v[0].spu_v_h_total, |
| 678 | LCD_SPUT_V_H_TOTAL); |
| 679 | |
Russell King | 42e62ba | 2014-04-22 15:24:03 +0100 | [diff] [blame] | 680 | if (dcrtc->variant->has_spu_adv_reg) { |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 681 | armada_reg_queue_mod(regs, i, dcrtc->v[0].spu_adv_reg, |
| 682 | ADV_VSYNC_L_OFF | ADV_VSYNC_H_OFF | |
| 683 | ADV_VSYNCOFFEN, LCD_SPU_ADV_REG); |
Russell King | 662af0d | 2013-05-19 10:55:17 +0100 | [diff] [blame] | 684 | } |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 685 | |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 686 | val = adj->flags & DRM_MODE_FLAG_NVSYNC ? CFG_VSYNC_INV : 0; |
| 687 | armada_reg_queue_mod(regs, i, val, CFG_VSYNC_INV, LCD_SPU_DMA_CTRL1); |
| 688 | |
| 689 | val = dcrtc->spu_iopad_ctrl | armada_drm_crtc_calculate_csc(dcrtc); |
| 690 | armada_reg_queue_set(regs, i, val, LCD_SPU_IOPAD_CONTROL); |
| 691 | armada_reg_queue_end(regs, i); |
| 692 | |
| 693 | armada_drm_crtc_update_regs(dcrtc, regs); |
| 694 | spin_unlock_irqrestore(&dcrtc->irq_lock, flags); |
| 695 | |
Russell King | cfd1b63 | 2018-07-30 11:52:34 +0100 | [diff] [blame] | 696 | return armada_drm_crtc_mode_set_base(crtc, x, y, old_fb); |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 697 | } |
| 698 | |
Russell King | cfd1b63 | 2018-07-30 11:52:34 +0100 | [diff] [blame] | 699 | static int armada_drm_do_primary_update(struct drm_plane *plane, |
| 700 | struct drm_plane_state *state, struct drm_framebuffer *old_fb); |
| 701 | |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 702 | /* The mode_config.mutex will be held for this call */ |
| 703 | static int armada_drm_crtc_mode_set_base(struct drm_crtc *crtc, int x, int y, |
| 704 | struct drm_framebuffer *old_fb) |
| 705 | { |
Russell King | cfd1b63 | 2018-07-30 11:52:34 +0100 | [diff] [blame] | 706 | struct drm_plane_state state = { |
| 707 | .plane = crtc->primary, |
| 708 | .crtc = crtc, |
| 709 | .fb = crtc->primary->fb, |
| 710 | .crtc_x = 0, |
| 711 | .crtc_y = 0, |
| 712 | .crtc_w = crtc->mode.hdisplay, |
| 713 | .crtc_h = crtc->mode.vdisplay, |
| 714 | .src_x = x << 16, |
| 715 | .src_y = y << 16, |
| 716 | .src_w = crtc->mode.hdisplay << 16, |
| 717 | .src_h = crtc->mode.vdisplay << 16, |
| 718 | .rotation = DRM_MODE_ROTATE_0, |
| 719 | }; |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 720 | |
Russell King | cfd1b63 | 2018-07-30 11:52:34 +0100 | [diff] [blame] | 721 | armada_drm_do_primary_update(crtc->primary, &state, old_fb); |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 722 | |
| 723 | return 0; |
| 724 | } |
| 725 | |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 726 | /* The mode_config.mutex will be held for this call */ |
| 727 | static void armada_drm_crtc_disable(struct drm_crtc *crtc) |
| 728 | { |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 729 | armada_drm_crtc_dpms(crtc, DRM_MODE_DPMS_OFF); |
Russell King | 28b3043 | 2017-07-08 10:16:40 +0100 | [diff] [blame] | 730 | |
| 731 | /* Disable our primary plane when we disable the CRTC. */ |
| 732 | crtc->primary->funcs->disable_plane(crtc->primary, NULL); |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 733 | } |
| 734 | |
| 735 | static const struct drm_crtc_helper_funcs armada_crtc_helper_funcs = { |
| 736 | .dpms = armada_drm_crtc_dpms, |
| 737 | .prepare = armada_drm_crtc_prepare, |
| 738 | .commit = armada_drm_crtc_commit, |
| 739 | .mode_fixup = armada_drm_crtc_mode_fixup, |
| 740 | .mode_set = armada_drm_crtc_mode_set, |
| 741 | .mode_set_base = armada_drm_crtc_mode_set_base, |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 742 | .disable = armada_drm_crtc_disable, |
| 743 | }; |
| 744 | |
Russell King | 662af0d | 2013-05-19 10:55:17 +0100 | [diff] [blame] | 745 | static void armada_load_cursor_argb(void __iomem *base, uint32_t *pix, |
| 746 | unsigned stride, unsigned width, unsigned height) |
| 747 | { |
| 748 | uint32_t addr; |
| 749 | unsigned y; |
| 750 | |
| 751 | addr = SRAM_HWC32_RAM1; |
| 752 | for (y = 0; y < height; y++) { |
| 753 | uint32_t *p = &pix[y * stride]; |
| 754 | unsigned x; |
| 755 | |
| 756 | for (x = 0; x < width; x++, p++) { |
| 757 | uint32_t val = *p; |
| 758 | |
| 759 | val = (val & 0xff00ff00) | |
| 760 | (val & 0x000000ff) << 16 | |
| 761 | (val & 0x00ff0000) >> 16; |
| 762 | |
| 763 | writel_relaxed(val, |
| 764 | base + LCD_SPU_SRAM_WRDAT); |
| 765 | writel_relaxed(addr | SRAM_WRITE, |
| 766 | base + LCD_SPU_SRAM_CTRL); |
Russell King | c39b069 | 2014-04-07 12:00:17 +0100 | [diff] [blame] | 767 | readl_relaxed(base + LCD_SPU_HWC_OVSA_HPXL_VLN); |
Russell King | 662af0d | 2013-05-19 10:55:17 +0100 | [diff] [blame] | 768 | addr += 1; |
| 769 | if ((addr & 0x00ff) == 0) |
| 770 | addr += 0xf00; |
| 771 | if ((addr & 0x30ff) == 0) |
| 772 | addr = SRAM_HWC32_RAM2; |
| 773 | } |
| 774 | } |
| 775 | } |
| 776 | |
| 777 | static void armada_drm_crtc_cursor_tran(void __iomem *base) |
| 778 | { |
| 779 | unsigned addr; |
| 780 | |
| 781 | for (addr = 0; addr < 256; addr++) { |
| 782 | /* write the default value */ |
| 783 | writel_relaxed(0x55555555, base + LCD_SPU_SRAM_WRDAT); |
| 784 | writel_relaxed(addr | SRAM_WRITE | SRAM_HWC32_TRAN, |
| 785 | base + LCD_SPU_SRAM_CTRL); |
| 786 | } |
| 787 | } |
| 788 | |
| 789 | static int armada_drm_crtc_cursor_update(struct armada_crtc *dcrtc, bool reload) |
| 790 | { |
| 791 | uint32_t xoff, xscr, w = dcrtc->cursor_w, s; |
| 792 | uint32_t yoff, yscr, h = dcrtc->cursor_h; |
| 793 | uint32_t para1; |
| 794 | |
| 795 | /* |
| 796 | * Calculate the visible width and height of the cursor, |
| 797 | * screen position, and the position in the cursor bitmap. |
| 798 | */ |
| 799 | if (dcrtc->cursor_x < 0) { |
| 800 | xoff = -dcrtc->cursor_x; |
| 801 | xscr = 0; |
| 802 | w -= min(xoff, w); |
| 803 | } else if (dcrtc->cursor_x + w > dcrtc->crtc.mode.hdisplay) { |
| 804 | xoff = 0; |
| 805 | xscr = dcrtc->cursor_x; |
| 806 | w = max_t(int, dcrtc->crtc.mode.hdisplay - dcrtc->cursor_x, 0); |
| 807 | } else { |
| 808 | xoff = 0; |
| 809 | xscr = dcrtc->cursor_x; |
| 810 | } |
| 811 | |
| 812 | if (dcrtc->cursor_y < 0) { |
| 813 | yoff = -dcrtc->cursor_y; |
| 814 | yscr = 0; |
| 815 | h -= min(yoff, h); |
| 816 | } else if (dcrtc->cursor_y + h > dcrtc->crtc.mode.vdisplay) { |
| 817 | yoff = 0; |
| 818 | yscr = dcrtc->cursor_y; |
| 819 | h = max_t(int, dcrtc->crtc.mode.vdisplay - dcrtc->cursor_y, 0); |
| 820 | } else { |
| 821 | yoff = 0; |
| 822 | yscr = dcrtc->cursor_y; |
| 823 | } |
| 824 | |
| 825 | /* On interlaced modes, the vertical cursor size must be halved */ |
| 826 | s = dcrtc->cursor_w; |
| 827 | if (dcrtc->interlaced) { |
| 828 | s *= 2; |
| 829 | yscr /= 2; |
| 830 | h /= 2; |
| 831 | } |
| 832 | |
| 833 | if (!dcrtc->cursor_obj || !h || !w) { |
| 834 | spin_lock_irq(&dcrtc->irq_lock); |
| 835 | armada_drm_crtc_disable_irq(dcrtc, DUMB_FRAMEDONE_ENA); |
| 836 | dcrtc->cursor_update = false; |
| 837 | armada_updatel(0, CFG_HWC_ENA, dcrtc->base + LCD_SPU_DMA_CTRL0); |
| 838 | spin_unlock_irq(&dcrtc->irq_lock); |
| 839 | return 0; |
| 840 | } |
| 841 | |
Russell King | 214612f | 2017-07-08 10:22:15 +0100 | [diff] [blame] | 842 | spin_lock_irq(&dcrtc->irq_lock); |
Russell King | 662af0d | 2013-05-19 10:55:17 +0100 | [diff] [blame] | 843 | para1 = readl_relaxed(dcrtc->base + LCD_SPU_SRAM_PARA1); |
| 844 | armada_updatel(CFG_CSB_256x32, CFG_CSB_256x32 | CFG_PDWN256x32, |
| 845 | dcrtc->base + LCD_SPU_SRAM_PARA1); |
Russell King | 214612f | 2017-07-08 10:22:15 +0100 | [diff] [blame] | 846 | spin_unlock_irq(&dcrtc->irq_lock); |
Russell King | 662af0d | 2013-05-19 10:55:17 +0100 | [diff] [blame] | 847 | |
| 848 | /* |
| 849 | * Initialize the transparency if the SRAM was powered down. |
| 850 | * We must also reload the cursor data as well. |
| 851 | */ |
| 852 | if (!(para1 & CFG_CSB_256x32)) { |
| 853 | armada_drm_crtc_cursor_tran(dcrtc->base); |
| 854 | reload = true; |
| 855 | } |
| 856 | |
| 857 | if (dcrtc->cursor_hw_sz != (h << 16 | w)) { |
| 858 | spin_lock_irq(&dcrtc->irq_lock); |
| 859 | armada_drm_crtc_disable_irq(dcrtc, DUMB_FRAMEDONE_ENA); |
| 860 | dcrtc->cursor_update = false; |
| 861 | armada_updatel(0, CFG_HWC_ENA, dcrtc->base + LCD_SPU_DMA_CTRL0); |
| 862 | spin_unlock_irq(&dcrtc->irq_lock); |
| 863 | reload = true; |
| 864 | } |
| 865 | if (reload) { |
| 866 | struct armada_gem_object *obj = dcrtc->cursor_obj; |
| 867 | uint32_t *pix; |
| 868 | /* Set the top-left corner of the cursor image */ |
| 869 | pix = obj->addr; |
| 870 | pix += yoff * s + xoff; |
| 871 | armada_load_cursor_argb(dcrtc->base, pix, s, w, h); |
| 872 | } |
| 873 | |
| 874 | /* Reload the cursor position, size and enable in the IRQ handler */ |
| 875 | spin_lock_irq(&dcrtc->irq_lock); |
| 876 | dcrtc->cursor_hw_pos = yscr << 16 | xscr; |
| 877 | dcrtc->cursor_hw_sz = h << 16 | w; |
| 878 | dcrtc->cursor_update = true; |
| 879 | armada_drm_crtc_enable_irq(dcrtc, DUMB_FRAMEDONE_ENA); |
| 880 | spin_unlock_irq(&dcrtc->irq_lock); |
| 881 | |
| 882 | return 0; |
| 883 | } |
| 884 | |
| 885 | static void cursor_update(void *data) |
| 886 | { |
| 887 | armada_drm_crtc_cursor_update(data, true); |
| 888 | } |
| 889 | |
| 890 | static int armada_drm_crtc_cursor_set(struct drm_crtc *crtc, |
| 891 | struct drm_file *file, uint32_t handle, uint32_t w, uint32_t h) |
| 892 | { |
Russell King | 662af0d | 2013-05-19 10:55:17 +0100 | [diff] [blame] | 893 | struct armada_crtc *dcrtc = drm_to_armada_crtc(crtc); |
Russell King | 662af0d | 2013-05-19 10:55:17 +0100 | [diff] [blame] | 894 | struct armada_gem_object *obj = NULL; |
| 895 | int ret; |
| 896 | |
| 897 | /* If no cursor support, replicate drm's return value */ |
Russell King | 42e62ba | 2014-04-22 15:24:03 +0100 | [diff] [blame] | 898 | if (!dcrtc->variant->has_spu_adv_reg) |
Russell King | 662af0d | 2013-05-19 10:55:17 +0100 | [diff] [blame] | 899 | return -ENXIO; |
| 900 | |
| 901 | if (handle && w > 0 && h > 0) { |
| 902 | /* maximum size is 64x32 or 32x64 */ |
| 903 | if (w > 64 || h > 64 || (w > 32 && h > 32)) |
| 904 | return -ENOMEM; |
| 905 | |
Chris Wilson | a8ad0bd | 2016-05-09 11:04:54 +0100 | [diff] [blame] | 906 | obj = armada_gem_object_lookup(file, handle); |
Russell King | 662af0d | 2013-05-19 10:55:17 +0100 | [diff] [blame] | 907 | if (!obj) |
| 908 | return -ENOENT; |
| 909 | |
| 910 | /* Must be a kernel-mapped object */ |
| 911 | if (!obj->addr) { |
Haneen Mohammed | 4c3cf37 | 2017-09-20 12:54:48 -0600 | [diff] [blame] | 912 | drm_gem_object_put_unlocked(&obj->obj); |
Russell King | 662af0d | 2013-05-19 10:55:17 +0100 | [diff] [blame] | 913 | return -EINVAL; |
| 914 | } |
| 915 | |
| 916 | if (obj->obj.size < w * h * 4) { |
| 917 | DRM_ERROR("buffer is too small\n"); |
Haneen Mohammed | 4c3cf37 | 2017-09-20 12:54:48 -0600 | [diff] [blame] | 918 | drm_gem_object_put_unlocked(&obj->obj); |
Russell King | 662af0d | 2013-05-19 10:55:17 +0100 | [diff] [blame] | 919 | return -ENOMEM; |
| 920 | } |
| 921 | } |
| 922 | |
Russell King | 662af0d | 2013-05-19 10:55:17 +0100 | [diff] [blame] | 923 | if (dcrtc->cursor_obj) { |
| 924 | dcrtc->cursor_obj->update = NULL; |
| 925 | dcrtc->cursor_obj->update_data = NULL; |
Haneen Mohammed | 4c3cf37 | 2017-09-20 12:54:48 -0600 | [diff] [blame] | 926 | drm_gem_object_put_unlocked(&dcrtc->cursor_obj->obj); |
Russell King | 662af0d | 2013-05-19 10:55:17 +0100 | [diff] [blame] | 927 | } |
| 928 | dcrtc->cursor_obj = obj; |
| 929 | dcrtc->cursor_w = w; |
| 930 | dcrtc->cursor_h = h; |
| 931 | ret = armada_drm_crtc_cursor_update(dcrtc, true); |
| 932 | if (obj) { |
| 933 | obj->update_data = dcrtc; |
| 934 | obj->update = cursor_update; |
| 935 | } |
Russell King | 662af0d | 2013-05-19 10:55:17 +0100 | [diff] [blame] | 936 | |
| 937 | return ret; |
| 938 | } |
| 939 | |
| 940 | static int armada_drm_crtc_cursor_move(struct drm_crtc *crtc, int x, int y) |
| 941 | { |
Russell King | 662af0d | 2013-05-19 10:55:17 +0100 | [diff] [blame] | 942 | struct armada_crtc *dcrtc = drm_to_armada_crtc(crtc); |
Russell King | 662af0d | 2013-05-19 10:55:17 +0100 | [diff] [blame] | 943 | int ret; |
| 944 | |
| 945 | /* If no cursor support, replicate drm's return value */ |
Russell King | 42e62ba | 2014-04-22 15:24:03 +0100 | [diff] [blame] | 946 | if (!dcrtc->variant->has_spu_adv_reg) |
Russell King | 662af0d | 2013-05-19 10:55:17 +0100 | [diff] [blame] | 947 | return -EFAULT; |
| 948 | |
Russell King | 662af0d | 2013-05-19 10:55:17 +0100 | [diff] [blame] | 949 | dcrtc->cursor_x = x; |
| 950 | dcrtc->cursor_y = y; |
| 951 | ret = armada_drm_crtc_cursor_update(dcrtc, false); |
Russell King | 662af0d | 2013-05-19 10:55:17 +0100 | [diff] [blame] | 952 | |
| 953 | return ret; |
| 954 | } |
| 955 | |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 956 | static void armada_drm_crtc_destroy(struct drm_crtc *crtc) |
| 957 | { |
| 958 | struct armada_crtc *dcrtc = drm_to_armada_crtc(crtc); |
| 959 | struct armada_private *priv = crtc->dev->dev_private; |
| 960 | |
Russell King | 662af0d | 2013-05-19 10:55:17 +0100 | [diff] [blame] | 961 | if (dcrtc->cursor_obj) |
Haneen Mohammed | 4c3cf37 | 2017-09-20 12:54:48 -0600 | [diff] [blame] | 962 | drm_gem_object_put_unlocked(&dcrtc->cursor_obj->obj); |
Russell King | 662af0d | 2013-05-19 10:55:17 +0100 | [diff] [blame] | 963 | |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 964 | priv->dcrtc[dcrtc->num] = NULL; |
| 965 | drm_crtc_cleanup(&dcrtc->crtc); |
| 966 | |
| 967 | if (!IS_ERR(dcrtc->clk)) |
| 968 | clk_disable_unprepare(dcrtc->clk); |
| 969 | |
Russell King | e5d9ddf | 2014-04-26 15:19:38 +0100 | [diff] [blame] | 970 | writel_relaxed(0, dcrtc->base + LCD_SPU_IRQ_ENA); |
| 971 | |
Russell King | 9611cb9 | 2014-06-15 11:21:23 +0100 | [diff] [blame] | 972 | of_node_put(dcrtc->crtc.port); |
| 973 | |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 974 | kfree(dcrtc); |
| 975 | } |
| 976 | |
| 977 | /* |
| 978 | * The mode_config lock is held here, to prevent races between this |
| 979 | * and a mode_set. |
| 980 | */ |
| 981 | static int armada_drm_crtc_page_flip(struct drm_crtc *crtc, |
Daniel Vetter | 41292b1f | 2017-03-22 22:50:50 +0100 | [diff] [blame] | 982 | struct drm_framebuffer *fb, struct drm_pending_vblank_event *event, uint32_t page_flip_flags, |
| 983 | struct drm_modeset_acquire_ctx *ctx) |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 984 | { |
| 985 | struct armada_crtc *dcrtc = drm_to_armada_crtc(crtc); |
Russell King | eaa6627 | 2017-07-08 10:22:10 +0100 | [diff] [blame] | 986 | struct armada_plane_work *work; |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 987 | unsigned i; |
| 988 | int ret; |
| 989 | |
Russell King | eaa6627 | 2017-07-08 10:22:10 +0100 | [diff] [blame] | 990 | work = armada_drm_crtc_alloc_plane_work(dcrtc->crtc.primary); |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 991 | if (!work) |
| 992 | return -ENOMEM; |
| 993 | |
| 994 | work->event = event; |
Matt Roper | f4510a2 | 2014-04-01 15:22:40 -0700 | [diff] [blame] | 995 | work->old_fb = dcrtc->crtc.primary->fb; |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 996 | |
| 997 | i = armada_drm_crtc_calc_fb(fb, crtc->x, crtc->y, work->regs, |
| 998 | dcrtc->interlaced); |
| 999 | armada_reg_queue_end(work->regs, i); |
| 1000 | |
| 1001 | /* |
Russell King | c548830 | 2014-10-11 23:53:35 +0100 | [diff] [blame] | 1002 | * Ensure that we hold a reference on the new framebuffer. |
| 1003 | * This has to match the behaviour in mode_set. |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 1004 | */ |
Haneen Mohammed | a52ff2a | 2017-09-20 12:57:16 -0600 | [diff] [blame] | 1005 | drm_framebuffer_get(fb); |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 1006 | |
Russell King | eaa6627 | 2017-07-08 10:22:10 +0100 | [diff] [blame] | 1007 | ret = armada_drm_plane_work_queue(dcrtc, work); |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 1008 | if (ret) { |
Russell King | c548830 | 2014-10-11 23:53:35 +0100 | [diff] [blame] | 1009 | /* Undo our reference above */ |
Haneen Mohammed | a52ff2a | 2017-09-20 12:57:16 -0600 | [diff] [blame] | 1010 | drm_framebuffer_put(fb); |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 1011 | kfree(work); |
| 1012 | return ret; |
| 1013 | } |
| 1014 | |
| 1015 | /* |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 1016 | * Finally, if the display is blanked, we won't receive an |
| 1017 | * interrupt, so complete it now. |
| 1018 | */ |
Russell King | 4b5dda8 | 2015-08-06 16:37:18 +0100 | [diff] [blame] | 1019 | if (dpms_blanked(dcrtc->dpms)) |
Russell King | ec6fb15 | 2016-07-25 15:16:11 +0100 | [diff] [blame] | 1020 | armada_drm_plane_work_run(dcrtc, dcrtc->crtc.primary); |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 1021 | |
| 1022 | return 0; |
| 1023 | } |
| 1024 | |
| 1025 | static int |
| 1026 | armada_drm_crtc_set_property(struct drm_crtc *crtc, |
| 1027 | struct drm_property *property, uint64_t val) |
| 1028 | { |
| 1029 | struct armada_private *priv = crtc->dev->dev_private; |
| 1030 | struct armada_crtc *dcrtc = drm_to_armada_crtc(crtc); |
| 1031 | bool update_csc = false; |
| 1032 | |
| 1033 | if (property == priv->csc_yuv_prop) { |
| 1034 | dcrtc->csc_yuv_mode = val; |
| 1035 | update_csc = true; |
| 1036 | } else if (property == priv->csc_rgb_prop) { |
| 1037 | dcrtc->csc_rgb_mode = val; |
| 1038 | update_csc = true; |
| 1039 | } |
| 1040 | |
| 1041 | if (update_csc) { |
| 1042 | uint32_t val; |
| 1043 | |
| 1044 | val = dcrtc->spu_iopad_ctrl | |
| 1045 | armada_drm_crtc_calculate_csc(dcrtc); |
| 1046 | writel_relaxed(val, dcrtc->base + LCD_SPU_IOPAD_CONTROL); |
| 1047 | } |
| 1048 | |
| 1049 | return 0; |
| 1050 | } |
| 1051 | |
Shawn Guo | 5922a7d | 2017-02-07 17:16:18 +0800 | [diff] [blame] | 1052 | /* These are called under the vbl_lock. */ |
| 1053 | static int armada_drm_crtc_enable_vblank(struct drm_crtc *crtc) |
| 1054 | { |
| 1055 | struct armada_crtc *dcrtc = drm_to_armada_crtc(crtc); |
Russell King | 92298c1 | 2018-06-26 17:06:06 +0100 | [diff] [blame] | 1056 | unsigned long flags; |
Shawn Guo | 5922a7d | 2017-02-07 17:16:18 +0800 | [diff] [blame] | 1057 | |
Russell King | 92298c1 | 2018-06-26 17:06:06 +0100 | [diff] [blame] | 1058 | spin_lock_irqsave(&dcrtc->irq_lock, flags); |
Shawn Guo | 5922a7d | 2017-02-07 17:16:18 +0800 | [diff] [blame] | 1059 | armada_drm_crtc_enable_irq(dcrtc, VSYNC_IRQ_ENA); |
Russell King | 92298c1 | 2018-06-26 17:06:06 +0100 | [diff] [blame] | 1060 | spin_unlock_irqrestore(&dcrtc->irq_lock, flags); |
Shawn Guo | 5922a7d | 2017-02-07 17:16:18 +0800 | [diff] [blame] | 1061 | return 0; |
| 1062 | } |
| 1063 | |
| 1064 | static void armada_drm_crtc_disable_vblank(struct drm_crtc *crtc) |
| 1065 | { |
| 1066 | struct armada_crtc *dcrtc = drm_to_armada_crtc(crtc); |
Russell King | 92298c1 | 2018-06-26 17:06:06 +0100 | [diff] [blame] | 1067 | unsigned long flags; |
Shawn Guo | 5922a7d | 2017-02-07 17:16:18 +0800 | [diff] [blame] | 1068 | |
Russell King | 92298c1 | 2018-06-26 17:06:06 +0100 | [diff] [blame] | 1069 | spin_lock_irqsave(&dcrtc->irq_lock, flags); |
Shawn Guo | 5922a7d | 2017-02-07 17:16:18 +0800 | [diff] [blame] | 1070 | armada_drm_crtc_disable_irq(dcrtc, VSYNC_IRQ_ENA); |
Russell King | 92298c1 | 2018-06-26 17:06:06 +0100 | [diff] [blame] | 1071 | spin_unlock_irqrestore(&dcrtc->irq_lock, flags); |
Shawn Guo | 5922a7d | 2017-02-07 17:16:18 +0800 | [diff] [blame] | 1072 | } |
| 1073 | |
Ville Syrjälä | a02fb90 | 2015-12-15 12:20:59 +0100 | [diff] [blame] | 1074 | static const struct drm_crtc_funcs armada_crtc_funcs = { |
Russell King | 662af0d | 2013-05-19 10:55:17 +0100 | [diff] [blame] | 1075 | .cursor_set = armada_drm_crtc_cursor_set, |
| 1076 | .cursor_move = armada_drm_crtc_cursor_move, |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 1077 | .destroy = armada_drm_crtc_destroy, |
| 1078 | .set_config = drm_crtc_helper_set_config, |
| 1079 | .page_flip = armada_drm_crtc_page_flip, |
| 1080 | .set_property = armada_drm_crtc_set_property, |
Shawn Guo | 5922a7d | 2017-02-07 17:16:18 +0800 | [diff] [blame] | 1081 | .enable_vblank = armada_drm_crtc_enable_vblank, |
| 1082 | .disable_vblank = armada_drm_crtc_disable_vblank, |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 1083 | }; |
| 1084 | |
Russell King | ecf25d2 | 2018-07-30 11:52:34 +0100 | [diff] [blame] | 1085 | static unsigned int armada_drm_primary_update_state( |
| 1086 | struct drm_plane_state *state, struct armada_regs *regs) |
Russell King | 950bc13 | 2017-07-08 10:22:37 +0100 | [diff] [blame] | 1087 | { |
| 1088 | struct armada_plane *dplane = drm_to_armada_plane(state->plane); |
| 1089 | struct armada_crtc *dcrtc = drm_to_armada_crtc(state->crtc); |
| 1090 | struct armada_framebuffer *dfb = drm_fb_to_armada_fb(state->fb); |
| 1091 | bool was_disabled; |
| 1092 | unsigned int idx = 0; |
| 1093 | u32 val; |
| 1094 | |
| 1095 | val = CFG_GRA_FMT(dfb->fmt) | CFG_GRA_MOD(dfb->mod); |
| 1096 | if (dfb->fmt > CFG_420) |
| 1097 | val |= CFG_PALETTE_ENA; |
| 1098 | if (state->visible) |
| 1099 | val |= CFG_GRA_ENA; |
| 1100 | if (drm_rect_width(&state->src) >> 16 != drm_rect_width(&state->dst)) |
| 1101 | val |= CFG_GRA_HSMOOTH; |
Russell King | ecf25d2 | 2018-07-30 11:52:34 +0100 | [diff] [blame] | 1102 | if (dcrtc->interlaced) |
| 1103 | val |= CFG_GRA_FTOGGLE; |
Russell King | 950bc13 | 2017-07-08 10:22:37 +0100 | [diff] [blame] | 1104 | |
| 1105 | was_disabled = !(dplane->state.ctrl0 & CFG_GRA_ENA); |
| 1106 | if (was_disabled) |
| 1107 | armada_reg_queue_mod(regs, idx, |
| 1108 | 0, CFG_PDWN64x66, LCD_SPU_SRAM_PARA1); |
| 1109 | |
| 1110 | dplane->state.ctrl0 = val; |
Russell King | 0239520 | 2018-07-30 11:52:34 +0100 | [diff] [blame] | 1111 | dplane->state.src_hw = armada_rect_hw_fp(&state->src); |
| 1112 | dplane->state.dst_hw = armada_rect_hw(&state->dst); |
| 1113 | dplane->state.dst_yx = armada_rect_yx(&state->dst); |
Russell King | 950bc13 | 2017-07-08 10:22:37 +0100 | [diff] [blame] | 1114 | |
Russell King | ecf25d2 | 2018-07-30 11:52:34 +0100 | [diff] [blame] | 1115 | idx += armada_drm_crtc_calc_fb(&dfb->fb, state->src.x1 >> 16, |
| 1116 | state->src.y1 >> 16, regs + idx, |
| 1117 | dcrtc->interlaced); |
| 1118 | armada_reg_queue_set(regs, idx, dplane->state.dst_yx, |
| 1119 | LCD_SPU_GRA_OVSA_HPXL_VLN); |
| 1120 | armada_reg_queue_set(regs, idx, dplane->state.src_hw, |
| 1121 | LCD_SPU_GRA_HPXL_VLN); |
| 1122 | armada_reg_queue_set(regs, idx, dplane->state.dst_hw, |
| 1123 | LCD_SPU_GZM_HPXL_VLN); |
| 1124 | armada_reg_queue_mod(regs, idx, dplane->state.ctrl0, CFG_GRAFORMAT | |
| 1125 | CFG_GRA_MOD(CFG_SWAPRB | CFG_SWAPUV | |
| 1126 | CFG_SWAPYU | CFG_YUV2RGB) | |
| 1127 | CFG_PALETTE_ENA | CFG_GRA_FTOGGLE | |
| 1128 | CFG_GRA_HSMOOTH | CFG_GRA_ENA, |
| 1129 | LCD_SPU_DMA_CTRL0); |
Russell King | 950bc13 | 2017-07-08 10:22:37 +0100 | [diff] [blame] | 1130 | |
| 1131 | dplane->state.vsync_update = !was_disabled; |
| 1132 | dplane->state.changed = true; |
Russell King | ecf25d2 | 2018-07-30 11:52:34 +0100 | [diff] [blame] | 1133 | |
| 1134 | return idx; |
Russell King | 950bc13 | 2017-07-08 10:22:37 +0100 | [diff] [blame] | 1135 | } |
| 1136 | |
Russell King | cfd1b63 | 2018-07-30 11:52:34 +0100 | [diff] [blame] | 1137 | static int armada_drm_do_primary_update(struct drm_plane *plane, |
| 1138 | struct drm_plane_state *state, struct drm_framebuffer *old_fb) |
Russell King | 950bc13 | 2017-07-08 10:22:37 +0100 | [diff] [blame] | 1139 | { |
| 1140 | struct armada_plane *dplane = drm_to_armada_plane(plane); |
Russell King | cfd1b63 | 2018-07-30 11:52:34 +0100 | [diff] [blame] | 1141 | struct armada_crtc *dcrtc = drm_to_armada_crtc(state->crtc); |
Russell King | 950bc13 | 2017-07-08 10:22:37 +0100 | [diff] [blame] | 1142 | struct armada_plane_work *work; |
Ville Syrjälä | 57270b8 | 2018-01-23 19:08:55 +0200 | [diff] [blame] | 1143 | struct drm_crtc_state crtc_state = { |
Russell King | cfd1b63 | 2018-07-30 11:52:34 +0100 | [diff] [blame] | 1144 | .crtc = state->crtc, |
| 1145 | .enable = state->crtc->enabled, |
| 1146 | .mode = state->crtc->mode, |
Ville Syrjälä | 57270b8 | 2018-01-23 19:08:55 +0200 | [diff] [blame] | 1147 | }; |
Russell King | ecf25d2 | 2018-07-30 11:52:34 +0100 | [diff] [blame] | 1148 | unsigned int idx; |
Russell King | 950bc13 | 2017-07-08 10:22:37 +0100 | [diff] [blame] | 1149 | int ret; |
| 1150 | |
Russell King | cfd1b63 | 2018-07-30 11:52:34 +0100 | [diff] [blame] | 1151 | ret = drm_atomic_helper_check_plane_state(state, &crtc_state, 0, |
Dave Airlie | bcd21a4 | 2018-01-05 09:43:46 +1000 | [diff] [blame] | 1152 | INT_MAX, true, false); |
Russell King | 950bc13 | 2017-07-08 10:22:37 +0100 | [diff] [blame] | 1153 | if (ret) |
| 1154 | return ret; |
| 1155 | |
| 1156 | work = &dplane->works[dplane->next_work]; |
| 1157 | work->fn = armada_drm_crtc_complete_frame_work; |
| 1158 | |
Russell King | cfd1b63 | 2018-07-30 11:52:34 +0100 | [diff] [blame] | 1159 | if (old_fb != state->fb) { |
Russell King | 950bc13 | 2017-07-08 10:22:37 +0100 | [diff] [blame] | 1160 | /* |
| 1161 | * Take a reference on the new framebuffer - we want to |
| 1162 | * hold on to it while the hardware is displaying it. |
| 1163 | */ |
Russell King | cfd1b63 | 2018-07-30 11:52:34 +0100 | [diff] [blame] | 1164 | drm_framebuffer_reference(state->fb); |
Russell King | 950bc13 | 2017-07-08 10:22:37 +0100 | [diff] [blame] | 1165 | |
Russell King | cfd1b63 | 2018-07-30 11:52:34 +0100 | [diff] [blame] | 1166 | work->old_fb = old_fb; |
Russell King | 950bc13 | 2017-07-08 10:22:37 +0100 | [diff] [blame] | 1167 | } else { |
| 1168 | work->old_fb = NULL; |
| 1169 | } |
| 1170 | |
Russell King | ecf25d2 | 2018-07-30 11:52:34 +0100 | [diff] [blame] | 1171 | idx = armada_drm_primary_update_state(state, work->regs); |
| 1172 | armada_reg_queue_end(work->regs, idx); |
Russell King | 950bc13 | 2017-07-08 10:22:37 +0100 | [diff] [blame] | 1173 | |
| 1174 | if (!dplane->state.changed) |
| 1175 | return 0; |
| 1176 | |
| 1177 | /* Wait for pending work to complete */ |
| 1178 | if (armada_drm_plane_work_wait(dplane, HZ / 10) == 0) |
| 1179 | armada_drm_plane_work_cancel(dcrtc, dplane); |
| 1180 | |
| 1181 | if (!dplane->state.vsync_update) { |
| 1182 | work->fn(dcrtc, work); |
| 1183 | if (work->old_fb) |
| 1184 | drm_framebuffer_unreference(work->old_fb); |
| 1185 | return 0; |
| 1186 | } |
| 1187 | |
| 1188 | /* Queue it for update on the next interrupt if we are enabled */ |
| 1189 | ret = armada_drm_plane_work_queue(dcrtc, work); |
| 1190 | if (ret) { |
| 1191 | work->fn(dcrtc, work); |
| 1192 | if (work->old_fb) |
| 1193 | drm_framebuffer_unreference(work->old_fb); |
| 1194 | } |
| 1195 | |
| 1196 | dplane->next_work = !dplane->next_work; |
| 1197 | |
| 1198 | return 0; |
| 1199 | } |
| 1200 | |
Russell King | cfd1b63 | 2018-07-30 11:52:34 +0100 | [diff] [blame] | 1201 | static int armada_drm_primary_update(struct drm_plane *plane, |
| 1202 | struct drm_crtc *crtc, struct drm_framebuffer *fb, |
| 1203 | int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, |
| 1204 | uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h, |
| 1205 | struct drm_modeset_acquire_ctx *ctx) |
| 1206 | { |
| 1207 | struct drm_plane_state state = { |
| 1208 | .plane = plane, |
| 1209 | .crtc = crtc, |
| 1210 | .fb = fb, |
| 1211 | .src_x = src_x, |
| 1212 | .src_y = src_y, |
| 1213 | .src_w = src_w, |
| 1214 | .src_h = src_h, |
| 1215 | .crtc_x = crtc_x, |
| 1216 | .crtc_y = crtc_y, |
| 1217 | .crtc_w = crtc_w, |
| 1218 | .crtc_h = crtc_h, |
| 1219 | .rotation = DRM_MODE_ROTATE_0, |
| 1220 | }; |
| 1221 | |
| 1222 | return armada_drm_do_primary_update(plane, &state, plane->fb); |
| 1223 | } |
| 1224 | |
Russell King | f1f1bffc | 2017-07-08 10:16:42 +0100 | [diff] [blame] | 1225 | int armada_drm_plane_disable(struct drm_plane *plane, |
| 1226 | struct drm_modeset_acquire_ctx *ctx) |
Russell King | 28b3043 | 2017-07-08 10:16:40 +0100 | [diff] [blame] | 1227 | { |
| 1228 | struct armada_plane *dplane = drm_to_armada_plane(plane); |
Russell King | f1f1bffc | 2017-07-08 10:16:42 +0100 | [diff] [blame] | 1229 | struct armada_crtc *dcrtc; |
Russell King | 890ca8d | 2017-07-08 10:22:27 +0100 | [diff] [blame] | 1230 | struct armada_plane_work *work; |
| 1231 | unsigned int idx = 0; |
Russell King | d76dcc7 | 2017-07-08 10:16:47 +0100 | [diff] [blame] | 1232 | u32 sram_para1, enable_mask; |
Russell King | 28b3043 | 2017-07-08 10:16:40 +0100 | [diff] [blame] | 1233 | |
Russell King | f1f1bffc | 2017-07-08 10:16:42 +0100 | [diff] [blame] | 1234 | if (!plane->crtc) |
| 1235 | return 0; |
| 1236 | |
Russell King | 28b3043 | 2017-07-08 10:16:40 +0100 | [diff] [blame] | 1237 | /* |
Russell King | 890ca8d | 2017-07-08 10:22:27 +0100 | [diff] [blame] | 1238 | * Arrange to power down most RAMs and FIFOs if this is the primary |
| 1239 | * plane, otherwise just the YUV FIFOs for the overlay plane. |
Russell King | 28b3043 | 2017-07-08 10:16:40 +0100 | [diff] [blame] | 1240 | */ |
Russell King | 28b3043 | 2017-07-08 10:16:40 +0100 | [diff] [blame] | 1241 | if (plane->type == DRM_PLANE_TYPE_PRIMARY) { |
| 1242 | sram_para1 = CFG_PDWN256x32 | CFG_PDWN256x24 | CFG_PDWN256x8 | |
| 1243 | CFG_PDWN32x32 | CFG_PDWN64x66; |
Russell King | d76dcc7 | 2017-07-08 10:16:47 +0100 | [diff] [blame] | 1244 | enable_mask = CFG_GRA_ENA; |
Russell King | 28b3043 | 2017-07-08 10:16:40 +0100 | [diff] [blame] | 1245 | } else { |
Russell King | 28b3043 | 2017-07-08 10:16:40 +0100 | [diff] [blame] | 1246 | sram_para1 = CFG_PDWN16x66 | CFG_PDWN32x66; |
Russell King | d76dcc7 | 2017-07-08 10:16:47 +0100 | [diff] [blame] | 1247 | enable_mask = CFG_DMA_ENA; |
Russell King | 28b3043 | 2017-07-08 10:16:40 +0100 | [diff] [blame] | 1248 | } |
| 1249 | |
Russell King | d76dcc7 | 2017-07-08 10:16:47 +0100 | [diff] [blame] | 1250 | dplane->state.ctrl0 &= ~enable_mask; |
| 1251 | |
Russell King | f1f1bffc | 2017-07-08 10:16:42 +0100 | [diff] [blame] | 1252 | dcrtc = drm_to_armada_crtc(plane->crtc); |
| 1253 | |
Russell King | 890ca8d | 2017-07-08 10:22:27 +0100 | [diff] [blame] | 1254 | /* |
| 1255 | * Try to disable the plane and drop our ref on the framebuffer |
| 1256 | * at the next frame update. If we fail for any reason, disable |
| 1257 | * the plane immediately. |
| 1258 | */ |
| 1259 | work = &dplane->works[dplane->next_work]; |
| 1260 | work->fn = armada_drm_crtc_complete_disable_work; |
| 1261 | work->cancel = armada_drm_crtc_complete_disable_work; |
| 1262 | work->old_fb = plane->fb; |
| 1263 | |
| 1264 | armada_reg_queue_mod(work->regs, idx, |
| 1265 | 0, enable_mask, LCD_SPU_DMA_CTRL0); |
| 1266 | armada_reg_queue_mod(work->regs, idx, |
| 1267 | sram_para1, 0, LCD_SPU_SRAM_PARA1); |
| 1268 | armada_reg_queue_end(work->regs, idx); |
| 1269 | |
Russell King | 28b3043 | 2017-07-08 10:16:40 +0100 | [diff] [blame] | 1270 | /* Wait for any preceding work to complete, but don't wedge */ |
| 1271 | if (WARN_ON(!armada_drm_plane_work_wait(dplane, HZ))) |
| 1272 | armada_drm_plane_work_cancel(dcrtc, dplane); |
| 1273 | |
Russell King | 890ca8d | 2017-07-08 10:22:27 +0100 | [diff] [blame] | 1274 | if (armada_drm_plane_work_queue(dcrtc, work)) { |
| 1275 | work->fn(dcrtc, work); |
| 1276 | if (work->old_fb) |
| 1277 | drm_framebuffer_unreference(work->old_fb); |
| 1278 | } |
| 1279 | |
| 1280 | dplane->next_work = !dplane->next_work; |
Russell King | 28b3043 | 2017-07-08 10:16:40 +0100 | [diff] [blame] | 1281 | |
Russell King | 28b3043 | 2017-07-08 10:16:40 +0100 | [diff] [blame] | 1282 | return 0; |
| 1283 | } |
| 1284 | |
Russell King | de32301 | 2015-07-15 18:11:24 +0100 | [diff] [blame] | 1285 | static const struct drm_plane_funcs armada_primary_plane_funcs = { |
Russell King | 950bc13 | 2017-07-08 10:22:37 +0100 | [diff] [blame] | 1286 | .update_plane = armada_drm_primary_update, |
Russell King | f1f1bffc | 2017-07-08 10:16:42 +0100 | [diff] [blame] | 1287 | .disable_plane = armada_drm_plane_disable, |
Russell King | de32301 | 2015-07-15 18:11:24 +0100 | [diff] [blame] | 1288 | .destroy = drm_primary_helper_destroy, |
| 1289 | }; |
| 1290 | |
Russell King | 5740d27 | 2015-07-15 18:11:25 +0100 | [diff] [blame] | 1291 | int armada_drm_plane_init(struct armada_plane *plane) |
| 1292 | { |
Russell King | d924155 | 2017-07-08 10:22:25 +0100 | [diff] [blame] | 1293 | unsigned int i; |
| 1294 | |
| 1295 | for (i = 0; i < ARRAY_SIZE(plane->works); i++) |
| 1296 | plane->works[i].plane = &plane->base; |
| 1297 | |
Russell King | 5740d27 | 2015-07-15 18:11:25 +0100 | [diff] [blame] | 1298 | init_waitqueue_head(&plane->frame_wait); |
| 1299 | |
| 1300 | return 0; |
| 1301 | } |
| 1302 | |
Arvind Yadav | aaaf2f1 | 2017-07-01 15:30:15 +0530 | [diff] [blame] | 1303 | static const struct drm_prop_enum_list armada_drm_csc_yuv_enum_list[] = { |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 1304 | { CSC_AUTO, "Auto" }, |
| 1305 | { CSC_YUV_CCIR601, "CCIR601" }, |
| 1306 | { CSC_YUV_CCIR709, "CCIR709" }, |
| 1307 | }; |
| 1308 | |
Arvind Yadav | aaaf2f1 | 2017-07-01 15:30:15 +0530 | [diff] [blame] | 1309 | static const struct drm_prop_enum_list armada_drm_csc_rgb_enum_list[] = { |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 1310 | { CSC_AUTO, "Auto" }, |
| 1311 | { CSC_RGB_COMPUTER, "Computer system" }, |
| 1312 | { CSC_RGB_STUDIO, "Studio" }, |
| 1313 | }; |
| 1314 | |
| 1315 | static int armada_drm_crtc_create_properties(struct drm_device *dev) |
| 1316 | { |
| 1317 | struct armada_private *priv = dev->dev_private; |
| 1318 | |
| 1319 | if (priv->csc_yuv_prop) |
| 1320 | return 0; |
| 1321 | |
| 1322 | priv->csc_yuv_prop = drm_property_create_enum(dev, 0, |
| 1323 | "CSC_YUV", armada_drm_csc_yuv_enum_list, |
| 1324 | ARRAY_SIZE(armada_drm_csc_yuv_enum_list)); |
| 1325 | priv->csc_rgb_prop = drm_property_create_enum(dev, 0, |
| 1326 | "CSC_RGB", armada_drm_csc_rgb_enum_list, |
| 1327 | ARRAY_SIZE(armada_drm_csc_rgb_enum_list)); |
| 1328 | |
| 1329 | if (!priv->csc_yuv_prop || !priv->csc_rgb_prop) |
| 1330 | return -ENOMEM; |
| 1331 | |
| 1332 | return 0; |
| 1333 | } |
| 1334 | |
Russell King | 0fb2970 | 2015-06-06 21:46:53 +0100 | [diff] [blame] | 1335 | static int armada_drm_crtc_create(struct drm_device *drm, struct device *dev, |
Russell King | 9611cb9 | 2014-06-15 11:21:23 +0100 | [diff] [blame] | 1336 | struct resource *res, int irq, const struct armada_variant *variant, |
| 1337 | struct device_node *port) |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 1338 | { |
Russell King | d8c9608 | 2014-04-22 11:10:15 +0100 | [diff] [blame] | 1339 | struct armada_private *priv = drm->dev_private; |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 1340 | struct armada_crtc *dcrtc; |
Russell King | de32301 | 2015-07-15 18:11:24 +0100 | [diff] [blame] | 1341 | struct armada_plane *primary; |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 1342 | void __iomem *base; |
| 1343 | int ret; |
| 1344 | |
Russell King | d8c9608 | 2014-04-22 11:10:15 +0100 | [diff] [blame] | 1345 | ret = armada_drm_crtc_create_properties(drm); |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 1346 | if (ret) |
| 1347 | return ret; |
| 1348 | |
Linus Torvalds | a7d7a14 | 2014-08-07 17:36:12 -0700 | [diff] [blame] | 1349 | base = devm_ioremap_resource(dev, res); |
Jingoo Han | c9d53c0 | 2014-06-11 14:00:05 +0900 | [diff] [blame] | 1350 | if (IS_ERR(base)) |
| 1351 | return PTR_ERR(base); |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 1352 | |
| 1353 | dcrtc = kzalloc(sizeof(*dcrtc), GFP_KERNEL); |
| 1354 | if (!dcrtc) { |
| 1355 | DRM_ERROR("failed to allocate Armada crtc\n"); |
| 1356 | return -ENOMEM; |
| 1357 | } |
| 1358 | |
Russell King | d8c9608 | 2014-04-22 11:10:15 +0100 | [diff] [blame] | 1359 | if (dev != drm->dev) |
| 1360 | dev_set_drvdata(dev, dcrtc); |
| 1361 | |
Russell King | 42e62ba | 2014-04-22 15:24:03 +0100 | [diff] [blame] | 1362 | dcrtc->variant = variant; |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 1363 | dcrtc->base = base; |
Russell King | d8c9608 | 2014-04-22 11:10:15 +0100 | [diff] [blame] | 1364 | dcrtc->num = drm->mode_config.num_crtc; |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 1365 | dcrtc->clk = ERR_PTR(-EINVAL); |
| 1366 | dcrtc->csc_yuv_mode = CSC_AUTO; |
| 1367 | dcrtc->csc_rgb_mode = CSC_AUTO; |
| 1368 | dcrtc->cfg_dumb_ctrl = DUMB24_RGB888_0; |
| 1369 | dcrtc->spu_iopad_ctrl = CFG_VSCALE_LN_EN | CFG_IOPAD_DUMB24; |
| 1370 | spin_lock_init(&dcrtc->irq_lock); |
| 1371 | dcrtc->irq_ena = CLEAN_SPU_IRQ_ISR; |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 1372 | |
| 1373 | /* Initialize some registers which we don't otherwise set */ |
| 1374 | writel_relaxed(0x00000001, dcrtc->base + LCD_CFG_SCLK_DIV); |
| 1375 | writel_relaxed(0x00000000, dcrtc->base + LCD_SPU_BLANKCOLOR); |
| 1376 | writel_relaxed(dcrtc->spu_iopad_ctrl, |
| 1377 | dcrtc->base + LCD_SPU_IOPAD_CONTROL); |
| 1378 | writel_relaxed(0x00000000, dcrtc->base + LCD_SPU_SRAM_PARA0); |
| 1379 | writel_relaxed(CFG_PDWN256x32 | CFG_PDWN256x24 | CFG_PDWN256x8 | |
| 1380 | CFG_PDWN32x32 | CFG_PDWN16x66 | CFG_PDWN32x66 | |
| 1381 | CFG_PDWN64x66, dcrtc->base + LCD_SPU_SRAM_PARA1); |
| 1382 | writel_relaxed(0x2032ff81, dcrtc->base + LCD_SPU_DMA_CTRL1); |
Russell King | e5d9ddf | 2014-04-26 15:19:38 +0100 | [diff] [blame] | 1383 | writel_relaxed(dcrtc->irq_ena, dcrtc->base + LCD_SPU_IRQ_ENA); |
Russell King | 92298c1 | 2018-06-26 17:06:06 +0100 | [diff] [blame] | 1384 | readl_relaxed(dcrtc->base + LCD_SPU_IRQ_ISR); |
Russell King | e5d9ddf | 2014-04-26 15:19:38 +0100 | [diff] [blame] | 1385 | writel_relaxed(0, dcrtc->base + LCD_SPU_IRQ_ISR); |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 1386 | |
Russell King | e5d9ddf | 2014-04-26 15:19:38 +0100 | [diff] [blame] | 1387 | ret = devm_request_irq(dev, irq, armada_drm_irq, 0, "armada_drm_crtc", |
| 1388 | dcrtc); |
Russell King | 33cd3c0 | 2017-12-08 12:16:22 +0000 | [diff] [blame] | 1389 | if (ret < 0) |
| 1390 | goto err_crtc; |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 1391 | |
Russell King | 42e62ba | 2014-04-22 15:24:03 +0100 | [diff] [blame] | 1392 | if (dcrtc->variant->init) { |
Russell King | d8c9608 | 2014-04-22 11:10:15 +0100 | [diff] [blame] | 1393 | ret = dcrtc->variant->init(dcrtc, dev); |
Russell King | 33cd3c0 | 2017-12-08 12:16:22 +0000 | [diff] [blame] | 1394 | if (ret) |
| 1395 | goto err_crtc; |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 1396 | } |
| 1397 | |
| 1398 | /* Ensure AXI pipeline is enabled */ |
| 1399 | armada_updatel(CFG_ARBFAST_ENA, 0, dcrtc->base + LCD_SPU_DMA_CTRL0); |
| 1400 | |
| 1401 | priv->dcrtc[dcrtc->num] = dcrtc; |
| 1402 | |
Russell King | 9611cb9 | 2014-06-15 11:21:23 +0100 | [diff] [blame] | 1403 | dcrtc->crtc.port = port; |
Russell King | 1c914ce | 2015-07-15 18:11:24 +0100 | [diff] [blame] | 1404 | |
Russell King | de32301 | 2015-07-15 18:11:24 +0100 | [diff] [blame] | 1405 | primary = kzalloc(sizeof(*primary), GFP_KERNEL); |
Russell King | 33cd3c0 | 2017-12-08 12:16:22 +0000 | [diff] [blame] | 1406 | if (!primary) { |
| 1407 | ret = -ENOMEM; |
| 1408 | goto err_crtc; |
| 1409 | } |
Russell King | 1c914ce | 2015-07-15 18:11:24 +0100 | [diff] [blame] | 1410 | |
Russell King | 5740d27 | 2015-07-15 18:11:25 +0100 | [diff] [blame] | 1411 | ret = armada_drm_plane_init(primary); |
| 1412 | if (ret) { |
| 1413 | kfree(primary); |
Russell King | 33cd3c0 | 2017-12-08 12:16:22 +0000 | [diff] [blame] | 1414 | goto err_crtc; |
Russell King | 5740d27 | 2015-07-15 18:11:25 +0100 | [diff] [blame] | 1415 | } |
| 1416 | |
Russell King | de32301 | 2015-07-15 18:11:24 +0100 | [diff] [blame] | 1417 | ret = drm_universal_plane_init(drm, &primary->base, 0, |
| 1418 | &armada_primary_plane_funcs, |
| 1419 | armada_primary_formats, |
| 1420 | ARRAY_SIZE(armada_primary_formats), |
Ben Widawsky | e6fc3b6 | 2017-07-23 20:46:38 -0700 | [diff] [blame] | 1421 | NULL, |
Ville Syrjälä | b0b3b79 | 2015-12-09 16:19:55 +0200 | [diff] [blame] | 1422 | DRM_PLANE_TYPE_PRIMARY, NULL); |
Russell King | de32301 | 2015-07-15 18:11:24 +0100 | [diff] [blame] | 1423 | if (ret) { |
| 1424 | kfree(primary); |
Russell King | 33cd3c0 | 2017-12-08 12:16:22 +0000 | [diff] [blame] | 1425 | goto err_crtc; |
Russell King | de32301 | 2015-07-15 18:11:24 +0100 | [diff] [blame] | 1426 | } |
| 1427 | |
| 1428 | ret = drm_crtc_init_with_planes(drm, &dcrtc->crtc, &primary->base, NULL, |
Ville Syrjälä | f988287 | 2015-12-09 16:19:31 +0200 | [diff] [blame] | 1429 | &armada_crtc_funcs, NULL); |
Russell King | 1c914ce | 2015-07-15 18:11:24 +0100 | [diff] [blame] | 1430 | if (ret) |
| 1431 | goto err_crtc_init; |
| 1432 | |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 1433 | drm_crtc_helper_add(&dcrtc->crtc, &armada_crtc_helper_funcs); |
| 1434 | |
| 1435 | drm_object_attach_property(&dcrtc->crtc.base, priv->csc_yuv_prop, |
| 1436 | dcrtc->csc_yuv_mode); |
| 1437 | drm_object_attach_property(&dcrtc->crtc.base, priv->csc_rgb_prop, |
| 1438 | dcrtc->csc_rgb_mode); |
| 1439 | |
Russell King | d8c9608 | 2014-04-22 11:10:15 +0100 | [diff] [blame] | 1440 | return armada_overlay_plane_create(drm, 1 << dcrtc->num); |
Russell King | 1c914ce | 2015-07-15 18:11:24 +0100 | [diff] [blame] | 1441 | |
| 1442 | err_crtc_init: |
Russell King | de32301 | 2015-07-15 18:11:24 +0100 | [diff] [blame] | 1443 | primary->base.funcs->destroy(&primary->base); |
Russell King | 33cd3c0 | 2017-12-08 12:16:22 +0000 | [diff] [blame] | 1444 | err_crtc: |
| 1445 | kfree(dcrtc); |
| 1446 | |
Russell King | 1c914ce | 2015-07-15 18:11:24 +0100 | [diff] [blame] | 1447 | return ret; |
Russell King | 96f60e3 | 2012-08-15 13:59:49 +0100 | [diff] [blame] | 1448 | } |
Russell King | d8c9608 | 2014-04-22 11:10:15 +0100 | [diff] [blame] | 1449 | |
| 1450 | static int |
| 1451 | armada_lcd_bind(struct device *dev, struct device *master, void *data) |
| 1452 | { |
| 1453 | struct platform_device *pdev = to_platform_device(dev); |
| 1454 | struct drm_device *drm = data; |
| 1455 | struct resource *res = platform_get_resource(pdev, IORESOURCE_MEM, 0); |
| 1456 | int irq = platform_get_irq(pdev, 0); |
| 1457 | const struct armada_variant *variant; |
Russell King | 9611cb9 | 2014-06-15 11:21:23 +0100 | [diff] [blame] | 1458 | struct device_node *port = NULL; |
Russell King | d8c9608 | 2014-04-22 11:10:15 +0100 | [diff] [blame] | 1459 | |
| 1460 | if (irq < 0) |
| 1461 | return irq; |
| 1462 | |
| 1463 | if (!dev->of_node) { |
| 1464 | const struct platform_device_id *id; |
| 1465 | |
| 1466 | id = platform_get_device_id(pdev); |
| 1467 | if (!id) |
| 1468 | return -ENXIO; |
| 1469 | |
| 1470 | variant = (const struct armada_variant *)id->driver_data; |
| 1471 | } else { |
| 1472 | const struct of_device_id *match; |
Russell King | 9611cb9 | 2014-06-15 11:21:23 +0100 | [diff] [blame] | 1473 | struct device_node *np, *parent = dev->of_node; |
Russell King | d8c9608 | 2014-04-22 11:10:15 +0100 | [diff] [blame] | 1474 | |
| 1475 | match = of_match_device(dev->driver->of_match_table, dev); |
| 1476 | if (!match) |
| 1477 | return -ENXIO; |
| 1478 | |
Russell King | 9611cb9 | 2014-06-15 11:21:23 +0100 | [diff] [blame] | 1479 | np = of_get_child_by_name(parent, "ports"); |
| 1480 | if (np) |
| 1481 | parent = np; |
| 1482 | port = of_get_child_by_name(parent, "port"); |
| 1483 | of_node_put(np); |
| 1484 | if (!port) { |
Rob Herring | 4bf9914 | 2017-07-18 16:43:04 -0500 | [diff] [blame] | 1485 | dev_err(dev, "no port node found in %pOF\n", parent); |
Russell King | 9611cb9 | 2014-06-15 11:21:23 +0100 | [diff] [blame] | 1486 | return -ENXIO; |
| 1487 | } |
| 1488 | |
Russell King | d8c9608 | 2014-04-22 11:10:15 +0100 | [diff] [blame] | 1489 | variant = match->data; |
| 1490 | } |
| 1491 | |
Russell King | 9611cb9 | 2014-06-15 11:21:23 +0100 | [diff] [blame] | 1492 | return armada_drm_crtc_create(drm, dev, res, irq, variant, port); |
Russell King | d8c9608 | 2014-04-22 11:10:15 +0100 | [diff] [blame] | 1493 | } |
| 1494 | |
| 1495 | static void |
| 1496 | armada_lcd_unbind(struct device *dev, struct device *master, void *data) |
| 1497 | { |
| 1498 | struct armada_crtc *dcrtc = dev_get_drvdata(dev); |
| 1499 | |
| 1500 | armada_drm_crtc_destroy(&dcrtc->crtc); |
| 1501 | } |
| 1502 | |
| 1503 | static const struct component_ops armada_lcd_ops = { |
| 1504 | .bind = armada_lcd_bind, |
| 1505 | .unbind = armada_lcd_unbind, |
| 1506 | }; |
| 1507 | |
| 1508 | static int armada_lcd_probe(struct platform_device *pdev) |
| 1509 | { |
| 1510 | return component_add(&pdev->dev, &armada_lcd_ops); |
| 1511 | } |
| 1512 | |
| 1513 | static int armada_lcd_remove(struct platform_device *pdev) |
| 1514 | { |
| 1515 | component_del(&pdev->dev, &armada_lcd_ops); |
| 1516 | return 0; |
| 1517 | } |
| 1518 | |
Arvind Yadav | 8590971 | 2017-06-20 10:44:33 +0530 | [diff] [blame] | 1519 | static const struct of_device_id armada_lcd_of_match[] = { |
Russell King | d8c9608 | 2014-04-22 11:10:15 +0100 | [diff] [blame] | 1520 | { |
| 1521 | .compatible = "marvell,dove-lcd", |
| 1522 | .data = &armada510_ops, |
| 1523 | }, |
| 1524 | {} |
| 1525 | }; |
| 1526 | MODULE_DEVICE_TABLE(of, armada_lcd_of_match); |
| 1527 | |
| 1528 | static const struct platform_device_id armada_lcd_platform_ids[] = { |
| 1529 | { |
| 1530 | .name = "armada-lcd", |
| 1531 | .driver_data = (unsigned long)&armada510_ops, |
| 1532 | }, { |
| 1533 | .name = "armada-510-lcd", |
| 1534 | .driver_data = (unsigned long)&armada510_ops, |
| 1535 | }, |
| 1536 | { }, |
| 1537 | }; |
| 1538 | MODULE_DEVICE_TABLE(platform, armada_lcd_platform_ids); |
| 1539 | |
| 1540 | struct platform_driver armada_lcd_platform_driver = { |
| 1541 | .probe = armada_lcd_probe, |
| 1542 | .remove = armada_lcd_remove, |
| 1543 | .driver = { |
| 1544 | .name = "armada-lcd", |
| 1545 | .owner = THIS_MODULE, |
| 1546 | .of_match_table = armada_lcd_of_match, |
| 1547 | }, |
| 1548 | .id_table = armada_lcd_platform_ids, |
| 1549 | }; |