| /kernel/linux/linux-6.6/arch/arm/boot/dts/nxp/imx/ |
| 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>;
|
| /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>;
|
| /kernel/linux/linux-6.6/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 | 179 dt->hactive.typ, dt->vactive.typ); in panel_simple_get_timings_modes() 528 if (!PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, hactive) || in panel_simple_parse_panel_timing_node() 779 .hactive = { 800, 800, 800 }, 820 .hactive = { 800, 800, 800 }, 850 .hactive = { 800, 800, 800 }, 956 .hactive = { 800, 800, 800 }, 984 .hactive = { 1280, 1280, 1280 }, 1033 .hactive = { 1280, 1280, 1280 }, 1057 .hactive = { 1920, 1920, 1920 }, 1111 .hactive = { 1920, 1920, 1920 }, [all …]
|
| /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() 739 .hactive = { 800, 800, 800 }, 790 .hactive = { 1280, 1280, 1280 }, 941 .hactive = { 800, 800, 800 }, 1015 .hactive = { 1280, 1280, 1280 }, 1039 .hactive = { 1920, 1920, 1920 }, 1093 .hactive = { 1920, 1920, 1920 }, 1123 .hactive = { 1280, 1280, 1280 }, 1153 .hactive = { 1920, 1920, 1920 }, [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/imx/ipuv3/ |
| D | ipuv3-crtc.c | 307 if (!IS_ALIGNED(sig_cfg.mode.hactive, 8)) { in ipu_crtc_mode_set_nofb() 308 unsigned int new_hactive = ALIGN(sig_cfg.mode.hactive, 8); in ipu_crtc_mode_set_nofb() 310 dev_warn(ipu_crtc->dev, "8-pixel align hactive %d -> %d\n", in ipu_crtc_mode_set_nofb() 311 sig_cfg.mode.hactive, new_hactive); in ipu_crtc_mode_set_nofb() 313 sig_cfg.mode.hfront_porch -= new_hactive - sig_cfg.mode.hactive; in ipu_crtc_mode_set_nofb() 314 sig_cfg.mode.hactive = new_hactive; in ipu_crtc_mode_set_nofb() 319 imx_crtc_state->bus_format, sig_cfg.mode.hactive); in ipu_crtc_mode_set_nofb()
|
| /kernel/linux/linux-6.6/drivers/gpu/ipu-v3/ |
| D | ipu-di.c | 205 u32 h_total = sig->mode.hactive + sig->mode.hsync_len + in ipu_di_sync_config_interlaced() 251 .repeat_count = sig->mode.hactive, in ipu_di_sync_config_interlaced() 268 u32 h_total = sig->mode.hactive + sig->mode.hsync_len + in ipu_di_sync_config_noninterlaced() 307 .repeat_count = sig->mode.hactive, in ipu_di_sync_config_noninterlaced() 348 .repeat_count = sig->mode.hactive, in ipu_di_sync_config_noninterlaced() 510 if (!IS_ALIGNED(mode->hactive, 8) && in ipu_di_adjust_videomode() 511 mode->hfront_porch < ALIGN(mode->hactive, 8) - mode->hactive) { in ipu_di_adjust_videomode() 512 …dev_err(di->ipu->dev, "hactive %d is not aligned to 8 and front porch is too small to compensate\n… in ipu_di_adjust_videomode() 513 mode->hactive); in ipu_di_adjust_videomode() 568 di->id, sig->mode.hactive, sig->mode.vactive); in ipu_di_init_sync_panel()
|
| /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-6.6/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-6.6/drivers/video/ |
| D | videomode.c | 17 vm->hactive = dt->hactive.typ; in videomode_from_timing()
|
| /kernel/linux/linux-5.10/drivers/video/ |
| D | videomode.c | 17 vm->hactive = dt->hactive.typ; in videomode_from_timing()
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/sprd/ |
| D | sprd_dsi.c | 470 video_size = round_video_size(coding, vm->hactive); in sprd_dsi_dpi_video() 474 hline = vm->hactive + vm->hsync_len + vm->hfront_porch + in sprd_dsi_dpi_video() 516 bytes_per_chunk = vm->hactive * bpp_x100 / 100 + pkt_header; in sprd_dsi_dpi_video() 519 total_bytes = (vm->hactive + vm->hfront_porch) * in sprd_dsi_dpi_video() 534 video_size < vm->hactive; in sprd_dsi_dpi_video() 536 if (vm->hactive * 1000 / video_size % 1000) in sprd_dsi_dpi_video() 539 chunks = vm->hactive / video_size; in sprd_dsi_dpi_video() 563 for (video_size = vm->hactive; in sprd_dsi_dpi_video() 586 u32 hactive = ctx->vm.hactive; in sprd_dsi_edpi_video() local 599 if (max_fifo_len > hactive) in sprd_dsi_edpi_video() [all …]
|
| /kernel/linux/linux-6.6/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/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-6.6/Documentation/devicetree/bindings/display/panel/ |
| D | display-timings.yaml | 51 hactive = <1920>; 63 hactive = <1920>;
|
| /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-6.6/drivers/gpu/drm/xen/ |
| D | xen_drm_front_conn.c | 75 videomode.hactive = pipeline->width; in connector_get_modes() 77 width = videomode.hactive + videomode.hfront_porch + in connector_get_modes()
|