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