Searched refs:hactive (Results 1 - 5 of 5) sorted by relevance
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/ |
H A D | sun_edid.h | 171 int hactive; /* H Addr'able Video (Bytes #2,4) */ member in struct:__anon53
|
H A D | sun_edid.c | 776 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 D | fbc_predid.c | 504 printf("\t H Addressable Video: %d\n", dt.hactive);
|
/solaris-x11-s12/open-src/kernel/drm/src/ |
H A D | drm_modes.c | 514 dmode->hdisplay = vm->hactive; 570 of_node_full_name(np), vm.hactive, vm.vactive, np->name);
|
H A D | drm_edid.c | 1618 unsigned hactive = (pt->hactive_hblank_hi & 0xf0) << 4 | pt->hactive_lo; local 1628 if (hactive < 64 || vactive < 64) 1647 mode = drm_cvt_mode(dev, hactive, vactive, 60, true, false, false); 1663 mode->hdisplay = hactive;
|
Completed in 30 milliseconds