summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * drm/nv50-/kms: wait for enough ring space in crtc_prepare()Ben Skeggs2014-06-101-2/+2
| * drm/nouveau/disp/dp: support training pattern 3Ben Skeggs2014-06-102-2/+8
| * drm/nouveau/disp/dp: support aux read interval during link trainingBen Skeggs2014-06-102-6/+8
| * drm/gk104/gpio: fix incorrect interrupt register usageBen Skeggs2014-06-101-5/+5
| * drm/nouveau/core: punt all object state change messages to trace levelBen Skeggs2014-06-101-5/+5
| * drm/nouveau/clk: allow end-user reclocking for nv40, nvaa, and nve0 clock typesIlia Mirkin2014-06-109-12/+23
| * drm/nouveau/fb: default NvMemExec to on, turning it off is used for debugging...Ilia Mirkin2014-06-104-4/+4
| * drm/nouveau/bios: fix a potential NULL deref in the PROM shadowing functionMartin Peres2014-06-101-4/+5
| * drm/nouveau/i2c: bump the i2c delay for the adt7473Martin Peres2014-06-101-3/+3
| * drm/nouveau/therm/fan/tach: default to 2 pulses per revolutionMartin Peres2014-06-101-1/+1
| * drm/nvf0/device: enable video decoding engines on gk110/gk208John Rowley2014-06-101-6/+0
| * drm/nvf1/device: add support for 0xf1 (gk110b)John Rowley2014-06-101-0/+35
| * drm/nouveau/device: support for probing GK20AAlexandre Courbot2014-06-101-0/+17
| * drm/nouveau/graph: add GK20A supportAlexandre Courbot2014-06-108-9/+123
| * drm/nouveau/graph: pad firmware code at load timeAlexandre Courbot2014-06-101-0/+4
| * drm/nouveau/graph: enable when using external fwAlexandre Courbot2014-06-101-3/+7
| * drm/nouveau/fifo: add GK20A supportAlexandre Courbot2014-06-104-0/+38
| * drm/nouveau/fb: add GK20A supportAlexandre Courbot2014-06-105-0/+212
| * drm/nouveau/ibus: add GK20A supportAlexandre Courbot2014-06-103-0/+105
| * drm/nvc0/bar: support chips without BAR3Alexandre Courbot2014-06-101-55/+59
| * drm/nouveau/bar: only ioremap BAR3 if it existsAlexandre Courbot2014-06-101-2/+4
* | drm: Remove DRM_ARRAY_SIZE() for ARRAY_SIZE()Damien Lespiau2014-06-101-1/+1
* | drm: Remove spurious ';'Damien Lespiau2014-06-102-2/+2
|/
* Merge commit '9e9a928eed8796a0a1aaed7e0b676db86ba84594' into drm-nextDave Airlie2014-06-056-10/+12
|\
| * Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...Dave Airlie2014-05-222-1/+2
| |\
| | * drm/gf119-/disp: fix nasty bug which can clobber SOR0's clock setupBen Skeggs2014-05-201-1/+1
| | * drm/nvd9/therm: handle another kind of PWM fanMartin Peres2014-05-201-0/+1
| * | Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...Dave Airlie2014-05-074-9/+10
| |\|
| | * drm/gm107/gr: bump attrib cb size quite a bitBen Skeggs2014-05-021-1/+3
| | * drm/nouveau: fix another lock unbalance in nouveau_crtc_page_flipMaarten Lankhorst2014-05-021-1/+1
| | * drm/nouveau/bios: fix shadowing from PROM on big-endian systemsBen Skeggs2014-05-021-4/+6
| | * drm/nouveau/acpi: allow non-optimus setups to load vbios from acpiIlia Mirkin2014-05-021-3/+0
* | | drm/nouveau: replace drm_get_connector_name() with direct name field useJani Nikula2014-06-047-11/+11
* | | drm: Rip out totally bogus vga_switcheroo->can_switch lockingDaniel Vetter2014-04-231-5/+6
|/ /
* | drm/nouveau/bios: fix a bit shift error introduced by 457e77bSergei Antonov2014-04-181-1/+1
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-04-08157-4445/+10065
|\ \
| * \ Merge tag 'drm-intel-fixes-2014-04-04' of git://anongit.freedesktop.org/drm-i...Dave Airlie2014-04-051-4/+10
| |\ \
| | * \ Merge tag 'v3.14' into drm-intel-next-queuedDaniel Vetter2014-03-311-4/+10
| | |\ \
| * | \ \ Merge branch 'primary-plane' of git://people.freedesktop.org/~robclark/linux ...Dave Airlie2014-04-024-23/+24
| |\ \ \ \
| | * | | | drm: Replace crtc fb with primary plane fb (v3)Matt Roper2014-04-024-23/+24
| | | |_|/ | | |/| |
| * / | | drm/nouveau: don't suspend/resume display on runtime s/rDave Airlie2014-04-021-7/+5
| |/ / /
| * | | drm/nouveau: fix missing newlineAlexandre Courbot2014-03-261-1/+1
| * | | drm/nouveau/bios: fetch the vbios from PROM using only aligned 32-bit accessesMartin Peres2014-03-261-14/+19
| * | | drm/nouveau/therm: let the vbios decide on the automatic fan management modeMartin Peres2014-03-264-8/+25
| * | | drm/nvd7/therm: handle another kind of PWM fansMartin Peres2014-03-266-16/+35
| * | | drm/nouveau/pm/fan: drop the fan lock in fan_update() before reschedulingMartin Peres2014-03-261-6/+13
| * | | drm/nouveau: fix small thinko in vblank timestamping.Mario Kleiner2014-03-261-1/+1
| * | | drm/nouveau/therm: check for sensor presence with requested mode, not currentBen Skeggs2014-03-261-1/+1
| * | | drm/nouveau/disp/dp: allow 540MHz data rateIlia Mirkin2014-03-261-1/+1
| * | | drm/nouveau: recognise higher link rate for available dp bw calculationsBen Skeggs2014-03-261-1/+4