Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-28 | drm/nouveau/falcon: switch to new-style timer macros | Ben Skeggs | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2015-08-28 | drm/nouveau/pmu: switch to new-style timer macros | Ben Skeggs | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2015-08-28 | drm/nouveau/mmu: switch to new-style timer macros | Ben Skeggs | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2015-08-28 | drm/nouveau/ltc: switch to new-style timer macros | Ben Skeggs | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2015-08-28 | drm/nouveau/ibus: switch to new-style timer macros | Ben Skeggs | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2015-08-28 | drm/nouveau/fb: switch to new-style timer macros | Ben Skeggs | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2015-08-28 | drm/nouveau/clk: switch to new-style timer macros | Ben Skeggs | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2015-08-28 | drm/nouveau/bus: switch to new-style timer macros | Ben Skeggs | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2015-08-28 | drm/nouveau/bar: switch to new-style timer macros | Ben Skeggs | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2015-08-28 | drm/nouveau/tmr: type-safe PTIMER-based delay/wait macros | Ben Skeggs | |
These require an explicit struct nvkm_device pointer, unlike the previous macros which take a void *, and work for (almost) anything derived from nvkm_object by using some heuristics. These macros are more general than the previous ones, and can be used to handle PTIMER-based busy-waits (will be used in later devinit fixes) as well as more complicated wait conditions. Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2015-08-28 | drm/nouveau/kms/nv04: fix incorrect use of register accessors | Ben Skeggs | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2015-08-28 | drm/nouveau/sw: switch to device pri macros | Ben Skeggs | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2015-08-28 | drm/nouveau/sec: switch to device pri macros | Ben Skeggs | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2015-08-28 | drm/nouveau/pm: switch to device pri macros | Ben Skeggs | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2015-08-28 | drm/nouveau/msvld: switch to device pri macros | Ben Skeggs | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2015-08-28 | drm/nouveau/msppp: switch to device pri macros | Ben Skeggs | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2015-08-28 | drm/nouveau/mspdec: switch to device pri macros | Ben Skeggs | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2015-08-28 | drm/nouveau/mpeg: switch to device pri macros | Ben Skeggs | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2015-08-28 | drm/nouveau/gr: switch to device pri macros | Ben Skeggs | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2015-08-28 | drm/nouveau/fifo: switch to device pri macros | Ben Skeggs | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2015-08-28 | drm/nouveau/disp: switch to device pri macros | Ben Skeggs | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2015-08-28 | drm/nouveau/device: switch to device pri macros | Ben Skeggs | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2015-08-28 | drm/nouveau/cipher: switch to device pri macros | Ben Skeggs | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2015-08-28 | drm/nouveau/ce: switch to device pri macros | Ben Skeggs | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2015-08-28 | drm/nouveau/xtensa: switch to device pri macros | Ben Skeggs | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2015-08-28 | drm/nouveau/falcon: switch to device pri macros | Ben Skeggs | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2015-08-28 | drm/nouveau/tmr: switch to device pri macros | Ben Skeggs | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2015-08-28 | drm/nouveau/therm: switch to device pri macros | Ben Skeggs | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2015-08-28 | drm/nouveau/pmu: switch to device pri macros | Ben Skeggs | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2015-08-28 | drm/nouveau/mmu: switch to device pri macros | Ben Skeggs | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2015-08-28 | drm/nouveau/mc: switch to device pri macros | Ben Skeggs | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2015-08-28 | drm/nouveau/ltc: switch to device pri macros | Ben Skeggs | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2015-08-28 | drm/nouveau/imem: switch to device pri macros | Ben Skeggs | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2015-08-28 | drm/nouveau/ibus: switch to device pri macros | Ben Skeggs | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2015-08-28 | drm/nouveau/i2c: switch to device pri macros | Ben Skeggs | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2015-08-28 | drm/nouveau/gpio: switch to device pri macros | Ben Skeggs | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2015-08-28 | drm/nouveau/fuse: switch to device pri macros | Ben Skeggs | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2015-08-28 | drm/nouveau/fb: switch to device pri macros | Ben Skeggs | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2015-08-28 | drm/nouveau/devinit: switch to device pri macros | Ben Skeggs | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2015-08-28 | drm/nouveau/clk: switch to device pri macros | Ben Skeggs | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2015-08-28 | drm/nouveau/bus: switch to device pri macros | Ben Skeggs | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2015-08-28 | drm/nouveau/bios: switch to device pri macros | Ben Skeggs | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2015-08-28 | drm/nouveau/bar: switch to device pri macros | Ben Skeggs | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2015-08-28 | drm/nouveau/core: switch to device pri macros | Ben Skeggs | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2015-08-28 | drm/nouveau/device: type-safe register accessor macros | Ben Skeggs | |
These require an explit struct nvkm_device pointer, unlike the previous macros which take a void *, and assume it's any old nvkm_subdev. Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2015-08-28 | drm/nouveau/vp: cosmetic changes | Ben Skeggs | |
This is purely preparation for upcoming commits, there should be no code changes here. Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2015-08-28 | drm/nouveau/sw: cosmetic changes | Ben Skeggs | |
This is purely preparation for upcoming commits, there should be no code changes here. Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2015-08-28 | drm/nouveau/sec: cosmetic changes | Ben Skeggs | |
This is purely preparation for upcoming commits, there should be no code changes here. Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2015-08-28 | drm/nouveau/pm: cosmetic changes | Ben Skeggs | |
This is purely preparation for upcoming commits, there should be no code changes here. Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2015-08-28 | drm/nouveau/msvld: cosmetic changes | Ben Skeggs | |
This is purely preparation for upcoming commits, there should be no code changes here. Signed-off-by: Ben Skeggs <bskeggs@redhat.com> |