aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/core/include (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-20drm/nouveau/therm: fix various style issues, make more consistentBen Skeggs1-1/+14
2013-02-20nvd0/therm: implement more appropriate pwm fan control functionsBen Skeggs1-0/+1
2013-02-09drm/nouveau: add lockdep annotationsMarcin Slusarz1-2/+5
2013-01-13drm/nouveau/clock: fix support for more than 2 monitors on nve0Aleksi Torhamo1-0/+2
2013-01-13drm/nouveau: fix nouveau_client allocation failure pathMarcin Slusarz1-0/+3
2012-12-23drm/nouveau/bios: cache ramcfg strap on later chipsetsBen Skeggs1-0/+1
2012-12-23drm/nouveau/bios: parse/display extra version componentBen Skeggs1-0/+1
2012-12-23drm/nouveau/bios: implement opcode 0xa9Ben Skeggs1-1/+1
2012-12-23drm/nouveau/bios: update gpio parsing apis to match current designBen Skeggs1-3/+5
2012-12-10Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie2-6/+11
2012-11-29drm/nouveau/core: fix the assumption that NVDEV_XXXX is always under 32Martin Peres2-2/+2
2012-11-29drm/nouveau/ppp: remove nouveau_ppp base classBen Skeggs1-39/+0
2012-11-29nvc0/ppp: initial implementation of engineMaarten Lankhorst1-0/+1
2012-11-29nvc0/vp: initial implementation of engineMaarten Lankhorst1-0/+1
2012-11-29nvc0/bsp: initial implementation of engineMaarten Lankhorst1-0/+1
2012-11-29drm/nouveau/vdec: remove nouveau_{bsp,vp} base classes, use nouveau_engine directlyBen Skeggs2-78/+0
2012-11-29drm/nve0/vp: implement initial support for engineBen Skeggs1-0/+1
2012-11-29drm/nve0/bsp: implement initial support for engineBen Skeggs1-0/+1
2012-11-29drm/nouveau/core: implement shortcut for simple engctx constructionBen Skeggs2-0/+4
2012-11-29drm/nvc0/copy: share interrupt handler with nva3Ben Skeggs1-0/+2
2012-11-29drm/nv50/fb: implement trap handler as subdev interrupt handlerBen Skeggs1-1/+0