Home
last modified time | relevance | path

Searched +full:480 +full:m (Results 1 – 25 of 157) sorted by relevance

1234567

/linux/drivers/gpu/drm/panel/
H A Dpanel-tpo-tpg110.c98 * take 400x240 or 480x272 in and display as 800x480 are not listed.
110 .vdisplay = 480,
111 .vsync_start = 480 + 10,
112 .vsync_end = 480 + 10 + 1,
113 .vtotal = 480 + 10 + 1 + 35,
126 .vdisplay = 480,
127 .vsync_start = 480 + 18,
128 .vsync_end = 480 + 18 + 1,
129 .vtotal = 480 + 18 + 1 + 27,
134 .name = "480x272 RGB",
[all …]
H A DKconfig17 Y030XX067A 320x480 3.0" panel as found in the YLM RG-280M, RG-300
186 If M is selected the module will be called panel-himax-hx8394.
366 a module, choose M here.
374 To compile this driver as a module, choose M here.
417 as a module, choose M here.
516 The panel is used with different sizes LCDs, from 480x272 to
532 tristate "Orise Technology otm8009a 480x800 dsi 2dl panel"
538 otm8009a 480x800 dsi 2dl panel.
565 choose M here.
623 Say Y or M here if you want to enable support for the
[all …]
H A Dpanel-seiko-43wvf1g.c91 const struct drm_display_mode *m = &panel->desc->modes[i]; in seiko_panel_get_fixed_modes() local
93 mode = drm_mode_duplicate(connector->dev, m); in seiko_panel_get_fixed_modes()
96 m->hdisplay, m->vdisplay, in seiko_panel_get_fixed_modes()
97 drm_mode_vrefresh(m)); in seiko_panel_get_fixed_modes()
254 .vactive = { 480, 480, 480 },
H A Dpanel-raspberrypi-touchscreen.c207 .vdisplay = 480,
208 .vsync_start = 480 + 7,
209 .vsync_end = 480 + 7 + 2,
210 .vtotal = 480 + 7 + 2 + 21,
324 const struct drm_display_mode *m = &rpi_touchscreen_modes[i]; in rpi_touchscreen_get_modes() local
327 mode = drm_mode_duplicate(connector->dev, m); in rpi_touchscreen_get_modes()
330 m->hdisplay, m->vdisplay, in rpi_touchscreen_get_modes()
331 drm_mode_vrefresh(m)); in rpi_touchscreen_get_modes()
H A Dpanel-sony-acx565akm.c78 struct spi_message m; in acx565akm_transfer() local
82 spi_message_init(&m); in acx565akm_transfer()
101 spi_message_add_tail(x, &m); in acx565akm_transfer()
108 spi_message_add_tail(x, &m); in acx565akm_transfer()
115 spi_message_add_tail(x, &m); in acx565akm_transfer()
118 ret = spi_sync(lcd->spi, &m); in acx565akm_transfer()
502 .vdisplay = 480,
503 .vsync_start = 480 + 3,
504 .vsync_end = 480 + 3 + 3,
505 .vtotal = 480 + 3 + 3 + 4,
H A Dpanel-simple.c202 const struct drm_display_mode *m = &panel->desc->modes[i]; in panel_simple_get_display_modes() local
204 mode = drm_mode_duplicate(connector->dev, m); in panel_simple_get_display_modes()
207 m->hdisplay, m->vdisplay, in panel_simple_get_display_modes()
208 drm_mode_vrefresh(m)); in panel_simple_get_display_modes()
790 .hdisplay = 480,
791 .hsync_start = 480 + 2,
792 .hsync_end = 480 + 2 + 41,
793 .htotal = 480 + 2 + 41 + 2,
818 .vdisplay = 480,
819 .vsync_start = 480 + 2,
[all …]
/linux/drivers/video/fbdev/core/
H A Dmodedb.c43 { NULL, 60, 640, 480, 39721, 40, 24, 32, 11, 96, 2, 0,
59 { NULL, 72, 640, 480, 31746, 144, 40, 30, 8, 40, 3, 0,
63 { NULL, 75, 640, 480, 31746, 120, 16, 16, 1, 64, 3, 0,
72 { NULL, 85, 640, 480, 27777, 80, 56, 25, 1, 56, 3, 0,
88 { NULL, 100, 640, 480, 21834, 96, 32, 36, 8, 96, 6, 0,
244 /* 480x300 @ 56 Hz, 35.2 kHz hsync, 8:5 aspect ratio */
245 { NULL, 56, 480, 300, 46176, 80, 16, 10, 1, 40, 1, 0,
248 /* 480x300 @ 60 Hz, 37.8 kHz hsync */
249 { NULL, 60, 480, 300, 41858, 56, 16, 11, 1, 80, 2, 0,
252 /* 480x300 @ 63 Hz, 39.6 kHz hsync */
[all …]
/linux/drivers/ata/
H A Dlibata-pata-timings.c35 { XFER_SW_DMA_0, 120, 0, 0, 0, 480, 480, 50, 960, 0 },
36 { XFER_SW_DMA_1, 90, 0, 0, 0, 240, 240, 30, 480, 0 },
39 { XFER_MW_DMA_0, 60, 0, 0, 0, 215, 215, 20, 480, 0 },
75 struct ata_timing *m, unsigned int what) in ata_timing_merge() argument
78 m->setup = max(a->setup, b->setup); in ata_timing_merge()
80 m->act8b = max(a->act8b, b->act8b); in ata_timing_merge()
82 m->rec8b = max(a->rec8b, b->rec8b); in ata_timing_merge()
84 m->cyc8b = max(a->cyc8b, b->cyc8b); in ata_timing_merge()
86 m->active = max(a->active, b->active); in ata_timing_merge()
88 m->recover = max(a->recover, b->recover); in ata_timing_merge()
[all …]
/linux/drivers/gpu/drm/i2c/
H A Dch7006_mode.c31 [TV_NORM_PAL_M] = "PAL-M",
35 [TV_NORM_NTSC_M] = "NTSC-M",
40 .vdisplay = 480, \
158 MODE(21000, 640, 480, 840, 500, N, N, 181.797557582, 5_4, 0x4, PAL_LIKE),
159 MODE(26250, 640, 480, 840, 625, N, N, 145.438046066, 1_1, 0x2, PAL_LIKE),
160 MODE(31500, 640, 480, 840, 750, N, N, 121.198371646, 5_6, 0x1, PAL_LIKE),
161 MODE(24671, 640, 480, 784, 525, N, N, 174.0874153, 1_1, 0x4, NTSC_LIKE),
162 MODE(28196, 640, 480, 784, 600, N, N, 152.326488422, 7_8, 0x2, NTSC_LIKE),
163 MODE(30210, 640, 480, 800, 630, N, N, 142.171389101, 5_6, 0x1, NTSC_LIKE),
261 int m, best_m = 0; in ch7006_setup_pll() local
[all …]
/linux/Documentation/fb/
H A Dmodedb.rst23 <xres>x<yres>[M][R][-<bpp>][@<refresh>][i][m][eDd]
31 - NSTC: 480i output, with the CCIR System-M TV mode and NTSC color encoding
32 - NTSC-J: 480i output, with the CCIR System-M TV mode, the NTSC color
35 - PAL-M: 480i output, with the CCIR System-M TV mode and PAL color encoding
37 If 'M' is specified in the mode_option argument (after <yres> and before
41 If 'i' is specified, calculate for an interlaced mode. And if 'm' is
45 Sample usage: 1024x768M@60m - CVT timing with margins
77 "PAL-M", "PAL-N", or "SECAM".
125 <pix>M<a>[-R]
128 M = always present
/linux/drivers/gpu/drm/tests/
H A Ddrm_cmdline_parser_test.c121 KUNIT_EXPECT_EQ(test, mode.yres, 480); in drm_test_cmdline_res()
143 KUNIT_EXPECT_EQ(test, mode.yres, 480); in drm_test_cmdline_res_vesa()
165 KUNIT_EXPECT_EQ(test, mode.yres, 480); in drm_test_cmdline_res_vesa_rblank()
187 KUNIT_EXPECT_EQ(test, mode.yres, 480); in drm_test_cmdline_res_rblank()
209 KUNIT_EXPECT_EQ(test, mode.yres, 480); in drm_test_cmdline_res_bpp()
232 KUNIT_EXPECT_EQ(test, mode.yres, 480); in drm_test_cmdline_res_refresh()
255 KUNIT_EXPECT_EQ(test, mode.yres, 480); in drm_test_cmdline_res_bpp_refresh()
279 KUNIT_EXPECT_EQ(test, mode.yres, 480); in drm_test_cmdline_res_bpp_refresh_interlaced()
297 const char *cmdline = "720x480-24@60m"; in drm_test_cmdline_res_bpp_refresh_margins()
303 KUNIT_EXPECT_EQ(test, mode.yres, 480); in drm_test_cmdline_res_bpp_refresh_margins()
[all …]
/linux/drivers/video/fbdev/sis/
H A Dsis_main.h4 * SiS 315[E|PRO]/550/[M]65x/[M]66x[F|M|G]X/[M]74x[GX]/330/[M]76x[GX],
176 {"640x480x8", {0x2e,0x2e}, 0x0101, 0x0101, 640, 480, 8, 1, 80, 30, MD_SIS300|MD_SIS315},
177 {"640x480x16", {0x44,0x44}, 0x0111, 0x0111, 640, 480, 16, 1, 80, 30, MD_SIS300|MD_SIS315},
178 {"640x480x24", {0x62,0x62}, 0x013a, 0x0112, 640, 480, 32, 1, 80, 30, MD_SIS300|MD_SIS315},
179 {"640x480x32", {0x62,0x62}, 0x013a, 0x0112, 640, 480, 32, 1, 80, 30, MD_SIS300|MD_SIS315},
180 {"720x480x8", {0x31,0x31}, 0x0000, 0x0000, 720, 480, 8, 1, 90, 30, MD_SIS300|MD_SIS315},
181 {"720x480x16", {0x33,0x33}, 0x0000, 0x0000, 720, 480, 16, 1, 90, 30, MD_SIS300|MD_SIS315},
182 {"720x480x24", {0x35,0x35}, 0x0000, 0x0000, 720, 480, 32, 1, 90, 30, MD_SIS300|MD_SIS315},
183 /*30*/ {"720x480x32", {0x35,0x35}, 0x0000, 0x0000, 720, 480, 32, 1, 90, 30, MD_SIS300|MD_SIS31…
192 {"800x480x8", {0x70,0x70}, 0x0000, 0x0000, 800, 480, 8, 1, 100, 30, MD_SIS300|MD_SIS315},
[all …]
/linux/drivers/media/usb/gspca/gl860/
H A Dgl860.c224 { 640, 480, V4L2_PIX_FMT_SGBRG8, V4L2_FIELD_NONE,
226 .sizeimage = 640 * 480,
251 { 640, 480, V4L2_PIX_FMT_SGBRG8, V4L2_FIELD_NONE,
253 .sizeimage = 640 * 480,
278 { 640, 480, V4L2_PIX_FMT_SGBRG8, V4L2_FIELD_NONE,
280 .sizeimage = 640 * 480,
299 { 640, 480, V4L2_PIX_FMT_SGBRG8, V4L2_FIELD_NONE,
301 .sizeimage = 640 * 480,
717 gspca_dbg(gspca_dev, D_PROBE, "05e3:f191 sensor MI1320 (1.3M)\n"); in gl860_guess_sensor()
719 gspca_dbg(gspca_dev, D_PROBE, "05e3:0503 sensor MI2020 (2.0M)\n"); in gl860_guess_sensor()
[all …]
/linux/drivers/phy/hisilicon/
H A DKconfig14 To compile this driver as a module, choose M here.
24 To compile this driver as a module, choose M here.
34 To compile this driver as a module, choose M here.
44 To compile this driver as a module, choose M here.
62 USB 1.5Mb/s, USB 12Mb/s, USB 480Mb/s speeds. It supports one
/linux/drivers/video/fbdev/
H A Dvalkyriefb.h91 /* I'm not sure which mode this is (16 or 17), so I'm defining it as 17,
96 * I was going to use 12, 31, 3, which I found by myself, but instead I'm
165 640, 480
173 640, 480
H A Dasiliantfb.c137 unsigned m = n * ratio + (n * remainder) / Fref; in asiliant_calc_dclk2() local
139 /* 3 <= m <= 257 */ in asiliant_calc_dclk2()
140 if (m >= 3 && m <= 257) { in asiliant_calc_dclk2()
141 unsigned new_error = Ftarget * n >= Fref * m ? in asiliant_calc_dclk2()
142 ((Ftarget * n) - (Fref * m)) : ((Fref * m) - (Ftarget * n)); in asiliant_calc_dclk2()
145 best_m = m; in asiliant_calc_dclk2()
149 /* But if VLD = 4, then 4m <= 1028 */ in asiliant_calc_dclk2()
150 else if (m <= 1028) { in asiliant_calc_dclk2()
151 /* remember there are still only 8-bits of precision in m, so in asiliant_calc_dclk2()
153 unsigned new_error = Ftarget * n >= Fref * (m & ~3) ? in asiliant_calc_dclk2()
[all …]
/linux/drivers/staging/fbtft/
H A Dfb_ra8875.c24 struct spi_message m; in write_spi() local
35 spi_message_init(&m); in write_spi()
36 spi_message_add_tail(&t, &m); in write_spi()
37 return spi_sync(par->spi, &m); in write_spi()
70 } else if ((par->info->var.xres == 480) && in init_display()
96 (par->info->var.yres == 480)) { in init_display()
121 (par->info->var.yres == 480)) { in init_display()
/linux/drivers/media/i2c/
H A Dak881x.c154 ak881x->lines = 480; in ak881x_s_std_output()
157 ak881x->lines = 480; in ak881x_s_std_output()
160 ak881x->lines = 480; in ak881x_s_std_output()
163 ak881x->lines = 480; in ak881x_s_std_output()
290 /* Hardware default: NTSC-M */ in ak881x_probe()
291 ak881x->lines = 480; in ak881x_probe()
/linux/Documentation/gpu/amdgpu/
H A Ddgpu-asic-info-table.csv2 AMD Radeon (TM) HD 8500M/ 8600M /M200 /M320 /M330 /M335 Series, HAINAN, --, 6, --, --
4 AMD Radeon R7 (TM|HD) M265 /M370 /8500M /8600 /8700 /8700M, OLAND, DCE 6, 6, VCE 1 / UVD 3, --
6 AMD Radeon (TM|R7|R9|HD) E8860 /M360 /7700 /7800 /8800 /9000(M) /W4100 Series, VERDE, DCE 6, 6, VCE…
12 Radeon RX 470 /480 /570 /580 /590 Series - AMD Radeon (TM) (Pro WX) 5100 /E9390 /E9560 /E9565 /V735…
20 AMD Radeon (RX|Pro) 5600(M|XT) /5700 (M|XT|XTB) /W5700, NAVI10, DCN 2.0.0, 10.1.10, VCN 2.0.0, 5.0.0
21 AMD Radeon (Pro) 5300 /5500XTB/5500(XT|M) /W5500M /W5500, NAVI14, DCN 2.0.0, 10.1.1, VCN 2.0.2, 5.0…
23 AMD Radeon RX 6700 XT / 6800M / 6700M, NAVY_FLOUNDER, DCN 3.0.0, 10.3.2, VCN 3.0.0, 5.2.2
24 AMD Radeon RX 6600(XT) /6600M /W6600 /W6600M, DIMGREY_CAVEFISH, DCN 3.0.2, 10.3.4, VCN 3.0.16, 5.2.4
25 AMD Radeon RX 6500M /6300M /W6500M /W6300M, BEIGE_GOBY, DCN 3.0.3, 10.3.5, VCN 3.0.33, 5.2.5
28 AMD Radeon RX 7600M (XT) /7700S /7600S, , DCN 3.2.1, 11.0.2, VCN 4.0.4, 6.0.2
/linux/drivers/gpu/drm/
H A Ddrm_edid.c154 EDID_QUIRK('M', 'A', 'X', 1516, EDID_QUIRK_PREFER_LARGE_60),
155 EDID_QUIRK('M', 'A', 'X', 0x77e, EDID_QUIRK_PREFER_LARGE_60),
163 EDID_QUIRK('F', 'C', 'M', 13600, EDID_QUIRK_PREFER_LARGE_75 |
167 EDID_QUIRK('G', 'S', 'M', 0x5bbf, EDID_QUIRK_CAP_DSC_15BPP),
170 EDID_QUIRK('G', 'S', 'M', 0x5b9a, EDID_QUIRK_CAP_DSC_15BPP),
180 EDID_QUIRK('S', 'A', 'M', 541, EDID_QUIRK_DETAILED_SYNC_PP),
182 EDID_QUIRK('S', 'A', 'M', 596, EDID_QUIRK_PREFER_LARGE_60),
183 EDID_QUIRK('S', 'A', 'M', 638, EDID_QUIRK_PREFER_LARGE_60),
192 EDID_QUIRK('M', 'E', 'D', 0x7b8, EDID_QUIRK_PREFER_LARGE_75),
270 752, 800, 0, 480, 490, 492, 525, 0,
[all …]
/linux/drivers/media/pci/zoran/
H A Dzoran_card.c331 static const struct tvnorm f60sqpixel = { 780, 640, 51, 716, 525, 480, 12 };
333 static const struct tvnorm f60ccir601 = { 858, 720, 57, 788, 525, 480, 16 };
336 static const struct tvnorm f60ccir601_lml33 = { 858, 720, 57 + 34, 788, 525, 480, 16 };
340 static const struct tvnorm f60sqpixel_dc10 = { 780, 640, 0, 716, 525, 480, 12 };
347 static const struct tvnorm f60ccir601_lm33r10 = { 858, 720, 56 + 54, 788, 525, 480, 16 };
357 static const struct tvnorm f60ccir601_avs6eyes = { 858, 720, 56, 788, 525, 480, 16 };
1115 struct videocodec_master *m = NULL; in zoran_setup_videocodec() local
1117 m = devm_kmalloc(&zr->pci_dev->dev, sizeof(*m), GFP_KERNEL); in zoran_setup_videocodec()
1118 if (!m) in zoran_setup_videocodec()
1119 return m; in zoran_setup_videocodec()
[all …]
/linux/Documentation/userspace-api/media/v4l/
H A Dv4l2grab.c.rst78 fmt.fmt.pix.height = 480;
86 if ((fmt.fmt.pix.width != 640) || (fmt.fmt.pix.height != 480))
109 fd, buf.m.offset);
/linux/include/media/i2c/
H A Dtvp514x.h13 * Karicheri Muralidharan <m-karicheri2@ti.com>
28 #define NTSC_NUM_ACTIVE_LINES (480)
/linux/drivers/gpu/drm/nouveau/dispnv04/
H A Dtvmodesnv17.c35 [TV_NORM_PAL_M] = "PAL-M",
38 [TV_NORM_NTSC_M] = "NTSC-M",
64 .tv_enc_mode = { 720, 480, 59940, {
100 .tv_enc_mode = { 720, 480, 59940, {
112 .tv_enc_mode = { 720, 480, 59940, {
124 .tv_enc_mode = { 720, 480, 59940, {
151 720, 735, 743, 858, 0, 480, 490, 494, 525, 0,
453 640, 672, 768, 880, 0, 480, 480, 492, 525, 0,
456 720, 752, 872, 960, 0, 480, 480, 493, 525, 0,
/linux/drivers/usb/host/
H A DKconfig17 To compile this driver as a module, choose M here: the
27 To compile this driver as a module, choose M here: the
131 To compile these drivers as modules, choose M here: the
143 "high speed" (480 Mbit/sec, 60 Mbyte/sec) host controller hardware.
157 To compile this driver as a module, choose M here: the
325 To compile this driver as a module, choose M here. The module
346 controller. It is needed for high-speed (480Mbit/sec)
362 To compile this driver as a module, choose M here: the
374 To compile this driver as a module, choose M here: the
386 To compile this driver as a module, choose M here: the
[all …]

1234567