Home
last modified time | relevance | path

Searched refs:hactive (Results 1 – 25 of 170) sorted by relevance

1234567

/Linux-v4.19/arch/arm/boot/dts/
Dimx6qdl-tx6-lvds.dtsi133 hactive = <1024>;
147 hactive = <640>;
164 hactive = <1280>;
181 hactive = <800>;
198 hactive = <640>;
229 hactive = <1024>;
243 hactive = <640>;
259 hactive = <1280>;
Dimx6qdl-tx6-lcd.dtsi115 hactive = <640>;
132 hactive = <640>;
149 hactive = <320>;
166 hactive = <480>;
182 hactive = <800>;
199 hactive = <800>;
215 hactive = <320>;
232 hactive = <800>;
Dimx53-tx53-x03x.dts72 hactive = <640>;
88 hactive = <640>;
104 hactive = <320>;
120 hactive = <480>;
136 hactive = <800>;
152 hactive = <800>;
168 hactive = <320>;
Dimx53-tx53-x13x.dts196 hactive = <1024>;
212 hactive = <1280>;
238 hactive = <1024>;
Dvt8500-bv07.dts22 hactive = <800>;
Dr8a77xx-aa104xd12-panel.dtsi19 hactive = <1024>;
Dr8a77xx-aa121td01-panel.dtsi19 hactive = <1280>;
Dwm8505-ref.dts22 hactive = <800>;
Dwm8650-mid.dts23 hactive = <800>;
/Linux-v4.19/drivers/video/fbdev/geode/
Ddisplay_gx.c65 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()
Ddisplay_gx1.c85 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()
/Linux-v4.19/drivers/gpu/drm/panel/
Dpanel-simple.c115 dt->hactive.typ, dt->vactive.typ); in panel_simple_get_fixed_modes()
585 .hactive = { 800, 800, 800 },
636 .hactive = { 1920, 1920, 1920 },
665 .hactive = { 1920, 1920, 1920 },
694 .hactive = { 1920, 1920, 1920 },
937 .hactive = { 1024, 1024, 1024 },
1078 .hactive = { 1280, 1280, 1280 },
1107 .hactive = { 1024, 1024, 1024 },
1207 .hactive = { 800, 800, 800 },
1237 .hactive = { 1280, 1280, 1280 },
[all …]
/Linux-v4.19/drivers/video/
Dvideomode.c18 vm->hactive = dt->hactive.typ; in videomode_from_timing()
/Linux-v4.19/Documentation/devicetree/bindings/display/panel/
Ddisplay-timing.txt18 - hactive, vactive: display resolution
67 | porch # | hactive # porch | len |
95 hactive = <1920>;
115 hactive = <1920>;
/Linux-v4.19/drivers/media/i2c/
Dbt819.c70 int hactive; member
190 ((timing->hactive >> 8) & 0x03); in bt819_init()
194 init[0x07 * 2 - 1] = timing->hactive & 0xff; in bt819_init()
281 ((timing->hactive >> 8) & 0x03)); in bt819_s_std()
285 bt819_write(decoder, 0x07, timing->hactive & 0xff); in bt819_s_std()
/Linux-v4.19/drivers/gpu/drm/xen/
Dxen_drm_front_conn.c72 videomode.hactive = pipeline->width; in connector_get_modes()
74 width = videomode.hactive + videomode.hfront_porch + in connector_get_modes()
/Linux-v4.19/drivers/gpu/ipu-v3/
Dipu-di.c214 u32 h_total = sig->mode.hactive + sig->mode.hsync_len + in ipu_di_sync_config_interlaced()
260 .repeat_count = sig->mode.hactive, in ipu_di_sync_config_interlaced()
277 u32 h_total = sig->mode.hactive + sig->mode.hsync_len + in ipu_di_sync_config_noninterlaced()
316 .repeat_count = sig->mode.hactive, in ipu_di_sync_config_noninterlaced()
361 .repeat_count = sig->mode.hactive, in ipu_di_sync_config_noninterlaced()
573 di->id, sig->mode.hactive, sig->mode.vactive); in ipu_di_init_sync_panel()
/Linux-v4.19/drivers/gpu/drm/exynos/
Dexynos_drm_mic.c168 MIC_V_PERIOD_LINE(vm.hsync_len + vm.hactive + in mic_set_porch_timing()
182 reg = MIC_IMG_H_SIZE(vm->hactive) + in mic_set_img_size()
193 DRM_DEBUG("w: %u, h: %u\n", vm.hactive, vm.vactive); in mic_set_output_timing()
194 bs_size_2d = ((vm.hactive >> 2) << 1) + (vm.vactive % 4); in mic_set_output_timing()
/Linux-v4.19/drivers/video/fbdev/core/
Dfbmon.c1109 u32 hactive; member
1244 timings->hactive); in fb_timings_vfreq()
1245 timings->htotal = timings->hactive + timings->hblank; in fb_timings_vfreq()
1255 timings->hactive); in fb_timings_hfreq()
1256 timings->htotal = timings->hactive + timings->hblank; in fb_timings_hfreq()
1263 timings->hactive); in fb_timings_dclk()
1264 timings->htotal = timings->hactive + timings->hblank; in fb_timings_dclk()
1338 timings->hactive = var->xres; in fb_get_mode()
1406 fbmode->xres = vm->hactive; in fb_videomode_from_videomode()
1432 htotal = vm->hactive + vm->hfront_porch + vm->hback_porch + in fb_videomode_from_videomode()
[all …]
/Linux-v4.19/include/video/
Dvideomode.h22 u32 hactive; member
Ddisplay_timing.h67 struct timing_entry hactive; /* hor. active video */ member
/Linux-v4.19/drivers/media/pci/tw68/
Dtw68-video.c274 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()
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()
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/
Dvenc.c271 .hactive = 720,
288 .hactive = 720,
310 vm->hactive == omap_dss_pal_vm.hactive && in venc_get_videomode()
315 vm->hactive == omap_dss_ntsc_vm.hactive && in venc_get_videomode()
/Linux-v4.19/Documentation/devicetree/bindings/display/
Dwm,wm8505-fb.txt23 hactive = <800>;
Dvia,vt8500-fb.txt25 hactive = <800>;

1234567