/Linux-v6.1/drivers/gpu/drm/panel/ |
D | panel-simple.c | 746 .hdisplay = 480, 747 .hsync_start = 480 + 2, 748 .hsync_end = 480 + 2 + 41, 749 .htotal = 480 + 2 + 41 + 2, 774 .vdisplay = 480, 775 .vsync_start = 480 + 2, 776 .vsync_end = 480 + 2 + 45, 777 .vtotal = 480 + 2 + 45 + 0, 828 .vactive = { 480, 480, 480 }, 902 .vactive = { 480, 480, 480 }, [all …]
|
D | panel-tpo-tpg110.c | 98 * 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 …]
|
D | panel-novatek-nt35560.c | 6 * Sony ACX424AKM - a 480x854 AMOLED DSI panel 7 * Sony ACX424AKP - a 480x864 AMOLED DSI panel 63 .hdisplay = 480, 64 .hsync_start = 480 + 15, 65 .hsync_end = 480 + 15 + 0, 66 .htotal = 480 + 15 + 0 + 15, 82 .hdisplay = 480, 83 .hsync_start = 480 + 154, 84 .hsync_end = 480 + 154 + 16, 85 .htotal = 480 + 154 + 16 + 32, [all …]
|
D | panel-innolux-ej030na.c | 261 .vdisplay = 480, 262 .vsync_start = 480 + 102, 263 .vsync_end = 480 + 102 + 9 + 9, 264 .vtotal = 480 + 102 + 9 + 9, 273 .vdisplay = 480, 274 .vsync_start = 480 + 102, 275 .vsync_end = 480 + 102 + 9, 276 .vtotal = 480 + 102 + 9 + 9,
|
D | panel-abt-y030xx067a.c | 336 .vdisplay = 480, 337 .vsync_start = 480 + 84, 338 .vsync_end = 480 + 84 + 20, 339 .vtotal = 480 + 84 + 20 + 16, 348 .vdisplay = 480, 349 .vsync_start = 480 + 84, 350 .vsync_end = 480 + 84 + 20, 351 .vtotal = 480 + 84 + 20 + 16,
|
D | panel-sharp-ls037v7dw01.c | 31 struct gpio_desc *mo_gpio; /* low = 480x640, high = 240x320 */ 88 .hdisplay = 480, 89 .hsync_start = 480 + 1, 90 .hsync_end = 480 + 1 + 2, 91 .htotal = 480 + 1 + 2 + 28,
|
D | panel-orisetech-otm8009a.c | 63 #define OTM8009A_HDISPLAY 480 79 .hdisplay = 480, 80 .hsync_start = 480 + 98, 81 .hsync_end = 480 + 98 + 32, 82 .htotal = 480 + 98 + 32 + 98, 93 .hdisplay = 480, 94 .hsync_start = 480 + 70, 95 .hsync_end = 480 + 70 + 32, 96 .htotal = 480 + 70 + 32 + 72, 227 /* Default portrait 480x800 rgb24 */ in otm8009a_init_sequence()
|
D | panel-samsung-s6d27a1.c | 3 * Panel driver for the Samsung S6D27A1 480x800 DPI RGB panel. 56 .hdisplay = 480, 57 .hsync_start = 480 + 63, 58 .hsync_end = 480 + 63 + 2, 59 .htotal = 480 + 63 + 2 + 63, 132 /* Configure resolution to 480RGBx800 */ in s6d27a1_power_on()
|
D | panel-newvision-nv3052c.c | 435 .vdisplay = 480, 436 .vsync_start = 480 + 5, 437 .vsync_end = 480 + 5 + 2, 438 .vtotal = 480 + 5 + 2 + 13, 447 .vdisplay = 480, 448 .vsync_start = 480 + 5, 449 .vsync_end = 480 + 5 + 2, 450 .vtotal = 480 + 5 + 2 + 13,
|
D | Kconfig | 378 The panel is used with different sizes LCDs, from 480x272 to 385 tristate "Orise Technology otm8009a 480x800 dsi 2dl panel" 391 otm8009a 480x800 dsi 2dl panel. 468 LMS397KF04 480x800 DPI panel. 482 S6D27A1 DPI 480x800 panel. 580 (480x640) LCD panel (found on the TI SDP3430 board). 608 ST7701 controller for 480X864 LCD panels with MIPI/RGB/SPI 666 Say Y here if you want to enable support for TPO TD028TTEC1 480x640 708 480x800 display controller used in panels such as Samsung LMS380KF01.
|
/Linux-v6.1/Documentation/fb/ |
D | viafb.modes | 13 # Resolution 640 480 22 # 80 chars 480 lines 30 geometry 640 480 640 480 32 31 timings 39722 48 16 33 10 96 2 endmode mode "480x640-60" 33 geometry 480 640 480 640 32 timings 39722 72 24 19 1 48 3 endmode 38 # Resolution 640 480 47 # 80 chars 480 lines 54 geometry 640 480 640 480 32 timings 31747 120 16 16 1 64 3 endmode 59 # Resolution 640 480 68 # 80 chars 480 lines [all …]
|
/Linux-v6.1/drivers/gpu/drm/tests/ |
D | drm_cmdline_parser_test.c | 121 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() 303 KUNIT_EXPECT_EQ(test, mode.yres, 480); in drm_test_cmdline_res_bpp_refresh_margins() 327 KUNIT_EXPECT_EQ(test, mode.yres, 480); in drm_test_cmdline_res_bpp_refresh_force_off() [all …]
|
/Linux-v6.1/drivers/video/fbdev/sis/ |
D | sis_main.h | 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}, 193 /*40*/ {"800x480x16", {0x7a,0x7a}, 0x0000, 0x0000, 800, 480, 16, 1, 100, 30, MD_SIS300|MD_SIS31… [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/display/panel/ |
D | panel-simple.yaml | 58 # AU Optronics Corporation 7.0" FHD (800 x 480) TFT LCD panel 92 # CDTech(H.K.) Electronics Limited 4.3" 480x272 color TFT-LCD panel 110 # DataImage, Inc. 4.3" WQVGA (480x272) TFT LCD panel with 24-bit parallel interface. 126 # Emerging Display Technology Corp. 480x272 TFT Display with capacitive touch 128 # Emerging Display Technology Corp. 480x272 TFT Display 159 # GiantPlus GPG48273QS5 4.3" (480x272) WQVGA TFT LCD panel 249 # Newhaven Display International 480 x 272 TFT LCD panel 253 # New Vision Display 7.0" 800 RGB x 480 TFT LCD panel 275 # Shenzhen QiShenglong Industrialist Co., Ltd. Gopher 2b 4.3" 480(RGB)x272 TFT LCD panel 323 # TPK U.S.A. LLC Fusion 7" 800 x 480 (WVGA) LCD panel with capacitive touch
|
D | sitronix,st7701.yaml | 14 capable of supporting up to 480RGBX864 in resolution. It provides 17 Techstar TS8550B is 480x854, 2-lane MIPI DSI LCD panel which has 20 Densitron DMT028VGHMCMI-1A is 480x640, 2-lane MIPI DSI LCD panel
|
/Linux-v6.1/Documentation/devicetree/bindings/net/ |
D | micrel-ksz90x1.txt | 32 600 -480ps 0011 40 2200 480ps 1011 85 0_0111 -480ps 420 86 0_1000 -420ps 480 101 1_0111 480ps 1380 124 1000 60ps 480 131 1111 480ps 900
|
/Linux-v6.1/Documentation/devicetree/bindings/phy/ |
D | phy-rockchip-inno-usb2.yaml | 30 The usb 480m output clock name. 43 Phandle of the usb 480m clock. 47 Parent of the usb 480m clock. 48 Select between usb-phy output 480m and xin24m.
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | imx6qdl-tx6-lcd.dtsi | 116 vactive = <480>; 133 vactive = <480>; 166 hactive = <480>; 183 vactive = <480>; 200 vactive = <480>; 233 vactive = <480>;
|
D | omap34xx.dtsi | 90 isp: isp@480bc000 { 111 target-module@480cb000 { 130 target-module@480c9000 { 142 smartreflex_mpu_iva: smartreflex@480c9000 {
|
/Linux-v6.1/Documentation/devicetree/bindings/display/ |
D | xylon,logicvc-display.yaml | 250 xylon,layer-buffer-offset = <480>; 260 xylon,layer-buffer-offset = <480>; 269 xylon,layer-buffer-offset = <480>; 277 xylon,layer-base-offset = <480>; 278 xylon,layer-buffer-offset = <480>; 287 xylon,layer-buffer-offset = <480>;
|
/Linux-v6.1/drivers/media/i2c/ |
D | ak881x.c | 154 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() 292 ak881x->lines = 480; in ak881x_probe()
|
/Linux-v6.1/arch/arm/mach-s3c/ |
D | mach-mini6410.c | 144 .xres = 480, 149 /* 4.3" 480x272 */ 156 .xres = 480, 164 .yres = 480, 176 .yres = 480,
|
D | mach-qt2410.c | 94 .height = 480, 98 .yres = 480, 108 /* Configuration for 480x640 toppoly TD028TTEC1 */ 116 .width = 480, 119 .xres = 480,
|
/Linux-v6.1/Documentation/devicetree/bindings/mfd/ |
D | omap-usb-host.txt | 51 * "usb_host_hs_hsic480m_p1_clk" - Port 1 480MHz HSIC clock gate. 52 * "usb_host_hs_hsic480m_p2_clk" - Port 2 480MHz HSIC clock gate. 53 * "usb_host_hs_hsic480m_p3_clk" - Port 3 480MHz HSIC clock gate.
|
/Linux-v6.1/drivers/video/fbdev/via/ |
D | global.c | 25 unsigned int viafb_second_yres = 480; 27 int viafb_hotplug_Yres = 480;
|