]>
 
 
www.infradead.org Git - users/hch/block.git/log 
 
 
 
 
 
 
Ben Skeggs [Thu, 20 Aug 2015 04:54:12 +0000  (14:54 +1000)] 
 
drm/nouveau/fb: switch to subdev printk macros 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:12 +0000  (14:54 +1000)] 
 
drm/nouveau/devinit: switch to subdev printk macros 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:12 +0000  (14:54 +1000)] 
 
drm/nouveau/clk: switch to subdev printk macros 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:11 +0000  (14:54 +1000)] 
 
drm/nouveau/bus: switch to subdev printk macros 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:11 +0000  (14:54 +1000)] 
 
drm/nouveau/bios: switch to subdev printk macros 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:11 +0000  (14:54 +1000)] 
 
drm/nouveau/bar: switch to subdev printk macros 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:11 +0000  (14:54 +1000)] 
 
drm/nouveau/core: type-safe printk macros 
 
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>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:11 +0000  (14:54 +1000)] 
 
drm/nouveau: switch to new-style timer macros 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:11 +0000  (14:54 +1000)] 
 
drm/nouveau/mpeg: switch to new-style timer macros 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:11 +0000  (14:54 +1000)] 
 
drm/nouveau/gr: switch to new-style timer macros 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:11 +0000  (14:54 +1000)] 
 
drm/nouveau/fifo: switch to new-style timer macros 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:11 +0000  (14:54 +1000)] 
 
drm/nouveau/disp: switch to new-style timer macros 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:11 +0000  (14:54 +1000)] 
 
drm/nouveau/falcon: switch to new-style timer macros 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:11 +0000  (14:54 +1000)] 
 
drm/nouveau/pmu: switch to new-style timer macros 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:11 +0000  (14:54 +1000)] 
 
drm/nouveau/mmu: switch to new-style timer macros 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:11 +0000  (14:54 +1000)] 
 
drm/nouveau/ltc: switch to new-style timer macros 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:11 +0000  (14:54 +1000)] 
 
drm/nouveau/ibus: switch to new-style timer macros 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:11 +0000  (14:54 +1000)] 
 
drm/nouveau/fb: switch to new-style timer macros 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:11 +0000  (14:54 +1000)] 
 
drm/nouveau/clk: switch to new-style timer macros 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:11 +0000  (14:54 +1000)] 
 
drm/nouveau/bus: switch to new-style timer macros 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:10 +0000  (14:54 +1000)] 
 
drm/nouveau/bar: switch to new-style timer macros 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:10 +0000  (14:54 +1000)] 
 
drm/nouveau/tmr: type-safe PTIMER-based delay/wait macros 
 
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>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:10 +0000  (14:54 +1000)] 
 
drm/nouveau/kms/nv04: fix incorrect use of register accessors 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:10 +0000  (14:54 +1000)] 
 
drm/nouveau/sw: switch to device pri macros 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:10 +0000  (14:54 +1000)] 
 
drm/nouveau/sec: switch to device pri macros 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:10 +0000  (14:54 +1000)] 
 
drm/nouveau/pm: switch to device pri macros 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:10 +0000  (14:54 +1000)] 
 
drm/nouveau/msvld: switch to device pri macros 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:10 +0000  (14:54 +1000)] 
 
drm/nouveau/msppp: switch to device pri macros 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:10 +0000  (14:54 +1000)] 
 
drm/nouveau/mspdec: switch to device pri macros 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:10 +0000  (14:54 +1000)] 
 
drm/nouveau/mpeg: switch to device pri macros 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:10 +0000  (14:54 +1000)] 
 
drm/nouveau/gr: switch to device pri macros 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:10 +0000  (14:54 +1000)] 
 
drm/nouveau/fifo: switch to device pri macros 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:10 +0000  (14:54 +1000)] 
 
drm/nouveau/disp: switch to device pri macros 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:10 +0000  (14:54 +1000)] 
 
drm/nouveau/device: switch to device pri macros 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:09 +0000  (14:54 +1000)] 
 
drm/nouveau/cipher: switch to device pri macros 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:09 +0000  (14:54 +1000)] 
 
drm/nouveau/ce: switch to device pri macros 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:09 +0000  (14:54 +1000)] 
 
drm/nouveau/xtensa: switch to device pri macros 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:09 +0000  (14:54 +1000)] 
 
drm/nouveau/falcon: switch to device pri macros 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:09 +0000  (14:54 +1000)] 
 
drm/nouveau/tmr: switch to device pri macros 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:09 +0000  (14:54 +1000)] 
 
drm/nouveau/therm: switch to device pri macros 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:09 +0000  (14:54 +1000)] 
 
drm/nouveau/pmu: switch to device pri macros 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:09 +0000  (14:54 +1000)] 
 
drm/nouveau/mmu: switch to device pri macros 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:09 +0000  (14:54 +1000)] 
 
drm/nouveau/mc: switch to device pri macros 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:09 +0000  (14:54 +1000)] 
 
