Hans Verkuil | b18787e | 2013-07-29 08:40:55 -0300 | [diff] [blame] | 1 | /* |
| 2 | * v4l2-dv-timings - dv-timings helper functions |
| 3 | * |
| 4 | * Copyright 2013 Cisco Systems, Inc. and/or its affiliates. All rights reserved. |
| 5 | * |
| 6 | * This program is free software; you may redistribute it and/or modify |
| 7 | * it under the terms of the GNU General Public License as published by |
| 8 | * the Free Software Foundation; version 2 of the License. |
| 9 | * |
| 10 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 11 | * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
| 12 | * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
| 13 | * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS |
| 14 | * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN |
| 15 | * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN |
| 16 | * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 17 | * SOFTWARE. |
| 18 | * |
| 19 | */ |
| 20 | |
| 21 | #include <linux/module.h> |
| 22 | #include <linux/types.h> |
| 23 | #include <linux/kernel.h> |
| 24 | #include <linux/errno.h> |
| 25 | #include <linux/videodev2.h> |
| 26 | #include <linux/v4l2-dv-timings.h> |
Hans Verkuil | b18787e | 2013-07-29 08:40:55 -0300 | [diff] [blame] | 27 | #include <media/v4l2-dv-timings.h> |
| 28 | |
Hans Verkuil | c4885ad | 2014-03-04 04:51:50 -0300 | [diff] [blame] | 29 | MODULE_AUTHOR("Hans Verkuil"); |
| 30 | MODULE_DESCRIPTION("V4L2 DV Timings Helper Functions"); |
| 31 | MODULE_LICENSE("GPL"); |
| 32 | |
Hans Verkuil | d1c65ad | 2013-08-19 10:19:54 -0300 | [diff] [blame] | 33 | const struct v4l2_dv_timings v4l2_dv_timings_presets[] = { |
Hans Verkuil | b18787e | 2013-07-29 08:40:55 -0300 | [diff] [blame] | 34 | V4L2_DV_BT_CEA_640X480P59_94, |
| 35 | V4L2_DV_BT_CEA_720X480I59_94, |
| 36 | V4L2_DV_BT_CEA_720X480P59_94, |
| 37 | V4L2_DV_BT_CEA_720X576I50, |
| 38 | V4L2_DV_BT_CEA_720X576P50, |
| 39 | V4L2_DV_BT_CEA_1280X720P24, |
| 40 | V4L2_DV_BT_CEA_1280X720P25, |
| 41 | V4L2_DV_BT_CEA_1280X720P30, |
| 42 | V4L2_DV_BT_CEA_1280X720P50, |
| 43 | V4L2_DV_BT_CEA_1280X720P60, |
| 44 | V4L2_DV_BT_CEA_1920X1080P24, |
| 45 | V4L2_DV_BT_CEA_1920X1080P25, |
| 46 | V4L2_DV_BT_CEA_1920X1080P30, |
| 47 | V4L2_DV_BT_CEA_1920X1080I50, |
| 48 | V4L2_DV_BT_CEA_1920X1080P50, |
| 49 | V4L2_DV_BT_CEA_1920X1080I60, |
| 50 | V4L2_DV_BT_CEA_1920X1080P60, |
| 51 | V4L2_DV_BT_DMT_640X350P85, |
| 52 | V4L2_DV_BT_DMT_640X400P85, |
| 53 | V4L2_DV_BT_DMT_720X400P85, |
| 54 | V4L2_DV_BT_DMT_640X480P72, |
| 55 | V4L2_DV_BT_DMT_640X480P75, |
| 56 | V4L2_DV_BT_DMT_640X480P85, |
| 57 | V4L2_DV_BT_DMT_800X600P56, |
| 58 | V4L2_DV_BT_DMT_800X600P60, |
| 59 | V4L2_DV_BT_DMT_800X600P72, |
| 60 | V4L2_DV_BT_DMT_800X600P75, |
| 61 | V4L2_DV_BT_DMT_800X600P85, |
| 62 | V4L2_DV_BT_DMT_800X600P120_RB, |
| 63 | V4L2_DV_BT_DMT_848X480P60, |
| 64 | V4L2_DV_BT_DMT_1024X768I43, |
| 65 | V4L2_DV_BT_DMT_1024X768P60, |
| 66 | V4L2_DV_BT_DMT_1024X768P70, |
| 67 | V4L2_DV_BT_DMT_1024X768P75, |
| 68 | V4L2_DV_BT_DMT_1024X768P85, |
| 69 | V4L2_DV_BT_DMT_1024X768P120_RB, |
| 70 | V4L2_DV_BT_DMT_1152X864P75, |
| 71 | V4L2_DV_BT_DMT_1280X768P60_RB, |
| 72 | V4L2_DV_BT_DMT_1280X768P60, |
| 73 | V4L2_DV_BT_DMT_1280X768P75, |
| 74 | V4L2_DV_BT_DMT_1280X768P85, |
| 75 | V4L2_DV_BT_DMT_1280X768P120_RB, |
| 76 | V4L2_DV_BT_DMT_1280X800P60_RB, |
| 77 | V4L2_DV_BT_DMT_1280X800P60, |
| 78 | V4L2_DV_BT_DMT_1280X800P75, |
| 79 | V4L2_DV_BT_DMT_1280X800P85, |
| 80 | V4L2_DV_BT_DMT_1280X800P120_RB, |
| 81 | V4L2_DV_BT_DMT_1280X960P60, |
| 82 | V4L2_DV_BT_DMT_1280X960P85, |
| 83 | V4L2_DV_BT_DMT_1280X960P120_RB, |
| 84 | V4L2_DV_BT_DMT_1280X1024P60, |
| 85 | V4L2_DV_BT_DMT_1280X1024P75, |
| 86 | V4L2_DV_BT_DMT_1280X1024P85, |
| 87 | V4L2_DV_BT_DMT_1280X1024P120_RB, |
| 88 | V4L2_DV_BT_DMT_1360X768P60, |
| 89 | V4L2_DV_BT_DMT_1360X768P120_RB, |
| 90 | V4L2_DV_BT_DMT_1366X768P60, |
| 91 | V4L2_DV_BT_DMT_1366X768P60_RB, |
| 92 | V4L2_DV_BT_DMT_1400X1050P60_RB, |
| 93 | V4L2_DV_BT_DMT_1400X1050P60, |
| 94 | V4L2_DV_BT_DMT_1400X1050P75, |
| 95 | V4L2_DV_BT_DMT_1400X1050P85, |
| 96 | V4L2_DV_BT_DMT_1400X1050P120_RB, |
| 97 | V4L2_DV_BT_DMT_1440X900P60_RB, |
| 98 | V4L2_DV_BT_DMT_1440X900P60, |
| 99 | V4L2_DV_BT_DMT_1440X900P75, |
| 100 | V4L2_DV_BT_DMT_1440X900P85, |
| 101 | V4L2_DV_BT_DMT_1440X900P120_RB, |
| 102 | V4L2_DV_BT_DMT_1600X900P60_RB, |
| 103 | V4L2_DV_BT_DMT_1600X1200P60, |
| 104 | V4L2_DV_BT_DMT_1600X1200P65, |
| 105 | V4L2_DV_BT_DMT_1600X1200P70, |
| 106 | V4L2_DV_BT_DMT_1600X1200P75, |
| 107 | V4L2_DV_BT_DMT_1600X1200P85, |
| 108 | V4L2_DV_BT_DMT_1600X1200P120_RB, |
| 109 | V4L2_DV_BT_DMT_1680X1050P60_RB, |
| 110 | V4L2_DV_BT_DMT_1680X1050P60, |
| 111 | V4L2_DV_BT_DMT_1680X1050P75, |
| 112 | V4L2_DV_BT_DMT_1680X1050P85, |
| 113 | V4L2_DV_BT_DMT_1680X1050P120_RB, |
| 114 | V4L2_DV_BT_DMT_1792X1344P60, |
| 115 | V4L2_DV_BT_DMT_1792X1344P75, |
| 116 | V4L2_DV_BT_DMT_1792X1344P120_RB, |
| 117 | V4L2_DV_BT_DMT_1856X1392P60, |
| 118 | V4L2_DV_BT_DMT_1856X1392P75, |
| 119 | V4L2_DV_BT_DMT_1856X1392P120_RB, |
| 120 | V4L2_DV_BT_DMT_1920X1200P60_RB, |
| 121 | V4L2_DV_BT_DMT_1920X1200P60, |
| 122 | V4L2_DV_BT_DMT_1920X1200P75, |
| 123 | V4L2_DV_BT_DMT_1920X1200P85, |
| 124 | V4L2_DV_BT_DMT_1920X1200P120_RB, |
| 125 | V4L2_DV_BT_DMT_1920X1440P60, |
| 126 | V4L2_DV_BT_DMT_1920X1440P75, |
| 127 | V4L2_DV_BT_DMT_1920X1440P120_RB, |
| 128 | V4L2_DV_BT_DMT_2048X1152P60_RB, |
| 129 | V4L2_DV_BT_DMT_2560X1600P60_RB, |
| 130 | V4L2_DV_BT_DMT_2560X1600P60, |
| 131 | V4L2_DV_BT_DMT_2560X1600P75, |
| 132 | V4L2_DV_BT_DMT_2560X1600P85, |
| 133 | V4L2_DV_BT_DMT_2560X1600P120_RB, |
Hans Verkuil | bc96f30 | 2014-04-08 05:01:52 -0300 | [diff] [blame] | 134 | V4L2_DV_BT_CEA_3840X2160P24, |
| 135 | V4L2_DV_BT_CEA_3840X2160P25, |
| 136 | V4L2_DV_BT_CEA_3840X2160P30, |
| 137 | V4L2_DV_BT_CEA_3840X2160P50, |
| 138 | V4L2_DV_BT_CEA_3840X2160P60, |
| 139 | V4L2_DV_BT_CEA_4096X2160P24, |
| 140 | V4L2_DV_BT_CEA_4096X2160P25, |
| 141 | V4L2_DV_BT_CEA_4096X2160P30, |
| 142 | V4L2_DV_BT_CEA_4096X2160P50, |
| 143 | V4L2_DV_BT_DMT_4096X2160P59_94_RB, |
| 144 | V4L2_DV_BT_CEA_4096X2160P60, |
Hans Verkuil | d1c65ad | 2013-08-19 10:19:54 -0300 | [diff] [blame] | 145 | { } |
Hans Verkuil | b18787e | 2013-07-29 08:40:55 -0300 | [diff] [blame] | 146 | }; |
Hans Verkuil | d1c65ad | 2013-08-19 10:19:54 -0300 | [diff] [blame] | 147 | EXPORT_SYMBOL_GPL(v4l2_dv_timings_presets); |
Hans Verkuil | b18787e | 2013-07-29 08:40:55 -0300 | [diff] [blame] | 148 | |
Hans Verkuil | 70b6549 | 2013-08-19 10:23:33 -0300 | [diff] [blame] | 149 | bool v4l2_valid_dv_timings(const struct v4l2_dv_timings *t, |
Hans Verkuil | b8f0fff | 2013-08-19 11:21:50 -0300 | [diff] [blame] | 150 | const struct v4l2_dv_timings_cap *dvcap, |
| 151 | v4l2_check_dv_timings_fnc fnc, |
| 152 | void *fnc_handle) |
Hans Verkuil | b18787e | 2013-07-29 08:40:55 -0300 | [diff] [blame] | 153 | { |
| 154 | const struct v4l2_bt_timings *bt = &t->bt; |
| 155 | const struct v4l2_bt_timings_cap *cap = &dvcap->bt; |
| 156 | u32 caps = cap->capabilities; |
| 157 | |
| 158 | if (t->type != V4L2_DV_BT_656_1120) |
| 159 | return false; |
| 160 | if (t->type != dvcap->type || |
| 161 | bt->height < cap->min_height || |
| 162 | bt->height > cap->max_height || |
| 163 | bt->width < cap->min_width || |
| 164 | bt->width > cap->max_width || |
| 165 | bt->pixelclock < cap->min_pixelclock || |
| 166 | bt->pixelclock > cap->max_pixelclock || |
Hans Verkuil | c166845 | 2014-09-20 07:36:38 -0300 | [diff] [blame] | 167 | (cap->standards && bt->standards && |
| 168 | !(bt->standards & cap->standards)) || |
Hans Verkuil | b18787e | 2013-07-29 08:40:55 -0300 | [diff] [blame] | 169 | (bt->interlaced && !(caps & V4L2_DV_BT_CAP_INTERLACED)) || |
| 170 | (!bt->interlaced && !(caps & V4L2_DV_BT_CAP_PROGRESSIVE))) |
| 171 | return false; |
Hans Verkuil | b8f0fff | 2013-08-19 11:21:50 -0300 | [diff] [blame] | 172 | return fnc == NULL || fnc(t, fnc_handle); |
Hans Verkuil | b18787e | 2013-07-29 08:40:55 -0300 | [diff] [blame] | 173 | } |
Hans Verkuil | 70b6549 | 2013-08-19 10:23:33 -0300 | [diff] [blame] | 174 | EXPORT_SYMBOL_GPL(v4l2_valid_dv_timings); |
Hans Verkuil | b18787e | 2013-07-29 08:40:55 -0300 | [diff] [blame] | 175 | |
| 176 | int v4l2_enum_dv_timings_cap(struct v4l2_enum_dv_timings *t, |
Hans Verkuil | b8f0fff | 2013-08-19 11:21:50 -0300 | [diff] [blame] | 177 | const struct v4l2_dv_timings_cap *cap, |
| 178 | v4l2_check_dv_timings_fnc fnc, |
| 179 | void *fnc_handle) |
Hans Verkuil | b18787e | 2013-07-29 08:40:55 -0300 | [diff] [blame] | 180 | { |
| 181 | u32 i, idx; |
| 182 | |
| 183 | memset(t->reserved, 0, sizeof(t->reserved)); |
Hans Verkuil | d1c65ad | 2013-08-19 10:19:54 -0300 | [diff] [blame] | 184 | for (i = idx = 0; v4l2_dv_timings_presets[i].bt.width; i++) { |
Hans Verkuil | b8f0fff | 2013-08-19 11:21:50 -0300 | [diff] [blame] | 185 | if (v4l2_valid_dv_timings(v4l2_dv_timings_presets + i, cap, |
| 186 | fnc, fnc_handle) && |
Hans Verkuil | b18787e | 2013-07-29 08:40:55 -0300 | [diff] [blame] | 187 | idx++ == t->index) { |
Hans Verkuil | d1c65ad | 2013-08-19 10:19:54 -0300 | [diff] [blame] | 188 | t->timings = v4l2_dv_timings_presets[i]; |
Hans Verkuil | b18787e | 2013-07-29 08:40:55 -0300 | [diff] [blame] | 189 | return 0; |
| 190 | } |
| 191 | } |
| 192 | return -EINVAL; |
| 193 | } |
| 194 | EXPORT_SYMBOL_GPL(v4l2_enum_dv_timings_cap); |
| 195 | |
| 196 | bool v4l2_find_dv_timings_cap(struct v4l2_dv_timings *t, |
| 197 | const struct v4l2_dv_timings_cap *cap, |
Hans Verkuil | b8f0fff | 2013-08-19 11:21:50 -0300 | [diff] [blame] | 198 | unsigned pclock_delta, |
| 199 | v4l2_check_dv_timings_fnc fnc, |
| 200 | void *fnc_handle) |
Hans Verkuil | b18787e | 2013-07-29 08:40:55 -0300 | [diff] [blame] | 201 | { |
| 202 | int i; |
| 203 | |
Hans Verkuil | b8f0fff | 2013-08-19 11:21:50 -0300 | [diff] [blame] | 204 | if (!v4l2_valid_dv_timings(t, cap, fnc, fnc_handle)) |
Hans Verkuil | b18787e | 2013-07-29 08:40:55 -0300 | [diff] [blame] | 205 | return false; |
| 206 | |
Hans Verkuil | d1c65ad | 2013-08-19 10:19:54 -0300 | [diff] [blame] | 207 | for (i = 0; i < v4l2_dv_timings_presets[i].bt.width; i++) { |
Hans Verkuil | b8f0fff | 2013-08-19 11:21:50 -0300 | [diff] [blame] | 208 | if (v4l2_valid_dv_timings(v4l2_dv_timings_presets + i, cap, |
| 209 | fnc, fnc_handle) && |
| 210 | v4l2_match_dv_timings(t, v4l2_dv_timings_presets + i, |
| 211 | pclock_delta)) { |
Hans Verkuil | d1c65ad | 2013-08-19 10:19:54 -0300 | [diff] [blame] | 212 | *t = v4l2_dv_timings_presets[i]; |
Hans Verkuil | b18787e | 2013-07-29 08:40:55 -0300 | [diff] [blame] | 213 | return true; |
| 214 | } |
| 215 | } |
| 216 | return false; |
| 217 | } |
| 218 | EXPORT_SYMBOL_GPL(v4l2_find_dv_timings_cap); |
Hans Verkuil | 2576415 | 2013-07-29 08:40:56 -0300 | [diff] [blame] | 219 | |
| 220 | /** |
Hans Verkuil | ef1ed8f | 2013-08-15 08:28:47 -0300 | [diff] [blame] | 221 | * v4l2_match_dv_timings - check if two timings match |
Hans Verkuil | 2576415 | 2013-07-29 08:40:56 -0300 | [diff] [blame] | 222 | * @t1 - compare this v4l2_dv_timings struct... |
| 223 | * @t2 - with this struct. |
| 224 | * @pclock_delta - the allowed pixelclock deviation. |
| 225 | * |
| 226 | * Compare t1 with t2 with a given margin of error for the pixelclock. |
| 227 | */ |
Hans Verkuil | ef1ed8f | 2013-08-15 08:28:47 -0300 | [diff] [blame] | 228 | bool v4l2_match_dv_timings(const struct v4l2_dv_timings *t1, |
| 229 | const struct v4l2_dv_timings *t2, |
| 230 | unsigned pclock_delta) |
Hans Verkuil | 2576415 | 2013-07-29 08:40:56 -0300 | [diff] [blame] | 231 | { |
| 232 | if (t1->type != t2->type || t1->type != V4L2_DV_BT_656_1120) |
| 233 | return false; |
| 234 | if (t1->bt.width == t2->bt.width && |
| 235 | t1->bt.height == t2->bt.height && |
| 236 | t1->bt.interlaced == t2->bt.interlaced && |
| 237 | t1->bt.polarities == t2->bt.polarities && |
| 238 | t1->bt.pixelclock >= t2->bt.pixelclock - pclock_delta && |
| 239 | t1->bt.pixelclock <= t2->bt.pixelclock + pclock_delta && |
| 240 | t1->bt.hfrontporch == t2->bt.hfrontporch && |
| 241 | t1->bt.vfrontporch == t2->bt.vfrontporch && |
| 242 | t1->bt.vsync == t2->bt.vsync && |
| 243 | t1->bt.vbackporch == t2->bt.vbackporch && |
| 244 | (!t1->bt.interlaced || |
| 245 | (t1->bt.il_vfrontporch == t2->bt.il_vfrontporch && |
| 246 | t1->bt.il_vsync == t2->bt.il_vsync && |
| 247 | t1->bt.il_vbackporch == t2->bt.il_vbackporch))) |
| 248 | return true; |
| 249 | return false; |
| 250 | } |
Hans Verkuil | ef1ed8f | 2013-08-15 08:28:47 -0300 | [diff] [blame] | 251 | EXPORT_SYMBOL_GPL(v4l2_match_dv_timings); |
Hans Verkuil | 2576415 | 2013-07-29 08:40:56 -0300 | [diff] [blame] | 252 | |
Hans Verkuil | 0216dc2 | 2013-08-15 08:02:40 -0300 | [diff] [blame] | 253 | void v4l2_print_dv_timings(const char *dev_prefix, const char *prefix, |
| 254 | const struct v4l2_dv_timings *t, bool detailed) |
| 255 | { |
| 256 | const struct v4l2_bt_timings *bt = &t->bt; |
| 257 | u32 htot, vtot; |
| 258 | |
| 259 | if (t->type != V4L2_DV_BT_656_1120) |
| 260 | return; |
| 261 | |
| 262 | htot = V4L2_DV_BT_FRAME_WIDTH(bt); |
| 263 | vtot = V4L2_DV_BT_FRAME_HEIGHT(bt); |
| 264 | |
| 265 | if (prefix == NULL) |
| 266 | prefix = ""; |
| 267 | |
| 268 | pr_info("%s: %s%ux%u%s%u (%ux%u)\n", dev_prefix, prefix, |
| 269 | bt->width, bt->height, bt->interlaced ? "i" : "p", |
| 270 | (htot * vtot) > 0 ? ((u32)bt->pixelclock / (htot * vtot)) : 0, |
| 271 | htot, vtot); |
| 272 | |
| 273 | if (!detailed) |
| 274 | return; |
| 275 | |
| 276 | pr_info("%s: horizontal: fp = %u, %ssync = %u, bp = %u\n", |
| 277 | dev_prefix, bt->hfrontporch, |
| 278 | (bt->polarities & V4L2_DV_HSYNC_POS_POL) ? "+" : "-", |
| 279 | bt->hsync, bt->hbackporch); |
| 280 | pr_info("%s: vertical: fp = %u, %ssync = %u, bp = %u\n", |
| 281 | dev_prefix, bt->vfrontporch, |
| 282 | (bt->polarities & V4L2_DV_VSYNC_POS_POL) ? "+" : "-", |
| 283 | bt->vsync, bt->vbackporch); |
| 284 | pr_info("%s: pixelclock: %llu\n", dev_prefix, bt->pixelclock); |
Hans Verkuil | 74d802d | 2015-04-03 06:27:02 -0300 | [diff] [blame] | 285 | pr_info("%s: flags (0x%x):%s%s%s%s%s\n", dev_prefix, bt->flags, |
Hans Verkuil | 0216dc2 | 2013-08-15 08:02:40 -0300 | [diff] [blame] | 286 | (bt->flags & V4L2_DV_FL_REDUCED_BLANKING) ? |
| 287 | " REDUCED_BLANKING" : "", |
| 288 | (bt->flags & V4L2_DV_FL_CAN_REDUCE_FPS) ? |
| 289 | " CAN_REDUCE_FPS" : "", |
| 290 | (bt->flags & V4L2_DV_FL_REDUCED_FPS) ? |
| 291 | " REDUCED_FPS" : "", |
| 292 | (bt->flags & V4L2_DV_FL_HALF_LINE) ? |
Hans Verkuil | 74d802d | 2015-04-03 06:27:02 -0300 | [diff] [blame] | 293 | " HALF_LINE" : "", |
| 294 | (bt->flags & V4L2_DV_FL_IS_CE_VIDEO) ? |
| 295 | " CE_VIDEO" : ""); |
Hans Verkuil | 0216dc2 | 2013-08-15 08:02:40 -0300 | [diff] [blame] | 296 | pr_info("%s: standards (0x%x):%s%s%s%s\n", dev_prefix, bt->standards, |
| 297 | (bt->standards & V4L2_DV_BT_STD_CEA861) ? " CEA" : "", |
| 298 | (bt->standards & V4L2_DV_BT_STD_DMT) ? " DMT" : "", |
| 299 | (bt->standards & V4L2_DV_BT_STD_CVT) ? " CVT" : "", |
| 300 | (bt->standards & V4L2_DV_BT_STD_GTF) ? " GTF" : ""); |
| 301 | } |
| 302 | EXPORT_SYMBOL_GPL(v4l2_print_dv_timings); |
| 303 | |
Hans Verkuil | 2576415 | 2013-07-29 08:40:56 -0300 | [diff] [blame] | 304 | /* |
| 305 | * CVT defines |
| 306 | * Based on Coordinated Video Timings Standard |
| 307 | * version 1.1 September 10, 2003 |
| 308 | */ |
| 309 | |
| 310 | #define CVT_PXL_CLK_GRAN 250000 /* pixel clock granularity */ |
| 311 | |
| 312 | /* Normal blanking */ |
| 313 | #define CVT_MIN_V_BPORCH 7 /* lines */ |
| 314 | #define CVT_MIN_V_PORCH_RND 3 /* lines */ |
| 315 | #define CVT_MIN_VSYNC_BP 550 /* min time of vsync + back porch (us) */ |
Prashant Laddha | 9c3f205 | 2015-04-22 14:32:37 -0300 | [diff] [blame^] | 316 | #define CVT_HSYNC_PERCENT 8 /* nominal hsync as percentage of line */ |
Hans Verkuil | 2576415 | 2013-07-29 08:40:56 -0300 | [diff] [blame] | 317 | |
| 318 | /* Normal blanking for CVT uses GTF to calculate horizontal blanking */ |
| 319 | #define CVT_CELL_GRAN 8 /* character cell granularity */ |
| 320 | #define CVT_M 600 /* blanking formula gradient */ |
| 321 | #define CVT_C 40 /* blanking formula offset */ |
| 322 | #define CVT_K 128 /* blanking formula scaling factor */ |
| 323 | #define CVT_J 20 /* blanking formula scaling factor */ |
| 324 | #define CVT_C_PRIME (((CVT_C - CVT_J) * CVT_K / 256) + CVT_J) |
| 325 | #define CVT_M_PRIME (CVT_K * CVT_M / 256) |
| 326 | |
| 327 | /* Reduced Blanking */ |
| 328 | #define CVT_RB_MIN_V_BPORCH 7 /* lines */ |
| 329 | #define CVT_RB_V_FPORCH 3 /* lines */ |
| 330 | #define CVT_RB_MIN_V_BLANK 460 /* us */ |
| 331 | #define CVT_RB_H_SYNC 32 /* pixels */ |
| 332 | #define CVT_RB_H_BPORCH 80 /* pixels */ |
| 333 | #define CVT_RB_H_BLANK 160 /* pixels */ |
| 334 | |
| 335 | /** v4l2_detect_cvt - detect if the given timings follow the CVT standard |
| 336 | * @frame_height - the total height of the frame (including blanking) in lines. |
| 337 | * @hfreq - the horizontal frequency in Hz. |
| 338 | * @vsync - the height of the vertical sync in lines. |
| 339 | * @polarities - the horizontal and vertical polarities (same as struct |
| 340 | * v4l2_bt_timings polarities). |
| 341 | * @fmt - the resulting timings. |
| 342 | * |
| 343 | * This function will attempt to detect if the given values correspond to a |
| 344 | * valid CVT format. If so, then it will return true, and fmt will be filled |
| 345 | * in with the found CVT timings. |
Hans Verkuil | 3be55e0 | 2014-01-31 10:32:16 -0300 | [diff] [blame] | 346 | * |
| 347 | * TODO: VESA defined a new version 2 of their reduced blanking |
| 348 | * formula. Support for that is currently missing in this CVT |
| 349 | * detection function. |
Hans Verkuil | 2576415 | 2013-07-29 08:40:56 -0300 | [diff] [blame] | 350 | */ |
| 351 | bool v4l2_detect_cvt(unsigned frame_height, unsigned hfreq, unsigned vsync, |
| 352 | u32 polarities, struct v4l2_dv_timings *fmt) |
| 353 | { |
| 354 | int v_fp, v_bp, h_fp, h_bp, hsync; |
| 355 | int frame_width, image_height, image_width; |
| 356 | bool reduced_blanking; |
| 357 | unsigned pix_clk; |
| 358 | |
| 359 | if (vsync < 4 || vsync > 7) |
| 360 | return false; |
| 361 | |
| 362 | if (polarities == V4L2_DV_VSYNC_POS_POL) |
| 363 | reduced_blanking = false; |
| 364 | else if (polarities == V4L2_DV_HSYNC_POS_POL) |
| 365 | reduced_blanking = true; |
| 366 | else |
| 367 | return false; |
| 368 | |
Prashant Laddha | 947ed99 | 2015-04-22 14:32:36 -0300 | [diff] [blame] | 369 | if (hfreq == 0) |
| 370 | return false; |
| 371 | |
Hans Verkuil | 2576415 | 2013-07-29 08:40:56 -0300 | [diff] [blame] | 372 | /* Vertical */ |
| 373 | if (reduced_blanking) { |
| 374 | v_fp = CVT_RB_V_FPORCH; |
Prashant Laddha | f674765 | 2015-04-22 14:32:34 -0300 | [diff] [blame] | 375 | v_bp = (CVT_RB_MIN_V_BLANK * hfreq) / 1000000 + 1; |
Hans Verkuil | 2576415 | 2013-07-29 08:40:56 -0300 | [diff] [blame] | 376 | v_bp -= vsync + v_fp; |
| 377 | |
| 378 | if (v_bp < CVT_RB_MIN_V_BPORCH) |
| 379 | v_bp = CVT_RB_MIN_V_BPORCH; |
| 380 | } else { |
| 381 | v_fp = CVT_MIN_V_PORCH_RND; |
Prashant Laddha | f674765 | 2015-04-22 14:32:34 -0300 | [diff] [blame] | 382 | v_bp = (CVT_MIN_VSYNC_BP * hfreq) / 1000000 + 1 - vsync; |
Hans Verkuil | 2576415 | 2013-07-29 08:40:56 -0300 | [diff] [blame] | 383 | |
| 384 | if (v_bp < CVT_MIN_V_BPORCH) |
| 385 | v_bp = CVT_MIN_V_BPORCH; |
| 386 | } |
| 387 | image_height = (frame_height - v_fp - vsync - v_bp + 1) & ~0x1; |
| 388 | |
Prashant Laddha | 947ed99 | 2015-04-22 14:32:36 -0300 | [diff] [blame] | 389 | if (image_height < 0) |
| 390 | return false; |
| 391 | |
Hans Verkuil | 2576415 | 2013-07-29 08:40:56 -0300 | [diff] [blame] | 392 | /* Aspect ratio based on vsync */ |
| 393 | switch (vsync) { |
| 394 | case 4: |
| 395 | image_width = (image_height * 4) / 3; |
| 396 | break; |
| 397 | case 5: |
| 398 | image_width = (image_height * 16) / 9; |
| 399 | break; |
| 400 | case 6: |
| 401 | image_width = (image_height * 16) / 10; |
| 402 | break; |
| 403 | case 7: |
| 404 | /* special case */ |
| 405 | if (image_height == 1024) |
| 406 | image_width = (image_height * 5) / 4; |
| 407 | else if (image_height == 768) |
| 408 | image_width = (image_height * 15) / 9; |
| 409 | else |
| 410 | return false; |
| 411 | break; |
| 412 | default: |
| 413 | return false; |
| 414 | } |
| 415 | |
| 416 | image_width = image_width & ~7; |
| 417 | |
| 418 | /* Horizontal */ |
| 419 | if (reduced_blanking) { |
| 420 | pix_clk = (image_width + CVT_RB_H_BLANK) * hfreq; |
| 421 | pix_clk = (pix_clk / CVT_PXL_CLK_GRAN) * CVT_PXL_CLK_GRAN; |
| 422 | |
| 423 | h_bp = CVT_RB_H_BPORCH; |
| 424 | hsync = CVT_RB_H_SYNC; |
| 425 | h_fp = CVT_RB_H_BLANK - h_bp - hsync; |
| 426 | |
| 427 | frame_width = image_width + CVT_RB_H_BLANK; |
| 428 | } else { |
Martin Bugge | c3e75c7 | 2013-08-14 04:58:38 -0300 | [diff] [blame] | 429 | unsigned ideal_duty_cycle_per_myriad = |
| 430 | 100 * CVT_C_PRIME - (CVT_M_PRIME * 100000) / hfreq; |
Hans Verkuil | 2576415 | 2013-07-29 08:40:56 -0300 | [diff] [blame] | 431 | int h_blank; |
Hans Verkuil | 2576415 | 2013-07-29 08:40:56 -0300 | [diff] [blame] | 432 | |
Martin Bugge | c3e75c7 | 2013-08-14 04:58:38 -0300 | [diff] [blame] | 433 | if (ideal_duty_cycle_per_myriad < 2000) |
| 434 | ideal_duty_cycle_per_myriad = 2000; |
Hans Verkuil | 2576415 | 2013-07-29 08:40:56 -0300 | [diff] [blame] | 435 | |
Martin Bugge | c3e75c7 | 2013-08-14 04:58:38 -0300 | [diff] [blame] | 436 | h_blank = image_width * ideal_duty_cycle_per_myriad / |
| 437 | (10000 - ideal_duty_cycle_per_myriad); |
| 438 | h_blank = (h_blank / (2 * CVT_CELL_GRAN)) * 2 * CVT_CELL_GRAN; |
Hans Verkuil | 2576415 | 2013-07-29 08:40:56 -0300 | [diff] [blame] | 439 | |
| 440 | pix_clk = (image_width + h_blank) * hfreq; |
| 441 | pix_clk = (pix_clk / CVT_PXL_CLK_GRAN) * CVT_PXL_CLK_GRAN; |
| 442 | |
| 443 | h_bp = h_blank / 2; |
| 444 | frame_width = image_width + h_blank; |
| 445 | |
Prashant Laddha | 9c3f205 | 2015-04-22 14:32:37 -0300 | [diff] [blame^] | 446 | hsync = frame_width * CVT_HSYNC_PERCENT / 100; |
Prashant Laddha | d7ed5a3 | 2015-04-22 14:32:35 -0300 | [diff] [blame] | 447 | hsync = (hsync / CVT_CELL_GRAN) * CVT_CELL_GRAN; |
Hans Verkuil | 2576415 | 2013-07-29 08:40:56 -0300 | [diff] [blame] | 448 | h_fp = h_blank - hsync - h_bp; |
| 449 | } |
| 450 | |
Hans Verkuil | 074ca43 | 2013-08-19 08:38:29 -0300 | [diff] [blame] | 451 | fmt->type = V4L2_DV_BT_656_1120; |
Hans Verkuil | 2576415 | 2013-07-29 08:40:56 -0300 | [diff] [blame] | 452 | fmt->bt.polarities = polarities; |
| 453 | fmt->bt.width = image_width; |
| 454 | fmt->bt.height = image_height; |
| 455 | fmt->bt.hfrontporch = h_fp; |
| 456 | fmt->bt.vfrontporch = v_fp; |
| 457 | fmt->bt.hsync = hsync; |
| 458 | fmt->bt.vsync = vsync; |
| 459 | fmt->bt.hbackporch = frame_width - image_width - h_fp - hsync; |
| 460 | fmt->bt.vbackporch = frame_height - image_height - v_fp - vsync; |
| 461 | fmt->bt.pixelclock = pix_clk; |
| 462 | fmt->bt.standards = V4L2_DV_BT_STD_CVT; |
| 463 | if (reduced_blanking) |
| 464 | fmt->bt.flags |= V4L2_DV_FL_REDUCED_BLANKING; |
| 465 | return true; |
| 466 | } |
| 467 | EXPORT_SYMBOL_GPL(v4l2_detect_cvt); |
| 468 | |
| 469 | /* |
| 470 | * GTF defines |
| 471 | * Based on Generalized Timing Formula Standard |
| 472 | * Version 1.1 September 2, 1999 |
| 473 | */ |
| 474 | |
| 475 | #define GTF_PXL_CLK_GRAN 250000 /* pixel clock granularity */ |
| 476 | |
| 477 | #define GTF_MIN_VSYNC_BP 550 /* min time of vsync + back porch (us) */ |
| 478 | #define GTF_V_FP 1 /* vertical front porch (lines) */ |
| 479 | #define GTF_CELL_GRAN 8 /* character cell granularity */ |
| 480 | |
| 481 | /* Default */ |
| 482 | #define GTF_D_M 600 /* blanking formula gradient */ |
| 483 | #define GTF_D_C 40 /* blanking formula offset */ |
| 484 | #define GTF_D_K 128 /* blanking formula scaling factor */ |
| 485 | #define GTF_D_J 20 /* blanking formula scaling factor */ |
| 486 | #define GTF_D_C_PRIME ((((GTF_D_C - GTF_D_J) * GTF_D_K) / 256) + GTF_D_J) |
| 487 | #define GTF_D_M_PRIME ((GTF_D_K * GTF_D_M) / 256) |
| 488 | |
| 489 | /* Secondary */ |
| 490 | #define GTF_S_M 3600 /* blanking formula gradient */ |
| 491 | #define GTF_S_C 40 /* blanking formula offset */ |
| 492 | #define GTF_S_K 128 /* blanking formula scaling factor */ |
| 493 | #define GTF_S_J 35 /* blanking formula scaling factor */ |
| 494 | #define GTF_S_C_PRIME ((((GTF_S_C - GTF_S_J) * GTF_S_K) / 256) + GTF_S_J) |
| 495 | #define GTF_S_M_PRIME ((GTF_S_K * GTF_S_M) / 256) |
| 496 | |
| 497 | /** v4l2_detect_gtf - detect if the given timings follow the GTF standard |
| 498 | * @frame_height - the total height of the frame (including blanking) in lines. |
| 499 | * @hfreq - the horizontal frequency in Hz. |
| 500 | * @vsync - the height of the vertical sync in lines. |
| 501 | * @polarities - the horizontal and vertical polarities (same as struct |
| 502 | * v4l2_bt_timings polarities). |
| 503 | * @aspect - preferred aspect ratio. GTF has no method of determining the |
| 504 | * aspect ratio in order to derive the image width from the |
| 505 | * image height, so it has to be passed explicitly. Usually |
| 506 | * the native screen aspect ratio is used for this. If it |
| 507 | * is not filled in correctly, then 16:9 will be assumed. |
| 508 | * @fmt - the resulting timings. |
| 509 | * |
| 510 | * This function will attempt to detect if the given values correspond to a |
| 511 | * valid GTF format. If so, then it will return true, and fmt will be filled |
| 512 | * in with the found GTF timings. |
| 513 | */ |
| 514 | bool v4l2_detect_gtf(unsigned frame_height, |
| 515 | unsigned hfreq, |
| 516 | unsigned vsync, |
| 517 | u32 polarities, |
| 518 | struct v4l2_fract aspect, |
| 519 | struct v4l2_dv_timings *fmt) |
| 520 | { |
| 521 | int pix_clk; |
| 522 | int v_fp, v_bp, h_fp, hsync; |
| 523 | int frame_width, image_height, image_width; |
| 524 | bool default_gtf; |
| 525 | int h_blank; |
| 526 | |
| 527 | if (vsync != 3) |
| 528 | return false; |
| 529 | |
| 530 | if (polarities == V4L2_DV_VSYNC_POS_POL) |
| 531 | default_gtf = true; |
| 532 | else if (polarities == V4L2_DV_HSYNC_POS_POL) |
| 533 | default_gtf = false; |
| 534 | else |
| 535 | return false; |
| 536 | |
Prashant Laddha | 947ed99 | 2015-04-22 14:32:36 -0300 | [diff] [blame] | 537 | if (hfreq == 0) |
| 538 | return false; |
| 539 | |
Hans Verkuil | 2576415 | 2013-07-29 08:40:56 -0300 | [diff] [blame] | 540 | /* Vertical */ |
| 541 | v_fp = GTF_V_FP; |
Prashant Laddha | f674765 | 2015-04-22 14:32:34 -0300 | [diff] [blame] | 542 | |
| 543 | v_bp = (GTF_MIN_VSYNC_BP * hfreq + 500000) / 1000000 - vsync; |
Hans Verkuil | 2576415 | 2013-07-29 08:40:56 -0300 | [diff] [blame] | 544 | image_height = (frame_height - v_fp - vsync - v_bp + 1) & ~0x1; |
| 545 | |
Prashant Laddha | 947ed99 | 2015-04-22 14:32:36 -0300 | [diff] [blame] | 546 | if (image_height < 0) |
| 547 | return false; |
| 548 | |
Hans Verkuil | 2576415 | 2013-07-29 08:40:56 -0300 | [diff] [blame] | 549 | if (aspect.numerator == 0 || aspect.denominator == 0) { |
| 550 | aspect.numerator = 16; |
| 551 | aspect.denominator = 9; |
| 552 | } |
| 553 | image_width = ((image_height * aspect.numerator) / aspect.denominator); |
Martin Bugge | 257cc4b | 2014-01-23 06:40:00 -0300 | [diff] [blame] | 554 | image_width = (image_width + GTF_CELL_GRAN/2) & ~(GTF_CELL_GRAN - 1); |
Hans Verkuil | 2576415 | 2013-07-29 08:40:56 -0300 | [diff] [blame] | 555 | |
| 556 | /* Horizontal */ |
| 557 | if (default_gtf) |
| 558 | h_blank = ((image_width * GTF_D_C_PRIME * hfreq) - |
| 559 | (image_width * GTF_D_M_PRIME * 1000) + |
| 560 | (hfreq * (100 - GTF_D_C_PRIME) + GTF_D_M_PRIME * 1000) / 2) / |
| 561 | (hfreq * (100 - GTF_D_C_PRIME) + GTF_D_M_PRIME * 1000); |
| 562 | else |
| 563 | h_blank = ((image_width * GTF_S_C_PRIME * hfreq) - |
| 564 | (image_width * GTF_S_M_PRIME * 1000) + |
| 565 | (hfreq * (100 - GTF_S_C_PRIME) + GTF_S_M_PRIME * 1000) / 2) / |
| 566 | (hfreq * (100 - GTF_S_C_PRIME) + GTF_S_M_PRIME * 1000); |
| 567 | |
Prashant Laddha | d7ed5a3 | 2015-04-22 14:32:35 -0300 | [diff] [blame] | 568 | h_blank = ((h_blank + GTF_CELL_GRAN) / (2 * GTF_CELL_GRAN)) * |
| 569 | (2 * GTF_CELL_GRAN); |
Hans Verkuil | 2576415 | 2013-07-29 08:40:56 -0300 | [diff] [blame] | 570 | frame_width = image_width + h_blank; |
| 571 | |
| 572 | pix_clk = (image_width + h_blank) * hfreq; |
| 573 | pix_clk = pix_clk / GTF_PXL_CLK_GRAN * GTF_PXL_CLK_GRAN; |
| 574 | |
| 575 | hsync = (frame_width * 8 + 50) / 100; |
Prashant Laddha | d7ed5a3 | 2015-04-22 14:32:35 -0300 | [diff] [blame] | 576 | hsync = ((hsync + GTF_CELL_GRAN / 2) / GTF_CELL_GRAN) * GTF_CELL_GRAN; |
Hans Verkuil | 2576415 | 2013-07-29 08:40:56 -0300 | [diff] [blame] | 577 | |
| 578 | h_fp = h_blank / 2 - hsync; |
| 579 | |
Hans Verkuil | 074ca43 | 2013-08-19 08:38:29 -0300 | [diff] [blame] | 580 | fmt->type = V4L2_DV_BT_656_1120; |
Hans Verkuil | 2576415 | 2013-07-29 08:40:56 -0300 | [diff] [blame] | 581 | fmt->bt.polarities = polarities; |
| 582 | fmt->bt.width = image_width; |
| 583 | fmt->bt.height = image_height; |
| 584 | fmt->bt.hfrontporch = h_fp; |
| 585 | fmt->bt.vfrontporch = v_fp; |
| 586 | fmt->bt.hsync = hsync; |
| 587 | fmt->bt.vsync = vsync; |
| 588 | fmt->bt.hbackporch = frame_width - image_width - h_fp - hsync; |
| 589 | fmt->bt.vbackporch = frame_height - image_height - v_fp - vsync; |
| 590 | fmt->bt.pixelclock = pix_clk; |
| 591 | fmt->bt.standards = V4L2_DV_BT_STD_GTF; |
| 592 | if (!default_gtf) |
| 593 | fmt->bt.flags |= V4L2_DV_FL_REDUCED_BLANKING; |
| 594 | return true; |
| 595 | } |
| 596 | EXPORT_SYMBOL_GPL(v4l2_detect_gtf); |
| 597 | |
| 598 | /** v4l2_calc_aspect_ratio - calculate the aspect ratio based on bytes |
| 599 | * 0x15 and 0x16 from the EDID. |
| 600 | * @hor_landscape - byte 0x15 from the EDID. |
| 601 | * @vert_portrait - byte 0x16 from the EDID. |
| 602 | * |
| 603 | * Determines the aspect ratio from the EDID. |
| 604 | * See VESA Enhanced EDID standard, release A, rev 2, section 3.6.2: |
| 605 | * "Horizontal and Vertical Screen Size or Aspect Ratio" |
| 606 | */ |
| 607 | struct v4l2_fract v4l2_calc_aspect_ratio(u8 hor_landscape, u8 vert_portrait) |
| 608 | { |
| 609 | struct v4l2_fract aspect = { 16, 9 }; |
| 610 | u32 tmp; |
| 611 | u8 ratio; |
| 612 | |
| 613 | /* Nothing filled in, fallback to 16:9 */ |
| 614 | if (!hor_landscape && !vert_portrait) |
| 615 | return aspect; |
| 616 | /* Both filled in, so they are interpreted as the screen size in cm */ |
| 617 | if (hor_landscape && vert_portrait) { |
| 618 | aspect.numerator = hor_landscape; |
| 619 | aspect.denominator = vert_portrait; |
| 620 | return aspect; |
| 621 | } |
| 622 | /* Only one is filled in, so interpret them as a ratio: |
| 623 | (val + 99) / 100 */ |
| 624 | ratio = hor_landscape | vert_portrait; |
| 625 | /* Change some rounded values into the exact aspect ratio */ |
| 626 | if (ratio == 79) { |
| 627 | aspect.numerator = 16; |
| 628 | aspect.denominator = 9; |
| 629 | } else if (ratio == 34) { |
| 630 | aspect.numerator = 4; |
Rickard Strandqvist | f71920e | 2014-06-14 08:37:09 -0300 | [diff] [blame] | 631 | aspect.denominator = 3; |
Hans Verkuil | 2576415 | 2013-07-29 08:40:56 -0300 | [diff] [blame] | 632 | } else if (ratio == 68) { |
| 633 | aspect.numerator = 15; |
Rickard Strandqvist | f71920e | 2014-06-14 08:37:09 -0300 | [diff] [blame] | 634 | aspect.denominator = 9; |
Hans Verkuil | 2576415 | 2013-07-29 08:40:56 -0300 | [diff] [blame] | 635 | } else { |
| 636 | aspect.numerator = hor_landscape + 99; |
| 637 | aspect.denominator = 100; |
| 638 | } |
| 639 | if (hor_landscape) |
| 640 | return aspect; |
| 641 | /* The aspect ratio is for portrait, so swap numerator and denominator */ |
| 642 | tmp = aspect.denominator; |
| 643 | aspect.denominator = aspect.numerator; |
| 644 | aspect.numerator = tmp; |
| 645 | return aspect; |
| 646 | } |
| 647 | EXPORT_SYMBOL_GPL(v4l2_calc_aspect_ratio); |