Searched refs:hactive (Results 1 - 5 of 5) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dsun_edid.h171 int hactive; /* H Addr'able Video (Bytes #2,4) */ member in struct:__anon53
H A Dsun_edid.c776 dt->hactive = data_block[ 2] | (data_block[ 4] << 4 & 0xF00);
813 htotal = dt->hborder + dt->hactive + dt->hborder + dt->hblanking;
843 block->Hact = dt->hactive;
1712 //??? dt__hdisplay = dt->hborder + dt->hactive + dt->hborder;
1713 dt__hdisplay = dt->hactive;
1768 dt->hactive, dt->vactive, frequency);
1814 dt.hactive,
H A Dfbc_predid.c504 printf("\t H Addressable Video: %d\n", dt.hactive);
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_modes.c514 dmode->hdisplay = vm->hactive;
570 of_node_full_name(np), vm.hactive, vm.vactive, np->name);
H A Ddrm_edid.c1616 unsigned hactive = (pt->hactive_hblank_hi & 0xf0) << 4 | pt->hactive_lo; local
1626 if (hactive < 64 || vactive < 64)
1645 mode = drm_cvt_mode(dev, hactive, vactive, 60, true, false, false);
1661 mode->hdisplay = hactive;

Completed in 37 milliseconds