summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau: merge nouveau_platform.ko into nouveau.koAlexandre Courbot2015-01-225-11/+14
* drm/nouveau: dont switch vt on suspendMaarten Lankhorst2015-01-224-38/+38
* drm/nouveau/dispnv04: Remove some unused functionsRickard Strandqvist2015-01-222-20/+0
* drm/nouveau/gem: Remove unused functionRickard Strandqvist2015-01-221-13/+0
* drm/nouveau/bo: Remove unused functionRickard Strandqvist2015-01-222-15/+0
* drm/nouveau/clk: allow users to enable auto mode when loading driverVince Hsu2015-01-221-0/+3
* drm/nouveau/pwr: add support for GK20AVince Hsu2015-01-224-0/+235
* drm/nouveau/pwr: make nouveau_pwr_pgob() non-staticVince Hsu2015-01-222-1/+2
* drm/nouveau/clk: allow non-blocking for nouveau_clock_astate()Vince Hsu2015-01-222-3/+3
* drm/nouveau/mc: add missing bracesVince Hsu2015-01-221-1/+2
* drm/nv50-/kms: reject attempts at flipping to incompatible framebufferBen Skeggs2015-01-221-0/+4
* drm/nouveau/kms: default to panel scaling, except for fixed panels prior to nv50Ben Skeggs2015-01-221-5/+9
* drm/nouveau/kms: untangle connector property logic a littleBen Skeggs2015-01-221-16/+37
* drm/nouveau/kms: avoid adding scaler-only modes the same as the panel's nativ...Ben Skeggs2015-01-221-1/+3
* drm/nv50-/kms: allow disabling of gpu scaling on fixed panelsBen Skeggs2015-01-223-10/+44
* drm/nv50-/kms: move identical scaler mode fixup code into a functionBen Skeggs2015-01-221-54/+24
* drm/nouveau: sgdma: add comment around suspiscious error handlerAlexandre Courbot2015-01-221-0/+5
* drm/nouveau: sgdma: remove unused nouveau_sgdma_be::devAlexandre Courbot2015-01-221-2/+0
* drm/nouveau/core: object.engine is always a nouveau_engine nowBen Skeggs2015-01-2218-33/+30
* drm/nouveau/core: can now assume client/device object tree based on object.en...Ben Skeggs2015-01-222-7/+10
* drm/nouveau/disp: outp/conns do not have an engineBen Skeggs2015-01-225-8/+7
* drm/nouveau/bar: barobjs may not have an engineBen Skeggs2015-01-221-4/+4
* drm/nouveau/fb: ram impl does not have an engineBen Skeggs2015-01-221-1/+1
* drm/nouveau/i2c: pad/ports do not have an engineBen Skeggs2015-01-2210-27/+27
* drm/nouveau/instmem: instobjs may not have an engineBen Skeggs2015-01-223-11/+12
* drm/nouveau/core: fix subdev/engine/device lookup to not require engine pointerBen Skeggs2015-01-223-21/+20
* drm/nouveau/core: uninline subdev/engine/device lookup functionsBen Skeggs2015-01-226-38/+44
* drm/nouveau/core: prepare printk for NULL engine pointer on device object treeBen Skeggs2015-01-221-8/+13
* drm/nouveau/core: drop the pointer value in debug printk outputBen Skeggs2015-01-221-2/+2
* drm/nouveau/i2c: fix some blatant abuseBen Skeggs2015-01-222-3/+3
* drm/gf100-/bar: don't fill in bar->alloc until after all vm setup doneBen Skeggs2015-01-221-2/+4
* drm/nouveau/core: rename parent to handle, use parent for nouveau_parentBen Skeggs2015-01-221-10/+12
* drm/nouveau/core: rename subclass.base to subclass.superclassBen Skeggs2015-01-2223-52/+51
* drm/nouveau/subdev: always upcast through nouveau_subdev()/nouveau_engine()Ben Skeggs2015-01-2223-23/+23
* drm/nouveau/fb: remove some (now) unnecessary hacksBen Skeggs2015-01-221-2/+0
* Merge remote-tracking branch 'origin/master' into drm-nextDave Airlie2015-01-22551-2821/+5301
|\
| * Merge tag 'trace-sh-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2015-01-221-1/+0
| |\
| | * scripts/recordmcount.pl: There is no -m32 gcc option on Super-H anymoreMichael Karcher2015-01-191-1/+0
| * | Merge tag 'sound-3.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2015-01-215-24/+65
| |\ \
| | * | ALSA: usb-audio: Add mic volume fix quirk for Logitech Webcam C210Jason Lee Cragg2015-01-181-0/+1
| | * | ALSA: firewire-lib: limit the MIDI data rateClemens Ladisch2015-01-162-6/+57
| | * | ALSA: firewire-lib: remove rx_blocks_for_midi quirkClemens Ladisch2015-01-164-19/+8
| * | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-01-2126-256/+227
| |\ \ \
| | * \ \ Merge tag 'drm-amdkfd-fixes-2015-01-13' of git://people.freedesktop.org/~gabb...Dave Airlie2015-01-215-213/+3
| | |\ \ \
| | | * | | drm/amdkfd: Fix sparse warning (different address space)Oded Gabbay2015-01-081-1/+1
| | | * | | drm/amdkfd: Drop interrupt SW ring bufferMichel Dänzer2015-01-084-212/+2
| | * | | | Merge tag 'drm-intel-fixes-2015-01-15' of git://anongit.freedesktop.org/drm-i...Dave Airlie2015-01-215-15/+24
| | |\ \ \ \
| | | * | | | drm/i915: Fix mutex->owner inspection race under DEBUG_MUTEXESChris Wilson2015-01-121-1/+1
| | | * | | | drm/i915: Ban Haswell from using RCS flipsChris Wilson2015-01-121-1/+1
| | | * | | | drm/i915: vlv: sanitize RPS interrupt mask during GPU idlingImre Deak2015-01-122-2/+5
OpenPOWER on IntegriCloud