summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/core
Commit message (Expand)AuthorAgeFilesLines
...
| * 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/nve0: magic up some support for GF117Ben Skeggs2013-04-266-25/+63
| * drm/nvc0-/ltcg: Fix build on 32-bit platforms (v2)Roy Spliet2013-04-261-1/+1
| * drm/nvc0/gr: add software methods to control some MP regsChristoph Bumiller2013-04-261-0/+29
| * drm/nvc0-: support NOUVEAU_GETPARAM_GRAPH_UNITSChristoph Bumiller2013-04-266-0/+43
| * drm/nvc0-/ltcg: implement VRAM compressionChristoph Bumiller2013-04-264-29/+220
| * drm/nve0/grctx: initial attempt at unhardcoding yet more magicBen Skeggs2013-04-261-4/+9
| * drm/nv50/therm: implement temperature readingMartin Peres2013-04-261-3/+39
| * drm/nouveau/therm: split the nv50 and nv84 codeMartin Peres2013-04-268-164/+238
| * drm/nvc0/fb: ignore readback page alloc failure to support userspaceBen Skeggs2013-04-261-8/+9
| * drm/nouveau/disp: fix uninitialised eq_done in error pathBen Skeggs2013-04-261-1/+1
* | nouveau: Attempt to use platform-provided ROM imageMatthew Garrett2013-04-011-0/+17
|/
* drm/nouveau/core: fix return value of nouveau_object_del()Ben Skeggs2013-03-191-2/+1
* drm/nouveau/therm: display the availability of the internal sensorMartin Peres2013-03-183-0/+13
* drm/nouveau/therm: disable temperature management if the sensor isn't readableMartin Peres2013-03-181-1/+1
* drm/nouveau/therm: disable auto fan management if temperature is not availableMartin Peres2013-03-181-0/+5
* drm/nv40/therm: reserve negative temperatures for errorsMartin Peres2013-03-181-0/+4
* drm/nv40/therm: disable temperature reading if the bios misses some parametersMartin Peres2013-03-182-15/+4
* drm/nouveau/therm-ic: the temperature is off by sensor_constant, warn the userMartin Peres2013-03-182-3/+5
* drm/nouveau/therm: remove some confusion introduced by therm_modeMartin Peres2013-03-184-8/+8
* drm/nouveau/therm: do not make assumptions on temperatureMartin Peres2013-03-181-3/+3
* drm/nv40/therm: increase the sensor's settling delay to 20msMartin Peres2013-03-181-1/+2
* drm/nv40/therm: improve selection between the old and the new styleMartin Peres2013-03-181-12/+38
* drm/nouveau: fix regression in vblankingMaarten Lankhorst2013-03-111-2/+2
* drm/nouveau/i2c: drop parent refcount when creating portsBen Skeggs2013-03-041-0/+1
* drm/nouveau: Fix typo in init_idx_addr_latched().Francisco Jerez2013-03-041-1/+1
* drm/nve0/graph: some random reg moved on keplerBen Skeggs2013-03-041-1/+1
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-02-25116-1817/+5866
|\
| * drm/nvd0/disp: handle multiple actions from one set of supervisor intrsBen Skeggs2013-02-201-103/+118
| * drm/nv50/disp: handle multiple actions from one set of supervisor intrsBen Skeggs2013-02-201-108/+118
| * nouveau: ACPI support depends on X86 and X86_PLATFORM_DEVICESBen Hutchings2013-02-201-1/+1
| * drm/nouveau/i2c: add support for ddc/aux, and dp link training on anx9805Ben Skeggs2013-02-203-1/+328
| * drm/nv50-/disp: initial supervisor support for off-chip encodersBen Skeggs2013-02-202-33/+100
| * drm/nv50-/disp: initial work towards supporting external encodersBen Skeggs2013-02-209-0/+196
| * drm/nv50-/disp: move DP link training to core and train from supervisorBen Skeggs2013-02-2012-259/+569
| * drm/nv50-/disp: handle supervisor tasks from workqueueBen Skeggs2013-02-208-31/+49
| * drm/nouveau/i2c: create proper chipset-specific class implementationsBen Skeggs2013-02-2021-395/+1088
| * drm/nv50-/disp: 0x0000 is a valid udisp config valueBen Skeggs2013-02-202-17/+14
| * drm/nv50/devinit: reverse the logic for running encoder init scriptsBen Skeggs2013-02-201-6/+8
| * drm/nouveau/bios: store a type/mask hash in parsed dcb dataBen Skeggs2013-02-202-13/+18
| * drm/nouveau/i2c: extend type to 16-bits, add lookup-by-type functionBen Skeggs2013-02-202-1/+16
| * drm/nouveau/i2c: aux channels not necessarily on nvioBen Skeggs2013-02-204-148/+192
| * drm/nouveau/i2c: fix a bit of a thinko in nv_wri2cr helper functionsBen Skeggs2013-02-201-4/+4
| * drm/nouveau/bios: parse external transmitter type if off-chipBen Skeggs2013-02-202-1/+5
| * drm/nouveau/i2c: handle i2c/aux mux outside of port lookup functionBen Skeggs2013-02-202-21/+36
| * drm/nv50/graph: avoid touching 400724, it doesn't existBen Skeggs2013-02-201-2/+1
| * drm/nouveau/disp: sizeof() wrong pointerDan Carpenter2013-02-202-4/+4
| * drm/nouveau/gpio/nve0: interrupt regs moved on kepler apparentlyBen Skeggs2013-02-207-16/+158
| * drm/nouveau/gpio: use event interfaces for interrupt signallingBen Skeggs2013-02-205-170/+74