summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau
AgeCommit message (Expand)AuthorFilesLines
2013-09-10drm/nouveau: fix oops on runtime suspend/resumeDave Airlie1-3/+6
2013-09-04drm/nouveau: fix command submission to use vmalloc for big allocationsMaarten Lankhorst1-7/+20
2013-09-04drm/nouveau/bios/therm: handle vbioses with duplicate entries (mostly nva5)Martin Peres1-1/+2
2013-09-04drm/nouveau: use MSI interruptsLucas Stach3-1/+25
2013-09-04drm/nv50-/kms: assume analog display connected if load on any pinBen Skeggs1-1/+1
2013-09-04drm/nv50/disp: prevent false output detection on the original nv50Emil Velikov1-5/+10
2013-09-04drm/nouveau/i2c: pass the function pointers in at creation timeIlia Mirkin8-21/+23
2013-09-04drm/nouveau/therm: survive to suspend/resume cyclesMartin Peres4-1/+51
2013-09-04drm/nouveau/timer: add a way to cancel alarmsMartin Peres3-0/+29
2013-09-04drm/nouveau/timer: restore the time on resumeMartin Peres1-1/+14
2013-09-04drm/nouveau/fan: restore pwm value on resume when in manual/auto modeMartin Peres2-1/+9
2013-09-04drm/nouveau/therm: Set the correct pwm_mode upon resumeEmil Velikov1-1/+1
2013-09-04drm/nouveau: require contiguous bo for framebufferMaarten Lankhorst1-0/+5
2013-09-04drm/nv50-/disp: use the number of dac, sor, pior rather than hardcoded valuesEmil Velikov1-17/+17
2013-09-04drm/nouveau: remove duplicate copy of nv44_graph_classIlia Mirkin2-8/+5
2013-09-04drm/nouveau/vdec: implement support for VP3 enginesIlia Mirkin6-53/+104
2013-09-04drm/nouveau/core: get rid of math.h, replace log2i with order_base_2Ilia Mirkin7-27/+7
2013-09-02drm/nouveau: Support render nodesMartin Peres1-12/+12
2013-09-02drm/nouveau: fix up 32-bit ioctls and device wake up.Dave Airlie2-1/+2
2013-09-02Merge branch 'drm-next-3.12' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie31-104/+177
2013-08-30drm: Pass page flip ioctl flags to driverKeith Packard2-2/+4
2013-08-29nouveau: add runtime PM support (v0.9)Dave Airlie13-43/+404
2013-08-29gpu/vga_switcheroo: add driver control power feature. (v3)Dave Airlie1-1/+1
2013-08-27drm: verify vma access in TTM+GEM driversDavid Herrmann1-1/+3
2013-08-21drm/nv04/disp: fix framebuffer pin refcountingBen Skeggs3-15/+47
2013-08-21drm/nouveau/mc: fix race condition between constructor and request_irq()Ben Skeggs7-14/+14
2013-08-21drm/nouveau: fix reclocking on nv40Pali Rohár1-1/+1
2013-08-21drm/nouveau/ltcg: fix allocating memory as freeMaarten Lankhorst2-1/+5
2013-08-21drm/nouveau/ltcg: fix ltcg memory initialization after suspendMaarten Lankhorst1-9/+23
2013-08-21drm/nouveau/fb: fix null derefs in nv49 and nv4e initIlia Mirkin2-8/+8
2013-08-19drm: remove FASYNC supportDaniel Vetter1-1/+0
2013-08-07Merge tag 'drm-intel-next-2013-07-26-fixed' of git://people.freedesktop.org/~...Dave Airlie14-65/+121
2013-08-07drm: don't push static constants on stack for %*phAndy Shevchenko1-1/+1
2013-08-07drm: const'ify ioctls table (v2)Rob Clark1-3/+2
2013-08-07drm/gem: create drm_gem_dumb_destroyDaniel Vetter3-10/+1
2013-07-30drm/nouveau: fix semaphore dmabuf objMaarten Lankhorst2-6/+10
2013-07-30drm/nouveau/vm: make vm refcount into a krefBen Skeggs2-18/+11
2013-07-30drm/nv31/mpeg: don't recognize nv3x cards as having nv44 graph classIlia Mirkin1-1/+4
2013-07-30drm/nv40/mpeg: write magic value to channel object to make it workIlia Mirkin1-0/+1
2013-07-30drm/nouveau: fix size check for cards without vmMaarten Lankhorst1-1/+6
2013-07-30drm/nv50-/disp: remove dcb_outp_match call, and related variablesEmil Velikov1-8/+0
2013-07-30drm/nva3-/disp: fix hda eld writing, needs to be paddedIlia Mirkin2-0/+4
2013-07-30drm/nv31/mpeg: fix mpeg engine initializationIlia Mirkin1-2/+2
2013-07-30drm/nv50/mc: include vp in the fb error reporting maskIlia Mirkin1-1/+1
2013-07-30drm/nouveau: fix null pointer dereference in poll_changedMaarten Lankhorst1-1/+2
2013-07-30drm/nv50/gpio: post-nv92 cards have 32 interrupt linesEmil Velikov1-5/+5
2013-07-30drm/nvc0/fb: take lock in nvc0_ram_put()Roy Spliet3-12/+26
2013-07-30drm/nouveau/core: xtensa firmware size needs to be 0x40000 no matter whatIlia Mirkin1-1/+7
2013-07-25drm/ttm: convert to unified vma offset managerDavid Herrmann2-2/+2
2013-07-23drm/nouveau: drop DRIVER_PCI_DMA and DRIVER_SGDaniel Vetter1-1/+1