/openbmc/linux/drivers/video/fbdev/geode/ |
H A D | lxfb_core.c | 176 /* 1600x1200-60 */ 179 /* 1600x1200-70 */ 182 /* 1600x1200-72 */ 185 /* 1600x1200-75 */ 188 /* 1600x1200-85 */ 191 /* 1600x1200-90 */ 194 /* 1600x1200-100 */ 197 /* 1600x1200-60 */ 201 /* 1920x1440-60 */ 202 { NULL, 60, 1920, 1440, 4273, 344, 128, 56, 1, 208, 3, [all …]
|
/openbmc/linux/drivers/video/fbdev/core/ |
H A D | modedb.c | 149 /* 1600x1200 @ 60Hz, 75.00 kHz hsync */ 170 /* 1600x1200 @ 70 Hz, 87.50 kHz hsync */ 183 /* 1600x1200 @ 75 Hz, 93.75 kHz hsync */ 193 /* 1600x1200 @ 85 Hz, 105.77 kHz hsync */ 260 /* 1920x1080 @ 60 Hz, 67.3 kHz hsync */ 261 { NULL, 60, 1920, 1080, 6734, 148, 88, 36, 4, 44, 5, 0, 265 /* 1920x1200 @ 60 Hz, 74.5 Khz hsync */ 266 { NULL, 60, 1920, 1200, 5177, 128, 336, 1, 38, 208, 3, 381 /* 23 1600x1200-60 VESA */ 385 /* 24 1600x1200-65 VESA */ [all …]
|
/openbmc/linux/Documentation/fb/ |
H A D | viafb.modes | 704 # 1600x1200, 60 Hz, Non-Interlaced (156.00 MHz dotclock) 721 mode "1600x1200-60" 725 # 1600x1200, 75 Hz, Non-Interlaced (202.50 MHz dotclock) 742 mode "1600x1200-75" 762 hsync high vsync high endmode mode "1920x1200-60" 764 geometry 1920 1200 1920 1200 32 766 hsync high vsync high endmode mode "1920x1440-60" 768 geometry 1920 1440 1920 1440 32 770 hsync high vsync high endmode mode "1920x1440-75" 772 geometry 1920 1440 1920 1440 32 [all …]
|
H A D | viafb.rst | 26 1440x1050(60 Hz), 1600x1200(60, 75 Hz), 1280x720(60 Hz), 27 1920x1080(60 Hz), 1400x1050(60 Hz), 800x480(60 Hz) 73 - 6 : Resolution: 1600x1200, Channel: dual, Dithering: Enable 82 - 15: Resolution: 1600x1200, Channel: dual, Dithering: Disable
|
/openbmc/linux/Documentation/devicetree/bindings/display/panel/ |
H A D | panel-simple.yaml | 52 # AU Optronics Corporation 13.3" FHD (1920x1080) color TFT-LCD panel 54 # AU Optronics Corporation 13.3" FHD (1920x1080) color TFT-LCD panel 58 # AU Optronics Corporation 14.0" FHD (1920x1080) color TFT-LCD panel 68 # AU Optronics Corporation 13.3" FHD (1920x1080) TFT LCD panel 72 # AU Optronics Corporation 18.5" FHD (1920x1080) TFT LCD panel 76 # AU Optronics Corporation 31.5" FHD (1920x1080) TFT LCD panel 78 # AU Optronics Corporation 21.5" FHD (1920x1080) color TFT LCD panel 88 # BOE NV133FHM-N61 13.3" FHD (1920x1080) TFT LCD Panel 92 # BOE NV133FHM-N62 13.3" FHD (1920x1080) TFT LCD Panel 171 # InfoVision Optoelectronics M133NWF4 R0 13.3" FHD (1920x1080) TFT LCD panel [all …]
|
H A D | panel-simple-dsi.yaml | 41 # LG ACX467AKM-7 4.95" 1080×1920 LCD Panel 45 # One Stop Displays OSD101T2587-53TS 10.1" 1920x1200 panel
|
/openbmc/linux/drivers/gpu/drm/panel/ |
H A D | Kconfig | 244 The panel has a 1200(RGB)×1920 (WUXGA) resolution and uses 464 tristate "OSD OSD101T2587-53TS DSI 1920x1200 video mode panel" 470 OSD101T2587-53TS 10.1" 1920x1200 dsi panel. 473 tristate "Panasonic VVX10F034N00 1920x1200 video mode panel" 479 WUXGA (1920x1200) Novatek NT1397-based DSI panel as found in some
|
H A D | panel-panasonic-vvx10f034n00.c | 144 .hdisplay = 1920, 145 .hsync_start = 1920 + 152, 146 .hsync_end = 1920 + 152 + 52, 147 .htotal = 1920 + 152 + 52 + 20, 288 MODULE_DESCRIPTION("Panasonic VVX10F034N00 Novatek NT1397-based WUXGA (1920x1200) video mode panel …
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_edid.c | 461 /* 0x33 - 1600x1200@60Hz */ 462 { DRM_MODE("1600x1200", DRM_MODE_TYPE_DRIVER, 162000, 1600, 1664, 465 /* 0x34 - 1600x1200@65Hz */ 466 { DRM_MODE("1600x1200", DRM_MODE_TYPE_DRIVER, 175500, 1600, 1664, 469 /* 0x35 - 1600x1200@70Hz */ 470 { DRM_MODE("1600x1200", DRM_MODE_TYPE_DRIVER, 189000, 1600, 1664, 473 /* 0x36 - 1600x1200@75Hz */ 474 { DRM_MODE("1600x1200", DRM_MODE_TYPE_DRIVER, 202500, 1600, 1664, 477 /* 0x37 - 1600x1200@85Hz */ 478 { DRM_MODE("1600x1200", DRM_MODE_TYPE_DRIVER, 229500, 1600, 1664, [all …]
|
H A D | drm_edid_load.c | 47 "edid/1600x1200.bin", 49 "edid/1920x1080.bin",
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | edid.rst | 29 commonly used screen resolutions (800x600, 1024x768, 1280x1024, 1600x1200, 30 1680x1050, 1920x1080) as binary blobs, but the kernel source tree does
|
/openbmc/linux/Documentation/devicetree/bindings/display/bridge/ |
H A D | toshiba,tc358775.yaml | 17 Up to 1600x1200 24-bit/pixel resolution for single-link LVDS display panel 19 Up to WUXGA (1920x1200 24-bit pixels) resolution for dual-link LVDS display
|
/openbmc/linux/drivers/video/fbdev/kyro/ |
H A D | fbdev.c | 203 /* 1600x1200 @ 60Hz */ 208 /* 1600x1200 @ 65Hz */ 213 /* 1600x1200 @ 70Hz */ 218 /* 1600x1200 @ 75Hz */ 223 /* 1600x1200 @ 85Hz */ 248 /* 1920x1440 @ 60Hz */ 249 NULL, 60, 1920, 1440, KHZ2PICOS(234000), 253 /* 1920x1440 @ 75Hz */ 254 NULL, 75, 1920, 1440, KHZ2PICOS(297000),
|
/openbmc/linux/drivers/gpu/drm/i915/gvt/ |
H A D | display.h | 185 return "1920x1200"; in vgpu_edid_str() 197 return 1920; in vgpu_edid_xres()
|
H A D | display.c | 127 /* EDID with 1920x1200 as its resolution */ 143 * 1920x1080, 1280x720, 1280x960, 1280x1024, 144 * 1440x900, 1600x1200, 1680x1050 148 /* 18 Byte Data Blocks 1: max resolution is 1920x1200 */
|
/openbmc/linux/drivers/gpu/drm/rockchip/ |
H A D | rockchip_vop2_reg.c | 119 .max_output = { 1920, 1080 }, 213 .base = 0x1200,
|
/openbmc/linux/drivers/video/fbdev/sis/ |
H A D | 310vtbl.h | 97 {0x68,0x067b,0x013f,SIS_RI_1920x1440,0x00,0x00,0x00,0x00,0x29,-1}, /* 1920x1440x8 */ 98 {0x69,0x06fd,0x0140,SIS_RI_1920x1440,0x00,0x00,0x00,0x00,0x29,-1}, /* 1920x1440x16 */ 99 {0x6b,0x07ff,0x0141,SIS_RI_1920x1440,0x00,0x00,0x00,0x00,0x29,-1}, /* 1920x1440x32 */ 145 {0x2c,0x267b,0x0000,SIS_RI_1920x1080,0x00,0x00,0x00,0x00,0x52,-1}, /* 1920x1080(i) */ 203 {0x8007,0x27,0x27,0x00,0x00,0x68,1920,1440, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x29 */ 204 {0x4007,0x28,0x29,0x00,0x00,0x68,1920,1440, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x2a */ 205 {0x4007,0x29,0x2e,0x00,0x00,0x68,1920,1440, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x2b */ 206 {0x4007,0x2a,0x30,0x00,0x00,0x68,1920,1440, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x2c */ 207 {0x4007,0x2b,0x35,0x00,0x00,0x68,1920,1440, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x2d */ 208 {0x4005,0x2c,0x39,0x00,0x00,0x68,1920,1440, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x2e */ [all …]
|
H A D | init.h | 204 { 1920,1440, 8,16}, /* 0x0b */ 224 { 1920,1080, 8,16}, /* 0x1f */ 1174 { 1, 1,2160,1250,2160,1250 }, /* 0x09: 1600x1200 */ 1196 { 1, 1,1760,1235,1760,1235 }, /* 0x20: 1600x1200 for LCDA */ 1197 { 1, 1,2048,1320,2048,1320 }, /* 0x21: 1600x1200 for non-SiS LVDS */
|
H A D | init.c | 458 case 1920: in SiS_GetModeID() 707 case 1920: in SiS_GetModeID_LCD() 853 if(HDisplay >= 1920) return 0; in SiS_GetModeID_VGA2() 2089 /* Alternate for 1600x1200 LCDA */ in SiS_SetCRT1CRTC() 2189 /* Alternate for 1600x1200 LCDA */ in SiS_SetCRT1VCLK()
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | hyperv_fb.c | 13 * screen resolution up to Full HD 1920x1080 with 32 bit color on Windows 14 * Server 2012, and 1600x1200 with 16 bit color on Windows Server 2008 R2 32 * set-vmvideo -vmname name -horizontalresolution:1920 \
|
/openbmc/linux/drivers/media/platform/qcom/camss/ |
H A D | camss-csid.c | 29 #define VFE_480_CSID_OFFSET 0x1200 507 .width = 1920, in csid_init_formats()
|
/openbmc/linux/drivers/usb/misc/sisusbvga/ |
H A D | sisusb_tables.h | 120 {1920, 1440, 8, 16}, /* 0x0b */ 140 {1920, 1080, 8, 16}, /* 0x1f */ 666 {0x70, 0x24, 162}, /* 0x5e 1600x1200 */ 677 {0x52, 0x27, 75}, /* 0x69 1920x1080i 60Hz interlaced */
|
/openbmc/linux/drivers/media/i2c/ |
H A D | ov5648.c | 742 /* 1600x1200 (UXGA) */ 777 /* 1920x1080 (Full HD) */ 782 .output_size_x = 1920,
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc_resource.c | 875 * The following diagram shows an example where we map a 1920x1200 in calculate_plane_rec_in_timing_active() 878 * Active space, we first multiply stream scaling ratios (i.e 2304/1920 in calculate_plane_rec_in_timing_active() 888 * |Stream Source (1920 x 1200) ^ | in calculate_plane_rec_in_timing_active() 926 * recout_x = 128 + round(plane_x * 2304 / 1920) in calculate_plane_rec_in_timing_active() 927 * recout_w = 128 + round((plane_x + plane_w) * 2304 / 1920) - recout_x in calculate_plane_rec_in_timing_active()
|
/openbmc/linux/drivers/video/fbdev/aty/ |
H A D | atyfb_base.c | 889 if ((xres > 1920) || (yres > 1200)) { in aty_var_to_crtc() 890 FAIL("MACH64 chips are designed for max 1920x1200\n" in aty_var_to_crtc()
|