summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/core/subdev/bios
AgeCommit message (Expand)AuthorFilesLines
2014-12-02drm/nouveau/bios: translate ramcfg strap through M0203Ben Skeggs1-1/+12
2014-12-02drm/nouveau/bios: add parsing of BIT M(v2) +0x03 tableBen Skeggs1-0/+129
2014-12-02drm/nouveau/fb/ramnva3: Reclocking script for DDR3Roy Spliet1-0/+1
2014-12-02drm/nouveau/fb/ramnva3: Ressurect timing calculation codeRoy Spliet1-4/+38
2014-12-02drm/nouveau/bios/ramcfg: 10_02_40 -> DLLoffRoy Spliet1-1/+1
2014-12-02drm/nouveau/bios: stop after NV+NPDS+ISBN imageBen Skeggs1-4/+9
2014-12-02drm/nouveau/bios: add some more signatures as seen on my gtx660Ben Skeggs2-0/+2
2014-12-02drm/nouveau/bios: support for opcodes 0x47/0x48Ben Skeggs1-0/+36
2014-12-02drm/nouveau/bios: add support for udisp 2.2Ben Skeggs1-0/+1
2014-12-02drm/nouveau/bios: add support for dp 4.1Ben Skeggs1-1/+9
2014-12-02drm/nouveau/bios: add support for ccb 4.1Ben Skeggs1-2/+17
2014-12-02drm/nouveau/bios: add support for dcb 4.1Ben Skeggs1-12/+15
2014-12-02drm/nouveau/i2c: segregate aux channel adapter indices from bit-banged i2cBen Skeggs1-0/+2
2014-12-02drm/nouveau/bios: store aux addr independently of i2cBen Skeggs1-9/+21
2014-12-02drm/nouveau/bios: log if auxch accesses fail, also return 0x00 from rd when i...Ben Skeggs1-7/+11
2014-12-02drm/nouveau/bios: add parsing of pmu image tablesBen Skeggs1-0/+135
2014-12-02drm/nouveau/bios: recognise nv-specific rom/pcir signaturesBen Skeggs2-0/+2
2014-12-02drm/nouveau/bios: use NPDE to locate images beyond those defined by PCIRBen Skeggs1-0/+7
2014-12-02drm/nouveau/bios: add NPDE parsingBen Skeggs1-0/+59
2014-12-02drm/nouveau/bios: fetch images beyond the first one in the romBen Skeggs1-4/+7
2014-12-02drm/nouveau/bios: use size/type from pci data structureBen Skeggs1-2/+8
2014-12-02drm/nouveau/bios: add pci data structure parsingBen Skeggs1-0/+67
2014-12-02drm/nouveau/bios: split out shadow methodsBen Skeggs9-354/+836
2014-12-02drm/nouveau/bios: fix thinko when parsing extdev tableBen Skeggs1-1/+1
2014-09-15drm/nouveau/bios: parse older ramcfg/timing data like we do newer onesBen Skeggs2-0/+25
2014-09-15drm/nouveau/bios: Add rammap support for version 1.0Roy Spliet1-0/+4
2014-09-15drm/nouveau/bios: parse another large chunk of random memory config dataBen Skeggs1-1/+13
2014-09-15drm/nouveau/bios: parse freq ranges and timing id into ramcfg structBen Skeggs2-16/+25
2014-09-15drm/nouveau/bios: memset dcb struct to zero before parsingBen Skeggs1-0/+1
2014-09-15drm/nouveau/bios: add support for parsing table at BIT 'M' v2 + 0x09Ben Skeggs1-0/+137
2014-09-15drm/nouveau/bios: add support for parsing table at BIT 'M' v2 + 0x05Ben Skeggs1-0/+136
2014-09-15drm/nouveau/bios/fan: add support for maxwell's fan management table v2Martin Peres1-0/+93
2014-06-11drm/nouveau/bios/dp: parse lane postcursor dataBen Skeggs1-11/+12
2014-06-11drm/nouveau/bios: extend connector table parsingBen Skeggs2-13/+58
2014-06-10drm/nouveau/bios: fix a potential NULL deref in the PROM shadowing functionMartin Peres1-4/+5
2014-05-07Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...Dave Airlie1-4/+6
2014-05-02drm/nouveau/bios: fix shadowing from PROM on big-endian systemsBen Skeggs1-4/+6
2014-04-18drm/nouveau/bios: fix a bit shift error introduced by 457e77bSergei Antonov1-1/+1
2014-03-26drm/nouveau/bios: fetch the vbios from PROM using only aligned 32-bit accessesMartin Peres1-14/+19
2014-03-26drm/nouveau/therm: let the vbios decide on the automatic fan management modeMartin Peres1-0/+11
2014-03-26drm/nouveau/disp: limit dp capabilities as per dcbBen Skeggs1-1/+28
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 Skeggs2-5/+6
2014-03-26drm/nouveau/bios: parsing of some random table needed to bring up grBen Skeggs1-0/+109
2014-03-26drm/nouveau/bios: add more checks to PRAMIN image fetchingBen Skeggs1-1/+11
2014-03-26drm/gm100/bios: hw disable register has movedBen Skeggs1-3/+9
2014-03-26drm/nouveau/bios: fix INDEX_ADDRESS_LATCHED trace printoutIlia Mirkin1-3/+2
2014-02-18drm/nv4c/bios: disallow retrieving from prom on nv4x igp'sIlia Mirkin1-0/+4
2014-01-23drm/nve0/fb/gddr5: yet another random 10f200 bitBen Skeggs1-0/+1
2014-01-23drm/nve0/fb/gddr5: parse bios data into struct rather than using directlyBen Skeggs2-11/+139