summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/core/include
AgeCommit message (Expand)AuthorFilesLines
2013-09-07drm/nouveau/mc: fix race condition between constructor and request_irq()Ben Skeggs1-3/+4
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
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...Dave Airlie2-6/+11