summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/core/subdev/bios/init.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-22drm/nouveau: remove symlinks, move core/ to nvkm/ (no code changes)Ben Skeggs1-2227/+0
2014-12-02drm/nouveau/bios: support for opcodes 0x47/0x48Ben Skeggs1-0/+36
2014-12-02drm/nouveau/i2c: segregate aux channel adapter indices from bit-banged i2cBen Skeggs1-0/+2
2014-12-02drm/nouveau/bios: log if auxch accesses fail, also return 0x00 from rd when i...Ben Skeggs1-7/+11
2014-06-11drm/nouveau/bios: extend connector table parsingBen Skeggs1-4/+5
2014-03-26drm/nouveau/devinit: add interface to check if a mmio access by scripts is okBen Skeggs1-3/+8
2014-03-26drm/nouveau/bios: have strap reads show on devinit spam debug levelBen Skeggs1-1/+1
2014-03-26drm/nouveau/bios: fix INDEX_ADDRESS_LATCHED trace printoutIlia Mirkin1-3/+2
2014-01-23drm/nouveau/bios: make common code to handle ramcfg strap etcBen Skeggs1-43/+5
2014-01-08drm/nouveau/bios: fix offset calculation for BMPv1 biosesIlia Mirkin1-4/+4
2014-01-07drm/nouveau/bios: make jump conditionalIlia Mirkin1-1/+5
2013-11-08drm/nouveau/core: make all info-level messages silent for runtime pmBen Skeggs1-1/+1
2013-11-08drm/nouveau/bios/init: return failure condition on invalid opcodesBen Skeggs1-1/+1
2013-09-18drm/nouveau/bios/init: fix thinko in INIT_CONFIGURE_MEMBen Skeggs1-1/+1
2013-09-18drm/nouveau/bios/init: stub opcode 0xaaBen Skeggs1-2/+17
2013-08-29nouveau: add runtime PM support (v0.9)Dave Airlie1-1/+1
2013-07-01drm/nouveau/devinit: move simple pll setting routines to devinitBen Skeggs1-4/+3
2013-05-20drm/nouveau/bios: fix thinko in ZM_MASK_ADD opcodeBen Skeggs1-2/+2
2013-04-26drm/nouveau/bios: add missing newline on IO*_OR opcode debuggingBen Skeggs1-2/+2
2013-04-26drm/nouveau/bios: suppress some parser errors when dry-running scriptsBen Skeggs1-19/+33
2013-03-04drm/nouveau: Fix typo in init_idx_addr_latched().Francisco Jerez1-1/+1
2013-02-20drm/nv50-/disp: initial supervisor support for off-chip encodersBen Skeggs1-2/+7
2013-02-20drm/nouveau/bios: tiny debugging messages fixesMarcin Slusarz1-2/+2
2013-02-20drm/nouveau: mark nv_printk_ as printf-like functionMarcin Slusarz1-1/+1
2013-01-13drm/nouveau/devinit: ensure legacy vga control is enabled during postBen Skeggs1-1/+0
2012-12-23drm/nouveau/bios: cache ramcfg strap on later chipsetsBen Skeggs1-1/+17
2012-12-23drm/nouveau/bios: implement opcode 0xa9Ben Skeggs1-2/+45
2012-11-29drm/nouveau/bios: implement "full" BIT 'd' table (and subtable) parsing in coreBen Skeggs1-5/+8
2012-10-03drm/nouveau: implement devinit subdev, and new init table parserBen Skeggs1-0/+2120