From 9dd3613073aa2491cef440725fdfa0cf1e8f1a42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Tue, 17 Nov 2009 09:46:56 -0500 Subject: Drop shared-core, bsd-core, linux-core and scripts subdirs --- shared-core/nv04_fb.c | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 shared-core/nv04_fb.c (limited to 'shared-core/nv04_fb.c') diff --git a/shared-core/nv04_fb.c b/shared-core/nv04_fb.c deleted file mode 100644 index 58a92470..00000000 --- a/shared-core/nv04_fb.c +++ /dev/null @@ -1,23 +0,0 @@ -#include "drmP.h" -#include "drm.h" -#include "nouveau_drv.h" -#include "nouveau_drm.h" - -int -nv04_fb_init(struct drm_device *dev) -{ - struct drm_nouveau_private *dev_priv = dev->dev_private; - - /* This is what the DDX did for NV_ARCH_04, but a mmio-trace shows - * nvidia reading PFB_CFG_0, then writing back its original value. - * (which was 0x701114 in this case) - */ - NV_WRITE(NV04_PFB_CFG0, 0x1114); - - return 0; -} - -void -nv04_fb_takedown(struct drm_device *dev) -{ -} -- cgit v1.2.3