| /src/sys/dev/fdt/ |
| display_timing.h | 35 u_int hactive; member in struct:display_timing
|
| display_timing.h | 35 u_int hactive; member in struct:display_timing
|
| display_timing.c | 48 GETPROP("hactive", &timing->hactive) ||
|
| display_timing.c | 48 GETPROP("hactive", &timing->hactive) ||
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/nxp/imx/ |
| imx6qdl-tx6-lcd.dtsi | 115 hactive = <640>; 131 hactive = <640>; 147 hactive = <320>; 163 hactive = <480>; 179 hactive = <800>; 195 hactive = <800>; 211 hactive = <320>; 227 hactive = <800>;
|
| imx6qdl-tx6-lvds.dtsi | 132 hactive = <1024>; 146 hactive = <640>; 162 hactive = <1280>; 178 hactive = <800>; 194 hactive = <640>; 225 hactive = <1024>; 239 hactive = <640>; 255 hactive = <1280>;
|
| imx6qdl-tx6-lcd.dtsi | 115 hactive = <640>; 131 hactive = <640>; 147 hactive = <320>; 163 hactive = <480>; 179 hactive = <800>; 195 hactive = <800>; 211 hactive = <320>; 227 hactive = <800>;
|
| imx6qdl-tx6-lvds.dtsi | 132 hactive = <1024>; 146 hactive = <640>; 162 hactive = <1280>; 178 hactive = <800>; 194 hactive = <640>; 225 hactive = <1024>; 239 hactive = <640>; 255 hactive = <1280>;
|
| 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>;
|
| 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>;
|
| imx53-tx53-x13x.dts | 196 hactive = <1024>; 212 hactive = <1280>; 238 hactive = <1024>;
|
| imx53-tx53-x13x.dts | 196 hactive = <1024>; 212 hactive = <1280>; 238 hactive = <1024>;
|
| imx6dl-aristainetos2_4.dts | 90 hactive = <480>;
|
| imx6dl-aristainetos2_4.dts | 90 hactive = <480>;
|
| imx6ul-tx6ul.dtsi | 410 hactive = <640>; 426 hactive = <640>; 442 hactive = <320>; 458 hactive = <480>; 474 hactive = <800>; 490 hactive = <800>; 506 hactive = <320>;
|
| imx6ul-tx6ul.dtsi | 410 hactive = <640>; 426 hactive = <640>; 442 hactive = <320>; 458 hactive = <480>; 474 hactive = <800>; 490 hactive = <800>; 506 hactive = <320>;
|
| /src/sys/external/bsd/drm2/dist/drm/xen/ |
| xen_drm_front_conn.c | 78 videomode.hactive = pipeline->width; 80 width = videomode.hactive + videomode.hfront_porch +
|
| xen_drm_front_conn.c | 78 videomode.hactive = pipeline->width; 80 width = videomode.hactive + videomode.hfront_porch +
|
| /src/sys/arch/arm/fdt/ |
| plfb_fdt.c | 278 timing.hactive = 800; 288 prop_dictionary_set_uint32(dict, "width", timing.hactive); 293 prop_dictionary_set_uint16(dict, "linebytes", timing.hactive * (PLFB_BPP / 8)); 306 __SHIFTIN((timing.hactive / 16) - 1, LCDTIMING0_PPL));
|
| plfb_fdt.c | 278 timing.hactive = 800; 288 prop_dictionary_set_uint32(dict, "width", timing.hactive); 293 prop_dictionary_set_uint16(dict, "linebytes", timing.hactive * (PLFB_BPP / 8)); 306 __SHIFTIN((timing.hactive / 16) - 1, LCDTIMING0_PPL));
|
| /src/sys/external/bsd/drm2/dist/include/drm/ |
| drm_displayid.h | 82 u8 hactive[2]; member in struct:displayid_detailed_timings_1
|
| drm_displayid.h | 82 u8 hactive[2]; member in struct:displayid_detailed_timings_1
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/ |
| amdgpu_display_rq_dlg_calc_21.c | 104 unsigned int hactive, 115 * dml_min((double) recout_width, (double) hactive / 2.0) 713 hactive_half = pipe_param.dest.hactive / 2; 1272 dst->hactive, 1284 dst->hactive, 1311 dst->hactive, 1323 dst->hactive, 1354 dst->hactive, 1365 dst->hactive, 1390 dst->hactive, [all...] |
| amdgpu_display_rq_dlg_calc_21.c | 104 unsigned int hactive, 115 * dml_min((double) recout_width, (double) hactive / 2.0) 713 hactive_half = pipe_param.dest.hactive / 2; 1272 dst->hactive, 1284 dst->hactive, 1311 dst->hactive, 1323 dst->hactive, 1354 dst->hactive, 1365 dst->hactive, 1390 dst->hactive, [all...] |
| /src/sys/dev/videomode/ |
| edid.c | 379 unsigned hactive, hblank, hsyncwid, hsyncoff; local 392 hactive = EDID_DET_TIMING_HACTIVE(data); 404 vmp->hdisplay = hactive; 405 vmp->htotal = hactive + hblank; 406 vmp->hsync_start = hactive + hsyncoff;
|