/Linux-v5.4/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 | imx53-tx53-x13x.dts | 196 hactive = <1024>; 212 hactive = <1280>; 238 hactive = <1024>;
|
D | omap3-devkit8000-lcd43.dts | 19 hactive = <480>;
|
D | r8a77xx-aa104xd12-panel.dtsi | 19 hactive = <1024>;
|
D | r8a77xx-aa121td01-panel.dtsi | 19 hactive = <1280>;
|
D | logicpd-torpedo-37xx-devkit-28.dts | 19 hactive = <480>;
|
D | vt8500-bv07.dts | 21 hactive = <800>;
|
/Linux-v5.4/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()
|
/Linux-v5.4/drivers/gpu/drm/panel/ |
D | panel-olimex-lcd-olinuxino.c | 30 u32 hactive; member 161 lcd_mode->hactive, in lcd_olinuxino_get_modes() 168 mode->hdisplay = lcd_mode->hactive; in lcd_olinuxino_get_modes() 169 mode->hsync_start = lcd_mode->hactive + lcd_mode->hfp; in lcd_olinuxino_get_modes() 170 mode->hsync_end = lcd_mode->hactive + lcd_mode->hfp + in lcd_olinuxino_get_modes() 172 mode->htotal = lcd_mode->hactive + lcd_mode->hfp + in lcd_olinuxino_get_modes()
|
D | panel-simple.c | 136 dt->hactive.typ, dt->vactive.typ); in panel_simple_get_timings_modes() 390 if (!PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, hactive) || in panel_simple_parse_panel_timing_node() 567 .hactive = { 800, 800, 800 }, 616 .hactive = { 1280, 1280, 1280 }, 736 .hactive = { 800, 800, 800 }, 811 .hactive = { 1920, 1920, 1920 }, 840 .hactive = { 1920, 1920, 1920 }, 869 .hactive = { 1920, 1920, 1920 }, 1183 .hactive = { 1024, 1024, 1024 }, 1212 .hactive = { 1280, 1280, 1280 }, [all …]
|
/Linux-v5.4/drivers/video/ |
D | videomode.c | 17 vm->hactive = dt->hactive.typ; in videomode_from_timing()
|
/Linux-v5.4/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>;
|
/Linux-v5.4/drivers/media/i2c/ |
D | bt819.c | 61 int hactive; member 181 ((timing->hactive >> 8) & 0x03); in bt819_init() 185 init[0x07 * 2 - 1] = timing->hactive & 0xff; in bt819_init() 272 ((timing->hactive >> 8) & 0x03)); in bt819_s_std() 276 bt819_write(decoder, 0x07, timing->hactive & 0xff); in bt819_s_std()
|
/Linux-v5.4/drivers/gpu/drm/xen/ |
D | xen_drm_front_conn.c | 73 videomode.hactive = pipeline->width; in connector_get_modes() 75 width = videomode.hactive + videomode.hfront_porch + in connector_get_modes()
|
/Linux-v5.4/drivers/video/fbdev/core/ |
D | fbmon.c | 1019 u32 hactive; member 1154 timings->hactive); in fb_timings_vfreq() 1155 timings->htotal = timings->hactive + timings->hblank; in fb_timings_vfreq() 1165 timings->hactive); in fb_timings_hfreq() 1166 timings->htotal = timings->hactive + timings->hblank; in fb_timings_hfreq() 1173 timings->hactive); in fb_timings_dclk() 1174 timings->htotal = timings->hactive + timings->hblank; in fb_timings_dclk() 1248 timings->hactive = var->xres; in fb_get_mode() 1316 fbmode->xres = vm->hactive; in fb_videomode_from_videomode() 1342 htotal = vm->hactive + vm->hfront_porch + vm->hback_porch + in fb_videomode_from_videomode() [all …]
|
/Linux-v5.4/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() 352 .repeat_count = sig->mode.hactive, in ipu_di_sync_config_noninterlaced() 564 di->id, sig->mode.hactive, sig->mode.vactive); in ipu_di_init_sync_panel()
|
/Linux-v5.4/drivers/gpu/drm/exynos/ |
D | exynos_drm_mic.c | 169 MIC_V_PERIOD_LINE(vm.hsync_len + vm.hactive + in mic_set_porch_timing() 183 reg = MIC_IMG_H_SIZE(vm->hactive) + in mic_set_img_size() 194 DRM_DEV_DEBUG(mic->dev, "w: %u, h: %u\n", vm.hactive, vm.vactive); in mic_set_output_timing() 195 bs_size_2d = ((vm.hactive >> 2) << 1) + (vm.vactive % 4); in mic_set_output_timing()
|
/Linux-v5.4/include/video/ |
D | videomode.h | 21 u32 hactive; member
|
/Linux-v5.4/drivers/media/pci/tw68/ |
D | tw68-video.c | 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() 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()
|
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
D | display_rq_dlg_calc_20.c | 123 unsigned int hactive, in get_refcyc_per_delivery() argument 134 * dml_min((double) recout_width, (double) hactive / 2.0) in get_refcyc_per_delivery() 1214 dst->hactive, in dml20_rq_dlg_get_dlg_params() 1225 dst->hactive, in dml20_rq_dlg_get_dlg_params() 1250 dst->hactive, in dml20_rq_dlg_get_dlg_params() 1261 dst->hactive, in dml20_rq_dlg_get_dlg_params() 1289 dst->hactive, in dml20_rq_dlg_get_dlg_params() 1299 dst->hactive, in dml20_rq_dlg_get_dlg_params() 1321 dst->hactive, in dml20_rq_dlg_get_dlg_params() 1331 dst->hactive, in dml20_rq_dlg_get_dlg_params()
|
D | display_rq_dlg_calc_20v2.c | 123 unsigned int hactive, in get_refcyc_per_delivery() argument 134 * dml_min((double) recout_width, (double) hactive / 2.0) in get_refcyc_per_delivery() 1214 dst->hactive, in dml20v2_rq_dlg_get_dlg_params() 1225 dst->hactive, in dml20v2_rq_dlg_get_dlg_params() 1250 dst->hactive, in dml20v2_rq_dlg_get_dlg_params() 1261 dst->hactive, in dml20v2_rq_dlg_get_dlg_params() 1289 dst->hactive, in dml20v2_rq_dlg_get_dlg_params() 1299 dst->hactive, in dml20v2_rq_dlg_get_dlg_params() 1321 dst->hactive, in dml20v2_rq_dlg_get_dlg_params() 1331 dst->hactive, in dml20v2_rq_dlg_get_dlg_params()
|
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/dcn21/ |
D | display_rq_dlg_calc_21.c | 100 unsigned int hactive, in get_refcyc_per_delivery() argument 111 * dml_min((double) recout_width, (double) hactive / 2.0) in get_refcyc_per_delivery() 709 hactive_half = pipe_param.dest.hactive / 2; in get_surf_rq_param() 1268 dst->hactive, in dml_rq_dlg_get_dlg_params() 1280 dst->hactive, in dml_rq_dlg_get_dlg_params() 1307 dst->hactive, in dml_rq_dlg_get_dlg_params() 1319 dst->hactive, in dml_rq_dlg_get_dlg_params() 1350 dst->hactive, in dml_rq_dlg_get_dlg_params() 1361 dst->hactive, in dml_rq_dlg_get_dlg_params() 1386 dst->hactive, in dml_rq_dlg_get_dlg_params() [all …]
|