summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/core/subdev
AgeCommit message (Expand)AuthorFilesLines
2014-12-02drm/nv50-/i2c: kill some unused struct membersBen Skeggs3-15/+0
2014-12-02drm/nouveau/bios: log if auxch accesses fail, also return 0x00 from rd when i...Ben Skeggs1-7/+11
2014-12-02drm/gm204/devinit: initial implementationBen Skeggs3-1/+176
2014-12-02drm/nouveau/devinit: allow impl to select its own cold-boot methodBen Skeggs14-3/+15
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-11-14Merge branch 'linux-3.18' of git://anongit.freedesktop.org/git/nouveau/linux-...Dave Airlie1-1/+15
2014-11-13drm/gk20a/fb: fix setting of large page size bitAlexandre Courbot1-1/+15
2014-10-14Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds66-2253/+4807
2014-09-20drm/nouveau: ltc/gf100-: fix cbc issues on certain boardsBen Skeggs5-1/+7
2014-09-15drm/nouveau/bios: parse older ramcfg/timing data like we do newer onesBen Skeggs5-65/+84
2014-09-15drm/nva3/fb/ram: Per-partition regsRoy Spliet1-4/+4
2014-09-15drm/nouveau/fb/ram: Support strided regsRoy Spliet2-9/+38
2014-09-15drm/nv50/fb/ram: Store the number of partitions in the designated fieldsRoy Spliet1-10/+8
2014-09-15drm/nouveau/bios: Add rammap support for version 1.0Roy Spliet1-0/+4
2014-09-15drm/gf100-/pwr/memx: block host and fifo around reclockBen Skeggs4-474/+632
2014-09-15drm/nouveau/pwr/memx: fix command ordering around block/unblockBen Skeggs7-462/+461
2014-09-15drm/nouveau/pwr/memx: rename fb off/on to block/unblockBen Skeggs5-20/+20
2014-09-15drm/nva3/clk: Pause the GPU before reclockingRoy Spliet3-26/+66
2014-09-15drm/nouveau/gpio: rename g92 class to g94Emil Velikov3-10/+10
2014-09-15drm/gk104-/fb/ram: move fb enable/disable to same place as nvidiaBen Skeggs1-5/+4
2014-09-15drm/gk104/fb/ram: twiddle some more bits when reclockingBen Skeggs1-1/+98
2014-09-15drm/nouveau/bios: parse another large chunk of random memory config dataBen Skeggs1-1/+13
2014-09-15drm/gk104-/fb/ram: perform certain steps only when bios data differsBen Skeggs1-19/+34
2014-09-15drm/gk104-/fb/ram: parse ramcfg data for all frequencies up-frontBen Skeggs1-48/+88
2014-09-15drm/gk104-/fb/ram: use parsed timing data in mr routinesBen Skeggs2-6/+11
2014-09-15drm/nouveau/bios: parse freq ranges and timing id into ramcfg structBen Skeggs5-24/+35
2014-09-15drm/nouveau/bios: memset dcb struct to zero before parsingBen Skeggs1-0/+1
2014-09-15drm/gk104/fb/ram: make use of training data provided by vbiosBen Skeggs1-43/+138
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/gk104/fb/ram: fix register for second set of training dataBen Skeggs1-1/+1
2014-09-15drm/gk104/fb/ram: more random magic in fb initBen Skeggs1-0/+2
2014-09-15drm/gk104/fb/ram: skip table entry for mode we're already inBen Skeggs1-11/+12
2014-09-15drm/nouveau/fb/sddr2: Generate MR valuesRoy Spliet2-0/+97
2014-09-15drm/nouveau/fb/sddr3: Expand MR generationRoy Spliet1-10/+33
2014-09-15drm/nva3/pwr/memx: Match blob's fb access behaviourRoy Spliet2-427/+446
2014-09-15drm/nouveau/pwr/memx: Return debugging informationRoy Spliet6-1412/+1438
2014-09-15drm/nouveau/pwr/memx: Make FB disable and enable explicitRoy Spliet5-6/+41
2014-09-15drm/nva3/pwr/memx: Implement "wait for VBLANK"Roy Spliet8-994/+1355
2014-09-15drm/nouveau/therm/nv84+: do not expose non-calibrated internal temp sensorMartin Peres1-1/+6
2014-09-15drm/nouveau/therm: make sure the temperature settings are sane on nv84+Martin Peres4-1/+35
2014-09-15drm/nouveau/subdev: add a pfuse subdev v2Martin Peres5-0/+293