| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-08-28 | drm/nouveau/vga: require nvkm_device pointer in accessor functions | 9 | -102/+98 | ||
| Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
| 2015-08-28 | drm/nouveau/imem: use object accessor function for suspend/resume | 3 | -53/+10 | ||
| Very much not ideal, but this will be improved later. Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
| 2015-08-28 | drm/nouveau/core: wrap direct use of object accessor functions | 3 | -38/+97 | ||
| Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
| 2015-08-28 | drm/nouveau/mpeg: switch to gpuobj accessor macros | 3 | -11/+22 | ||
| Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
| 2015-08-28 | drm/nouveau/gr: switch to gpuobj accessor macros | 14 | -315/+383 | ||
| Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
| 2015-08-28 | drm/nouveau/fifo: switch to gpuobj accessor macros | 8 | -156/+218 | ||
| Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
| 2015-08-28 | drm/nouveau/dma: switch to gpuobj accessor macros | 4 | -25/+35 | ||
| Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
| 2015-08-28 | drm/nouveau/cipher: switch to gpuobj accessor macros | 1 | -4/+6 | ||
| Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
| 2015-08-28 | drm/nouveau/xtensa: switch to gpuobj accessor macros | 1 | -1/+3 | ||
| Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
| 2015-08-28 | drm/nouveau/falcon: switch to gpuobj accessor macros | 1 | -1/+3 | ||
| Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
| 2015-08-28 | drm/nouveau/mmu: switch to gpuobj accessor macros | 5 | -38/+68 | ||
| Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
| 2015-08-28 | drm/nouveau/bar: switch to gpuobj accessor macros | 2 | -18/+24 | ||
| Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
| 2015-08-28 | drm/nouveau/core: switch to gpuobj accessor macros | 2 | -9/+21 | ||
| Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
| 2015-08-28 | drm/nouveau/gpuobj: type-safe accessor macros | 1 | -0/+16 | ||
| These require an explicit struct nvkm_gpuobj pointer, unlike the previous macros which take a void *, and work with any nvkm_object. New semantics require acquiring/releasing a gpuobj before accessing them, which will be made use of in later patches to greatly reduce the overhead of accesses, particularly when a direct mmio mapping of the object is not available (suspend/resume, out of ioremap() space, and on GK20A). Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
| 2015-08-28 | drm/nouveau/xtensa: remove object accessor functions | 4 | -40/+24 | ||
| Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
| 2015-08-28 | drm/nouveau/falcon: remove object accessor functions | 13 | -85/+55 | ||
| Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
| 2015-08-28 | drm/nouveau/imem: remove object accessor functions | 6 | -23/+40 | ||
| Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
| 2015-08-28 | drm/nouveau/fuse: remove object accessor functions | 5 | -11/+27 | ||
| Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
| 2015-08-28 | drm/nouveau/bios: remove object accessor functions | 45 | -967/+878 | ||
| Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
| 2015-08-28 | drm/nouveau/core: remove last printks | 50 | -514/+294 | ||
| Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
| 2015-08-28 | drm/nouveau: use dev_* for logging | 7 | -47/+55 | ||
| Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
| 2015-08-28 | drm/nouveau/sec: switch to subdev printk macros | 3 | -18/+8 | ||
| Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
| 2015-08-28 | drm/nouveau/pm: switch to subdev printk macros | 1 | -6/+9 | ||
| Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
| 2015-08-28 | drm/nouveau/mpeg: switch to subdev printk macros | 4 | -18/+21 | ||
| Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
| 2015-08-28 | drm/nouveau/gr: switch to subdev printk macros | 10 | -302/+339 | ||
| Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
| 2015-08-28 | drm/nouveau/fifo: switch to subdev printk macros | 6 | -165/+162 | ||
| Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
| 2015-08-28 | drm/nouveau/disp: switch to subdev printk macros | 7 | -88/+102 | ||
| Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
| 2015-08-28 | drm/nouveau/device: switch to dev_printk macros | 10 | -17/+3 | ||
| Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
| 2015-08-28 | drm/nouveau/cipher: switch to subdev printk macros | 1 | -5/+6 | ||
| Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
| 2015-08-28 | drm/nouveau/ce: switch to subdev printk macros | 3 | -10/+10 | ||
| Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
| 2015-08-28 | drm/nouveau/xtensa: switch to subdev printk macros | 1 | -7/+8 | ||
| Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
| 2015-08-28 | drm/nouveau/falcon: switch to subdev printk macros | 1 | -13/+14 | ||
| Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
| 2015-08-28 | drm/nouveau/volt: switch to subdev printk macros | 3 | -15/+22 | ||
| Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
| 2015-08-28 | drm/nouveau/tmr: switch to subdev printk macros | 2 | -13/+15 | ||
| Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
| 2015-08-28 | drm/nouveau/therm: switch to subdev printk macros | 8 | -50/+72 | ||
| Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
| 2015-08-28 | drm/nouveau/pmu: switch to subdev printk macros | 4 | -34/+42 | ||
| Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
| 2015-08-28 | drm/nouveau/mxm: switch to subdev printk macros | 3 | -33/+39 | ||
| Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
| 2015-08-28 | drm/nouveau/mmu: switch to subdev printk macros | 2 | -5/+6 | ||
| Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
| 2015-08-28 | drm/nouveau/mc: switch to subdev printk macros | 1 | -3/+4 | ||
| Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
| 2015-08-28 | drm/nouveau/ltc: switch to subdev printk macros | 2 | -6/+8 | ||
| Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
| 2015-08-28 | drm/nouveau/imem: switch to subdev printk macros | 2 | -13/+17 | ||
| Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
| 2015-08-28 | drm/nouveau/ibus: switch to subdev printk macros | 3 | -13/+19 | ||
| Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
| 2015-08-28 | drm/nouveau/i2c: switch to subdev printk macros | 6 | -33/+45 | ||
| Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
| 2015-08-28 | drm/nouveau/fb: switch to subdev printk macros | 9 | -111/+115 | ||
| Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
| 2015-08-28 | drm/nouveau/devinit: switch to subdev printk macros | 8 | -22/+29 | ||
| Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
| 2015-08-28 | drm/nouveau/clk: switch to subdev printk macros | 10 | -69/+93 | ||
| Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
| 2015-08-28 | drm/nouveau/bus: switch to subdev printk macros | 5 | -45/+49 | ||
| Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
| 2015-08-28 | drm/nouveau/bios: switch to subdev printk macros | 13 | -54/+70 | ||
| Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
| 2015-08-28 | drm/nouveau/bar: switch to subdev printk macros | 1 | -1/+1 | ||
| Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
| 2015-08-28 | drm/nouveau/core: type-safe printk macros | 6 | -5/+60 | ||
| These require an explicit pointers to nvkm_object/nvkm_subdev/nvkm_device, depending on which macros are used. This is unlike the previous macros which take a void *, and work for anything derived from nvkm_object (by way of some awful heuristics). The output will be a bit confused until everything has been transitioned, as the logging format used is a more standard style that previously. In addition, usage of pr_cont(), which doesn't work correctly with the dev_*() printk functions (and was potentially racy to begin with), will be replaced. Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||||
