summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/core/include
AgeCommit message (Expand)AuthorFilesLines
2013-07-01drm/nouveau/core: xtensa engine base class implementationIlia Mirkin1-0/+38
2013-07-01drm/nouveau/vdec: fork vp3 implementations from vp2Ilia Mirkin2-0/+2
2013-07-01drm/nouveau/core: move falcon class to engine/Ben Skeggs1-0/+0
2013-07-01drm/nouveau/core: remove nouveau_mm.mutex, no more usersBen Skeggs1-2/+0
2013-07-01drm/nvc0/vm: handle bar tlb flushes internallyBen Skeggs1-2/+0
2013-07-01drm/nv50/vm: remove explicit vm knowledge from enginesBen Skeggs2-2/+0
2013-07-01drm/nv50/vm: handle bar tlb flushes internallyBen Skeggs1-1/+1
2013-07-01drm/nouveau/fb: initialise vram controller as pfb sub-objectBen Skeggs1-70/+25
2013-07-01drm/nouveau/clk: change init ordering, no longer needed by devinitBen Skeggs1-2/+2
2013-07-01drm/nouveau/devinit: move simple pll setting routines to devinitBen Skeggs2-8/+15
2013-07-01drm/nve0/ce: create engine object for ce2Ben Skeggs2-0/+2
2013-06-05drm/nv50/disp: force dac power state during load detectBen Skeggs1-1/+1
2013-05-02drm/nvf0/disp: expose display class 2.2Ben Skeggs2-0/+13
2013-04-26drm/nouveau/fifo: implement channel creation event generationBen Skeggs1-1/+2
2013-04-26drm/nouveau/device: tweak the device/subdev relationship a littleBen Skeggs1-2/+2
2013-04-26drm/nouveau/device: have engine object initialised before creationBen Skeggs1-1/+0
2013-04-26drm/nouveau/device: convert to engine, rather than subdevBen Skeggs2-3/+3
2013-04-26drm/nouveau/mc: handle irq-related setup ourselvesBen Skeggs1-14/+16
2013-04-26drm/nvc0-: support NOUVEAU_GETPARAM_GRAPH_UNITSChristoph Bumiller1-0/+4
2013-04-26drm/nvc0-/ltcg: implement VRAM compressionChristoph Bumiller1-0/+7
2013-04-26drm/nouveau/therm: split the nv50 and nv84 codeMartin Peres1-0/+1
2013-03-18drm/nouveau/therm: remove some confusion introduced by therm_modeMartin Peres1-1/+1
2013-02-25Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds20-99/+341
2013-02-20drm/nouveau/i2c: add support for ddc/aux, and dp link training on anx9805Ben Skeggs1-0/+1
2013-02-20drm/nv50-/disp: initial work towards supporting external encodersBen Skeggs1-0/+17
2013-02-20drm/nv50-/disp: move DP link training to core and train from supervisorBen Skeggs1-19/+0
2013-02-20drm/nouveau/i2c: create proper chipset-specific class implementationsBen Skeggs2-22/+106
2013-02-20drm/nouveau/bios: store a type/mask hash in parsed dcb dataBen Skeggs1-0/+2
2013-02-20drm/nouveau/i2c: extend type to 16-bits, add lookup-by-type functionBen Skeggs1-1/+2
2013-02-20drm/nouveau/i2c: aux channels not necessarily on nvioBen Skeggs1-0/+5
2013-02-20drm/nouveau/bios: parse external transmitter type if off-chipBen Skeggs1-0/+1
2013-02-20drm/nouveau/gpio/nve0: interrupt regs moved on kepler apparentlyBen Skeggs1-7/+1
2013-02-20drm/nouveau/gpio: use event interfaces for interrupt signallingBen Skeggs1-18/+13
2013-02-20drm/nouveau/gpio: pass number of on-die gpio lines to baseBen Skeggs1-3/+3
2013-02-20drm/nouveau/fifo/nvc0-: use interrupt 31 as an event triggerBen Skeggs1-0/+2
2013-02-20drm/nouveau/disp: port vblank handling to event interfaceBen Skeggs2-16/+15
2013-02-20drm/nouveau/disp/nv04: implement a base display object classBen Skeggs1-0/+8
2013-02-20drm/nouveau/core: basic event interface between core and drmBen Skeggs1-0/+36
2013-02-20drm/nouveau: mark nv_printk_ as printf-like functionMarcin Slusarz2-7/+8
2013-02-20drm/nouveau: prepare for reporting channel ownerMarcin Slusarz3-2/+6
2013-02-20drm/nouveau/therm: don't try pwm/toggle control if GPIO_FAN is inputBen Skeggs1-0/+7
2013-02-20drm/nouveau/bios: rename DCB_GPIO_PWM_FAN to DCB_GPIO_FANBen Skeggs1-1/+1
2013-02-20drm/nouveau/bios: add support for parsing xpio table dataBen Skeggs2-2/+19
2013-02-20drm/nouveau/therm: better transitions and debug loggingBen Skeggs1-5/+4
2013-02-20drm/nouveau/pbus: add a PBUS subdev that hands IRQs to the right subdevsMartin Peres2-0/+42
2013-02-20drm/nouveau/therm: implement automatic fan managementMartin Peres1-0/+1
2013-02-20drm/nouveau/bios: parse fan bump/slow periods, and trip pointsMartin Peres1-0/+16
2013-02-20drm/nouveau/fan: add toggle fan supportMartin Peres1-0/+8
2013-02-20drm/nouveau/therm: cleanly separate pwm control logic from thermBen Skeggs1-8/+14
2013-02-20drm/nva3/therm: add support for hardware fan tachometerBen Skeggs1-0/+1