diff options
author | Dave Airlie <airlied@redhat.com> | 2014-08-14 19:29:35 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2014-08-14 19:29:35 -0400 |
commit | 83d45f234d7c20feefe9c4417e157948c97f511c (patch) | |
tree | 294b2a999fb15a229fef98343f3a07eae4a8098c /drivers/gpu/drm/nouveau/nvif/class.h | |
parent | 899552d6e84babd24611fd36ac7051068cb1eb2d (diff) | |
parent | 4898ac046d24894d7b2a5a96a1cff4e095844323 (diff) |
Merge branch 'linux-3.17' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-fixes
A couple of thinkos from the -next merge, some random fixes from a
coverity scan, fix for (at least) GK106 accidentally using
non-existent vram on some board configurations, and better behaviour
of the instmem allocations if vmalloc space runs out.
* 'linux-3.17' of git://anongit.freedesktop.org/git/nouveau/linux-2.6:
drm/nouveau/platform: fix compilation error
drm/nouveau/gk20a: add LTC device
drm/nouveau: warn if we fail to re-pin fb on resume
drm/nouveau/nvif: fix dac load detect method definition
drm/gf100-/gr: fix -ENOSPC detection when allocating zbc table entries
drm/nouveau/nvif: return null pointers on failure, in addition to ret != 0
drm/nouveau/ltc: fix tag base address getting truncated if above 4GiB
drm/nvc0-/fb/ram: fix use of non-existant ram if partitions aren't uniform
drm/nouveau/bar: behave better if ioremap failed
drm/nouveau/kms: nouveau_fbcon_accel_fini can be static
drm/nouveau: kill unused variable warning if !__OS_HAS_AGP
drm/nouveau/nvif: fix a number of notify thinkos
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvif/class.h')
-rw-r--r-- | drivers/gpu/drm/nouveau/nvif/class.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/nouveau/nvif/class.h b/drivers/gpu/drm/nouveau/nvif/class.h index cc81e0e5fd30..573491f84792 100644 --- a/drivers/gpu/drm/nouveau/nvif/class.h +++ b/drivers/gpu/drm/nouveau/nvif/class.h | |||
@@ -428,8 +428,8 @@ struct nv50_disp_dac_pwr_v0 { | |||
428 | struct nv50_disp_dac_load_v0 { | 428 | struct nv50_disp_dac_load_v0 { |
429 | __u8 version; | 429 | __u8 version; |
430 | __u8 load; | 430 | __u8 load; |
431 | __u16 data; | 431 | __u8 pad02[2]; |
432 | __u8 pad04[4]; | 432 | __u32 data; |
433 | }; | 433 | }; |
434 | 434 | ||
435 | struct nv50_disp_sor_pwr_v0 { | 435 | struct nv50_disp_sor_pwr_v0 { |