index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pwm
/
pwm-tiehrpwm.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-01-07
drm/nouveau: populate master subdev pointer only when fully constructed
Ben Skeggs
3
-3
/
+7
2013-12-03
drm/nv50/disp: min/max are reversed in nv50_crtc_gamma_set()
Dan Carpenter
1
-1
/
+1
2013-12-03
drm/nouveau/sw: fix oops if gpu has its display block disabled
Ben Skeggs
1
-1
/
+1
2013-12-03
drm/nouveau: unreference fence after syncing
Ben Skeggs
1
-0
/
+1
2013-12-03
drm/nouveau/kms: send timestamp data for correct head in flip completion events
Maarten Lankhorst
1
-1
/
+1
2013-12-03
drm/nouveau/clk: Add support for NVAA/NVAC
Roy Spliet
4
-2
/
+452
2013-12-03
drm/nouveau/fifo: Hook up pause and resume for NV50 and NV84+
Roy Spliet
2
-0
/
+6
2013-12-03
drm/nv10/plane: some chipsets don't support NV12
Ilia Mirkin
1
-2
/
+13
2013-12-03
drm/nv10/plane: add downscaling restrictions
Ilia Mirkin
1
-1
/
+9
2013-12-03
drm/nv10/plane: fix format computation
Ilia Mirkin
1
-8
/
+9
2013-12-03
drm/nv04-nv30/clk: provide an empty domain list
Ben Skeggs
1
-1
/
+6
2013-11-14
drm/nouveau: do not map evicted vram buffers in nouveau_bo_vma_add
Maarten Lankhorst
1
-1
/
+2
2013-11-14
drm/nvc0-/gr: shift wrapping bug in nvc0_grctx_generate_r406800
Dan Carpenter
1
-1
/
+1
2013-11-14
drm/nouveau/pwr: fix missing mutex unlock in a failure path
Ben Skeggs
1
-5
/
+5
2013-11-14
drm/nv40/therm: fix slowing down fan when pstate undefined
Ben Skeggs
1
-1
/
+2
2013-11-14
drm/nv11-: synchronise flips to vblank, unless async flip requested
Ben Skeggs
2
-4
/
+32
2013-11-14
drm/nvc0-: remove nasty fifo swmthd hack for flip completion method
Ben Skeggs
4
-26
/
+9
2013-11-14
drm/nv10-: we no longer need to create nvsw object on user channels
Ben Skeggs
4
-9
/
+32
2013-11-14
drm/nouveau: always queue flips relative to kernel channel activity
Ben Skeggs
1
-9
/
+8
2013-11-14
drm/nouveau: there is no need to reserve/fence the new fb when flipping
Ben Skeggs
1
-13
/
+4
2013-11-14
drm/nouveau: when bailing out of a pushbuf ioctl, do not remove previous fence
Ben Skeggs
1
-1
/
+2
2013-11-14
drm/nouveau: allow nouveau_fence_ref() to be a noop
Ben Skeggs
3
-15
/
+7
2013-11-14
drm/nvc8/mc: msi rearm is via the nvc0 method
Ben Skeggs
1
-1
/
+1
2013-11-08
drm/nouveau/fb: implement various bits of work towards memory reclocking
Ben Skeggs
21
-60
/
+3093
2013-11-08
drm/nouveau: implement a simple sysfs interface to new pm code
Ben Skeggs
5
-5
/
+191
2013-11-08
drm/nouveau/device: initial control object class, with pstate control methods
Ben Skeggs
5
-2
/
+196
2013-11-08
drm/nouveau/clk: implement power state and engine clock control in core
Ben Skeggs
19
-65
/
+2590
2013-11-08
drm/nouveau/volt: implement voltage control in core
Ben Skeggs
9
-0
/
+460
2013-11-08
drm/nouveau/bios: parsing for various tables required for power management
Ben Skeggs
16
-8
/
+969
2013-11-08
drm/nouveau/perfmon: initial infrastructure to expose performance counters
Ben Skeggs
22
-2
/
+1616
2013-11-08
drm/nouveau/bus: add interfaces/helpers for sequencer
Ben Skeggs
9
-15
/
+371
2013-11-08
drm/nouveau/bus: make external class definitions pointers
Ben Skeggs
14
-176
/
+133
2013-11-08
drm/nouveau/pwr: initial implementation
Ben Skeggs
30
-0
/
+7091
2013-11-08
drm/nouveau/therm: update target fanspeed outside of therm lock
Ben Skeggs
1
-6
/
+8
2013-11-08
drm/nouveau/therm: automatic mode by default
Ben Skeggs
1
-1
/
+1
2013-11-08
drm/nouveau/therm: no toggle fan control either if we can't guarantee no pwm ...
Ben Skeggs
1
-0
/
+7
2013-11-08
drm/nvc0/therm: allow fan control if we've killed the vbios ppwr ucode
Ben Skeggs
1
-3
/
+4
2013-11-08
drm/nouveau/therm: if no bios trip/linear info, default to perf-suggested speed
Ben Skeggs
2
-3
/
+15
2013-11-08
drm/nouveau/therm: add hook for clk to suggest fanspeed to therm
Ben Skeggs
4
-1
/
+17
2013-11-08
drm/nouveau/pwr: assign a subdev id for upcoming implementation
Ben Skeggs
1
-0
/
+1
2013-11-08
drm/nouveau/gpio: return different error code for not found vs invalid
Ben Skeggs
1
-1
/
+1
2013-11-08
drm/nouveau/drm/pm: remove everything except the hwmon interfaces to THERM
Ben Skeggs
15
-4837
/
+69
2013-11-08
drm/nouveau/core: make all info-level messages silent for runtime pm
Ben Skeggs
8
-76
/
+54
2013-11-08
drm/nouveau/fifo: make external class definitions into pointers
Ben Skeggs
17
-86
/
+86
2013-11-08
drm/nouveau/device: recognise GK208
Ben Skeggs
2
-13
/
+48
2013-11-08
drm/nvc0-/gr: fix a number of missing explicit array terminators...
Ben Skeggs
3
-0
/
+6
2013-11-08
drm/nouveau/mc: fix (incorrect) reporting of unknown pending intr bits
Ben Skeggs
1
-6
/
+11
2013-11-08
drm/nouveau/disp: semi-complete link training sequence even if display disapp...
Ben Skeggs
1
-16
/
+32
2013-11-08
drm/nouveau/bios: some older boards have shorter displayport tables
Ben Skeggs
1
-3
/
+7
2013-11-08
drm/nouveau/fbcon: bracket entrypoints with a per-device enabled check
Ben Skeggs
1
-16
/
+27
[next]