HomeSort by relevance Sort by last modified time
    Searched full:linear_fb (Results 1 - 1 of 1) sorted by null

  /hardware/intel/img/psb_video/src/
tng_enc_trace.c 109 static unsigned int linear_fb = 0; variable
138 linear_fb = (unsigned int)mmap(NULL,128<<20,PROT_READ | PROT_WRITE,
161 if (phy_mmio == 0 || phy_fb == 0 || linear_fb == 0 || linear_mmio_topaz == 0) {
165 drv_debug_msg(VIDEO_ENCODE_PDUMP,"INFO: phy_mmio 0x%08x, phy_fb 0x%08x, linear_fb 0x%08x, linear_mmio_topaz 0x%08x\n", phy_mmio, phy_fb, linear_fb, linear_mmio_topaz);
168 if (phy_mmio == 0 || phy_fb == 0 || linear_fb == 0 || linear_mmio_topaz == 0) {
173 drv_debug_msg(VIDEO_ENCODE_PDUMP,"INFO: phy_mmio 0x%08x, phy_fb 0x%08x, linear_fb 0x%08x, linear_mmio_topaz 0x%08x\n", phy_mmio, phy_fb, linear_fb, linear_mmio_topaz);
203 pd = (unsigned int *)(linear_fb + (pd_phyaddr - phy_fb));
219 pt = (unsigned int *)(linear_fb + (pt_phyaddr - phy_fb))
    [all...]

Completed in 65 milliseconds