| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | imx6qdl-tx6-lcd.dtsi | 115 hactive = <640>; 132 hactive = <640>; 149 hactive = <320>; 166 hactive = <480>; 182 hactive = <800>; 199 hactive = <800>; 215 hactive = <320>; 232 hactive = <800>;
|
| D | imx6qdl-tx6-lvds.dtsi | 133 hactive = <1024>; 147 hactive = <640>; 164 hactive = <1280>; 181 hactive = <800>; 198 hactive = <640>; 229 hactive = <1024>; 243 hactive = <640>; 259 hactive = <1280>;
|
| D | imx53-tx53-x03x.dts | 72 hactive = <640>; 88 hactive = <640>; 104 hactive = <320>; 120 hactive = <480>; 136 hactive = <800>; 152 hactive = <800>; 168 hactive = <320>;
|
| D | imx6ul-tx6ul.dtsi | 436 hactive = <640>; 452 hactive = <640>; 468 hactive = <320>; 484 hactive = <480>; 500 hactive = <800>; 516 hactive = <800>; 532 hactive = <320>;
|
| D | imx53-tx53-x13x.dts | 196 hactive = <1024>; 212 hactive = <1280>; 238 hactive = <1024>;
|
| /kernel/linux/linux-4.19/arch/arm/boot/dts/ |
| D | imx6qdl-tx6-lcd.dtsi | 115 hactive = <640>; 132 hactive = <640>; 149 hactive = <320>; 166 hactive = <480>; 182 hactive = <800>; 199 hactive = <800>; 215 hactive = <320>; 232 hactive = <800>;
|
| D | imx6qdl-tx6-lvds.dtsi | 133 hactive = <1024>; 147 hactive = <640>; 164 hactive = <1280>; 181 hactive = <800>; 198 hactive = <640>; 229 hactive = <1024>; 243 hactive = <640>; 259 hactive = <1280>;
|
| D | imx53-tx53-x03x.dts | 72 hactive = <640>; 88 hactive = <640>; 104 hactive = <320>; 120 hactive = <480>; 136 hactive = <800>; 152 hactive = <800>; 168 hactive = <320>;
|
| D | imx6ul-tx6ul.dtsi | 436 hactive = <640>; 452 hactive = <640>; 468 hactive = <320>; 484 hactive = <480>; 500 hactive = <800>; 516 hactive = <800>; 532 hactive = <320>;
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/panel/ |
| D | panel-olimex-lcd-olinuxino.c | 29 u32 hactive; member 154 lcd_mode->hactive, in lcd_olinuxino_get_modes() 161 mode->hdisplay = lcd_mode->hactive; in lcd_olinuxino_get_modes() 162 mode->hsync_start = lcd_mode->hactive + lcd_mode->hfp; in lcd_olinuxino_get_modes() 163 mode->hsync_end = lcd_mode->hactive + lcd_mode->hfp + in lcd_olinuxino_get_modes() 165 mode->htotal = lcd_mode->hactive + lcd_mode->hfp + in lcd_olinuxino_get_modes()
|
| D | panel-simple.c | 138 dt->hactive.typ, dt->vactive.typ); in panel_simple_get_timings_modes() 479 if (!PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, hactive) || in panel_simple_parse_panel_timing_node() 738 .hactive = { 800, 800, 800 }, 789 .hactive = { 1280, 1280, 1280 }, 940 .hactive = { 800, 800, 800 }, 1038 .hactive = { 1920, 1920, 1920 }, 1092 .hactive = { 1920, 1920, 1920 }, 1122 .hactive = { 1280, 1280, 1280 }, 1152 .hactive = { 1920, 1920, 1920 }, 1499 .hactive = { 1280, 1280, 1280 }, [all …]
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/display/panel/ |
| D | display-timing.txt | 18 - hactive, vactive: display resolution 67 | porch # | hactive # porch | len | 95 hactive = <1920>; 115 hactive = <1920>;
|
| /kernel/linux/linux-5.10/drivers/video/fbdev/geode/ |
| D | display_gx.c | 61 int hactive, hblankstart, hsyncstart, hsyncend, hblankend, htotal; in gx_set_mode() local 129 hactive = info->var.xres; in gx_set_mode() 130 hblankstart = hactive; in gx_set_mode() 143 write_dc(par, DC_H_ACTIVE_TIMING, (hactive - 1) | in gx_set_mode()
|
| D | display_gx1.c | 81 int hactive, hblankstart, hsyncstart, hsyncend, hblankend, htotal; in gx1_set_mode() local 147 hactive = info->var.xres; in gx1_set_mode() 148 hblankstart = hactive; in gx1_set_mode() 161 val = (hactive - 1) | ((htotal - 1) << 16); in gx1_set_mode()
|
| /kernel/linux/linux-4.19/drivers/video/fbdev/geode/ |
| D | display_gx.c | 65 int hactive, hblankstart, hsyncstart, hsyncend, hblankend, htotal; in gx_set_mode() local 133 hactive = info->var.xres; in gx_set_mode() 134 hblankstart = hactive; in gx_set_mode() 147 write_dc(par, DC_H_ACTIVE_TIMING, (hactive - 1) | in gx_set_mode()
|
| D | display_gx1.c | 85 int hactive, hblankstart, hsyncstart, hsyncend, hblankend, htotal; in gx1_set_mode() local 151 hactive = info->var.xres; in gx1_set_mode() 152 hblankstart = hactive; in gx1_set_mode() 165 val = (hactive - 1) | ((htotal - 1) << 16); in gx1_set_mode()
|
| /kernel/linux/linux-5.10/drivers/video/ |
| D | videomode.c | 17 vm->hactive = dt->hactive.typ; in videomode_from_timing()
|
| /kernel/linux/linux-4.19/drivers/video/ |
| D | videomode.c | 18 vm->hactive = dt->hactive.typ; in videomode_from_timing()
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/imx/dcss/ |
| D | dcss-ss.c | 136 vm->hactive - 1; in dcss_ss_sync_set() 143 vm->hactive - 1; in dcss_ss_sync_set() 163 de_lrc_x = vm->hsync_len + vm->hback_porch + vm->hactive - 1; in dcss_ss_sync_set()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/panel/ |
| D | display-timings.yaml | 52 hactive = <1920>; 64 hactive = <1920>;
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/xen/ |
| D | xen_drm_front_conn.c | 72 videomode.hactive = pipeline->width; in connector_get_modes() 74 width = videomode.hactive + videomode.hfront_porch + in connector_get_modes()
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/xen/ |
| D | xen_drm_front_conn.c | 74 videomode.hactive = pipeline->width; in connector_get_modes() 76 width = videomode.hactive + videomode.hfront_porch + in connector_get_modes()
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/panel/ |
| D | panel-simple.c | 115 dt->hactive.typ, dt->vactive.typ); in panel_simple_get_fixed_modes() 441 .hactive = { 800, 800, 800 }, 611 .hactive = { 800, 800, 800 }, 662 .hactive = { 1920, 1920, 1920 }, 691 .hactive = { 1920, 1920, 1920 }, 720 .hactive = { 1920, 1920, 1920 }, 963 .hactive = { 1024, 1024, 1024 }, 1104 .hactive = { 1280, 1280, 1280 }, 1133 .hactive = { 1024, 1024, 1024 }, 1233 .hactive = { 800, 800, 800 }, [all …]
|
| /kernel/linux/linux-5.10/drivers/media/pci/tw68/ |
| D | tw68-video.c | 229 * HACTIVE represent the actual number of pixels in the "usable" image, 233 * HSCALE = (HACTIVE / (#pixels desired)) * 256 255 int hactive, hdelay, hscale; in tw68_set_scale() local 279 hactive = norm->h_stop - norm->h_start + 1; in tw68_set_scale() 281 hscale = (hactive * 256) / (width); in tw68_set_scale() 292 pr_debug("%s: hactive=%d, hdelay=%d, hscale=%d; vactive=%d, vdelay=%d, vscale=%d\n", in tw68_set_scale() 294 hactive, hdelay, hscale, vactive, vdelay, vscale); in tw68_set_scale() 299 ((hactive & 0x300) >> 8); in tw68_set_scale() 301 __func__, comb, vdelay, vactive, hdelay, hactive); in tw68_set_scale() 306 tw_writeb(TW68_HACTIVE_LO, hactive & 0xff); in tw68_set_scale()
|
| /kernel/linux/linux-4.19/drivers/media/pci/tw68/ |
| D | tw68-video.c | 248 * HACTIVE represent the actual number of pixels in the "usable" image, 252 * HSCALE = (HACTIVE / (#pixels desired)) * 256 274 int hactive, hdelay, hscale; in tw68_set_scale() local 298 hactive = norm->h_stop - norm->h_start + 1; in tw68_set_scale() 300 hscale = (hactive * 256) / (width); in tw68_set_scale() 311 pr_debug("%s: hactive=%d, hdelay=%d, hscale=%d; vactive=%d, vdelay=%d, vscale=%d\n", in tw68_set_scale() 313 hactive, hdelay, hscale, vactive, vdelay, vscale); in tw68_set_scale() 318 ((hactive & 0x300) >> 8); in tw68_set_scale() 320 __func__, comb, vdelay, vactive, hdelay, hactive); in tw68_set_scale() 325 tw_writeb(TW68_HACTIVE_LO, hactive & 0xff); in tw68_set_scale()
|