drm/nouveau/ltc: switch to device pri macros 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:09 +0000  (14:54 +1000)] 
 
drm/nouveau/imem: switch to device pri macros 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:09 +0000  (14:54 +1000)] 
 
drm/nouveau/ibus: switch to device pri macros 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:09 +0000  (14:54 +1000)] 
 
drm/nouveau/i2c: switch to device pri macros 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:09 +0000  (14:54 +1000)] 
 
drm/nouveau/gpio: switch to device pri macros 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:09 +0000  (14:54 +1000)] 
 
drm/nouveau/fuse: switch to device pri macros 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:09 +0000  (14:54 +1000)] 
 
drm/nouveau/fb: switch to device pri macros 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:09 +0000  (14:54 +1000)] 
 
drm/nouveau/devinit: switch to device pri macros 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:08 +0000  (14:54 +1000)] 
 
drm/nouveau/clk: switch to device pri macros 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:08 +0000  (14:54 +1000)] 
 
drm/nouveau/bus: switch to device pri macros 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:08 +0000  (14:54 +1000)] 
 
drm/nouveau/bios: switch to device pri macros 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:08 +0000  (14:54 +1000)] 
 
drm/nouveau/bar: switch to device pri macros 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:08 +0000  (14:54 +1000)] 
 
drm/nouveau/core: switch to device pri macros 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:08 +0000  (14:54 +1000)] 
 
drm/nouveau/device: type-safe register accessor macros 
 
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>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:08 +0000  (14:54 +1000)] 
 
drm/nouveau/vp: cosmetic changes 
 
This is purely preparation for upcoming commits, there should be no 
code changes here. 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:08 +0000  (14:54 +1000)] 
 
drm/nouveau/sw: cosmetic changes 
 
This is purely preparation for upcoming commits, there should be no 
code changes here. 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:08 +0000  (14:54 +1000)] 
 
drm/nouveau/sec: cosmetic changes 
 
This is purely preparation for upcoming commits, there should be no 
code changes here. 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:08 +0000  (14:54 +1000)] 
 
drm/nouveau/pm: cosmetic changes 
 
This is purely preparation for upcoming commits, there should be no 
code changes here. 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:08 +0000  (14:54 +1000)] 
 
drm/nouveau/msvld: cosmetic changes 
 
This is purely preparation for upcoming commits, there should be no 
code changes here. 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:08 +0000  (14:54 +1000)] 
 
drm/nouveau/msppp: cosmetic changes 
 
This is purely preparation for upcoming commits, there should be no 
code changes here. 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:08 +0000  (14:54 +1000)] 
 
drm/nouveau/mspdec: cosmetic changes 
 
This is purely preparation for upcoming commits, there should be no 
code changes here. 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:08 +0000  (14:54 +1000)] 
 
drm/nouveau/mpeg: cosmetic changes 
 
This is purely preparation for upcoming commits, there should be no 
code changes here. 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:08 +0000  (14:54 +1000)] 
 
drm/nouveau/gr: cosmetic changes 
 
This is purely preparation for upcoming commits, there should be no 
code changes here. 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:07 +0000  (14:54 +1000)] 
 
drm/nouveau/fifo: cosmetic changes 
 
This is purely preparation for upcoming commits, there should be no 
code changes here. 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:07 +0000  (14:54 +1000)] 
 
drm/nouveau/dma: cosmetic changes 
 
This is purely preparation for upcoming commits, there should be no 
code changes here. 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:07 +0000  (14:54 +1000)] 
 
drm/nouveau/disp: cosmetic changes 
 
This is purely preparation for upcoming commits, there should be no 
code changes here. 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:07 +0000  (14:54 +1000)] 
 
drm/nouveau/cipher: cosmetic changes 
 
This is purely preparation for upcoming commits, there should be no 
code changes here. 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:07 +0000  (14:54 +1000)] 
 
drm/nouveau/ce: cosmetic changes 
 
This is purely preparation for upcoming commits, there should be no 
code changes here. 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:07 +0000  (14:54 +1000)] 
 
drm/nouveau/bsp: cosmetic changes 
 
This is purely preparation for upcoming commits, there should be no 
code changes here. 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:07 +0000  (14:54 +1000)] 
 
drm/nouveau/xtensa: cosmetic changes 
 
This is purely preparation for upcoming commits, there should be no 
code changes here. 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:07 +0000  (14:54 +1000)] 
 
drm/nouveau/falcon: cosmetic changes 
 
This is purely preparation for upcoming commits, there should be no 
code changes here. 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:07 +0000  (14:54 +1000)] 
 
drm/nouveau/volt: cosmetic changes 
 
This is purely preparation for upcoming commits, there should be no 
code changes here. 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:07 +0000  (14:54 +1000)] 
 
drm/nouveau/tmr: cosmetic changes 
 
This is purely preparation for upcoming commits, there should be no 
code changes here. 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:07 +0000  (14:54 +1000)] 
 
