Changeset 44667


Ignore:
Timestamp:
01/31/20 03:08:56 (3 years ago)
Author:
obi
Message:

vu disable double buffering

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/mipselport.h

    r44611 r44667  
    205205        debug(444, "FB: var_screeninfo.grayscale %d", var_screeninfo.grayscale);
    206206       
    207         if(checkchipset("HI3798MV200") == 0 && checkrealbox("HD51") == 0 && checkrealbox("HD60") == 0 && checkrealbox("HD61") == 0 && checkbox("DM7020HD") == 0 && checkbox("DM7020HDV2") == 0 && checkbox("DM900") == 0 && checkbox("DM920") == 0 && checkbox("WETEK") == 0 && checkbox("DM520") == 0 && checkbox("DM525") == 0 && checkchipset("3798MV200") == 0)
     207        if(checkchipset("HI3798MV200") == 0 && checkrealbox("HD51") == 0 && checkrealbox("HD60") == 0 && checkrealbox("HD61") == 0 && checkbox("DM7020HD") == 0 && checkbox("DM7020HDV2") == 0 && checkbox("DM900") == 0 && checkbox("DM920") == 0 && checkbox("WETEK") == 0 && checkbox("DM520") == 0 && checkbox("DM525") == 0 && checkchipset("3798MV200") == 0 && vubox1 == 0)
    208208        {
    209209                if(ioctl(fb->fd, FBIOPUT_VSCREENINFO, &var_screeninfo) < 0)
Note: See TracChangeset for help on using the changeset viewer.