diff options
author | Dave Airlie <airlied@gmail.com> | 2012-08-15 20:31:22 +1000 |
---|---|---|
committer | Dave Airlie <airlied@gmail.com> | 2012-08-15 20:31:22 +1000 |
commit | 2e26c73a1e410448fbd2c0fbd34f06d98eaf8e48 (patch) | |
tree | 292356971e07592630e1ad70929add156baff01c /drivers/gpu/drm/nouveau/nouveau_state.c | |
parent | a389b6a1564b7c4147fa5ce51e0aad63b5e8ebd1 (diff) | |
parent | 2064db725cc6d4ea19a24c138bc37939b63e3ae6 (diff) | |
download | linux-linaro-stable-2e26c73a1e410448fbd2c0fbd34f06d98eaf8e48.tar.gz |
Merge branch 'drm-nouveau-fixes' of git://git.freedesktop.org/git/nouveau/linux-2.6 into drm-fixes
* 'drm-nouveau-fixes' of git://git.freedesktop.org/git/nouveau/linux-2.6:
drm/nv86/fifo: suspend fix
drm/nouveau: disable copy engine on NVAF
nouveau: fixup scanout enable in nvc0_pm
drm/nouveau/aux: mask off higher bits of auxch index in i2c table entry
drm/nvd0/disp: mask off high 16 bit of negative cursor x-coordinate
drm/nve0/fifo: add support for the flip completion swmthd
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_state.c')
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_state.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_state.c b/drivers/gpu/drm/nouveau/nouveau_state.c index 1cdfd6e757ce..1866dbb49979 100644 --- a/drivers/gpu/drm/nouveau/nouveau_state.c +++ b/drivers/gpu/drm/nouveau/nouveau_state.c @@ -731,7 +731,6 @@ nouveau_card_init(struct drm_device *dev) case 0xa3: case 0xa5: case 0xa8: - case 0xaf: nva3_copy_create(dev); break; } |