summaryrefslogtreecommitdiff
path: root/sys/src/cmd/aux/vga/igfx.c
AgeCommit message (Expand)Author
2018-03-04igfx: add support for T510 (thanks mycroftiv)cinap_lenrek
2017-11-13igfx: allocate backing memory for framebuffer and hw cursor when not done by ...cinap_lenrek
2017-08-23igfx: fix cdclk and dpll settings for dual channel lvds on sandybridgeqwx
2017-08-20igfx: fix sandybridge fdi link training bits and orderingqwx
2017-05-22igfx: add support for haswell graphicsqwx
2016-08-20vga/igfx: work in progress fdi link train for sandy bridge, properly calculat...cinap_lenrek
2016-06-30vga/igfx: fix integer overflow in datam calculation (from qu7uux)cinap_lenrek
2015-09-14igfx: fix typos (thanks qwx)cinap_lenrek
2015-07-31aux/vga: sandybridge support for igfx (unfinished)cinap_lenrek
2015-02-09igfx: displayport support for ivy bridgecinap_lenrek
2015-02-07vga/igfx: add 0x2a02 for GM965/GL960/X3100; comment vid/did with name of chipsetstanley lieber
2015-02-05aux/vga: remove vbs/vbe from mode, use shs/ehs when sync is ment, prefer deta...cinap_lenrek
2015-02-02aux/vga: use optional edid information to determine mode when vgadb failscinap_lenrek
2015-01-17igfx: fix wrong cursor position register addresscinap_lenrek
2015-01-16igfx: determine amount of preallocated stolen graphics memory for hw cursorcinap_lenrek
2015-01-16igfx: support for X60t with 1400x1050 panelcinap_lenrek
2015-01-13igfx: cursor/plane pipe assign is G45 only, add magic dsp a toggle from enabl...cinap_lenrek
2015-01-12igfx: set the display/overlay/cursor plane override disbale bits for G45 (lik...cinap_lenrek
2015-01-12igfx: fix typo, initialize more lvds bits for G45, T60 testingcinap_lenrek
2015-01-12igfx: reverting previous change, pci id is for the second graphics controller...cinap_lenrek
2015-01-12igfx: support for X200 (thanks bigato)cinap_lenrek
2015-01-12igfx: properly turn vga monitor offcinap_lenrek
2015-01-12igfx: aaand vga support for x200s :-)cinap_lenrek
2015-01-12igfx: vga support on x230, fix fdi link setup, LG Flatron L1730P vgadb entrycinap_lenrek
2015-01-11igfx: only use mmio... left from debuggingcinap_lenrek
2015-01-11igfx: get edid information from lvdscinap_lenrek
2015-01-10igfx: use mmio to access registers instead of pio, fix wrong igfxmmio segment...cinap_lenrek
2015-01-10igfx: perserve frame start delay "magic" bits 27:28 in pipe conf registercinap_lenrek
2015-01-09igfx: implement hardware cursorcinap_lenrek
2015-01-09igfx: fix some commentscinap_lenrek
2015-01-09igfx: just kidding, heres the code :)cinap_lenrek