Home
last modified time | relevance | path

Searched full:1920 (Results 1 – 25 of 355) sorted by relevance

12345678910>>...15

/linux-6.12.1/drivers/gpu/drm/ci/xfails/
Dvirtio_gpu-none-fails.txt6 kms_bw@connected-linear-tiling-1-displays-1920x1080p,Fail
10 kms_bw@connected-linear-tiling-10-displays-1920x1080p,Fail
14 kms_bw@connected-linear-tiling-11-displays-1920x1080p,Fail
18 kms_bw@connected-linear-tiling-12-displays-1920x1080p,Fail
22 kms_bw@connected-linear-tiling-13-displays-1920x1080p,Fail
26 kms_bw@connected-linear-tiling-14-displays-1920x1080p,Fail
30 kms_bw@connected-linear-tiling-15-displays-1920x1080p,Fail
34 kms_bw@connected-linear-tiling-16-displays-1920x1080p,Fail
38 kms_bw@connected-linear-tiling-2-displays-1920x1080p,Fail
42 kms_bw@connected-linear-tiling-3-displays-1920x1080p,Fail
[all …]
Dmediatek-mt8173-fails.txt9 kms_bw@connected-linear-tiling-1-displays-1920x1080p,Fail
13 kms_bw@connected-linear-tiling-2-displays-1920x1080p,Fail
17 kms_bw@linear-tiling-1-displays-1920x1080p,Fail
21 kms_bw@linear-tiling-2-displays-1920x1080p,Fail
/linux-6.12.1/drivers/staging/media/atomisp/pci/isp/kernels/tdf/tdf_1.0/
Dia_css_tdf.host.c21 {384, 1152, 1920, 2688, 2688, 1920, 1152, 384},
22 {640, 1920, 3200, 4480, 4480, 3200, 1920, 640},
25 {640, 1920, 3200, 4480, 4480, 3200, 1920, 640},
26 {384, 1152, 1920, 2688, 2688, 1920, 1152, 384},
/linux-6.12.1/Documentation/devicetree/bindings/display/panel/
Dpanel-simple-lvds-dual-ports.yaml34 # AU Optronics Corporation 13.3" FHD (1920x1080) TFT LCD panel
36 # AU Optronics Corporation 15.6" FHD (1920x1080) TFT LCD panel
38 # AU Optronics Corporation 18.5" FHD (1920x1080) TFT LCD panel
42 # Kaohsiung Opto-Electronics Inc. 10.1" WUXGA (1920 x 1200) LVDS TFT LCD panel
44 # Lincoln Technology Solutions, LCD185-101CT 10.1" TFT 1920x1200
46 # Microtips Technology MF-101HIEBCAF0 10.1" WUXGA (1920x1200) TFT LCD panel
48 # Microtips Technology MF-103HIEB0GA0 10.25" 1920x720 TFT LCD panel
50 # NLT Technologies, Ltd. 15.6" FHD (1920x1080) LVDS TFT LCD panel
Dpanel-edp-legacy.yaml33 # AU Optronics Corporation 13.3" FHD (1920x1080) color TFT-LCD panel
39 # BOE NV133FHM-N61 13.3" FHD (1920x1080) TFT LCD Panel
43 # BOE NV133FHM-N62 13.3" FHD (1920x1080) TFT LCD Panel
51 # InnoLux 13.3" FHD (1920x1080) eDP TFT LCD panel
61 # LG 12.0" (1920x1280 pixels) TFT LCD panel
Ddisplay-timings.yaml49 /* 1920x1080p24 */
51 hactive = <1920>;
61 /* 1920x1080p24 */
63 hactive = <1920>;
/linux-6.12.1/drivers/staging/media/meson/vdec/
Dvdec_platform.c21 .max_width = 1920,
33 .max_width = 1920,
44 .max_width = 1920,
83 .max_width = 1920,
94 .max_width = 1920,
121 .max_width = 1920,
132 .max_width = 1920,
171 .max_width = 1920,
182 .max_width = 1920,
221 .max_width = 1920,
[all …]
/linux-6.12.1/drivers/gpu/drm/kmb/
Dkmb_drv.h14 #define KMB_MAX_WIDTH 1920 /*Max width in pixels */
16 #define KMB_MIN_WIDTH 1920 /*Max width in pixels */
25 #define KMB_CRTC_MAX_WIDTH 1920 /* max width in pixels */
27 #define KMB_CRTC_MIN_WIDTH 1920
29 #define KMB_FB_MAX_WIDTH 1920
/linux-6.12.1/drivers/gpu/drm/tests/
Ddrm_format_test.c147 KUNIT_EXPECT_EQ(test, drm_format_info_min_pitch(info, 0, 1920), 1920); in drm_test_format_min_pitch_one_plane_8bpp()
170 KUNIT_EXPECT_EQ(test, drm_format_info_min_pitch(info, 0, 1920), 3840); in drm_test_format_min_pitch_one_plane_16bpp()
191 KUNIT_EXPECT_EQ(test, drm_format_info_min_pitch(info, 0, 640), 1920); in drm_test_format_min_pitch_one_plane_24bpp()
193 KUNIT_EXPECT_EQ(test, drm_format_info_min_pitch(info, 0, 1920), 5760); in drm_test_format_min_pitch_one_plane_24bpp()
216 KUNIT_EXPECT_EQ(test, drm_format_info_min_pitch(info, 0, 1920), 7680); in drm_test_format_min_pitch_one_plane_32bpp()
244 KUNIT_EXPECT_EQ(test, drm_format_info_min_pitch(info, 0, 1920), 1920); in drm_test_format_min_pitch_two_plane()
245 KUNIT_EXPECT_EQ(test, drm_format_info_min_pitch(info, 1, 960), 1920); in drm_test_format_min_pitch_two_plane()
284 KUNIT_EXPECT_EQ(test, drm_format_info_min_pitch(info, 0, 1920), 1920); in drm_test_format_min_pitch_three_plane_8bpp()
321 KUNIT_EXPECT_EQ(test, drm_format_info_min_pitch(info, 0, 1920), 3840); in drm_test_format_min_pitch_tiled()
Ddrm_client_modeset_test.c27 count = drm_add_modes_noedid(connector, 1920, 1200); in drm_client_modeset_connector_get_modes()
92 const char *cmdline = "1920x1080@60"; in drm_test_pick_cmdline_res_1920_1080_60()
95 expected_mode = drm_mode_find_dmt(priv->drm, 1920, 1080, 60, false); in drm_test_pick_cmdline_res_1920_1080_60()
104 ret = drm_helper_probe_single_connector_modes(connector, 1920, 1080); in drm_test_pick_cmdline_res_1920_1080_60()
142 ret = drm_helper_probe_single_connector_modes(connector, 1920, 1080); in drm_test_pick_cmdline_named()
/linux-6.12.1/drivers/media/platform/qcom/venus/
Dcore.c535 { 352800, 228570000 }, /* 1920x1088 @ 30 + 1280x720 @ 30 */
536 { 244800, 160000000 }, /* 1920x1088 @ 30 */
701 { 489600, 200000000 }, /* 1920x1080@60 */
702 { 244800, 100000000 }, /* 1920x1080@30 */
708 { 489600, 723000, 0, 973000, 0 }, /* 1920x1080@60 */
709 { 244800, 370000, 0, 495000, 0 }, /* 1920x1080@30 */
715 { 489600, 1040000, 0, 1298000, 0 }, /* 1920x1080@60 */
716 { 244800, 530000, 0, 659000, 0 }, /* 1920x1080@30 */
781 { 489600, 451000, 0, 0, 0 }, /* 1920x1080@60 */
782 { 244800, 234000, 0, 0, 0 }, /* 1920x1080@30 */
[all …]
/linux-6.12.1/drivers/video/fbdev/sis/
Dsis_main.h286 {"1920x1080x8", {0x2c,0x2c}, 0x0000, 0x0000, 1920, 1080, 8, 1, 240, 67, MD_SIS315},
287 {"1920x1080x16", {0x2d,0x2d}, 0x0000, 0x0000, 1920, 1080, 16, 1, 240, 67, MD_SIS315},
288 {"1920x1080x24", {0x73,0x73}, 0x0000, 0x0000, 1920, 1080, 32, 1, 240, 67, MD_SIS315},
289 /*130*/ {"1920x1080x32", {0x73,0x73}, 0x0000, 0x0000, 1920, 1080, 32, 1, 240, 67, MD_SIS3…
290 {"1920x1440x8", {0x68,0x68}, 0x013f, 0x0000, 1920, 1440, 8, 1, 240, 75, MD_SIS300|MD_SIS315},
291 {"1920x1440x16", {0x69,0x69}, 0x0140, 0x0000, 1920, 1440, 16, 1, 240, 75, MD_SIS300|MD_SIS315},
292 {"1920x1440x24", {0x6b,0x6b}, 0x0141, 0x0000, 1920, 1440, 32, 1, 240, 75, MD_SIS300|MD_SIS315},
293 {"1920x1440x32", {0x6b,0x6b}, 0x0141, 0x0000, 1920, 1440, 32, 1, 240, 75, MD_SIS300|MD_SIS315},
443 {1, 1920, 1080, 30, true},
444 {1, 1920, 1440, 60, true}, {2, 1920, 1440, 65, true}, {3, 1920, 1440, 70, true},
[all …]
/linux-6.12.1/drivers/gpu/drm/loongson/
Dlsdc_pixpll.c58 {148500, 1920, 1080, 60, 11, 49, 3}, /* 1920x1080@60Hz */
59 {141750, 1920, 1080, 60, 11, 78, 5}, /* 1920x1080@60Hz */
60 /* 1920x1080@50Hz */
61 {174500, 1920, 1080, 75, 17, 89, 3}, /* 1920x1080@75Hz */
64 {301992, 1920, 1080, 100, 10, 151, 5}, /* 1920x1080@100Hz */
/linux-6.12.1/drivers/gpu/drm/panel/
Dpanel-panasonic-vvx10f034n00.c112 .hdisplay = 1920,
113 .hsync_start = 1920 + 152,
114 .hsync_end = 1920 + 152 + 52,
115 .htotal = 1920 + 152 + 52 + 20,
243 MODULE_DESCRIPTION("Panasonic VVX10F034N00 Novatek NT1397-based WUXGA (1920x1200) video mode panel …
Dpanel-boe-tv101wum-ll2.c136 .clock = (1200 + 27 + 8 + 12) * (1920 + 155 + 8 + 32) * 60 / 1000,
141 .vdisplay = 1920,
142 .vsync_start = 1920 + 155,
143 .vsync_end = 1920 + 155 + 8,
144 .vtotal = 1920 + 155 + 8 + 32,
Dpanel-edp.c1058 .hdisplay = 1920,
1059 .hsync_start = 1920 + 172,
1060 .hsync_end = 1920 + 172 + 80,
1061 .htotal = 1920 + 172 + 80 + 60,
1192 .hdisplay = 1920,
1193 .hsync_start = 1920 + 48,
1194 .hsync_end = 1920 + 48 + 32,
1195 .htotal = 1920 + 48 + 32 + 200,
1233 .hdisplay = 1920,
1234 .hsync_start = 1920 + 48,
[all …]
Dpanel-jdi-fhd-r63452.c134 .clock = (1080 + 120 + 16 + 40) * (1920 + 4 + 2 + 4) * 60 / 1000,
139 .vdisplay = 1920,
140 .vsync_start = 1920 + 4,
141 .vsync_end = 1920 + 4 + 2,
142 .vtotal = 1920 + 4 + 2 + 4,
Dpanel-osd-osd101t2587-53ts.c72 .hdisplay = 1920,
73 .hsync_start = 1920 + 152,
74 .hsync_end = 1920 + 152 + 52,
75 .htotal = 1920 + 152 + 52 + 20,
Dpanel-sharp-ls060t1sx01.c179 .clock = (1080 + 96 + 16 + 64) * (1920 + 4 + 1 + 16) * 60 / 1000,
184 .vdisplay = 1920,
185 .vsync_start = 1920 + 4,
186 .vsync_end = 1920 + 4 + 1,
187 .vtotal = 1920 + 4 + 1 + 16,
/linux-6.12.1/include/uapi/linux/
Dv4l2-dv-timings.h124 V4L2_INIT_BT_TIMINGS(1920, 1080, 0, \
134 V4L2_INIT_BT_TIMINGS(1920, 1080, 0, \
143 V4L2_INIT_BT_TIMINGS(1920, 1080, 0, \
153 V4L2_INIT_BT_TIMINGS(1920, 1080, 1, \
163 V4L2_INIT_BT_TIMINGS(1920, 1080, 0, \
172 V4L2_INIT_BT_TIMINGS(1920, 1080, 1, \
183 V4L2_INIT_BT_TIMINGS(1920, 1080, 0, \
838 V4L2_INIT_BT_TIMINGS(1920, 1200, 0, V4L2_DV_HSYNC_POS_POL, \
846 V4L2_INIT_BT_TIMINGS(1920, 1200, 0, V4L2_DV_VSYNC_POS_POL, \
853 V4L2_INIT_BT_TIMINGS(1920, 1200, 0, V4L2_DV_VSYNC_POS_POL, \
[all …]
/linux-6.12.1/Documentation/fb/
Dviafb.modes762 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
800 # 1920x1080, 60 Hz, Non-Interlaced (172.798 MHz dotclock)
803 # Resolution 1920 1080
817 mode "1920x1080-60"
819 geometry 1920 1080 1920 1080 32 timings 5787 328 120 34 1 208 3 endmode
/linux-6.12.1/Documentation/devicetree/bindings/display/bridge/
Dnxp,ptn3460.yaml26 1 1920x1080 NXP Generic
27 2 1920x1080 NXP Generic
29 4 1920x1080 Samsung LTM230HT
/linux-6.12.1/drivers/gpu/drm/
Ddrm_edid.c518 { DRM_MODE("1792x1344", DRM_MODE_TYPE_DRIVER, 204750, 1792, 1920,
541 /* 0x52 - 1920x1080@60Hz */
542 { DRM_MODE("1920x1080", DRM_MODE_TYPE_DRIVER, 148500, 1920, 2008,
545 /* 0x44 - 1920x1200@60Hz RB */
546 { DRM_MODE("1920x1200", DRM_MODE_TYPE_DRIVER, 154000, 1920, 1968,
549 /* 0x45 - 1920x1200@60Hz */
550 { DRM_MODE("1920x1200", DRM_MODE_TYPE_DRIVER, 193250, 1920, 2056,
553 /* 0x46 - 1920x1200@75Hz */
554 { DRM_MODE("1920x1200", DRM_MODE_TYPE_DRIVER, 245250, 1920, 2056,
557 /* 0x47 - 1920x1200@85Hz */
[all …]
/linux-6.12.1/drivers/video/fbdev/geode/
Dlxfb_core.c201 /* 1920x1440-60 */
202 { NULL, 60, 1920, 1440, 4273, 344, 128, 56, 1, 208, 3,
204 /* 1920x1440-70 */
205 { NULL, 70, 1920, 1440, 3593, 360, 152, 55, 8, 208, 3,
207 /* 1920x1440-72 */
208 { NULL, 72, 1920, 1440, 3472, 360, 152, 68, 4, 208, 3,
210 /* 1920x1440-75 */
211 { NULL, 75, 1920, 1440, 3367, 352, 144, 56, 1, 224, 3,
213 /* 1920x1440-85 */
214 { NULL, 85, 1920, 1440, 2929, 368, 152, 68, 1, 216, 3,
[all …]
/linux-6.12.1/drivers/staging/media/atomisp/pci/isp/kernels/anr/anr_2/
Dia_css_anr2_table.host.c231920, 2688, 2688, 1920, 1152, 384, 640, 1920, 3200, 4480, 4480, 3200, 1920, 640, 896, 2688, 4480, …

12345678910>>...15