drm/nouveau/therm: cosmetic changes 
 
This is purely preparation for upcoming commits, there should be no 
code changes here. 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:07 +0000  (14:54 +1000)] 
 
drm/nouveau/pmu: cosmetic changes 
 
This is purely preparation for upcoming commits, there should be no 
code changes here. 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:07 +0000  (14:54 +1000)] 
 
drm/nouveau/mxm: cosmetic changes 
 
This is purely preparation for upcoming commits, there should be no 
code changes here. 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:07 +0000  (14:54 +1000)] 
 
drm/nouveau/mmu: cosmetic changes 
 
This is purely preparation for upcoming commits, there should be no 
code changes here. 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:07 +0000  (14:54 +1000)] 
 
drm/nouveau/mc: cosmetic changes 
 
This is purely preparation for upcoming commits, there should be no 
code changes here. 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:07 +0000  (14:54 +1000)] 
 
drm/nouveau/ltc: cosmetic changes 
 
This is purely preparation for upcoming commits, there should be no 
code changes here. 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:06 +0000  (14:54 +1000)] 
 
drm/nouveau/imem: cosmetic changes 
 
This is purely preparation for upcoming commits, there should be no 
code changes here. 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:06 +0000  (14:54 +1000)] 
 
drm/nouveau/ibus: cosmetic changes 
 
This is purely preparation for upcoming commits, there should be no 
code changes here. 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:06 +0000  (14:54 +1000)] 
 
drm/nouveau/i2c: cosmetic changes 
 
This is purely preparation for upcoming commits, there should be no 
code changes here. 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:06 +0000  (14:54 +1000)] 
 
drm/nouveau/gpio: cosmetic changes 
 
This is purely preparation for upcoming commits, there should be no 
code changes here. 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:06 +0000  (14:54 +1000)] 
 
drm/nouveau/fuse: cosmetic changes 
 
This is purely preparation for upcoming commits, there should be no 
code changes here. 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:06 +0000  (14:54 +1000)] 
 
drm/nouveau/fb: cosmetic changes 
 
This is purely preparation for upcoming commits, there should be no 
code changes here. 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:06 +0000  (14:54 +1000)] 
 
drm/nouveau/devinit: cosmetic changes 
 
This is purely preparation for upcoming commits, there should be no 
code changes here. 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:06 +0000  (14:54 +1000)] 
 
drm/nouveau/clk: cosmetic changes 
 
This is purely preparation for upcoming commits, there should be no 
code changes here. 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:06 +0000  (14:54 +1000)] 
 
drm/nouveau/bus: cosmetic changes 
 
This is purely preparation for upcoming commits, there should be no 
code changes here. 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:06 +0000  (14:54 +1000)] 
 
drm/nouveau/bios: cosmetic changes 
 
This is purely preparation for upcoming commits, there should be no 
code changes here. 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:06 +0000  (14:54 +1000)] 
 
drm/nouveau/bar: cosmetic changes 
 
This is purely preparation for upcoming commits, there should be no 
code changes here. 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:06 +0000  (14:54 +1000)] 
 
drm/nouveau/device: include core/device.h automatically for subdevs/engines 
 
Pretty much every subdev/engine is going to need access to nvkm_device 
shortly to touch registers and/or output messages. 
 
The odd placement of the includes is necessary to work around some 
inter-dependencies that currently exist.  This will be fixed later. 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:06 +0000  (14:54 +1000)] 
 
drm/nouveau/device: add direct pointer to struct device 
 
A future commit will hide the platform/pci specifics from nvkm_device, 
but it's still very useful in a lot of places to have access to the 
Linux device struct. 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:05 +0000  (14:54 +1000)] 
 
drm/nouveau/device: add direct pointers to subdevs from nvkm_device 
 
Will be used in upcoming commits to remove the need for lookup/runtime 
type-checking functions when accessing foreign subdevs. 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:05 +0000  (14:54 +1000)] 
 
drm/nouveau/subdev: add direct pointer to nvkm_device 
 
Will be utilised in upcoming commits to remove the need for heuristics 
to lookup the device a subdev belongs to. 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 20 Aug 2015 04:54:05 +0000  (14:54 +1000)] 
 
drm/nouveau/lib: various tweaks 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Thu, 27 Aug 2015 07:33:19 +0000  (17:33 +1000)] 
 
drm/nouveau/pmu/gk104: implement a hackish workaround for a hw bug 
 
Only a handful of machines have this enabled by default, where it's been 
proven to work.  The workaround can be explicitly enabled with a module 
option also. 
 
Still waiting on feedback from NVIDIA for a proper idea of exactly what 
this fix is doing, and how to implement it properly. 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>  
Ben Skeggs [Fri, 21 Aug 2015 03:38:31 +0000  (13:38 +1000)] 
 
drm/nouveau/disp/dp: gm1xx appears to have same dp lane ordering as gm2xx 
 
Fixes 2-lane DP on Quadro K620. 
 
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>